[gentoo-commits] gentoo-x86 commit in net-mail/offlineimap: offlineimap-6.5.6.ebuild ChangeLog offlineimap-6.5.4.ebuild offlineimap-6.5.4-r1.ebuild offlineimap-6.3.4.ebuild

2014-06-11 Thread Thomas Kahle (tomka)
tomka   14/06/11 12:52:01

  Modified: ChangeLog
  Added:offlineimap-6.5.6.ebuild
  Removed:  offlineimap-6.5.4.ebuild
offlineimap-6.5.4-r1.ebuild
offlineimap-6.3.4.ebuild
  Log:
  Bump to 6.5.6, remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.97 net-mail/offlineimap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?rev=1.97view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?rev=1.97content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?r1=1.96r2=1.97

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   14 Jan 2014 15:10:17 -  1.96
+++ ChangeLog   11 Jun 2014 12:52:01 -  1.97
@@ -1,6 +1,15 @@
 # ChangeLog for net-mail/offlineimap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.96 
2014/01/14 15:10:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.97 
2014/06/11 12:52:01 tomka Exp $
+
+*offlineimap-6.5.6 (11 Jun 2014)
+
+  11 Jun 2014; Thomas Kahle to...@gentoo.org +offlineimap-6.5.6.ebuild,
+  -files/offlineimap-6.3.2-darwin10.patch,
+  -files/offlineimap-6.3.4-fix-manpage-headings.patch,
+  -offlineimap-6.3.4.ebuild, -offlineimap-6.5.4-r1.ebuild,
+  -offlineimap-6.5.4.ebuild:
+  Bump to 6.5.6, remove old
 
   14 Jan 2014; Agostino Sarubbo a...@gentoo.org offlineimap-6.5.5.ebuild:
   Stable for ppc, wrt bug #495866



1.1  net-mail/offlineimap/offlineimap-6.5.6.ebuild

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

Index: offlineimap-6.5.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-mail/offlineimap/offlineimap-6.5.6.ebuild,v 1.1 
2014/06/11 12:52:01 tomka Exp $

EAPI=5

# Normally you need only one version of this.
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE=threads,sqlite?,ssl?

inherit eutils distutils-r1

DESCRIPTION=Powerful IMAP/Maildir synchronization and reader support
HOMEPAGE=http://offlineimap.org;
SRC_URI=https://github.com/OfflineIMAP/${PN}/tarball/v${PV} - ${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos
IUSE=doc ssl sqlite

RDEPEND=
DEPEND=doc? ( dev-python/docutils )
S=${WORKDIR}/${PN}

src_unpack() {
unpack ${A}
mv *-${PN}-* ${S}/
}

src_prepare() {
distutils-r1_src_prepare
# see http://pogma.com/2009/09/09/snow-leopard-and-offlineimap/ and bug 
284925
epatch ${FILESDIR}/${PN}-6.5.3.1-darwin10.patch
}

src_compile() {
distutils-r1_src_compile
if use doc ; then
cd docs
rst2man.py MANUAL.rst offlineimap.1 || die building manpage 
failed
fi
}

src_install() {
distutils-r1_src_install
dodoc offlineimap.conf offlineimap.conf.minimal
if use doc ; then
cd docs
doman offlineimap.1 || die installing manpage failed
fi
}

pkg_preinst() {
if has_version ${CATEGORY}/${PN}-6.4 ; then
elog If you upgraded from 6.3.* then you may need to update 
your config:
elog 
elog If you use nametrans= settings on a remote repository, 
you will have
elog to add a \reverse\ nametrans setting to the local 
repository, so that
elog it knows which folders it should (not) create on the 
remote side.
elog 
fi
}

pkg_postinst() {
elog 
elog You will need to configure offlineimap by creating 
~/.offlineimaprc
elog Sample configurations are in /usr/share/doc/${PF}/
elog 
elog If you connect via ssl/tls and don't use CA cert checking, it 
will
elog display the server's cert fingerprint and require you to add it 
to the
elog configuration file to be sure it connects to the same server 
every
elog time. This serves to help fixing CVE-2010-4532 (offlineimap 
doesn't
elog check SSL server certificate) in cases where you have no CA cert.
elog 

if use sqlite ; then
elog The sqlite USE flag only

[gentoo-commits] gentoo-x86 commit in net-mail/offlineimap/files: offlineimap-6.3.4-fix-manpage-headings.patch offlineimap-6.3.2-darwin10.patch

2014-06-11 Thread Thomas Kahle (tomka)
tomka   14/06/11 12:52:02

  Removed:  offlineimap-6.3.4-fix-manpage-headings.patch
offlineimap-6.3.2-darwin10.patch
  Log:
  Bump to 6.5.6, remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)



[gentoo-commits] gentoo-x86 commit in sci-mathematics/Macaulay2: Macaulay2-1.6.ebuild ChangeLog

2014-05-03 Thread Thomas Kahle (tomka)
tomka   14/05/03 15:44:12

  Modified: Macaulay2-1.6.ebuild ChangeLog
  Log:
  Use python-2 for gtest (bug 509462)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.4  sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild

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

Index: Macaulay2-1.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Macaulay2-1.6.ebuild27 Jul 2013 14:58:13 -  1.3
+++ Macaulay2-1.6.ebuild3 May 2014 15:44:12 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild,v 1.3 
2013/07/27 14:58:13 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild,v 1.4 
2014/05/03 15:44:12 tomka Exp $
 
 EAPI=5
 
@@ -69,7 +69,7 @@
append-cppflags -I/usr/include/frobby
# gtest needs python:2. Setting it with python_export preserves
# the exported variables in other phases too.
-   python_export python2_7
+   python_export python2_7 PYTHON EPYTHON
 }
 
 src_prepare() {



1.31 sci-mathematics/Macaulay2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   27 Jul 2013 14:58:13 -  1.30
+++ ChangeLog   3 May 2014 15:44:12 -   1.31
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/Macaulay2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.30 
2013/07/27 14:58:13 tomka Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.31 
2014/05/03 15:44:12 tomka Exp $
+
+  03 May 2014; Thomas Kahle to...@gentoo.org Macaulay2-1.6.ebuild:
+  Use python-2 for gtest (bug 509462)
 
   27 Jul 2013; Thomas Kahle to...@gentoo.org Macaulay2-1.6.ebuild:
   relax Normaliz dep






[gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.2.4-r3.ebuild wicd-1.7.2.4-r2.ebuild ChangeLog

2014-05-06 Thread Thomas Kahle (tomka)
tomka   14/05/07 05:31:09

  Modified: wicd-1.7.2.4-r3.ebuild wicd-1.7.2.4-r2.ebuild
ChangeLog
  Log:
  fix wrong dep nesting (bug 509730)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.7  net-misc/wicd/wicd-1.7.2.4-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild?r1=1.6r2=1.7

Index: wicd-1.7.2.4-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wicd-1.7.2.4-r3.ebuild  26 Apr 2014 08:26:53 -  1.6
+++ wicd-1.7.2.4-r3.ebuild  7 May 2014 05:31:09 -   1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.6 
2014/04/26 08:26:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r3.ebuild,v 1.7 
2014/05/07 05:31:09 tomka Exp $
 
 EAPI=5
 
@@ -23,13 +23,13 @@
 DEPEND=nls? ( dev-python/Babel )
 RDEPEND=${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
-   X? ( gtk? ( dev-python/pygtk
+   X? (
+   gtk? ( dev-python/pygtk )
|| (
x11-misc/ktsuss
x11-libs/gksu
kde-base/kdesu
)
-   )
)
|| (
net-misc/dhcpcd



1.9  net-misc/wicd/wicd-1.7.2.4-r2.ebuild

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

Index: wicd-1.7.2.4-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wicd-1.7.2.4-r2.ebuild  14 Mar 2013 03:08:15 -  1.8
+++ wicd-1.7.2.4-r2.ebuild  7 May 2014 05:31:09 -   1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r2.ebuild,v 1.8 
2013/03/14 03:08:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.2.4-r2.ebuild,v 1.9 
2014/05/07 05:31:09 tomka Exp $
 
 EAPI=3
 
@@ -29,13 +29,13 @@
 # first if none are installed.
 RDEPEND=
dev-python/dbus-python
-   X? ( gtk? ( dev-python/pygtk
+   X? (
+   gtk? ( dev-python/pygtk )
|| (
x11-misc/ktsuss
x11-libs/gksu
kde-base/kdesu
)
-   )
)
|| (
net-misc/dhcpcd



1.146net-misc/wicd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   26 Apr 2014 08:26:53 -  1.145
+++ ChangeLog   7 May 2014 05:31:09 -   1.146
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/wicd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.145 2014/04/26 
08:26:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.146 2014/05/07 
05:31:09 tomka Exp $
+
+  07 May 2014; Thomas Kahle to...@gentoo.org wicd-1.7.2.4-r2.ebuild,
+  wicd-1.7.2.4-r3.ebuild:
+  fix wrong dep nesting (bug 509730)
 
   26 Apr 2014; Pacho Ramos pa...@gentoo.org wicd-1.7.2.4-r3.ebuild:
   Adapt to latest pygobject don't providing python2.6 support






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz: normaliz-2.11.ebuild ChangeLog

2014-05-09 Thread Thomas Kahle (tomka)
tomka   14/05/09 13:36:16

  Modified: ChangeLog
  Added:normaliz-2.11.ebuild
  Log:
  Bump to 2.11
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.16 sci-mathematics/normaliz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   27 Jul 2013 14:59:12 -  1.15
+++ ChangeLog   9 May 2014 13:36:16 -   1.16
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/normaliz
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.15 
2013/07/27 14:59:12 tomka Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.16 
2014/05/09 13:36:16 tomka Exp $
+
+*normaliz-2.11 (09 May 2014)
+
+  09 May 2014; Thomas Kahle to...@gentoo.org
+  +files/normaliz-2.11-respect-flags.patch, +normaliz-2.11.ebuild:
+  Bump to 2.11
 
 *normaliz-2.10.1 (27 Jul 2013)
 



1.1  sci-mathematics/normaliz/normaliz-2.11.ebuild

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

Index: normaliz-2.11.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.11.ebuild,v 1.1 
2014/05/09 13:36:16 tomka Exp $

EAPI=5

inherit eutils toolchain-funcs versionator

MYPV=$(get_version_component_range 1-2)
MYP=Normaliz${MYPV}

DESCRIPTION=Tool for computations in affine monoids and more
HOMEPAGE=http://www.mathematik.uni-osnabrueck.de/normaliz/;
SRC_URI=http://www.mathematik.uni-osnabrueck.de/${PN}/${MYP}/${MYP}.zip;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=extras openmp

RDEPEND=dev-libs/gmp[cxx]
DEPEND=${RDEPEND}
app-arch/unzip
dev-libs/boost
# Only a boost header is needed - not RDEPEND

S=${WORKDIR}/${MYP}

src_prepare () {
epatch ${FILESDIR}/${PN}-${MYPV}-respect-flags.patch

# Respect users AR tool (Bug 474532)
sed -e s:ar -cr:$(tc-getAR) -cr: -i source/libnormaliz/Makefile

if use openmp  tc-has-openmp; then
export OPENMP=yes
else
export OPENMP=no
fi
}

src_compile(){
emake CXX=$(tc-getCXX) OPENMP=${OPENMP} -C source
}

src_install() {
dobin source/normaliz
dodoc doc/Normaliz_${MYPV}.pdf
dodoc doc/NmzIntegrate_1.2.pdf
if use extras; then
elog You have selected to install extras which consist of 
Macaulay2
elog and Singular packages. These have been installed into 
elog /usr/share/${PN}, and cannot be used without additional 
setup. Please refer
elog to the homepages of the respective projects for 
additional information.
elog Note however, Gentoo's versions of Singular and Macaulay2 
bring their own
elog copies of these interface packages. Usually you don't 
need normaliz's versions.
insinto /usr/share/${PN}
doins Singular/normaliz.lib
doins Macaulay2/Normaliz.m2
fi
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.11-respect-flags.patch

2014-05-09 Thread Thomas Kahle (tomka)
tomka   14/05/09 13:36:16

  Added:normaliz-2.11-respect-flags.patch
  Log:
  Bump to 2.11
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  
sci-mathematics/normaliz/files/normaliz-2.11-respect-flags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.11-respect-flags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.11-respect-flags.patch?rev=1.1content-type=text/plain

Index: normaliz-2.11-respect-flags.patch
===
diff -U 3 -dHrN Normaliz2.11/source/Makefile Normaliz2.11.new/source/Makefile
--- Normaliz2.11/source/Makefile2014-02-24 12:44:10.0 +0100
+++ Normaliz2.11.new/source/Makefile2014-05-09 15:26:52.885085512 +0200
@@ -20,7 +20,7 @@
$(CXX) $(CXXFLAGS) $(NORMFLAGS) -c Normaliz.cpp -o normaliz.o
 
 normaliz: $(SOURCES) $(HEADERS) normaliz.o libnormaliz/libnormaliz.a
-   $(CXX) $(CXXFLAGS) $(NORMFLAGS) normaliz.o libnormaliz/libnormaliz.a 
$(GMPFLAGS) -o normaliz
+   $(CXX) $(CXXFLAGS) $(LDFLAGS) normaliz.o libnormaliz/libnormaliz.a 
$(GMPFLAGS) -o normaliz
 
 normaliz1: $(SOURCES) $(HEADERS) $(LIBHEADERS) $(LIBSOURCES)
$(CXX) $(CXXFLAGS) $(NORMFLAGS) Normaliz-impl.cpp $(GMPFLAGS) -o 
normaliz1
diff -U 3 -dHrN Normaliz2.11/source/Makefile.configuration 
Normaliz2.11.new/source/Makefile.configuration
--- Normaliz2.11/source/Makefile.configuration  2014-04-29 11:06:24.0 
+0200
+++ Normaliz2.11.new/source/Makefile.configuration  2014-05-09 
15:26:52.875085512 +0200
@@ -1,11 +1,9 @@
 ##
 ## Makefile configuration for normaliz
 ##
-CXX = g++ 
 #CXX = linux32 g++ -m32 -march=i686  #compile it for linux32
 CXXFLAGS += -std=c++0x
 CXXFLAGS += -Wall -pedantic
-CXXFLAGS += -O3 -funroll-loops
 #CXXFLAGS += -I /usr/local/boost_1_45_0
 #CXXFLAGS += -g   ## debugging
 #CXXFLAGS += -pg  ## profiling
@@ -19,7 +17,6 @@
 endif
 
 ## for distributing the executables link static (does not work for mac)
-CXXFLAGS += -static
 ## for almost static compilation on Mac use
 #CXXFLAGS += -static-libgcc
 ## make it compatible with older Mac versions






[gentoo-commits] gentoo-x86 commit in www-apps/tt-rss: tt-rss-1.12.ebuild ChangeLog

2014-04-04 Thread Thomas Kahle (tomka)
tomka   14/04/04 11:22:05

  Modified: ChangeLog
  Added:tt-rss-1.12.ebuild
  Log:
  Bump to 1.12 (bug 506520)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.33 www-apps/tt-rss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.33view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.33content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?r1=1.32r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   8 Mar 2014 17:31:56 -   1.32
+++ ChangeLog   4 Apr 2014 11:22:05 -   1.33
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/tt-rss
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.32 2014/03/08 
17:31:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.33 2014/04/04 
11:22:05 tomka Exp $
+
+*tt-rss-1.12 (04 Apr 2014)
+
+  04 Apr 2014; Thomas Kahle to...@gentoo.org +tt-rss-1.12.ebuild:
+  Bump to 1.12 (bug 506520)
 
   08 Mar 2014; Markos Chandras hwoar...@gentoo.org tt-rss-1.11.ebuild:
   Add ~mips



1.1  www-apps/tt-rss/tt-rss-1.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-1.12.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-1.12.ebuild?rev=1.1content-type=text/plain

Index: tt-rss-1.12.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-1.12.ebuild,v 1.1 
2014/04/04 11:22:05 tomka Exp $

EAPI=5

inherit user eutils webapp depend.php depend.apache vcs-snapshot

DESCRIPTION=Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX
HOMEPAGE=http://tt-rss.org/;
SRC_URI=https://github.com/gothfox/Tiny-Tiny-RSS/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-3
KEYWORDS=~amd64 ~mips ~x86
IUSE=daemon +mysql postgres

DEPEND=
daemon? ( dev-lang/php[mysql?,postgres?,pcntl,curl] )
!daemon? ( dev-lang/php[mysql?,postgres?,curl] )

RDEPEND=${DEPEND}

REQUIRED_USE=|| ( mysql postgres )

need_httpd_cgi
need_php_httpd

pkg_setup() {
webapp_pkg_setup

if use daemon; then
enewgroup ttrssd
enewuser ttrssd -1 /bin/sh /dev/null ttrssd
fi
}

src_prepare() {
# Customize config.php-dist so that the right 'DB_TYPE' is already set 
(according to the USE flag)
einfo Customizing config.php-dist...

if use mysql  ! use postgres; then
sed -i \
-e /define('DB_TYPE',/{s:pgsql:mysql:} \
config.php-dist || die
fi

sed -i \
-e /define('DB_TYPE',/{s:// \(or mysql\):// pgsql \1:} \
config.php-dist || die

# per 462578
epatch_user
}

src_install() {
webapp_src_preinst

insinto /${MY_HTDOCSDIR}
doins -r *
keepdir /${MY_HTDOCSDIR}/feed-icons

for DIR in cache lock feed-icons; do
webapp_serverowned -R ${MY_HTDOCSDIR}/${DIR}
done

# In the old days we put a config.php directly and tried to 
# protect it with the following which did not work reliably.
# These days we only install the config.php-dist file.
# webapp_configfile ${MY_HTDOCSDIR}/config.php

if use daemon; then
webapp_postinst_txt en 
${FILESDIR}/postinstall-en-with-daemon.txt
newinitd ${FILESDIR}/ttrssd.initd-r2 ttrssd
newconfd ${FILESDIR}/ttrssd.confd-r1 ttrssd
insinto /etc/logrotate.d/
newins ${FILESDIR}/ttrssd.logrotated ttrssd
else
webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
fi

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in app-misc/anki: anki-2.0.24.ebuild ChangeLog

2014-04-12 Thread Thomas Kahle (tomka)
tomka   14/04/12 16:48:48

  Modified: ChangeLog
  Added:anki-2.0.24.ebuild
  Log:
  Bump to 2.0.24
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.78 app-misc/anki/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.78view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.78content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?r1=1.77r2=1.78

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog   7 Feb 2014 14:23:53 -   1.77
+++ ChangeLog   12 Apr 2014 16:48:48 -  1.78
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/anki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.77 2014/02/07 
14:23:53 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.78 2014/04/12 
16:48:48 tomka Exp $
+
+*anki-2.0.24 (12 Apr 2014)
+
+  12 Apr 2014; Thomas Kahle to...@gentoo.org +anki-2.0.24.ebuild:
+  Bump to 2.0.24
 
 *anki-2.0.22 (07 Feb 2014)
 



1.1  app-misc/anki/anki-2.0.24.ebuild

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

Index: anki-2.0.24.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.24.ebuild,v 1.1 
2014/04/12 16:48:48 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE=sqlite

inherit eutils python-single-r1

DESCRIPTION=A spaced-repetition memory training program (flash cards)
HOMEPAGE=http://ichi2.net/anki/;
SRC_URI=http://ankisrs.net/download/mirror/${P}.tgz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=latex +recording +sound

RDEPEND=${PYTHON_DEPS}
 dev-python/PyQt4[X,svg,webkit]
 =dev-python/httplib2-0.7.4
 dev-python/beautifulsoup:python-2
 dev-python/send2trash
 recording? ( media-sound/lame
  =dev-python/pyaudio-0.2.4 )
 sound? ( media-video/mplayer )
 latex? ( app-text/texlive
  app-text/dvipng )
DEPEND=

pkg_setup(){
python-single-r1_pkg_setup
}

src_prepare() {
rm -r thirdparty || die
sed -i -e s/updates=True/updates=False/ \
aqt/profiles.py || die
}

# Nothing to configure or compile
src_configure() {
true;
}

src_compile() {
true;
}

src_install() {
doicon ${PN}.png
domenu ${PN}.desktop
doman ${PN}.1

dodoc README README.development
python_domodule aqt anki
python_doscript anki/anki
}

pkg_preinst() {
if has_version app-misc/anki-2 ; then
elog Anki 2 is a rewrite of Anki with many new features and
elog a new database format.  On the first run your decks are
elog converted to the new format and a backup of your Anki-1
elog decks is created.  Please read the following:
elog http://ankisrs.net/anki2.html;
fi
}






[gentoo-commits] gentoo-x86 commit in app-misc/anki: anki-2.0.28.ebuild ChangeLog anki-2.0.20.ebuild anki-2.0.26.ebuild

2014-07-21 Thread Thomas Kahle (tomka)
tomka   14/07/21 11:39:22

  Modified: ChangeLog
  Added:anki-2.0.28.ebuild
  Removed:  anki-2.0.20.ebuild anki-2.0.26.ebuild
  Log:
  bump to 2.0.28, remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.82 app-misc/anki/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.82view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.82content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?r1=1.81r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   24 May 2014 10:12:18 -  1.81
+++ ChangeLog   21 Jul 2014 11:39:22 -  1.82
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/anki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.81 2014/05/24 
10:12:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.82 2014/07/21 
11:39:22 tomka Exp $
+
+*anki-2.0.28 (21 Jul 2014)
+
+  21 Jul 2014; Thomas Kahle to...@gentoo.org +anki-2.0.28.ebuild,
+  -anki-2.0.20.ebuild, -anki-2.0.26.ebuild:
+  bump to 2.0.28, remove old
 
   24 May 2014; Agostino Sarubbo a...@gentoo.org anki-2.0.24.ebuild:
   Stable for x86, wrt bug #507520



1.1  app-misc/anki/anki-2.0.28.ebuild

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

Index: anki-2.0.28.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.28.ebuild,v 1.1 
2014/07/21 11:39:22 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE=sqlite

inherit eutils python-single-r1

DESCRIPTION=A spaced-repetition memory training program (flash cards)
HOMEPAGE=http://ichi2.net/anki/;
SRC_URI=http://ankisrs.net/download/mirror/${P}.tgz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=latex +recording +sound

RDEPEND=${PYTHON_DEPS}
 dev-python/PyQt4[X,svg,webkit]
 =dev-python/httplib2-0.7.4
 dev-python/beautifulsoup:python-2
 dev-python/send2trash
 recording? ( media-sound/lame
  =dev-python/pyaudio-0.2.4 )
 sound? ( media-video/mplayer )
 latex? ( app-text/texlive
  app-text/dvipng )
DEPEND=

pkg_setup(){
python-single-r1_pkg_setup
}

src_prepare() {
rm -r thirdparty || die
sed -i -e s/updates=True/updates=False/ \
aqt/profiles.py || die
}

# Nothing to configure or compile
src_configure() {
true;
}

src_compile() {
true;
}

src_install() {
doicon ${PN}.png
domenu ${PN}.desktop
doman ${PN}.1

dodoc README README.development
python_domodule aqt anki
python_doscript anki/anki
}

pkg_preinst() {
if has_version app-misc/anki-2 ; then
elog Anki 2 is a rewrite of Anki with many new features and
elog a new database format.  On the first run your decks are
elog converted to the new format and a backup of your Anki-1
elog decks is created.  Please read the following:
elog http://ankisrs.net/anki2.html;
fi
}






[gentoo-commits] gentoo-x86 commit in media-libs/leptonica: leptonica-1.71.ebuild ChangeLog

2014-08-26 Thread Thomas Kahle (tomka)
tomka   14/08/26 09:09:55

  Modified: leptonica-1.71.ebuild ChangeLog
  Log:
  Depend on openjpeg-2.1 (bug 518540)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.5  media-libs/leptonica/leptonica-1.71.ebuild

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

Index: leptonica-1.71.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- leptonica-1.71.ebuild   21 Aug 2014 11:33:58 -  1.4
+++ leptonica-1.71.ebuild   26 Aug 2014 09:09:55 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71.ebuild,v 1.4 
2014/08/21 11:33:58 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71.ebuild,v 1.5 
2014/08/26 09:09:55 tomka Exp $
 
 EAPI=4
 
@@ -17,7 +17,7 @@
 
 DEPEND=gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg )
-   jpeg2k? ( media-libs/openjpeg:2 )
+   jpeg2k? ( =media-libs/openjpeg-2.1 )
png? ( media-libs/libpng )
tiff? ( media-libs/tiff )
webp? ( media-libs/libwebp )
@@ -27,8 +27,6 @@
 DOCS=( README version-notes )
 
 src_prepare() {
-   epatch ${FILESDIR}/${P}-openjpeg-2.0.patch
-
# unhtmlize docs
local X
for X in ${DOCS[@]}; do



1.20 media-libs/leptonica/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   21 Aug 2014 11:33:58 -  1.19
+++ ChangeLog   26 Aug 2014 09:09:55 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/leptonica
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.19 
2014/08/21 11:33:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.20 
2014/08/26 09:09:55 tomka Exp $
+
+  26 Aug 2014; Thomas Kahle to...@gentoo.org leptonica-1.71.ebuild:
+  Depend on openjpeg-2.1 (bug 518540)
 
   21 Aug 2014; Raúl Porcel armi...@gentoo.org leptonica-1.68.ebuild,
   leptonica-1.69.ebuild, leptonica-1.70.ebuild, leptonica-1.71.ebuild:






[gentoo-commits] gentoo-x86 commit in media-libs/leptonica: leptonica-1.71.ebuild ChangeLog

2014-08-26 Thread Thomas Kahle (tomka)
tomka   14/08/26 12:52:14

  Modified: leptonica-1.71.ebuild ChangeLog
  Log:
  Fix another build failure by deps
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.6  media-libs/leptonica/leptonica-1.71.ebuild

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

Index: leptonica-1.71.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- leptonica-1.71.ebuild   26 Aug 2014 09:09:55 -  1.5
+++ leptonica-1.71.ebuild   26 Aug 2014 12:52:14 -  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/leptonica/leptonica-1.71.ebuild,v 1.5 
2014/08/26 09:09:55 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71.ebuild,v 1.6 
2014/08/26 12:52:14 tomka Exp $
 
 EAPI=4
 
@@ -18,6 +18,7 @@
 DEPEND=gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg )
jpeg2k? ( =media-libs/openjpeg-2.1 )
+   !jpeg2k? ( !media-libs/openjpeg-2.1 )
png? ( media-libs/libpng )
tiff? ( media-libs/tiff )
webp? ( media-libs/libwebp )



1.21 media-libs/leptonica/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   26 Aug 2014 09:09:55 -  1.20
+++ ChangeLog   26 Aug 2014 12:52:14 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/leptonica
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.20 
2014/08/26 09:09:55 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.21 
2014/08/26 12:52:14 tomka Exp $
+
+  26 Aug 2014; Thomas Kahle to...@gentoo.org leptonica-1.71.ebuild:
+  Fix another build failure by deps
 
   26 Aug 2014; Thomas Kahle to...@gentoo.org leptonica-1.71.ebuild:
   Depend on openjpeg-2.1 (bug 518540)






[gentoo-commits] gentoo-x86 commit in media-libs/leptonica: leptonica-1.71-r1.ebuild ChangeLog

2014-09-01 Thread Thomas Kahle (tomka)
tomka   14/09/01 09:29:28

  Modified: ChangeLog
  Added:leptonica-1.71-r1.ebuild
  Log:
  EAPI bump, fix bug 518540 for real
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.23 media-libs/leptonica/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   30 Aug 2014 17:54:58 -  1.22
+++ ChangeLog   1 Sep 2014 09:29:28 -   1.23
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/leptonica
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.22 
2014/08/30 17:54:58 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.23 
2014/09/01 09:29:28 tomka Exp $
+
+*leptonica-1.71-r1 (01 Sep 2014)
+
+  01 Sep 2014; Thomas Kahle to...@gentoo.org
+  +files/leptonica-1.71-fix-openjpeg-test.patch, +leptonica-1.71-r1.ebuild:
+  EAPI bump, fix bug 518540 for real
 
   30 Aug 2014; Chema Alonso nim...@gentoo.org leptonica-1.70.ebuild:
   Stable for amd64 wrt bug #513376



1.1  media-libs/leptonica/leptonica-1.71-r1.ebuild

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

Index: leptonica-1.71-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/leptonica/leptonica-1.71-r1.ebuild,v 1.1 
2014/09/01 09:29:28 tomka Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=1
inherit eutils autotools-utils

DESCRIPTION=C library for image processing and analysis
HOMEPAGE=http://code.google.com/p/leptonica/;
SRC_URI=http://www.leptonica.com/source/${P}.tar.gz;

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86
IUSE=gif jpeg jpeg2k png tiff webp utils zlib static-libs

# N.b. Tests need at least tiff, jpeg and maybe others to work
DEPEND=gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg )
jpeg2k? ( media-libs/openjpeg:2= )
png? ( media-libs/libpng
   sys-libs/zlib
 )
tiff? ( media-libs/tiff )
webp? ( media-libs/libwebp )
zlib? ( sys-libs/zlib )
RDEPEND=${DEPEND}

DOCS=( README version-notes )
PATCHES=( ${FILESDIR}/${P}-fix-openjpeg-test.patch )

src_prepare() {
if has_version media-libs/openjpeg-2.1 ; then
epatch ${FILESDIR}/${P}-openjpeg-2.0.patch
fi

# unhtmlize docs
local X
for X in ${DOCS[@]}; do
awk '/\/pre/{s--} {if (s) print $0} /pre/{s++}' \
${X}.html  ${X} || die 'awk failed'
rm -f -- ${X}.html
done
autotools-utils_src_prepare
}

src_configure() {
# $(use_with webp libwebp) - unknown
# so use-flag just for pulling dependencies
# zlib handling see bug 454890
local myeconfargs=(
$(use_with gif giflib)
$(use_with jpeg)
$(use_with jpeg2k libopenjpeg)
$(use_with png libpng)
$(use_with tiff libtiff)
$(use_enable utils programs)
$(use_enable static-libs static)
)
# libpng requires zlib:
if use png  ! use zlib ; then
# Ignore users non-sensical choice of -zlib
myeconfargs+=(--with-zlib)
else
myeconfargs+=( $(use_with zlib) )
fi
autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in media-libs/leptonica/files: leptonica-1.71-fix-openjpeg-test.patch

2014-09-01 Thread Thomas Kahle (tomka)
tomka   14/09/01 09:29:28

  Added:leptonica-1.71-fix-openjpeg-test.patch
  Log:
  EAPI bump, fix bug 518540 for real
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  
media-libs/leptonica/files/leptonica-1.71-fix-openjpeg-test.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/files/leptonica-1.71-fix-openjpeg-test.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/leptonica/files/leptonica-1.71-fix-openjpeg-test.patch?rev=1.1content-type=text/plain

Index: leptonica-1.71-fix-openjpeg-test.patch
===
--- leptonica-1.71.orig/configure.ac2014-08-31 14:33:16.834598973 +0200
+++ leptonica-1.71/configure.ac 2014-09-01 10:56:59.394975447 +0200
@@ -78,10 +78,10 @@
   )
 )
 
-AS_IF([test x$with_libopenjp2 != xno],
+AS_IF([test x$with_libopenjpeg != xno],
   AC_CHECK_LIB([openjp2], [opj_create_decompress],
 AC_DEFINE([HAVE_LIBJP2K], 1, [Define to 1 if you have libopenjp2.]) 
AC_SUBST([LIBJP2K_LIBS], [-lopenjp2]),
-AS_IF([test x$with_libopenjp2 = xyes], AC_MSG_ERROR([libopenjp2 support 
requested but library not found]))
+AS_IF([test x$with_libopenjpeg = xyes], AC_MSG_ERROR([libopenjp2 support 
requested but library not found]))
   )
 )
 






[gentoo-commits] gentoo-x86 commit in media-libs/leptonica: leptonica-1.71-r1.ebuild ChangeLog

2014-09-01 Thread Thomas Kahle (tomka)
tomka   14/09/01 19:37:32

  Modified: leptonica-1.71-r1.ebuild ChangeLog
  Log:
  Fix bug 518540 differently again
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.2  media-libs/leptonica/leptonica-1.71-r1.ebuild

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

Index: leptonica-1.71-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- leptonica-1.71-r1.ebuild1 Sep 2014 09:29:28 -   1.1
+++ leptonica-1.71-r1.ebuild1 Sep 2014 19:37: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/media-libs/leptonica/leptonica-1.71-r1.ebuild,v 1.1 
2014/09/01 09:29:28 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71-r1.ebuild,v 1.2 
2014/09/01 19:37:32 tomka Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@
 PATCHES=( ${FILESDIR}/${P}-fix-openjpeg-test.patch )
 
 src_prepare() {
-   if has_version media-libs/openjpeg-2.1 ; then
+   if has_version =media-libs/openjpeg-2.0.0 ; then
epatch ${FILESDIR}/${P}-openjpeg-2.0.patch
fi
 



1.24 media-libs/leptonica/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   1 Sep 2014 09:29:28 -   1.23
+++ ChangeLog   1 Sep 2014 19:37:32 -   1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/leptonica
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.23 
2014/09/01 09:29:28 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.24 
2014/09/01 19:37:32 tomka Exp $
+
+  01 Sep 2014; Thomas Kahle to...@gentoo.org leptonica-1.71-r1.ebuild:
+  Fix bug 518540 differently again
 
 *leptonica-1.71-r1 (01 Sep 2014)
 






[gentoo-commits] gentoo-x86 commit in www-apps/tt-rss: tt-rss-1.14.ebuild ChangeLog tt-rss-1.12.ebuild tt-rss-1.9.ebuild tt-rss-1.7.9-r1.ebuild tt-rss-1.7.8.ebuild tt-rss-1.10.ebuild tt-rss-1.8.ebuild

2014-11-07 Thread Thomas Kahle (tomka)
tomka   14/11/07 09:29:50

  Modified: ChangeLog
  Added:tt-rss-1.14.ebuild
  Removed:  tt-rss-1.12.ebuild tt-rss-1.9.ebuild
tt-rss-1.7.9-r1.ebuild tt-rss-1.7.8.ebuild
tt-rss-1.10.ebuild tt-rss-1.8.ebuild
tt-rss-1.11.ebuild
  Log:
  Bump to 1.14, remove old
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.35 www-apps/tt-rss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.35view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.35content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?r1=1.34r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   4 Aug 2014 10:44:29 -   1.34
+++ ChangeLog   7 Nov 2014 09:29:50 -   1.35
@@ -1,6 +1,14 @@
 # ChangeLog for www-apps/tt-rss
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.34 2014/08/04 
10:44:29 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.35 2014/11/07 
09:29:50 tomka Exp $
+
+*tt-rss-1.14 (07 Nov 2014)
+
+  07 Nov 2014; Thomas Kahle to...@gentoo.org +tt-rss-1.14.ebuild,
+  -tt-rss-1.10.ebuild, -tt-rss-1.11.ebuild, -tt-rss-1.12.ebuild,
+  -tt-rss-1.7.8.ebuild, -tt-rss-1.7.9-r1.ebuild, -tt-rss-1.8.ebuild,
+  -tt-rss-1.9.ebuild:
+  Bump to 1.14, remove old
 
 *tt-rss-1.13 (04 Aug 2014)
 



1.1  www-apps/tt-rss/tt-rss-1.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-1.14.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-1.14.ebuild?rev=1.1content-type=text/plain

Index: tt-rss-1.14.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-1.14.ebuild,v 1.1 
2014/11/07 09:29:50 tomka Exp $

EAPI=5

inherit user eutils webapp depend.php depend.apache vcs-snapshot

DESCRIPTION=Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX
HOMEPAGE=http://tt-rss.org/;
SRC_URI=https://github.com/gothfox/Tiny-Tiny-RSS/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-3
KEYWORDS=~amd64 ~mips ~x86
IUSE=daemon +mysql postgres

DEPEND=
daemon? ( dev-lang/php[mysql?,postgres?,pcntl,curl] )
!daemon? ( dev-lang/php[mysql?,postgres?,curl] )

RDEPEND=${DEPEND}

REQUIRED_USE=|| ( mysql postgres )

need_httpd_cgi
need_php_httpd

pkg_setup() {
webapp_pkg_setup

if use daemon; then
enewgroup ttrssd
enewuser ttrssd -1 /bin/sh /dev/null ttrssd
fi
}

src_prepare() {
# Customize config.php-dist so that the right 'DB_TYPE' is already set 
(according to the USE flag)
einfo Customizing config.php-dist...

if use mysql  ! use postgres; then
sed -i \
-e /define('DB_TYPE',/{s:pgsql:mysql:} \
config.php-dist || die
fi

sed -i \
-e /define('DB_TYPE',/{s:// \(or mysql\):// pgsql \1:} \
config.php-dist || die

# per 462578
epatch_user
}

src_install() {
webapp_src_preinst

insinto /${MY_HTDOCSDIR}
doins -r *
keepdir /${MY_HTDOCSDIR}/feed-icons

for DIR in cache lock feed-icons; do
webapp_serverowned -R ${MY_HTDOCSDIR}/${DIR}
done

# In the old days we put a config.php directly and tried to
# protect it with the following which did not work reliably.
# These days we only install the config.php-dist file.
# webapp_configfile ${MY_HTDOCSDIR}/config.php

if use daemon; then
webapp_postinst_txt en 
${FILESDIR}/postinstall-en-with-daemon.txt
newinitd ${FILESDIR}/ttrssd.initd-r2 ttrssd
newconfd ${FILESDIR}/ttrssd.confd-r1 ttrssd
insinto /etc/logrotate.d/
newins ${FILESDIR}/ttrssd.logrotated ttrssd

elog After upgrading, please restart ttrssd
else
webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
fi

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in media-libs/leptonica: leptonica-1.71-r1.ebuild ChangeLog

2014-11-08 Thread Thomas Kahle (tomka)
tomka   14/11/08 19:46:27

  Modified: leptonica-1.71-r1.ebuild ChangeLog
  Log:
  Fix bug 527586 with REQUIRED_USE
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 565C32BC)

Revision  ChangesPath
1.3  media-libs/leptonica/leptonica-1.71-r1.ebuild

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

Index: leptonica-1.71-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- leptonica-1.71-r1.ebuild1 Sep 2014 19:37:32 -   1.2
+++ leptonica-1.71-r1.ebuild8 Nov 2014 19:46:27 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71-r1.ebuild,v 1.2 
2014/09/01 19:37:32 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/leptonica/leptonica-1.71-r1.ebuild,v 1.3 
2014/11/08 19:46:27 tomka Exp $
 
 EAPI=5
 
@@ -16,7 +16,9 @@
 KEYWORDS=~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86
 IUSE=gif jpeg jpeg2k png tiff webp utils zlib static-libs
 
-# N.b. Tests need at least tiff, jpeg and maybe others to work
+# N.b. Tests need all tested features enabled:
+REQUIRED_USE=test? ( gif jpeg jpeg2k png tiff webp )
+
 DEPEND=gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg )
jpeg2k? ( media-libs/openjpeg:2= )



1.31 media-libs/leptonica/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   2 Nov 2014 09:08:16 -   1.30
+++ ChangeLog   8 Nov 2014 19:46:27 -   1.31
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/leptonica
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.30 
2014/11/02 09:08:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/leptonica/ChangeLog,v 1.31 
2014/11/08 19:46:27 tomka Exp $
+
+  08 Nov 2014; Thomas Kahle to...@gentoo.org leptonica-1.71-r1.ebuild:
+  Fix bug 527586 with REQUIRED_USE
 
   02 Nov 2014; Agostino Sarubbo a...@gentoo.org leptonica-1.71.ebuild:
   Stable for alpha, wrt bug #524542






[gentoo-commits] gentoo-x86 commit in sci-mathematics/4ti2: 4ti2-1.6.2.ebuild ChangeLog 4ti2-1.6.ebuild

2014-11-14 Thread Thomas Kahle (tomka)
tomka   14/11/14 09:58:13

  Modified: 4ti2-1.6.2.ebuild ChangeLog
  Removed:  4ti2-1.6.ebuild
  Log:
  Fix bug 518000 (thanks Alexander Tsoy), remove old.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.3  sci-mathematics/4ti2/4ti2-1.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild?r1=1.2r2=1.3

Index: 4ti2-1.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 4ti2-1.6.2.ebuild   18 Jul 2014 12:27:10 -  1.2
+++ 4ti2-1.6.2.ebuild   14 Nov 2014 09:58:13 -  1.3
@@ -1,10 +1,11 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild,v 
1.2 2014/07/18 12:27:10 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild,v 
1.3 2014/11/14 09:58:13 tomka Exp $
 
 EAPI=5
 
 AUTOTOOLS_AUTORECONF=true
+AT_NO_RECURSIVE=1
 
 inherit autotools-utils
 



1.17 sci-mathematics/4ti2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   18 Jul 2014 12:27:10 -  1.16
+++ ChangeLog   14 Nov 2014 09:58:13 -  1.17
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/4ti2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.16 
2014/07/18 12:27:10 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.17 
2014/11/14 09:58:13 tomka Exp $
+
+  14 Nov 2014; Thomas Kahle to...@gentoo.org -4ti2-1.6.ebuild,
+  4ti2-1.6.2.ebuild:
+  Fix bug 518000 (thanks Alexander Tsoy), remove old.
 
   18 Jul 2014; Chema Alonso nim...@gentoo.org 4ti2-1.6.2.ebuild:
   Stable for amd64 wrt bug #511442






[gentoo-commits] gentoo-x86 commit in net-mail/mu: metadata.xml ChangeLog

2014-10-06 Thread Thomas Kahle (tomka)
tomka   14/10/06 12:32:48

  Modified: metadata.xml ChangeLog
  Log:
  Remove me from metadata.xml
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.5  net-mail/mu/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/metadata.xml?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/metadata.xml?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/mu/metadata.xml?r1=1.4r2=1.5

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml29 Jul 2012 13:41:09 -  1.4
+++ metadata.xml6 Oct 2014 12:32:48 -   1.5
@@ -2,10 +2,6 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
herdnet-mail/herd
-   maintainer
-   emailto...@gentoo.org/email
-   nameThomas Kahle/name
-   /maintainer
longdescription lang=en'mu' is a set of command-line tools for 
Linux/Unix that enable you to quickly find the e-mails you
 are looking for, assuming that you store your e-mails in Maildirs.  It also 
includes an emacs based mail client mu4e./longdescription
use



1.22 net-mail/mu/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   29 Jun 2014 13:18:11 -  1.21
+++ ChangeLog   6 Oct 2014 12:32:48 -   1.22
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/mu
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.21 2014/06/29 
13:18:11 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mu/ChangeLog,v 1.22 2014/10/06 
12:32:48 tomka Exp $
+
+  06 Oct 2014; Thomas Kahle to...@gentoo.org metadata.xml:
+  Remove me from metadata.xml
 
 *mu-0.9.9.6 (29 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in net-mail/offlineimap: metadata.xml ChangeLog

2014-10-06 Thread Thomas Kahle (tomka)
tomka   14/10/06 12:34:17

  Modified: metadata.xml ChangeLog
  Log:
  Remove me from metadata.xml
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.4  net-mail/offlineimap/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/metadata.xml?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/metadata.xml?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/metadata.xml?r1=1.3r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/offlineimap/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml19 Dec 2012 05:32:34 -  1.3
+++ metadata.xml6 Oct 2014 12:34:17 -   1.4
@@ -2,10 +2,6 @@
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
   herdnet-mail/herd
-  maintainer
-emailto...@gentoo.org/email
-nameThomas Kahle/name
-  /maintainer
   use
   flag name=sqlite Enable runtime support for sqlite mail status backend. 
/flag
 /use



1.98 net-mail/offlineimap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?rev=1.98view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?rev=1.98content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/offlineimap/ChangeLog?r1=1.97r2=1.98

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog   11 Jun 2014 12:52:01 -  1.97
+++ ChangeLog   6 Oct 2014 12:34:17 -   1.98
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/offlineimap
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.97 
2014/06/11 12:52:01 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/offlineimap/ChangeLog,v 1.98 
2014/10/06 12:34:17 tomka Exp $
+
+  06 Oct 2014; Thomas Kahle to...@gentoo.org metadata.xml:
+  Remove me from metadata.xml
 
 *offlineimap-6.5.6 (11 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in app-misc/anki: anki-2.0.31.ebuild ChangeLog anki-2.0.24.ebuild anki-2.0.29.ebuild

2014-10-25 Thread Thomas Kahle (tomka)
tomka   14/10/25 12:41:42

  Modified: ChangeLog
  Added:anki-2.0.31.ebuild
  Removed:  anki-2.0.24.ebuild anki-2.0.29.ebuild
  Log:
  bump to 2.0.31
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.86 app-misc/anki/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.86view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?rev=1.86content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/anki/ChangeLog?r1=1.85r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   9 Oct 2014 15:19:15 -   1.85
+++ ChangeLog   25 Oct 2014 12:41:42 -  1.86
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/anki
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.85 2014/10/09 
15:19:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.86 2014/10/25 
12:41:42 tomka Exp $
+
+*anki-2.0.31 (25 Oct 2014)
+
+  25 Oct 2014; Thomas Kahle to...@gentoo.org +anki-2.0.31.ebuild,
+  -anki-2.0.24.ebuild, -anki-2.0.29.ebuild:
+  bump to 2.0.31
 
   09 Oct 2014; Agostino Sarubbo a...@gentoo.org anki-2.0.28.ebuild:
   Stable for amd64, wrt bug #518844



1.1  app-misc/anki/anki-2.0.31.ebuild

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

Index: anki-2.0.31.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.31.ebuild,v 1.1 
2014/10/25 12:41:42 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE=sqlite

inherit eutils python-single-r1

DESCRIPTION=A spaced-repetition memory training program (flash cards)
HOMEPAGE=http://ichi2.net/anki/;
SRC_URI=http://ankisrs.net/download/mirror/${P}.tgz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=latex +recording +sound

RDEPEND=${PYTHON_DEPS}
 dev-python/PyQt4[X,svg,webkit]
 =dev-python/httplib2-0.7.4
 dev-python/beautifulsoup:python-2
 dev-python/send2trash
 recording? ( media-sound/lame
  =dev-python/pyaudio-0.2.4 )
 sound? ( media-video/mplayer )
 latex? ( app-text/texlive
  app-text/dvipng )
DEPEND=

pkg_setup(){
python-single-r1_pkg_setup
}

src_prepare() {
rm -r thirdparty || die
sed -i -e s/updates=True/updates=False/ \
aqt/profiles.py || die
}

# Nothing to configure or compile
src_configure() {
true;
}

src_compile() {
true;
}

src_install() {
doicon ${PN}.png
domenu ${PN}.desktop
doman ${PN}.1

dodoc README README.development
python_domodule aqt anki
python_doscript anki/anki
}

pkg_preinst() {
if has_version app-misc/anki-2 ; then
elog Anki 2 is a rewrite of Anki with many new features and
elog a new database format.  On the first run your decks are
elog converted to the new format and a backup of your Anki-1
elog decks is created.  Please read the following:
elog http://ankisrs.net/anki2.html;
fi
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz: normaliz-2.12.1.ebuild ChangeLog

2014-10-25 Thread Thomas Kahle (tomka)
tomka   14/10/25 13:23:21

  Modified: ChangeLog
  Added:normaliz-2.12.1.ebuild
  Log:
  bump to 2.12.1
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.22 sci-mathematics/normaliz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   18 Aug 2014 07:33:26 -  1.21
+++ ChangeLog   25 Oct 2014 13:23:21 -  1.22
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/normaliz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.21 
2014/08/18 07:33:26 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.22 
2014/10/25 13:23:21 tomka Exp $
+
+*normaliz-2.12.1 (25 Oct 2014)
+
+  25 Oct 2014; Thomas Kahle to...@gentoo.org
+  +files/normaliz-2.12.1-respect-flags.patch, +normaliz-2.12.1.ebuild:
+  bump to 2.12.1
 
 *normaliz-2.5-r1 (18 Aug 2014)
 



1.1  sci-mathematics/normaliz/normaliz-2.12.1.ebuild

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

Index: normaliz-2.12.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.1.ebuild,v 1.1 
2014/10/25 13:23:21 tomka Exp $

EAPI=5

inherit eutils toolchain-funcs versionator

MYPV=$(get_version_component_range 1-2)
MYP=Normaliz${MYPV}

DESCRIPTION=Tool for computations in affine monoids and more
HOMEPAGE=http://www.mathematik.uni-osnabrueck.de/normaliz/;
SRC_URI=http://www.mathematik.uni-osnabrueck.de/${PN}/Normaliz${PV}/Normaliz${PV}.zip;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc extras openmp

RDEPEND=dev-libs/gmp[cxx]
DEPEND=${RDEPEND}
app-arch/unzip
dev-libs/boost
# Only a boost header is needed - not RDEPEND

S=${WORKDIR}/${MYP}

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

# Respect users AR tool (Bug 474532)
sed -e s:ar -cr:$(tc-getAR) -cr: -i source/libnormaliz/Makefile || die

if use openmp  tc-has-openmp; then
export OPENMP=yes
else
export OPENMP=no
fi
}

src_compile(){
emake CXX=$(tc-getCXX) OPENMP=${OPENMP} -C source
}

src_install() {
dobin source/normaliz
if use doc ; then
dodoc doc/Normaliz.pdf
dodoc doc/NmzIntegrate.pdf
fi
if use extras; then
elog You have selected to install extras which consist of 
Macaulay2
elog and Singular packages. These have been installed into 
elog /usr/share/${PN}, and cannot be used without additional 
setup. Please refer
elog to the homepages of the respective projects for 
additional information.
elog Note however, Gentoo's versions of Singular and Macaulay2 
bring their own
elog copies of these interface packages. Usually you don't 
need normaliz's versions.
insinto /usr/share/${PN}
doins Singular/normaliz.lib
doins Macaulay2/Normaliz.m2
fi
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.12.1-respect-flags.patch

2014-10-25 Thread Thomas Kahle (tomka)
tomka   14/10/25 13:23:21

  Added:normaliz-2.12.1-respect-flags.patch
  Log:
  bump to 2.12.1
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  
sci-mathematics/normaliz/files/normaliz-2.12.1-respect-flags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.12.1-respect-flags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.12.1-respect-flags.patch?rev=1.1content-type=text/plain

Index: normaliz-2.12.1-respect-flags.patch
===
diff -U 3 -dHrN Normaliz2.12/source/Makefile 
Normaliz2.12.patched/source/Makefile
--- Normaliz2.12/source/Makefile2014-10-23 15:01:56.0 +0200
+++ Normaliz2.12.patched/source/Makefile2014-10-25 14:56:39.426295174 
+0200
@@ -17,16 +17,16 @@
@$(MAKE) normaliz
 
 normaliz.o: $(SOURCES) $(HEADERS) $(LIBHEADERS)
-   $(CXX) $(CXXFLAGS) $(NORMFLAGS) -c Normaliz.cpp -o normaliz.o
+   $(CXX) $(CXXFLAGS) $(LDFLAGS) -c Normaliz.cpp -o normaliz.o
 
 normaliz: $(SOURCES) $(HEADERS) normaliz.o libnormaliz/libnormaliz.a
-   $(CXX) $(CXXFLAGS) $(NORMFLAGS) normaliz.o libnormaliz/libnormaliz.a 
$(GMPFLAGS) -o normaliz
+   $(CXX) $(CXXFLAGS) $(LDFLAGS) normaliz.o libnormaliz/libnormaliz.a 
$(GMPFLAGS) -o normaliz
 
 normaliz1: $(SOURCES) $(HEADERS) $(LIBHEADERS) $(LIBSOURCES)
-   $(CXX) $(CXXFLAGS) $(NORMFLAGS) Normaliz-impl.cpp $(GMPFLAGS) -o 
normaliz1
+   $(CXX) $(CXXFLAGS) $(LDFLAGS) Normaliz-impl.cpp $(GMPFLAGS) -o normaliz1
 
 normaliz-pg: $(SOURCES) $(HEADERS) $(LIBHEADERS) $(LIBSOURCES)
-   $(CXX) $(CXXFLAGS) $(NORMFLAGS) -pg Normaliz-impl.cpp $(GMPFLAGS) -o 
normaliz-pg
+   $(CXX) $(CXXFLAGS) $(LDFLAGS) -pg Normaliz-impl.cpp $(GMPFLAGS) -o 
normaliz-pg
 
 
 #always go down the directory and let the make there check what has to be done
diff -U 3 -dHrN Normaliz2.12/source/Makefile.configuration 
Normaliz2.12.patched/source/Makefile.configuration
--- Normaliz2.12/source/Makefile.configuration  2014-10-23 15:01:56.0 
+0200
+++ Normaliz2.12.patched/source/Makefile.configuration  2014-10-25 
15:18:39.876313342 +0200
@@ -1,11 +1,9 @@
 ##
 ## Makefile configuration for normaliz
 ##
-CXX = g++ 
 #CXX = linux32 g++ -m32 -march=i686  #compile it for linux32
 CXXFLAGS += -std=c++0x
 CXXFLAGS += -Wall -pedantic
-CXXFLAGS += -O3 -funroll-loops
 #CXXFLAGS += -I /usr/local/boost_1_45_0
 CXXFLAGS += -g   ## debugging
 #CXXFLAGS += -pg  ## profiling
@@ -19,7 +17,6 @@
 endif
 
 ## for distributing the executables link static (does not work for mac)
-CXXFLAGS += -static
 ## for almost static compilation on Mac use
 #CXXFLAGS += -static-libgcc
 ## make it compatible with older Mac versions






[gentoo-commits] gentoo-x86 commit in app-text/pdfsandwich: pdfsandwich-0.1.2-r1.ebuild ChangeLog pdfsandwich-0.0.7.ebuild pdfsandwich-0.0.8.ebuild

2014-08-07 Thread Thomas Kahle (tomka)
tomka   14/08/07 11:19:37

  Modified: ChangeLog
  Added:pdfsandwich-0.1.2-r1.ebuild
  Removed:  pdfsandwich-0.0.7.ebuild pdfsandwich-0.0.8.ebuild
  Log:
  EAPI bump, add missing dep on *magick (bug 519282), remove old
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.9  app-text/pdfsandwich/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   29 Jul 2014 13:19:03 -  1.8
+++ ChangeLog   7 Aug 2014 11:19:37 -   1.9
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/pdfsandwich
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.8 
2014/07/29 13:19:03 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.9 
2014/08/07 11:19:37 tomka Exp $
+
+*pdfsandwich-0.1.2-r1 (07 Aug 2014)
+
+  07 Aug 2014; Thomas Kahle to...@gentoo.org +pdfsandwich-0.1.2-r1.ebuild,
+  -pdfsandwich-0.0.7.ebuild, -pdfsandwich-0.0.8.ebuild:
+  EAPI bump, add missing dep on *magick (bug 519282), remove old
 
 *pdfsandwich-0.1.2 (29 Jul 2014)
 



1.1  app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild

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

Index: pdfsandwich-0.1.2-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/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild,v 1.1 
2014/08/07 11:19:37 tomka Exp $

EAPI=5

DESCRIPTION=generator of sandwich OCR pdf files
HOMEPAGE=http://www.tobias-elze.de/pdfsandwich;
SRC_URI=mirror://sourceforge/pdfsandwich/${P}.tar.bz2

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

RDEPEND==app-text/tesseract-3.00
media-gfx/exact-image
app-text/unpaper
app-text/ghostscript-gpl
|| (
   media-gfx/imagemagick[png?]
   media-gfx/graphicsmagick[png?]
)
DEPEND=sys-apps/gawk
=dev-lang/ocaml-3.10[ocamlopt]

src_prepare() {
sed -i /^OCAMLOPTFLAGS/s/$/ -ccopt \\$(CFLAGS) \$(LDFLAGS)\/ 
Makefile || die
}

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

pkg_postinst() {
elog pdfsandwich relies on the tesseract library for OCR.
elog Consequently language support is determined by tesseract's
elog language support which in turn is controlled via the LINGUAS
elog variable in make.conf.
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.7-respect-flags.patch normaliz-2.8-respect-flags.patch

2014-08-18 Thread Thomas Kahle (tomka)
tomka   14/08/18 07:33:26

  Removed:  normaliz-2.7-respect-flags.patch
normaliz-2.8-respect-flags.patch
  Log:
  Undo drop (bug #520160)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 565C32BC)



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

2014-08-18 Thread Thomas Kahle (tomka)
tomka   14/08/18 07:33:26

  Modified: ChangeLog
  Added:normaliz-2.5-r1.ebuild
  Log:
  Undo drop (bug #520160)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 565C32BC)

Revision  ChangesPath
1.21 sci-mathematics/normaliz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   15 Aug 2014 08:53:57 -  1.20
+++ ChangeLog   18 Aug 2014 07:33:26 -  1.21
@@ -1,6 +1,13 @@
 # ChangeLog for sci-mathematics/normaliz
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.20 
2014/08/15 08:53:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.21 
2014/08/18 07:33:26 tomka Exp $
+
+*normaliz-2.5-r1 (18 Aug 2014)
+
+  18 Aug 2014; Thomas Kahle to...@gentoo.org +normaliz-2.5-r1.ebuild,
+  -files/normaliz-2.7-respect-flags.patch,
+  -files/normaliz-2.8-respect-flags.patch:
+  Undo drop (bug #520160)
 
   15 Aug 2014; Justin Lecher j...@gentoo.org -normaliz-2.5-r1.ebuild,
   -normaliz-2.10.ebuild, metadata.xml:



1.9  sci-mathematics/normaliz/normaliz-2.5-r1.ebuild

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







[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.4.ebuild ChangeLog

2015-01-20 Thread Thomas Kahle (tomka)
tomka   15/01/20 08:27:24

  Modified: freeorion-0.4.4.ebuild ChangeLog
  Log:
  Fix bug 528480, move large patch to devspace
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.2  games-strategy/freeorion/freeorion-0.4.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild?r1=1.1r2=1.2

Index: freeorion-0.4.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freeorion-0.4.4.ebuild  12 Jan 2015 13:05:17 -  1.1
+++ freeorion-0.4.4.ebuild  20 Jan 2015 08:27:24 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild,v 1.1 
2015/01/12 13:05:17 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild,v 1.2 
2015/01/20 08:27:24 tomka Exp $
 
 EAPI=5
 
@@ -9,7 +9,8 @@
 
 DESCRIPTION=A free turn-based space empire and galactic conquest game
 HOMEPAGE=http://www.freeorion.org;
-SRC_URI=http://dev.gentoo.org/~tomka/files/${P}.tar.bz2;
+SRC_URI=http://dev.gentoo.org/~tomka/files/${P}.tar.bz2
+
http://dev.gentoo.org/~tomka/files/${P}-ogre-1.9-compat.patch.bz2;
 
 LICENSE=GPL-2 LGPL-2.1 CC-BY-SA-3.0
 SLOT=0
@@ -35,7 +36,6 @@
${PYTHON_DEPS}
virtual/pkgconfig
 
-# S=${WORKDIR}/${P}/${myPN}
 CMAKE_USE_DIR=${S}
 CMAKE_VERBOSE=1
 
@@ -57,7 +57,7 @@
 ${CMAKE_USE_DIR}/ogre_plugins.cfg || die
fi
 
-   epatch ${FILESDIR}/ogre-1.9-compat.patch
+   epatch ${WORKDIR}/${P}-ogre-1.9-compat.patch
 
# parse subdir sets -O3
sed -e s:-O3:: -i parse/CMakeLists.txt
@@ -89,7 +89,7 @@
dogamesbin ${CMAKE_BUILD_DIR}/${PN}{ca,d} || die
newgamesbin ${CMAKE_BUILD_DIR}/${PN} ${PN}.bin || die
games_make_wrapper ${PN} \
-   ${GAMES_BINDIR}/${PN}.bin --resource-dir ./default \
+   ${GAMES_BINDIR}/${PN}.bin --resource-dir 
${GAMES_DATADIR}/${PN}/default \
${GAMES_DATADIR}/${PN}
 
# lib



1.12 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   12 Jan 2015 13:05:17 -  1.11
+++ ChangeLog   20 Jan 2015 08:27:24 -  1.12
@@ -1,6 +1,10 @@
 # ChangeLog for games-strategy/freeorion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.11 
2015/01/12 13:05:17 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.12 
2015/01/20 08:27:24 tomka Exp $
+
+  20 Jan 2015; Thomas Kahle to...@gentoo.org -files/ogre-1.9-compat.patch,
+  freeorion-0.4.4.ebuild:
+  Fix bug 528480, move large patch to devspace
 
 *freeorion-0.4.4 (12 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion/files: ogre-1.9-compat.patch

2015-01-20 Thread Thomas Kahle (tomka)
tomka   15/01/20 08:27:24

  Removed:  ogre-1.9-compat.patch
  Log:
  Fix bug 528480, move large patch to devspace
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)



[gentoo-commits] gentoo-x86 commit in net-misc/wicd: metadata.xml wicd-1.7.3.ebuild ChangeLog wicd-1.7.2.4-r2.ebuild

2015-01-19 Thread Thomas Kahle (tomka)
tomka   15/01/19 12:32:36

  Modified: metadata.xml ChangeLog
  Added:wicd-1.7.3.ebuild
  Removed:  wicd-1.7.2.4-r2.ebuild
  Log:
  bump to 1.7.3, remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.14 net-misc/wicd/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/metadata.xml?rev=1.14view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/metadata.xml?rev=1.14content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/metadata.xml?r1=1.13r2=1.14

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/metadata.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- metadata.xml2 Jun 2013 11:00:43 -   1.13
+++ metadata.xml19 Jan 2015 12:32:36 -  1.14
@@ -14,6 +14,7 @@
flag name='mac4lin'Change default icons to mac4lin icon set/flag
flag name='ncurses'Installs a ncurses UI/flag
flag name='pm-utils'Installs the pm-utils hooks for suspend/resume and
-   requires pkgsys-power/pm-utils/pkg/flag
+   requires pkgsys-power/pm-utils/pkg/flag
+   flag name='gnome-shell'Install gnome-shell extension/flag
 /use
 /pkgmetadata



1.151net-misc/wicd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   2 Aug 2014 18:18:19 -   1.150
+++ ChangeLog   19 Jan 2015 12:32:36 -  1.151
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/wicd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.150 2014/08/02 
18:18:19 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.151 2015/01/19 
12:32:36 tomka Exp $
+
+*wicd-1.7.3 (19 Jan 2015)
+
+  19 Jan 2015; Thomas Kahle to...@gentoo.org
+  +files/wicd-1.7.3-add-missing-gnome-shell-extension.patch, 
+wicd-1.7.3.ebuild,
+  -files/wicd-1.7.1_pre20111210-fix-config-reading.patch,
+  -wicd-1.7.2.4-r2.ebuild, metadata.xml:
+  bump to 1.7.3, remove old
 
   02 Aug 2014; Agostino Sarubbo a...@gentoo.org wicd-1.7.2.4-r3.ebuild:
   Stable for ppc64, wrt bug #509752



1.1  net-misc/wicd/wicd-1.7.3.ebuild

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

Index: wicd-1.7.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.1 
2015/01/19 12:32:36 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=ncurses?,xml

inherit eutils distutils-r1 linux-info readme.gentoo systemd

DESCRIPTION=A lightweight wired and wireless network manager for Linux
HOMEPAGE=https://launchpad.net/wicd;
SRC_URI=http://launchpad.net/wicd/1.7/${PV}/+download/${P}.tar.gz
mac4lin? ( 
http://dev.gentoo.org/~anarchy/dist/wicd-mac4lin-icons.tar.xz )
ambiance? ( 
http://freetimesblog.altervista.org/blog/wp-content/uploads/downloads/2010/05/Icone-Wicd-Lucid.tar.gz
 )

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
IUSE=doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils 
gnome-shell

DEPEND=nls? ( dev-python/Babel )
RDEPEND=${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
X? (
gtk? ( dev-python/pygtk )
|| (
x11-misc/ktsuss
x11-libs/gksu
kde-base/kdesu
)
)
|| (
net-misc/dhcpcd
net-misc/dhcp
net-misc/pump
)
net-wireless/wireless-tools
net-wireless/wpa_supplicant
|| (
sys-apps/net-tools
sys-apps/ethtool
)
!gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )
ioctl? ( dev-python/python-iwscan dev-python/python-wpactrl )
libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
ncurses

[gentoo-commits] gentoo-x86 commit in net-misc/wicd/files: wicd-1.7.3-add-missing-gnome-shell-extension.patch wicd-1.7.1_pre20111210-fix-config-reading.patch

2015-01-19 Thread Thomas Kahle (tomka)
tomka   15/01/19 12:32:36

  Added:wicd-1.7.3-add-missing-gnome-shell-extension.patch
  Removed:  wicd-1.7.1_pre20111210-fix-config-reading.patch
  Log:
  bump to 1.7.3, remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  
net-misc/wicd/files/wicd-1.7.3-add-missing-gnome-shell-extension.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-1.7.3-add-missing-gnome-shell-extension.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-1.7.3-add-missing-gnome-shell-extension.patch?rev=1.1content-type=text/plain

Index: wicd-1.7.3-add-missing-gnome-shell-extension.patch
===
diff -U 3 -dHrN wicd-1.7.3.orig/gnome-shell/extension.js 
wicd-1.7.3/gnome-shell/extension.js
--- wicd-1.7.3.orig/gnome-shell/extension.js1970-01-01 01:00:00.0 
+0100
+++ wicd-1.7.3/gnome-shell/extension.js 2015-01-19 14:12:12.962333228 +0100
@@ -0,0 +1,29 @@
+/*
+ * Copyright © 2012, David Paleino d.pale...@gmail.com
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License Version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see http://www.gnu.org/licenses/.
+ *
+ */
+
+const StatusIconDispatcher = imports.ui.statusIconDispatcher;
+
+function init(metadata) {
+}
+
+function enable() {
+StatusIconDispatcher.STANDARD_TRAY_ICON_IMPLEMENTATIONS['wicd-client.py'] 
= 'wicd-gtk';
+}
+
+function disable() {
+StatusIconDispatcher.STANDARD_TRAY_ICON_IMPLEMENTATIONS['wicd-client.py'] 
= '';
+}
diff -U 3 -dHrN wicd-1.7.3.orig/gnome-shell/metadata.json 
wicd-1.7.3/gnome-shell/metadata.json
--- wicd-1.7.3.orig/gnome-shell/metadata.json   1970-01-01 01:00:00.0 
+0100
+++ wicd-1.7.3/gnome-shell/metadata.json2015-01-19 14:12:12.962333228 
+0100
@@ -0,0 +1 @@
+{shell-version: [3.4.2], uuid: w...@code.hanskalabs.net, name: WICD 
Network Manager, description: Show status of WICD}
\ No newline at end of file






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz: normaliz-2.12.2.ebuild ChangeLog normaliz-2.12.1.ebuild normaliz-2.11.ebuild

2015-01-29 Thread Thomas Kahle (tomka)
tomka   15/01/29 10:02:44

  Modified: ChangeLog
  Added:normaliz-2.12.2.ebuild
  Removed:  normaliz-2.12.1.ebuild normaliz-2.11.ebuild
  Log:
  Bump to 2.12.2, cleanup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.23 sci-mathematics/normaliz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   25 Oct 2014 13:23:21 -  1.22
+++ ChangeLog   29 Jan 2015 10:02:44 -  1.23
@@ -1,6 +1,13 @@
 # ChangeLog for sci-mathematics/normaliz
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.22 
2014/10/25 13:23:21 tomka Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.23 
2015/01/29 10:02:44 tomka Exp $
+
+*normaliz-2.12.2 (29 Jan 2015)
+
+  29 Jan 2015; Thomas Kahle to...@gentoo.org +normaliz-2.12.2.ebuild,
+  -files/normaliz-2.11-respect-flags.patch, -normaliz-2.11.ebuild,
+  -normaliz-2.12.1.ebuild:
+  Bump to 2.12.2, cleanup
 
 *normaliz-2.12.1 (25 Oct 2014)
 



1.1  sci-mathematics/normaliz/normaliz-2.12.2.ebuild

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

Index: normaliz-2.12.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild,v 1.1 
2015/01/29 10:02:44 tomka Exp $

EAPI=5

inherit eutils toolchain-funcs versionator

MYPV=$(get_version_component_range 1-2)
MYP=Normaliz${MYPV}

DESCRIPTION=Tool for computations in affine monoids and more
HOMEPAGE=http://www.mathematik.uni-osnabrueck.de/normaliz/;
SRC_URI=http://www.mathematik.uni-osnabrueck.de/${PN}/Normaliz${PV}/Normaliz${PV}.zip;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc extras openmp

RDEPEND=dev-libs/gmp[cxx]
DEPEND=${RDEPEND}
app-arch/unzip
dev-libs/boost
# Only a boost header is needed - not RDEPEND

S=${WORKDIR}/${MYP}

src_prepare () {
epatch ${FILESDIR}/${PN}-2.12.1-respect-flags.patch

# Respect users AR tool (Bug 474532)
sed -e s:ar -cr:$(tc-getAR) -cr: -i source/libnormaliz/Makefile || die

if use openmp  tc-has-openmp; then
export OPENMP=yes
else
export OPENMP=no
fi
}

src_compile(){
emake CXX=$(tc-getCXX) OPENMP=${OPENMP} -C source
}

src_install() {
dobin source/normaliz
if use doc ; then
dodoc doc/Normaliz.pdf
dodoc doc/NmzIntegrate.pdf
fi
if use extras; then
elog You have selected to install extras which consist of 
Macaulay2
elog and Singular packages. These have been installed into 
elog /usr/share/${PN}, and cannot be used without additional 
setup. Please refer
elog to the homepages of the respective projects for 
additional information.
elog Note however, Gentoo's versions of Singular and Macaulay2 
bring their own
elog copies of these interface packages. Usually you don't 
need normaliz's versions.
insinto /usr/share/${PN}
doins Singular/normaliz.lib
doins Macaulay2/Normaliz.m2
fi
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.11-respect-flags.patch

2015-01-29 Thread Thomas Kahle (tomka)
tomka   15/01/29 10:02:44

  Removed:  normaliz-2.11-respect-flags.patch
  Log:
  Bump to 2.12.2, cleanup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)



[gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3.ebuild ChangeLog

2015-01-30 Thread Thomas Kahle (tomka)
tomka   15/01/30 22:05:10

  Modified: wicd-1.7.3.ebuild ChangeLog
  Log:
  Fix bug 537202 and python_export_best deprecation
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.2  net-misc/wicd/wicd-1.7.3.ebuild

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

Index: wicd-1.7.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wicd-1.7.3.ebuild   19 Jan 2015 12:32:36 -  1.1
+++ wicd-1.7.3.ebuild   30 Jan 2015 22:05:10 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.1 
2015/01/19 12:32:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3.ebuild,v 1.2 
2015/01/30 22:05:10 tomka Exp $
 
 EAPI=5
 
@@ -65,6 +65,8 @@
# Upstream bug https://bugs.launchpad.net/wicd/+bug/1412413
# Creates files - give -p
epatch -p1 ${FILESDIR}/${P}-add-missing-gnome-shell-extension.patch
+   # If LANG is undefined, build can fail (bug 537202)
+   epatch ${FILESDIR}/${P}-undefined-LANG.patch
# get rid of opts variable to fix bug 381885
sed -i /opts/d in/init=gentoo=wicd.in || die
# Need to ensure that generated scripts use Python 2 at run time.
@@ -98,7 +100,7 @@
use ncurses || myconf=${myconf} --no-install-ncurses
use pm-utils || myconf=${myconf} --no-install-pmutils
use gnome-shell || myconf=${myconf} 
--no-install-gnome-shell-extensions
-   python_export_best
+   python_setup
${EPYTHON} ./setup.py configure --no-install-docs \
--resume=/usr/share/wicd/scripts/ \
--suspend=/usr/share/wicd/scripts/ \



1.152net-misc/wicd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   19 Jan 2015 12:32:36 -  1.151
+++ ChangeLog   30 Jan 2015 22:05:10 -  1.152
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/wicd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.151 2015/01/19 
12:32:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.152 2015/01/30 
22:05:10 tomka Exp $
+
+  30 Jan 2015; Thomas Kahle to...@gentoo.org
+  +files/wicd-1.7.3-undefined-LANG.patch, wicd-1.7.3.ebuild:
+  Fix bug 537202 and python_export_best deprecation
 
 *wicd-1.7.3 (19 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in net-misc/wicd/files: wicd-1.7.3-undefined-LANG.patch

2015-01-30 Thread Thomas Kahle (tomka)
tomka   15/01/30 22:05:10

  Added:wicd-1.7.3-undefined-LANG.patch
  Log:
  Fix bug 537202 and python_export_best deprecation
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  net-misc/wicd/files/wicd-1.7.3-undefined-LANG.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-1.7.3-undefined-LANG.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-1.7.3-undefined-LANG.patch?rev=1.1content-type=text/plain

Index: wicd-1.7.3-undefined-LANG.patch
===
Fixes compilation errors when os.environ['LANG'] is undefiend
--- ./setup.py
+++ ./setup.py
@@ -621,7 +621,7 @@ class compile_translations(Command):
 shutil.rmtree('translations/')
 os.makedirs('translations')
 
-oldlang = os.environ['LANG']
+oldlang = os.environ.get('LANG', None)
 os.environ['LANG'] = 'C'
 
 for pofile in sorted(glob('po/*.po')):
@@ -656,7 +656,10 @@ class compile_translations(Command):
 os.makedirs('translations/' + lang + '/LC_MESSAGES/')
 os.system('pybabel compile -D wicd -i %s -l %s -d 
translations/' % (pofile, lang))
 
-os.environ['LANG'] = oldlang
+if oldlang is not None:
+os.environ['LANG'] = oldlang
+else:
+del os.environ['LANG']
 
 class uninstall(Command):
 description = remove Wicd using uninstall.sh and install.log






[gentoo-commits] gentoo-x86 commit in www-apps/tt-rss: tt-rss-1.15.3.ebuild ChangeLog tt-rss-1.13.ebuild

2015-01-05 Thread Thomas Kahle (tomka)
tomka   15/01/05 16:43:57

  Modified: ChangeLog
  Added:tt-rss-1.15.3.ebuild
  Removed:  tt-rss-1.13.ebuild
  Log:
  bump to 1.15.3, remove 1.13
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.36 www-apps/tt-rss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.36view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.36content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?r1=1.35r2=1.36

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   7 Nov 2014 09:29:50 -   1.35
+++ ChangeLog   5 Jan 2015 16:43:57 -   1.36
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/tt-rss
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.35 2014/11/07 
09:29:50 tomka Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.36 2015/01/05 
16:43:57 tomka Exp $
+
+*tt-rss-1.15.3 (05 Jan 2015)
+
+  05 Jan 2015; Thomas Kahle to...@gentoo.org +tt-rss-1.15.3.ebuild,
+  -tt-rss-1.13.ebuild:
+  bump to 1.15.3, remove 1.13
 
 *tt-rss-1.14 (07 Nov 2014)
 



1.1  www-apps/tt-rss/tt-rss-1.15.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-1.15.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-1.15.3.ebuild?rev=1.1content-type=text/plain

Index: tt-rss-1.15.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-1.15.3.ebuild,v 1.1 
2015/01/05 16:43:57 tomka Exp $

EAPI=5

inherit user eutils webapp depend.php depend.apache vcs-snapshot

DESCRIPTION=Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX
HOMEPAGE=http://tt-rss.org/;
SRC_URI=https://github.com/gothfox/Tiny-Tiny-RSS/archive/${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-3
KEYWORDS=~amd64 ~mips ~x86
IUSE=daemon +mysql postgres

DEPEND=
daemon? ( dev-lang/php[mysql?,postgres?,pcntl,curl] )
!daemon? ( dev-lang/php[mysql?,postgres?,curl] )

RDEPEND=${DEPEND}

REQUIRED_USE=|| ( mysql postgres )

need_httpd_cgi
need_php_httpd

pkg_setup() {
webapp_pkg_setup

if use daemon; then
enewgroup ttrssd
enewuser ttrssd -1 /bin/sh /dev/null ttrssd
fi
}

src_prepare() {
# Customize config.php-dist so that the right 'DB_TYPE' is already set 
(according to the USE flag)
einfo Customizing config.php-dist...

if use mysql  ! use postgres; then
sed -i \
-e /define('DB_TYPE',/{s:pgsql:mysql:} \
config.php-dist || die
fi

sed -i \
-e /define('DB_TYPE',/{s:// \(or mysql\):// pgsql \1:} \
config.php-dist || die

# per 462578
epatch_user
}

src_install() {
webapp_src_preinst

insinto /${MY_HTDOCSDIR}
doins -r *
keepdir /${MY_HTDOCSDIR}/feed-icons

for DIR in cache lock feed-icons; do
webapp_serverowned -R ${MY_HTDOCSDIR}/${DIR}
done

# In the old days we put a config.php directly and tried to
# protect it with the following which did not work reliably.
# These days we only install the config.php-dist file.
# webapp_configfile ${MY_HTDOCSDIR}/config.php

if use daemon; then
webapp_postinst_txt en 
${FILESDIR}/postinstall-en-with-daemon.txt
newinitd ${FILESDIR}/ttrssd.initd-r2 ttrssd
newconfd ${FILESDIR}/ttrssd.confd-r1 ttrssd
insinto /etc/logrotate.d/
newins ${FILESDIR}/ttrssd.logrotated ttrssd

elog After upgrading, please restart ttrssd
else
webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
fi

webapp_src_install
}






[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion/files: ogre-1.9-compat.patch

2015-01-12 Thread Thomas Kahle (tomka)
tomka   15/01/12 13:05:17

  Added:ogre-1.9-compat.patch
  Log:
  bump, compatibility with ogre-1.9, make 0.4.3 depend on old ogre (bug #528480)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  games-strategy/freeorion/files/ogre-1.9-compat.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/files/ogre-1.9-compat.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/files/ogre-1.9-compat.patch?rev=1.1content-type=text/plain

Index: ogre-1.9-compat.patch
===
diff -U 3 -dHrN freeorion-0.4.4-orig/PagedGeometry/include/BatchedGeometry.h 
freeorion-0.4.4/PagedGeometry/include/BatchedGeometry.h
--- freeorion-0.4.4-orig/PagedGeometry/include/BatchedGeometry.h
2015-01-12 13:16:19.480177578 +0100
+++ freeorion-0.4.4/PagedGeometry/include/BatchedGeometry.h 2015-01-12 
13:44:40.700200986 +0100
@@ -88,7 +88,11 @@
  void setMaterialName(const Ogre::String mat, const Ogre::String rg =
 Ogre::ResourceGroupManager::AUTODETECT_RESOURCE_GROUP_NAME)
  {
-m_ptrMaterial = 
Ogre::MaterialManager::getSingleton().getByName(mat, rg);
+#if (OGRE_VERSION  ((1  16) | (9  8) | 0))
+   m_ptrMaterial = 
Ogre::MaterialManager::getSingleton().getByName(mat, rg);
+#else
+   m_ptrMaterial = 
Ogre::MaterialManager::getSingleton().getByName(mat, 
rg).staticCastOgre::Material();
+#endif
  }
 
  /// Get material name. Be careful, resource group name missing
diff -U 3 -dHrN freeorion-0.4.4-orig/PagedGeometry/source/BatchedGeometry.cpp 
freeorion-0.4.4/PagedGeometry/source/BatchedGeometry.cpp
--- freeorion-0.4.4-orig/PagedGeometry/source/BatchedGeometry.cpp   
2015-01-12 13:16:19.470177578 +0100
+++ freeorion-0.4.4/PagedGeometry/source/BatchedGeometry.cpp2015-01-12 
13:29:10.890188192 +0100
@@ -479,7 +479,11 @@
// that the user may be using somewhere else).
{
   Ogre::String newName = parentMaterial-getName() + _Batched;
-  m_ptrMaterial = MaterialManager::getSingleton().getByName(newName, 
parentMaterial-getGroup());
+  #if (OGRE_VERSION  ((1  16) | (9  8) | 0))
+ m_ptrMaterial = MaterialManager::getSingleton().getByName(newName, 
parentMaterial-getGroup());
+  #else
+ m_ptrMaterial = MaterialManager::getSingleton().getByName(newName, 
parentMaterial-getGroup()).staticCastMaterial();
+  #endif
   if (m_ptrMaterial.isNull())
  m_ptrMaterial = parentMaterial-clone(newName);
}
diff -U 3 -dHrN freeorion-0.4.4-orig/PagedGeometry/source/BatchPage.cpp 
freeorion-0.4.4/PagedGeometry/source/BatchPage.cpp
--- freeorion-0.4.4-orig/PagedGeometry/source/BatchPage.cpp 2015-01-12 
13:16:19.470177578 +0100
+++ freeorion-0.4.4/PagedGeometry/source/BatchPage.cpp  2015-01-12 
13:27:56.810187173 +0100
@@ -472,7 +472,11 @@
}
 
//Search for the desired material
-   MaterialPtr generatedMaterial = 
MaterialManager::getSingleton().getByName(materialSignature.str());
+   #if (OGRE_VERSION  ((1  16) | (9  8) | 0))
+   MaterialPtr generatedMaterial = 
MaterialManager::getSingleton().getByName(materialSignature.str());
+   #else
+   MaterialPtr generatedMaterial = 
MaterialManager::getSingleton().getByName(materialSignature.str()).staticCastOgre::Material();
+   #endif
if (generatedMaterial.isNull())
   {
//Clone the material
diff -U 3 -dHrN freeorion-0.4.4-orig/PagedGeometry/source/GrassLoader.cpp 
freeorion-0.4.4/PagedGeometry/source/GrassLoader.cpp
--- freeorion-0.4.4-orig/PagedGeometry/source/GrassLoader.cpp   2015-01-12 
13:16:19.470177578 +0100
+++ freeorion-0.4.4/PagedGeometry/source/GrassLoader.cpp2015-01-12 
13:31:39.330190235 +0100
@@ -765,7 +765,11 @@
 void GrassLayer::setMaterialName(const String matName)
 {
if (material.isNull() || matName != material-getName()){
-   material = MaterialManager::getSingleton().getByName(matName);
+   #if (OGRE_VERSION  ((1  16) | (9  8) | 0))
+   material = 
MaterialManager::getSingleton().getByName(matName);
+   #else
+   material = 
MaterialManager::getSingleton().getByName(matName).staticCastMaterial();
+   #endif
if (material.isNull())
OGRE_EXCEPT(Exception::ERR_INVALIDPARAMS, The 
specified grass material does not exist, GrassLayer::setMaterialName());
shaderNeedsUpdate = true;
@@ -1128,7 +1132,11 @@
const String matName = material-getName() + _ + 
vsName;
 
//Check if the desired material already exists (if not, 
create it)
-  

[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.4.ebuild freeorion-0.4.3.ebuild ChangeLog

2015-01-12 Thread Thomas Kahle (tomka)
tomka   15/01/12 13:05:17

  Modified: freeorion-0.4.3.ebuild ChangeLog
  Added:freeorion-0.4.4.ebuild
  Log:
  bump, compatibility with ogre-1.9, make 0.4.3 depend on old ogre (bug #528480)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.6  games-strategy/freeorion/freeorion-0.4.3.ebuild

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

Index: freeorion-0.4.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- freeorion-0.4.3.ebuild  7 Oct 2013 08:08:35 -   1.5
+++ freeorion-0.4.3.ebuild  12 Jan 2015 13:05:17 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.3.ebuild,v 1.5 
2013/10/07 08:08:35 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.3.ebuild,v 1.6 
2015/01/12 13:05:17 tomka Exp $
 
 EAPI=5
 
@@ -22,7 +22,7 @@
 # The split version dev-games/gigi is not used anymore as of 0.4.3
 RDEPEND=
!dev-games/gigi
-   dev-games/ogre[cg?,ois,opengl]
+   dev-games/ogre-1.9[cg?,ois,opengl]
dev-games/ois
=dev-libs/boost-1.47[python]
media-libs/freealut



1.11 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   7 Oct 2013 08:08:35 -   1.10
+++ ChangeLog   12 Jan 2015 13:05:17 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/freeorion
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.10 
2013/10/07 08:08:35 tomka Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.11 
2015/01/12 13:05:17 tomka Exp $
+
+*freeorion-0.4.4 (12 Jan 2015)
+
+  12 Jan 2015; Thomas Kahle to...@gentoo.org +files/ogre-1.9-compat.patch,
+  +freeorion-0.4.4.ebuild, freeorion-0.4.3.ebuild:
+  bump, compatibility with ogre-1.9, make 0.4.3 depend on old ogre (bug 
#528480)
 
   07 Oct 2013; Thomas Kahle to...@gentoo.org freeorion-0.4.3.ebuild:
   fix insecure runpaths (bug 485510, thanks hasufell)



1.1  games-strategy/freeorion/freeorion-0.4.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild?rev=1.1content-type=text/plain

Index: freeorion-0.4.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.4.ebuild,v 1.1 
2015/01/12 13:05:17 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )
inherit cmake-utils python-any-r1 games

DESCRIPTION=A free turn-based space empire and galactic conquest game
HOMEPAGE=http://www.freeorion.org;
SRC_URI=http://dev.gentoo.org/~tomka/files/${P}.tar.bz2;

LICENSE=GPL-2 LGPL-2.1 CC-BY-SA-3.0
SLOT=0
KEYWORDS=~amd64
IUSE=cg

# Needs it's own version of GG(dev-games/gigi) which it ships.
# The split version dev-games/gigi is not used anymore as of 0.4.3
RDEPEND=
!dev-games/gigi
dev-games/ogre[cg?,ois,opengl]
dev-games/ois
=dev-libs/boost-1.47[python]
media-libs/freealut
media-libs/libogg
media-libs/libsdl[X,opengl,video]
media-libs/libvorbis
media-libs/openal
sci-physics/bullet
sys-libs/zlib
virtual/opengl
DEPEND=${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig

# S=${WORKDIR}/${P}/${myPN}
CMAKE_USE_DIR=${S

[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion/files: - New directory

2015-01-12 Thread Thomas Kahle (tomka)
tomka   15/01/12 12:47:21

  Log:
  Directory /var/cvsroot/gentoo-x86/games-strategy/freeorion/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-portage/tatt: tatt-0.2.ebuild ChangeLog

2015-01-07 Thread Thomas Kahle (tomka)
tomka   15/01/07 14:17:58

  Modified: tatt-0.2.ebuild ChangeLog
  Log:
  Install manpages also in non-live ebuild
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.2  app-portage/tatt/tatt-0.2.ebuild

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

Index: tatt-0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tatt-0.2.ebuild 7 Jan 2015 14:16:39 -   1.1
+++ tatt-0.2.ebuild 7 Jan 2015 14:17:58 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v 1.1 
2015/01/07 14:16:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v 1.2 
2015/01/07 14:17:58 tomka Exp $
 
 EAPI=5
 
@@ -32,4 +32,6 @@
insinto /usr/share/${PN}
doins -r templates || die
fi
+   doman tatt.1
+   doman tatt.5
 }



1.10 app-portage/tatt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   7 Jan 2015 14:16:39 -   1.9
+++ ChangeLog   7 Jan 2015 14:17:58 -   1.10
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/tatt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.9 2015/01/07 
14:16:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.10 
2015/01/07 14:17:58 tomka Exp $
+
+  07 Jan 2015; Thomas Kahle to...@gentoo.org tatt-0.2.ebuild:
+  Install manpages also in non-live ebuild
 
 *tatt-0.2 (07 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in app-misc/anki: anki-2.0.31.ebuild anki-2.0.31-r1.ebuild ChangeLog anki-2.0.28.ebuild

2015-01-07 Thread Thomas Kahle (tomka)
tomka   15/01/07 14:31:30

  Modified: anki-2.0.31.ebuild ChangeLog
  Added:anki-2.0.31-r1.ebuild
  Removed:  anki-2.0.28.ebuild
  Log:
  Remove old, install localizations properly (bug #535760)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.4  app-misc/anki/anki-2.0.31.ebuild

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

Index: anki-2.0.31.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.31.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- anki-2.0.31.ebuild  25 Nov 2014 08:45:45 -  1.3
+++ anki-2.0.31.ebuild  7 Jan 2015 14:31:30 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.31.ebuild,v 1.3 
2014/11/25 08:45:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.31.ebuild,v 1.4 
2015/01/07 14:31:30 tomka Exp $
 
 EAPI=5
 



1.89 app-misc/anki/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog   25 Nov 2014 08:45:45 -  1.88
+++ ChangeLog   7 Jan 2015 14:31:30 -   1.89
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/anki
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.88 2014/11/25 
08:45:45 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/ChangeLog,v 1.89 2015/01/07 
14:31:30 tomka Exp $
+
+*anki-2.0.31-r1 (07 Jan 2015)
+
+  07 Jan 2015; Thomas Kahle to...@gentoo.org +anki-2.0.31-r1.ebuild,
+  -anki-2.0.28.ebuild, anki-2.0.31.ebuild:
+  Remove old, install localizations properly (bug #535760)
 
   25 Nov 2014; Agostino Sarubbo a...@gentoo.org anki-2.0.31.ebuild:
   Stable for x86, wrt bug #528656



1.1  app-misc/anki/anki-2.0.31-r1.ebuild

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

Index: anki-2.0.31-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/anki/anki-2.0.31-r1.ebuild,v 1.1 
2015/01/07 14:31:30 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )
PYTHON_REQ_USE=sqlite

inherit eutils python-single-r1

DESCRIPTION=A spaced-repetition memory training program (flash cards)
HOMEPAGE=http://ichi2.net/anki/;
SRC_URI=http://ankisrs.net/download/mirror/${P}.tgz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=latex +recording +sound

RDEPEND=${PYTHON_DEPS}
 dev-python/PyQt4[X,svg,webkit]
 =dev-python/httplib2-0.7.4
 dev-python/beautifulsoup:python-2
 dev-python/send2trash
 recording? ( media-sound/lame
  =dev-python/pyaudio-0.2.4 )
 sound? ( media-video/mplayer )
 latex? ( app-text/texlive
  app-text/dvipng )
DEPEND=

pkg_setup(){
python-single-r1_pkg_setup
}

src_prepare() {
rm -r thirdparty || die
sed -i -e s/updates=True/updates=False/ \
aqt/profiles.py || die
}

# Nothing to configure or compile
src_configure() {
true;
}

src_compile() {
true;
}

src_install() {
doicon ${PN}.png
domenu ${PN}.desktop
doman ${PN}.1

dodoc README README.development
python_domodule aqt anki
python_doscript anki/anki

# Localization files go into the anki directory:
python_moduleinto anki
python_domodule locale
}






[gentoo-commits] gentoo-x86 commit in app-portage/tatt: tatt-0.2.ebuild tatt-9999.ebuild ChangeLog tatt-0.1.ebuild

2015-01-07 Thread Thomas Kahle (tomka)
tomka   15/01/07 14:16:39

  Modified: tatt-.ebuild ChangeLog
  Added:tatt-0.2.ebuild
  Removed:  tatt-0.1.ebuild
  Log:
  bump to 0.2, remove old, fix python stuff (bug #533762)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.9  app-portage/tatt/tatt-.ebuild

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

Index: tatt-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tatt-.ebuild23 Dec 2014 15:51:50 -  1.8
+++ tatt-.ebuild7 Jan 2015 14:16:39 -   1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-.ebuild,v 1.8 
2014/12/23 15:51:50 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-.ebuild,v 1.9 
2015/01/07 14:16:39 tomka Exp $
 
 EAPI=5
 



1.9  app-portage/tatt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   23 Dec 2014 15:51:50 -  1.8
+++ ChangeLog   7 Jan 2015 14:16:39 -   1.9
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/tatt
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.8 2014/12/23 
15:51:50 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.9 2015/01/07 
14:16:39 tomka Exp $
+
+*tatt-0.2 (07 Jan 2015)
+
+  07 Jan 2015; Thomas Kahle to...@gentoo.org +tatt-0.2.ebuild,
+  -tatt-0.1.ebuild, tatt-.ebuild:
+  bump to 0.2, remove old, fix python stuff (bug #533762)
 
   23 Dec 2014; Justin Lecher j...@gentoo.org tatt-.ebuild, metadata.xml:
   Move to git-r3; fix python eclass usage



1.1  app-portage/tatt/tatt-0.2.ebuild

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

Index: tatt-0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.2.ebuild,v 1.1 
2015/01/07 14:16:39 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION=tatt is an arch testing tool
HOMEPAGE=https://github.com/tom111/tatt;
SRC_URI=https://github.com/tom111/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=
app-portage/eix
app-portage/gentoolkit
www-client/pybugz
dev-python/configobj[${PYTHON_USEDEP}]
DEPEND=
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

python_install_all() {
distutils-r1_python_install_all
if use templates; then
insinto /usr/share/${PN}
doins -r templates || die
fi
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/4ti2: ChangeLog 4ti2-1.3.2-r1.ebuild

2015-03-22 Thread Thomas Kahle (tomka)
tomka   15/03/22 13:08:28

  Modified: ChangeLog
  Removed:  4ti2-1.3.2-r1.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.20 sci-mathematics/4ti2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   22 Mar 2015 11:17:18 -  1.19
+++ ChangeLog   22 Mar 2015 13:08:28 -  1.20
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/4ti2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.19 
2015/03/22 11:17:18 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.20 
2015/03/22 13:08:28 tomka Exp $
+
+  22 Mar 2015; Thomas Kahle to...@gentoo.org -4ti2-1.3.2-r1.ebuild,
+  -files/4ti2-1.3.2-gcc47.patch:
+  remove old
 
   22 Mar 2015; Andreas Schuerch native...@gentoo.org 4ti2-1.6.2.ebuild:
   x86 stable, see bug 511442






[gentoo-commits] gentoo-x86 commit in sci-mathematics/4ti2/files: 4ti2-1.3.2-gcc47.patch

2015-03-22 Thread Thomas Kahle (tomka)
tomka   15/03/22 13:08:28

  Removed:  4ti2-1.3.2-gcc47.patch
  Log:
  remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)



[gentoo-commits] gentoo-x86 commit in sci-libs/bliss: - New directory

2015-03-09 Thread Thomas Kahle (tomka)
tomka   15/03/09 12:43:47

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-libs/bliss added to the repository



[gentoo-commits] gentoo-x86 commit in sci-libs/bliss: metadata.xml ChangeLog bliss-0.72.ebuild

2015-03-09 Thread Thomas Kahle (tomka)
tomka   15/03/09 12:51:38

  Added:metadata.xml ChangeLog bliss-0.72.ebuild
  Log:
  Move in from science overlay
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  sci-libs/bliss/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/bliss/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/bliss/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
herdsci/herd
maintainer
emailott...@gentoo.org/email
nameChristoph Junghans/name
/maintainer
maintainer
emailto...@gentoo.org/email
nameThomas Kahle/name
/maintainer
/pkgmetadata



1.1  sci-libs/bliss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/bliss/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/bliss/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===

  11 Jul 2013; Christoph Junghans ott...@gentoo.org
  files/bliss-0.72-autotools.patch:
  install heads into a bliss subdir

  28 Apr 2013; Christoph Junghans ott...@gentoo.org bliss-0.72.ebuild:
  remove la files, added static-libs use flag

*bliss-0.72 (28 Apr 2013)

  28 Apr 2013; Christoph Junghans ott...@gentoo.org +bliss-0.72.ebuild,
  +files/bliss-0.72-autotools.patch, +files/bliss-0.72-fedora.patch,
  +metadata.xml:
  initial commit



1.1  sci-libs/bliss/bliss-0.72.ebuild

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

Index: bliss-0.72.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/bliss/bliss-0.72.ebuild,v 1.1 
2015/03/09 12:51:38 tomka Exp $

EAPI=5

inherit autotools-utils

SRC_URI=http://www.tcs.hut.fi/Software/${PN}/${P}.zip;
DESCRIPTION=A Tool for Computing Automorphism Groups and Canonical Labelings 
of Graphs
HOMEPAGE=http://www.tcs.hut.fi/Software/bliss/index.shtml;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc gmp static-libs

RDEPEND=gmp? ( dev-libs/gmp )

DEPEND=${RDEPEND}
doc? ( app-doc/doxygen )

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all #comes with pkg-config file

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

src_configure() {
local myeconfargs=( $(use_with gmp) )
autotools-utils_src_configure
}

src_install() {
autotools-utils_src_install
if use doc; then
cd ${BUILD_DIR}
emake html
dohtml -r html
fi
}






[gentoo-commits] gentoo-x86 commit in sci-libs/bliss/files: - New directory

2015-03-09 Thread Thomas Kahle (tomka)
tomka   15/03/09 12:50:34

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-libs/bliss/files added to the repository



[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular/files: singular-4.0.0-fix-omalloc-ar-detection.patch

2015-03-09 Thread Thomas Kahle (tomka)
tomka   15/03/09 13:49:39

  Added:singular-4.0.0-fix-omalloc-ar-detection.patch
  Log:
  bump to 4.0.2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  
sci-mathematics/singular/files/singular-4.0.0-fix-omalloc-ar-detection.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-4.0.0-fix-omalloc-ar-detection.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-4.0.0-fix-omalloc-ar-detection.patch?rev=1.1content-type=text/plain

Index: singular-4.0.0-fix-omalloc-ar-detection.patch
===
diff -U 3 -dHrN singular-4.0.0.orig/omalloc/configure.ac 
singular-4.0.0/omalloc/configure.ac
--- singular-4.0.0.orig/omalloc/configure.ac2014-03-06 18:07:49.0 
+0100
+++ singular-4.0.0/omalloc/configure.ac 2014-05-09 15:41:19.755097185 +0200
@@ -117,7 +117,7 @@
 dnl check for programs
 dnl
 AC_CHECK_PROG(AR, ar, ar, :)
-if test $ac_cv_prog_AR != ar; then
+if test $ac_cv_prog_AR = no; then
   AC_MSG_ERROR(*** ar program not found)
 fi
 AC_CHECK_PROGS(PERL, perl, no)






[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-4.0.2.ebuild ChangeLog

2015-03-09 Thread Thomas Kahle (tomka)
tomka   15/03/09 13:49:39

  Modified: ChangeLog
  Added:singular-4.0.2.ebuild
  Log:
  bump to 4.0.2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.61 sci-mathematics/singular/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   5 Dec 2014 10:34:11 -   1.60
+++ ChangeLog   9 Mar 2015 13:49:39 -   1.61
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/singular
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.60 
2014/12/05 10:34:11 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.61 
2015/03/09 13:49:39 tomka Exp $
+
+*singular-4.0.2 (09 Mar 2015)
+
+  09 Mar 2015; Thomas Kahle to...@gentoo.org
+  +files/singular-4.0.0-fix-omalloc-ar-detection.patch, +singular-4.0.2.ebuild:
+  bump to 4.0.2
 
   05 Dec 2014; Justin Lecher j...@gentoo.org -singular-3.1.2-r2.ebuild,
   -singular-3.1.3.1.ebuild, -singular-3.1.3.3.ebuild, -singular-3.1.4.ebuild,



1.1  sci-mathematics/singular/singular-4.0.2.ebuild

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

Index: singular-4.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.1 
2015/03/09 13:49:39 tomka Exp $

EAPI=5

inherit autotools eutils elisp-common flag-o-matic multilib prefix versionator

MY_PN=Singular
MY_PV=$(replace_all_version_separators '.')
# Consistency is different...
MY_DIR2=$(get_version_component_range 1-3 ${PV})
MY_DIR=$(replace_all_version_separators '-' ${MY_DIR2})
# This is where the share tarball unpacks to
MY_SHARE_DIR=${WORKDIR}/share/

DESCRIPTION=Computer algebra system for polynomial computations
HOMEPAGE=http://www.singular.uni-kl.de/;
SRC_URI=http://www.mathematik.uni-kl.de/ftp/pub/Math/${MY_PN}/SOURCES/${MY_DIR}/${PN}-${MY_PV}.tar.gz
 
http://www.mathematik.uni-kl.de/ftp/pub/Math/${MY_PN}/SOURCES/${MY_DIR}/${PN}-${MY_PV}-share.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86 ~x86-linux ~x86-macos
IUSE=boost doc emacs examples python +readline

RDEPEND=dev-libs/gmp
=dev-libs/ntl-5.5.1
emacs? ( =virtual/emacs-22 )
sci-mathematics/flint
sci-mathematics/4ti2

DEPEND=${RDEPEND}
dev-lang/perl
boost? ( dev-libs/boost )
readline? ( sys-libs/readline )

SITEFILE=60${PN}-gentoo.el

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

pkg_setup() {
append-flags -fPIC
append-ldflags -fPIC
tc-export AR CC CPP CXX

# Ensure that =emacs-22 is selected
if use emacs; then
elisp-need-emacs 22 || die Emacs version too low
fi
}

src_prepare () {
# Need to do something about resources later...
# epatch ${FILESDIR}/${PN}-4.0.0-gentoo.patch

# omalloc's old configure will fail if ar is not exactly 'ar'.
epatch ${FILESDIR}/${PN}-4.0.0-fix-omalloc-ar-detection.patch

cd ${S}/omalloc || die failed to cd into omalloc directory
eautoreconf
}

src_configure() {
econf --with-gmp \
  --with-ntl \
  --with-flint \
  --enable-gfanlib \
  --disable-debug \
  --disable-doc \
  --enable-factory \
  --enable-libfac \
  --enable-IntegerProgramming \
  $(use_with python python embed) \
  $(use_with boost Boost) \
  $(use_enable emacs) \
  $(use_with readline) || die configure failed
}

src_compile() {
emake || die emake failed

if use emacs; then
cd ${MY_SHARE_DIR}singular/emacs/
elisp-compile *.el || die elisp-compile failed
fi
}

# src_install () {
#   dodoc README
#   # execs and libraries
#   cd ${S}/build/bin
#   dobin ${MY_PN}* gen_test

[gentoo-commits] gentoo-x86 commit in sci-libs/bliss/files: bliss-0.72-fedora.patch bliss-0.72-autotools.patch

2015-03-09 Thread Thomas Kahle (tomka)
tomka   15/03/09 12:51:38

  Added:bliss-0.72-fedora.patch bliss-0.72-autotools.patch
  Log:
  Move in from science overlay
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  sci-libs/bliss/files/bliss-0.72-fedora.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/bliss/files/bliss-0.72-fedora.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/bliss/files/bliss-0.72-fedora.patch?rev=1.1content-type=text/plain

Index: bliss-0.72-fedora.patch
===
Pulled on 28-04-13 from
http://pkgs.fedoraproject.org/cgit/bliss.git/tree/

- Man page written by Jerry James using text borrowed from the sources.
  The man page therefore has the same copyright and license as the sources.
- Don't call exit() in library code.
- Patch from Thomas Rehn, also sent upstream.  Fix one bug and add one
   performance enhancement.

diff -Naur bliss-0.72.orig/bliss.1 bliss-0.72/bliss.1
--- bliss-0.72.orig/bliss.1 1969-12-31 17:00:00.0 -0700
+++ bliss-0.72/bliss.1  2013-04-28 14:35:37.0 -0600
@@ -0,0 +1,55 @@
+.TH BLISS 1 @VERSION@ Tommi Junttila  Petteri Kaski User Commands
+.SH NAME
+bliss \- Compute automorphism groups and canonical labelings of graphs
+.SH SYNOPSIS
+.B bliss
+[\fIOPTIONS\fR] [\fIGRAPH FILE\fR]
+.SH DESCRIPTION
+.PP
+Bliss is an open source tool for computing automorphism groups and
+canonical forms of graphs.  The graphs are specified in DIMACS format.
+.TP
+\fB\-directed\fR
+the input graph is directed
+.TP
+\fB\-can\fR
+compute canonical form
+.TP
+\fB\-ocan\fR=\fIf\fR
+compute canonical form and output it in file \fIf\fR
+.TP
+\fB\-v\fR=\fIN\fR
+set verbosity level to N [N = 0, default: 1]
+.TP
+\fB\-sh\fR=\fIX\fR
+select splitting heuristics, where X is:
+.TS
+tab(;);
+R L.
+f;first non-singleton cell
+fl;first largest non-singleton cell
+fs;first smallest non-singleton cell
+fm;first maximally non-trivially connected non-singleton cell
+flm;first largest maximally non-trivially connected
+;non-singleton cell
+fsm;first smallest maximally non-trivially connected
+;non-singleton cell (default)
+.TE
+.TP
+\fB\-fr\fR=\fIX\fR
+use failure recording? [X=y/n, default: y]
+.TP
+\fB\-cr\fR=\fIX\fR
+use component recursion? [X=y/n, default: y]
+.TP
+\fB\-version\fR
+print the version number and exit
+.TP
+\fB\-help\fR
+print this help and exit
+.SH AUTHORS
+Bliss was written by Tommi Junttila tommi.juntt...@tkk.fi and
+Petteri Kaski petteri.ka...@aalto.fi.
+.PP
+This man page was written by Jerry James loganje...@gmail.com.
+It is distributed under the same terms as bliss.
diff -Naur bliss-0.72.orig/bliss.cc bliss-0.72/bliss.cc
--- bliss-0.72.orig/bliss.cc2013-04-28 14:35:20.582085167 -0600
+++ bliss-0.72/bliss.cc 2013-04-28 14:36:28.792330603 -0600
@@ -276,13 +276,16 @@
   if(opt_canonize == false)
 {
   /* No canonical labeling, only automorphism group */
-  g-find_automorphisms(stats, report_aut, stdout);
+  if (!g-find_automorphisms(stats, report_aut, stdout))
+   exit(1);
 }
   else
 {
   /* Canonical labeling and automorphism group */
   const unsigned int* cl = g-canonical_form(stats, report_aut, stdout);
 
+  if (!cl)
+   exit(1);
   fprintf(stdout, Canonical labeling: );
   bliss::print_permutation(stdout, g-get_nof_vertices(), cl, 1);
   fprintf(stdout, \n);
@@ -290,6 +293,8 @@
   if(opt_output_can_file)
{
  bliss::AbstractGraph* cf = g-permute(cl);
+ if (!cf)
+   exit(1);
  FILE* const fp = fopen(opt_output_can_file, w);
  if(!fp)
_fatal(Cannot open '%s' for outputting the canonical form, 
aborting, opt_output_can_file);
diff -Naur bliss-0.72.orig/bliss_C.cc bliss-0.72/bliss_C.cc
--- bliss-0.72.orig/bliss_C.cc  2013-04-28 14:35:20.582085167 -0600
+++ bliss-0.72/bliss_C.cc   2013-04-28 14:36:28.792330603 -0600
@@ -131,7 +131,7 @@
 }
 
 extern C
-void
+int
 bliss_find_automorphisms(BlissGraph *graph,
 void (*hook)(void *user_param,
  unsigned int n,
@@ -142,7 +142,8 @@
   bliss::Stats s;
   assert(graph);
   assert(graph-g);
-  graph-g-find_automorphisms(s, hook, hook_user_param);
+  if (!graph-g-find_automorphisms(s, hook, hook_user_param))
+return 0;
 
   if(stats)
 {
@@ -154,6 +155,7 @@
   stats-nof_generators = s.get_nof_generators();
   stats-max_level = s.get_max_level();
 }
+  return 1;
 }
 
 
@@ -173,7 +175,7 @@
   
   canonical_labeling = graph-g-canonical_form(s, hook, hook_user_param);
 
-  if(stats)
+  if(canonical_labeling  stats)
 {
   stats-group_size_approx = s.get_group_size_approx();
   stats-nof_nodes = s.get_nof_nodes();
diff -Naur bliss-0.72.orig/bliss_C.h bliss-0.72/bliss_C.h
--- bliss-0.72.orig/bliss_C.h   2013-04-28 

[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-4.0.2.ebuild ChangeLog

2015-03-10 Thread Thomas Kahle (tomka)
tomka   15/03/10 19:12:44

  Modified: singular-4.0.2.ebuild ChangeLog
  Log:
  Fix missing dep on cddlib (542746)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.2  sci-mathematics/singular/singular-4.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?r1=1.1r2=1.2

Index: singular-4.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- singular-4.0.2.ebuild   9 Mar 2015 13:49:39 -   1.1
+++ singular-4.0.2.ebuild   10 Mar 2015 19:12:44 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.1 
2015/03/09 13:49:39 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.2 
2015/03/10 19:12:44 tomka Exp $
 
 EAPI=5
 
@@ -28,7 +28,8 @@
=dev-libs/ntl-5.5.1
emacs? ( =virtual/emacs-22 )
sci-mathematics/flint
-   sci-mathematics/4ti2
+   sci-mathematics/4ti2
+   sci-libs/cddlib
 
 DEPEND=${RDEPEND}
dev-lang/perl



1.62 sci-mathematics/singular/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   9 Mar 2015 13:49:39 -   1.61
+++ ChangeLog   10 Mar 2015 19:12:44 -  1.62
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.61 
2015/03/09 13:49:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.62 
2015/03/10 19:12:44 tomka Exp $
+
+  10 Mar 2015; Thomas Kahle to...@gentoo.org singular-4.0.2.ebuild:
+  Fix missing dep on cddlib (542746)
 
 *singular-4.0.2 (09 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake: metadata.xml polymake-2.14-r1.ebuild ChangeLog

2015-03-13 Thread Thomas Kahle (tomka)
tomka   15/03/13 15:10:36

  Modified: metadata.xml ChangeLog
  Added:polymake-2.14-r1.ebuild
  Log:
  Various improvements, thanks Benjamin Lorenz.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.3  sci-mathematics/polymake/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml20 Aug 2011 22:57:21 -  1.2
+++ metadata.xml13 Mar 2015 15:10:36 -  1.3
@@ -7,6 +7,14 @@
 /maintainer
 herdsci-mathematics/herd
 use
+  flag name=cddEnable sci-libs/cddlib interface for convex hull
+  computations (Should be kept enabled)./flag
+  flag name=lrsEnable sci-libs/lrslib interface for convex hull 
computations./flag
+  flag name=pplEnable dev-libs/ppl interface for convex hull 
computations./flag
+  flag name=blissEnable sci-libs/bliss interface for graph and face 
lattice isomorphism computations./flag
+  flag name=groupBuild extension for dealing with permutation groups and 
symmetric objects./flag
+  flag name=libnormalizBuild the bundled extension for lattice related 
computations./flag
+  flag name=singularEnable the interface to sci-mathematics/singular for 
ideal related computations./flag
   flag name=libpolymakeBuild the polymake library to build applications 
using the C++ interface./flag
 /use
 longdescription lang=en



1.16 sci-mathematics/polymake/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   5 Mar 2015 15:09:25 -   1.15
+++ ChangeLog   13 Mar 2015 15:10:36 -  1.16
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/polymake
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.15 
2015/03/05 15:09:25 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.16 
2015/03/13 15:10:36 tomka Exp $
+
+*polymake-2.14-r1 (13 Mar 2015)
+
+  13 Mar 2015; Thomas Kahle to...@gentoo.org +polymake-2.14-r1.ebuild,
+  metadata.xml:
+  Various improvements, thanks Benjamin Lorenz.
 
 *polymake-2.14 (05 Mar 2015)
 



1.1  sci-mathematics/polymake/polymake-2.14-r1.ebuild

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

Index: polymake-2.14-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.14-r1.ebuild,v 1.1 
2015/03/13 15:10:36 tomka Exp $

EAPI=5

inherit eutils flag-o-matic

DESCRIPTION=research tool for polyhedral geometry and combinatorics
SRC_URI=http://polymake.org/lib/exe/fetch.php/download/${P}-minimal.tar.bz2;
HOMEPAGE=http://polymake.org;

IUSE=+cdd lrs ppl bliss group +libnormaliz singular libpolymake

REQUIRED_USE=group? ( cdd lrs )

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

# do not allow new perl versions because our testbuilds segfault
DEPEND=dev-lang/perl-5.21
dev-libs/gmp
dev-libs/mpfr
dev-libs/libxml2:2
dev-libs/libxslt
ppl? ( dev-libs/ppl )
cdd? ( sci-libs/cddlib )
lrs? ( =sci-libs/lrslib-051[gmp] )
bliss? ( sci-libs/bliss[gmp] )
group? ( dev-libs/boost )
libnormaliz? ( dev-libs/boost )
singular? ( =sci-mathematics/singular-4.0.1 )
RDEPEND=${DEPEND}
dev-perl/XML-LibXML
dev-perl/XML-LibXSLT
dev-perl/XML-Writer
dev-perl/Term-ReadLine-Gnu

src_prepare() {
einfo During compile this package uses up to
einfo 750MB of RAM per process. Use MAKEOPTS

[gentoo-commits] gentoo-x86 commit in dev-libs/ntl/files: ntl-8.1.2-sanitize-makefile.patch

2015-03-26 Thread Thomas Kahle (tomka)
tomka   15/03/26 10:19:22

  Added:ntl-8.1.2-sanitize-makefile.patch
  Log:
  bump to 8.1.2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  dev-libs/ntl/files/ntl-8.1.2-sanitize-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/files/ntl-8.1.2-sanitize-makefile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/files/ntl-8.1.2-sanitize-makefile.patch?rev=1.1content-type=text/plain

Index: ntl-8.1.2-sanitize-makefile.patch
===
diff -U 3 -dHrN ntl-8.1.2/src/DoConfig ntl-8.1.2-shared/src/DoConfig
--- ntl-8.1.2/src/DoConfig  2015-01-31 14:07:38.0 +0100
+++ ntl-8.1.2-shared/src/DoConfig   2015-03-26 10:23:41.117816775 +0100
@@ -21,14 +21,16 @@
 
 'LDFLAGS' = '',
 'LDLIBS'  = '-lm',
+'PICFLAG' = '-fPIC',
 'CPPFLAGS'= '',
 
-'DEF_PREFIX'  = '/usr/local',
+'DEF_PREFIX'  = '/usr',
 
 'PREFIX'  = '$(DEF_PREFIX)',
 'LIBDIR'  = '$(PREFIX)/lib',
 'INCLUDEDIR'  = '$(PREFIX)/include',
 'DOCDIR'  = '$(PREFIX)/share/doc',
+'SHMAKE'  = 'non-gld',
 
 'GMP_PREFIX'  = '$(DEF_PREFIX)',
 'GMP_INCDIR'  = '$(GMP_PREFIX)/include',
diff -U 3 -dHrN ntl-8.1.2/src/mfile ntl-8.1.2-shared/src/mfile
--- ntl-8.1.2/src/mfile 2015-01-31 14:07:38.0 +0100
+++ ntl-8.1.2-shared/src/mfile  2015-03-26 10:56:50.277826975 +0100
@@ -109,6 +109,16 @@
 WIZARD=@{WIZARD}
 # Set to off if you want to bypass the wizard; otherwise, set to on.
 
+###
+#
+# New addition for shared library building. With gcc you need to
+# choose the Position Indepent Code flag. You have a choice of 
+# -fpic better code but in rare case not available (ppc)
+# -fPIC slightly slower code but guaranted to work anywhere.
+#
+###
+
+PICFLAG=@{PICFLAG}
 
 #
 #
@@ -141,6 +151,8 @@
 
 OBJ=$(O19)
 
+SHOBJ=$(subst .o,.lo,$(OBJ))
+
 # library source files
 
 
@@ -313,6 +325,8 @@
 
 LINK = $(CXX) $(NTL_INCLUDE) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
 
+.SUFFIXES: .lo
+
 
 
 # 'make all' does a complete make, including all setup.
@@ -321,11 +335,11 @@
 # again.
 
 all:
-   make setup1
-   make setup2
-   make setup3
-   make setup4
-   make ntl.a
+   ${MAKE} setup1
+   ${MAKE} setup2
+   ${MAKE} setup3
+   ${MAKE} setup4
+   ${MAKE} ntl.a
touch all
 
 
@@ -369,21 +383,34 @@
 lip.o: lip.c g_lip_impl.h c_lip_impl.h 
$(LCOMP) $(COMPILE) $(GMP_OPT_INCDIR) lip.c
 
+lip.lo: lip.c g_lip_impl.h c_lip_impl.h
+   $(LCOMP) $(COMPILE) $(PICFLAG) $(GMP_INCDIR) lip.c -o lip.lo
+
 ctools.o:  ctools.c
$(LCOMP) $(COMPILE) ctools.c
 
+ctools.lo:  ctools.c
+   $(LCOMP) $(COMPILE) $(PICFLAG) ctools.c -o ctools.lo
 
-GetTime.o: GetTime.c 
+GetTime.o: GetTime.c
$(LCOMP) $(COMPILE) GetTime.c
 
+GetTime.lo: GetTime.c 
+   $(LCOMP) $(COMPILE) $(PICFLAG) GetTime.c -o GetTime.lo
+
 GetPID.o: GetPID.c 
$(LCOMP) $(COMPILE) GetPID.c
 
-
+GetPID.lo: GetPID.c 
+   $(LCOMP) $(COMPILE) $(PICFLAG) GetPID.c -o GetPID.lo
 
 .c.o: 
$(LCOMP) $(COMPILE) $(GF2X_OPT_INCDIR) $
 
+.c.lo: 
+   $(LCOMP) $(COMPILE) $(PICFLAG) $(GF2X_OPT_INCDIR) -o $@ $
+
+
 .c: 
 @{LSTAT}   $(LINK) -o $@ $ ntl.a $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) 
$(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB) $(LDLIBS) #LSTAT
 @{LSHAR}   $(LIBTOOL) --tag=CXX --mode=link $(LINK) -o $@ $ libntl.la 
#LSHAR
@@ -397,7 +424,7 @@
 
 check:
sh RemoveProg $(PROGS)
-   make QuickTest
+   ${MAKE} QuickTest
./QuickTest
sh RemoveProg QuickTest
sh TestScript
@@ -454,19 +481,18 @@
 #
 #
 
-clobber:   
+clobber:   clean
rm -f ntl.a mach_desc.h ../include/NTL/mach_desc.h  GetTime.c GetPID.c
rm -f ../include/NTL/gmp_aux.h
-   sh RemoveProg $(PROGS) MakeDesc TestGetTime TestGetPID gen_gmp_aux
-   rm -f *.o
-   rm -rf small
+   sh RemoveProg $(PROGS)
+   rm -f libntl*.so*
rm -f cfileout mfileout
rm -rf .libs *.lo libntl.la
rm -f all
 
 clean:
sh RemoveProg MakeDesc TestGetTime TestGetPID gen_gmp_aux
-   rm -f *.o 
+   rm -f *.o *.lo
rm -rf small
 @{LSHAR}   - $(LIBTOOL) --mode=clean rm -f libntl.la *.lo #LSHAR
 
@@ -551,4 +577,11 @@
 
 
 
+sharedso: DIRNAME $(SHOBJ)
+ $(LINK) $(PICFLAG) -shared -Wl,-soname,lib`cat DIRNAME`.so -o lib`cat 
DIRNAME`.so $(SHOBJ) $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) $(GF2X_OPT_LIBDIR) 
$(GF2X_OPT_LIB)
+ ln -s lib`cat DIRNAME`.so libntl.so
+
+shareddylib: DIRNAME $(SHOBJ)
+$(LINK) $(PICFLAG) -dynamiclib -install_name $(LIBDIR)/lib`cat 
DIRNAME`.dylib 

[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-4.0.2.ebuild ChangeLog

2015-03-26 Thread Thomas Kahle (tomka)
tomka   15/03/26 10:16:33

  Modified: singular-4.0.2.ebuild ChangeLog
  Log:
  Restrict ntl dep
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.3  sci-mathematics/singular/singular-4.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?r1=1.2r2=1.3

Index: singular-4.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- singular-4.0.2.ebuild   10 Mar 2015 19:12:44 -  1.2
+++ singular-4.0.2.ebuild   26 Mar 2015 10:16:33 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.2 
2015/03/10 19:12:44 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.3 
2015/03/26 10:16:33 tomka Exp $
 
 EAPI=5
 
@@ -26,6 +26,7 @@
 
 RDEPEND=dev-libs/gmp
=dev-libs/ntl-5.5.1
+   dev-libs/ntl-7
emacs? ( =virtual/emacs-22 )
sci-mathematics/flint
sci-mathematics/4ti2



1.63 sci-mathematics/singular/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   10 Mar 2015 19:12:44 -  1.62
+++ ChangeLog   26 Mar 2015 10:16:33 -  1.63
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.62 
2015/03/10 19:12:44 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.63 
2015/03/26 10:16:33 tomka Exp $
+
+  26 Mar 2015; Thomas Kahle to...@gentoo.org singular-4.0.2.ebuild:
+  Restrict ntl dep
 
   10 Mar 2015; Thomas Kahle to...@gentoo.org singular-4.0.2.ebuild:
   Fix missing dep on cddlib (542746)






[gentoo-commits] gentoo-x86 commit in dev-libs/ntl: ntl-8.1.2.ebuild ChangeLog

2015-03-26 Thread Thomas Kahle (tomka)
tomka   15/03/26 10:19:22

  Modified: ChangeLog
  Added:ntl-8.1.2.ebuild
  Log:
  bump to 8.1.2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.26 dev-libs/ntl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   19 Jun 2014 13:08:44 -  1.25
+++ ChangeLog   26 Mar 2015 10:19:22 -  1.26
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/ntl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.25 2014/06/19 
13:08:44 jauhien Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.26 2015/03/26 
10:19:22 tomka Exp $
+
+*ntl-8.1.2 (26 Mar 2015)
+
+  26 Mar 2015; Thomas Kahle to...@gentoo.org
+  +files/ntl-8.1.2-sanitize-makefile.patch, +ntl-8.1.2.ebuild:
+  bump to 8.1.2
 
   19 Jun 2014; Jauhien Piatlicki jauh...@gentoo.org
   +files/ntl-5.5.2-shared-r1.patch:



1.1  dev-libs/ntl/ntl-8.1.2.ebuild

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

Index: ntl-8.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ntl-8.1.2.ebuild,v 1.1 
2015/03/26 10:19:22 tomka Exp $

EAPI=5
inherit toolchain-funcs eutils multilib flag-o-matic

DESCRIPTION=High-performance and portable Number Theory C++ library
HOMEPAGE=http://shoup.net/ntl/;
SRC_URI=http://www.shoup.net/ntl/${P}.tar.gz;

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

RDEPEND==dev-libs/gmp-4.3
=dev-libs/gf2x-0.9
DEPEND=${RDEPEND}
dev-lang/perl

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

src_prepare() {
# fix parallel make
sed -i -e s/make/make ${MAKEOPTS}/g WizardAux || die
cd ..
# enable compatibility with singular
epatch $FILESDIR/${PN}-6.0.0-singular.patch
# sanitize the makefile and allow the building of shared library
epatch $FILESDIR/${PN}-8.1.2-sanitize-makefile.patch
replace-flags -O[3-9] -O2
}

src_configure() {
perl DoConfig \
PREFIX=${EPREFIX}/usr \
CXXFLAGS=${CXXFLAGS} \
LDFLAGS=${LDFLAGS} \
CXX=$(tc-getCXX) \
AR=$(tc-getAR) \
RANLIB=$(tc-getRANLIB) \
NTL_GMP_LIP=on NTL_GF2X_LIB=on \
|| die DoConfig failed
}

src_compile() {
# split the targets to allow parallel make to run properly
emake setup1 setup2 || die emake setup failed
emake setup3 || die emake setup failed
sh Wizard on || die Tuning wizard failed
if use static-libs || use test; then
emake ntl.a  || die emake static failed
fi
local trg=so
[[ ${CHOST} == *-darwin* ]]  trg=dylib
emake shared${trg} || die emake shared failed
}

src_install() {
if use static-libs; then
newlib.a ntl.a libntl.a || die installation of static library 
failed
fi
dolib.so lib*$(get_libname) || die installation of shared library 
failed

cd ..
insinto /usr/include
doins -r include/NTL || die installation of the headers failed

dodoc README
if use doc ; then
dodoc doc/*.txt || die
dohtml doc/* || die
fi
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/Macaulay2: Macaulay2-1.4-r1.ebuild Macaulay2-1.4.ebuild Macaulay2-1.7_pre.ebuild Macaulay2-1.6.ebuild ChangeLog

2015-03-26 Thread Thomas Kahle (tomka)
.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild?r1=1.4r2=1.5

Index: Macaulay2-1.6.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Macaulay2-1.6.ebuild3 May 2014 15:44:12 -   1.4
+++ Macaulay2-1.6.ebuild26 Mar 2015 10:17:49 -  1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild,v 1.4 
2014/05/03 15:44:12 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild,v 1.5 
2015/03/26 10:17:49 tomka Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
 
 RDEPEND=
sys-libs/gdbm
-   dev-libs/ntl
+   dev-libs/ntl-7
sci-mathematics/pari[gmp]
=sys-libs/readline-6.1
dev-libs/libxml2:2



1.34 sci-mathematics/Macaulay2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   24 Mar 2015 17:22:15 -  1.33
+++ ChangeLog   26 Mar 2015 10:17:49 -  1.34
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/Macaulay2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.33 
2015/03/24 17:22:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.34 
2015/03/26 10:17:49 tomka Exp $
+
+  26 Mar 2015; Thomas Kahle to...@gentoo.org Macaulay2-1.4-r1.ebuild,
+  Macaulay2-1.4.ebuild, Macaulay2-1.6.ebuild, Macaulay2-1.7_pre.ebuild:
+  restrict ntl dep
 
   24 Mar 2015; Agostino Sarubbo a...@gentoo.org Macaulay2-1.7_pre.ebuild:
   Stable for amd64, wrt bug #542572






[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-4.0.2.ebuild ChangeLog

2015-03-26 Thread Thomas Kahle (tomka)
tomka   15/03/26 12:44:41

  Modified: singular-4.0.2.ebuild ChangeLog
  Log:
  Fix ntl8 compatibility
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.4  sci-mathematics/singular/singular-4.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?r1=1.3r2=1.4

Index: singular-4.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- singular-4.0.2.ebuild   26 Mar 2015 10:16:33 -  1.3
+++ singular-4.0.2.ebuild   26 Mar 2015 12:44:41 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.3 
2015/03/26 10:16:33 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.4 
2015/03/26 12:44:41 tomka Exp $
 
 EAPI=5
 
@@ -26,7 +26,6 @@
 
 RDEPEND=dev-libs/gmp
=dev-libs/ntl-5.5.1
-   dev-libs/ntl-7
emacs? ( =virtual/emacs-22 )
sci-mathematics/flint
sci-mathematics/4ti2
@@ -59,6 +58,8 @@
# omalloc's old configure will fail if ar is not exactly 'ar'.
epatch ${FILESDIR}/${PN}-4.0.0-fix-omalloc-ar-detection.patch
 
+   epatch ${FILESDIR}/${PN}-4.0.2-ntl8-compat.patch
+
cd ${S}/omalloc || die failed to cd into omalloc directory
eautoreconf
 }



1.64 sci-mathematics/singular/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   26 Mar 2015 10:16:33 -  1.63
+++ ChangeLog   26 Mar 2015 12:44:41 -  1.64
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.63 
2015/03/26 10:16:33 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.64 
2015/03/26 12:44:41 tomka Exp $
+
+  26 Mar 2015; Thomas Kahle to...@gentoo.org
+  +files/singular-4.0.2-ntl8-compat.patch, singular-4.0.2.ebuild:
+  Fix ntl8 compatibility
 
   26 Mar 2015; Thomas Kahle to...@gentoo.org singular-4.0.2.ebuild:
   Restrict ntl dep






[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular/files: singular-4.0.2-ntl8-compat.patch

2015-03-26 Thread Thomas Kahle (tomka)
tomka   15/03/26 12:44:41

  Added:singular-4.0.2-ntl8-compat.patch
  Log:
  Fix ntl8 compatibility
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  
sci-mathematics/singular/files/singular-4.0.2-ntl8-compat.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-4.0.2-ntl8-compat.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/files/singular-4.0.2-ntl8-compat.patch?rev=1.1content-type=text/plain

Index: singular-4.0.2-ntl8-compat.patch
===
diff --git a/factory/NTLconvert.cc b/factory/NTLconvert.cc
index 41ce9b2..e32093d 100644
--- a/factory/NTLconvert.cc
+++ b/factory/NTLconvert.cc
@@ -30,6 +30,7 @@
 #include NTL/GF2EXFactoring.h
 #include NTL/tools.h
 #include NTL/mat_ZZ.h
+#include NTL/version.h
 #include int_int.h
 #include limits.h
 #include NTLconvert.h
@@ -500,8 +501,14 @@ convertZZ2CF (const ZZ  a)
 return CanonicalForm(coeff_long);
   }
   else
-  {
-long sizeofrep= ((long *) a.rep) [1];
+  { 
+const long * rep =
+#if NTL_MAJOR_VERSION = 6
+  static_castlong *( a.rep );
+#else
+  static_castlong *( a.rep.rep ); // what about NTL7?
+#endif
+long sizeofrep= rep[1];
 bool lessZero= false;
 if (sizeofrep  0)
 {
@@ -519,7 +526,7 @@ convertZZ2CF (const ZZ  a)
   cf_stringtemp_l= sizeofrep*sizeof(mp_limb_t)*2;
   cf_stringtemp= (unsigned char*) Alloc (cf_stringtemp_l);
 }
-int cc= mpn_get_str (cf_stringtemp, 16, (mp_limb_t *) (((long *) (a.rep)) 
+ 2), sizeofrep);
+int cc= mpn_get_str (cf_stringtemp, 16, (mp_limb_t *) ((rep) + 2), 
sizeofrep);
 
 char* cf_stringtemp2;
 if (lessZero)






[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.5_pre.ebuild ChangeLog freeorion-0.4.4.ebuild

2015-03-27 Thread Thomas Kahle (tomka)
tomka   15/03/27 14:05:26

  Modified: ChangeLog
  Added:freeorion-0.4.5_pre.ebuild
  Removed:  freeorion-0.4.4.ebuild
  Log:
  bump and remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.14 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   26 Mar 2015 19:55:38 -  1.13
+++ ChangeLog   27 Mar 2015 14:05:26 -  1.14
@@ -1,6 +1,12 @@
 # ChangeLog for games-strategy/freeorion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.13 
2015/03/26 19:55:38 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.14 
2015/03/27 14:05:26 tomka Exp $
+
+*freeorion-0.4.5_pre (27 Mar 2015)
+
+  27 Mar 2015; Thomas Kahle to...@gentoo.org +freeorion-0.4.5_pre.ebuild,
+  -freeorion-0.4.4.ebuild:
+  bump and remove old
 
   26 Mar 2015; Thomas Kahle to...@gentoo.org -freeorion-0.4.3.ebuild:
   drop old



1.1  games-strategy/freeorion/freeorion-0.4.5_pre.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.1content-type=text/plain

Index: freeorion-0.4.5_pre.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 
1.1 2015/03/27 14:05:26 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_6 python2_7 )
inherit cmake-utils python-any-r1 games

DESCRIPTION=A free turn-based space empire and galactic conquest game
HOMEPAGE=http://www.freeorion.org;
SRC_URI=http://dev.gentoo.org/~tomka/files/${P}.tar.bz2;

LICENSE=GPL-2 LGPL-2.1 CC-BY-SA-3.0
SLOT=0
KEYWORDS=~amd64
IUSE=cg

# Needs it's own version of GG(dev-games/gigi) which it ships.
# The split version dev-games/gigi is not used anymore as of 0.4.3
RDEPEND=
!dev-games/gigi
media-libs/libsdl2
=dev-libs/boost-1.47[python]
media-libs/freealut
media-libs/libogg
media-libs/libsdl[X,opengl,video]
media-libs/libvorbis
media-libs/openal
sci-physics/bullet
sys-libs/zlib
virtual/opengl
DEPEND=${RDEPEND}
${PYTHON_DEPS}
virtual/pkgconfig

CMAKE_USE_DIR=${S}
CMAKE_VERBOSE=1

pkg_setup() {
# build system is using FindPythonLibs.cmake which needs python:2
python-any-r1_pkg_setup
games_pkg_setup
}

src_prepare() {
# parse subdir sets -O3
sed -e s:-O3:: -i parse/CMakeLists.txt

# set revision for display in game -- update on bump!
sed -i -e 's/???/8051/' CMakeLists.txt
}

src_configure() {
local mycmakeargs=(
-DRELEASE_COMPILE_FLAGS=
-DCMAKE_SKIP_RPATH=ON
)

cmake-utils_src_configure
}

src_compile() {
cmake-utils_src_compile
}

src_install() {
# data files
rm ${CMAKE_USE_DIR}/default/COPYING || die
insinto ${GAMES_DATADIR}/${PN}
doins -r ${CMAKE_USE_DIR}/default || die

# bin
dogamesbin ${CMAKE_BUILD_DIR}/${PN}{ca,d} || die
newgamesbin ${CMAKE_BUILD_DIR}/${PN} ${PN}.bin || die
games_make_wrapper ${PN} \
${GAMES_BINDIR}/${PN}.bin --resource-dir 
${GAMES_DATADIR}/${PN}/default \
${GAMES_DATADIR}/${PN}

# lib
dogameslib ${CMAKE_BUILD_DIR}/libfreeorion{common,parse}.so || die
dogameslib ${CMAKE_BUILD_DIR}/libGiGi*.so || die

# other
dodoc ${CMAKE_USE_DIR}/changelog.txt || die
newicon ${CMAKE_USE_DIR}/default/data/art/icons/FO_Icon_32x32.png \
${PN}.png || die
make_desktop_entry ${PN} ${PN} ${PN}

# permissions
prepgamesdirs
}






[gentoo-commits] gentoo-x86 commit in www-apps/tt-rss: tt-rss-20150304.ebuild ChangeLog

2015-03-23 Thread Thomas Kahle (tomka)
tomka   15/03/23 13:01:06

  Modified: tt-rss-20150304.ebuild ChangeLog
  Log:
  Call webapp pkg_postinst again (bug 543626)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.2  www-apps/tt-rss/tt-rss-20150304.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild?r1=1.1r2=1.2

Index: tt-rss-20150304.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tt-rss-20150304.ebuild  4 Mar 2015 09:22:36 -   1.1
+++ tt-rss-20150304.ebuild  23 Mar 2015 13:01:06 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild,v 
1.1 2015/03/04 09:22:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild,v 
1.2 2015/03/23 13:01:06 tomka Exp $
 
 EAPI=5
 
@@ -85,4 +85,5 @@
 
 pkg_postinst() {
elog You need to merge config.php and config.php-dist manually now.
+   webapp_pkg_postinst
 }



1.38 www-apps/tt-rss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   4 Mar 2015 09:22:36 -   1.37
+++ ChangeLog   23 Mar 2015 13:01:06 -  1.38
@@ -1,6 +1,9 @@
 # ChangeLog for www-apps/tt-rss
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.37 2015/03/04 
09:22:36 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.38 2015/03/23 
13:01:06 tomka Exp $
+
+  23 Mar 2015; Thomas Kahle to...@gentoo.org tt-rss-20150304.ebuild:
+  Call webapp pkg_postinst again (bug 543626)
 
 *tt-rss-20150304 (04 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake: polymake-2.13.ebuild ChangeLog

2015-03-03 Thread Thomas Kahle (tomka)
tomka   15/03/03 09:34:22

  Modified: polymake-2.13.ebuild ChangeLog
  Log:
  Fix gcc-4.9 compatibility (bug 541238)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.2  sci-mathematics/polymake/polymake-2.13.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.13.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.13.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/polymake-2.13.ebuild?r1=1.1r2=1.2

Index: polymake-2.13.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- polymake-2.13.ebuild26 Jun 2014 12:22:39 -  1.1
+++ polymake-2.13.ebuild3 Mar 2015 09:34:22 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.13.ebuild,v 1.1 
2014/06/26 12:22:39 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.13.ebuild,v 1.2 
2015/03/03 09:34:22 tomka Exp $
 
 EAPI=5
 
@@ -33,6 +33,7 @@
 src_prepare() {
# Don't strip
sed -i '/system strip $to/d' support/install.pl || die
+   epatch ${FILESDIR}/${PN}_gcc49.patch
 
einfo During compile this package uses up to
einfo 750MB of RAM per process. Use MAKEOPTS=\-j1\ if



1.14 sci-mathematics/polymake/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   27 Jun 2014 10:49:06 -  1.13
+++ ChangeLog   3 Mar 2015 09:34:22 -   1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/polymake
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.13 
2014/06/27 10:49:06 tomka Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.14 
2015/03/03 09:34:22 tomka Exp $
+
+  03 Mar 2015; Thomas Kahle to...@gentoo.org +files/polymake_gcc49.patch,
+  polymake-2.13.ebuild:
+  Fix gcc-4.9 compatibility (bug 541238)
 
   27 Jun 2014; Thomas Kahle to...@gentoo.org
   -files/polymake-2.11-drop-jreality.patch, -files/polymake-2.12-soname.patch,






[gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake/files: polymake_gcc49.patch

2015-03-03 Thread Thomas Kahle (tomka)
tomka   15/03/03 09:34:22

  Added:polymake_gcc49.patch
  Log:
  Fix gcc-4.9 compatibility (bug 541238)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  sci-mathematics/polymake/files/polymake_gcc49.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/files/polymake_gcc49.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/polymake/files/polymake_gcc49.patch?rev=1.1content-type=text/plain

Index: polymake_gcc49.patch
===
commit 9fdecb57cb728170d0b87637c67947acf0cd27a4
Author: Benjamin Lorenz lor...@math.tu-berlin.de
Date:   Sat May 17 23:05:41 2014 +0200

fix ppl configure.pl test for gcc 4.9

diff --git a/bundled/ppl/configure.pl b/bundled/ppl/configure.pl
index 128af1f..a147ea1 100644
--- a/bundled/ppl/configure.pl
+++ b/bundled/ppl/configure.pl
@@ -43,6 +43,7 @@ sub proceed {
 
} else {
   my $error=Polymake::Configure::build_test_program(---, Libs = 
-lppl -lgmp);
+#include cstddef
 #include ppl.hh
 #include iostream
 int main() {

commit 6651dd4b284085ffb7385d6cbca1785b6242003b
Author: Benjamin Lorenz lor...@math.tu-berlin.de
Date:   Wed May 7 15:53:12 2014 +0200

another gcc 4.9 cstddef header fix

diff --git a/bundled/bliss/apps/graph/src/GraphIso.cc 
b/bundled/bliss/apps/graph/src/GraphIso.cc
index 4000dd5..14e0e8f 100644
--- a/bundled/bliss/apps/graph/src/GraphIso.cc
+++ b/bundled/bliss/apps/graph/src/GraphIso.cc
@@ -15,6 +15,7 @@
 */
 
 #include cstring
+#include cstddef // needed for gcc 4.9, see 
http://gcc.gnu.org/gcc-4.9/porting_to.html
 #include bliss/graph.hh
 #include polymake/graph/GraphIso.h
 

commit 716639b858f476d6a2fd8fe51da67d6cb347ec7c
Author: Benjamin Lorenz lor...@math.tu-berlin.de
Date:   Tue May 6 14:58:33 2014 +0200

cstddef include fix for gcc 4.9 (see 
http://gcc.gnu.org/gcc-4.9/porting_to.html)

diff --git a/bundled/libnormaliz/apps/polytope/src/normaliz.cc 
b/bundled/libnormaliz/apps/polytope/src/normaliz.cc
index e6f2208..81e9783 100644
--- a/bundled/libnormaliz/apps/polytope/src/normaliz.cc
+++ b/bundled/libnormaliz/apps/polytope/src/normaliz.cc
@@ -14,6 +14,7 @@
 

 */
 
+#include cstddef // needed for gcc 4.9, see 
http://gcc.gnu.org/gcc-4.9/porting_to.html
 #include gmpxx.h
 
 #include polymake/client.h
diff --git a/bundled/ppl/apps/polytope/include/ppl_interface_impl.h 
b/bundled/ppl/apps/polytope/include/ppl_interface_impl.h
index fda2f39..1040c9e 100644
--- a/bundled/ppl/apps/polytope/include/ppl_interface_impl.h
+++ b/bundled/ppl/apps/polytope/include/ppl_interface_impl.h
@@ -17,6 +17,7 @@
 #ifndef POLYMAKE_POLYTOPE_PPL_INTERFACE_IMPL_H
 #define POLYMAKE_POLYTOPE_PPL_INTERFACE_IMPL_H
 
+#include cstddef // needed for gcc 4.9, see 
http://gcc.gnu.org/gcc-4.9/porting_to.html
 #include gmpxx.h //for mpz/mpq-handling
 #include polymake/polytope/ppl_interface.h
 #include polymake/common/lattice_tools.h






[gentoo-commits] gentoo-x86 commit in www-apps/tt-rss: tt-rss-20150304.ebuild ChangeLog tt-rss-1.14.ebuild

2015-03-04 Thread Thomas Kahle (tomka)
tomka   15/03/04 09:22:36

  Modified: ChangeLog
  Added:tt-rss-20150304.ebuild
  Removed:  tt-rss-1.14.ebuild
  Log:
  Bump. Upstream uses rolling release now.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.37 www-apps/tt-rss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.37view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.37content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?r1=1.36r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   5 Jan 2015 16:43:57 -   1.36
+++ ChangeLog   4 Mar 2015 09:22:36 -   1.37
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/tt-rss
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.36 2015/01/05 
16:43:57 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.37 2015/03/04 
09:22:36 tomka Exp $
+
+*tt-rss-20150304 (04 Mar 2015)
+
+  04 Mar 2015; Thomas Kahle to...@gentoo.org +tt-rss-20150304.ebuild,
+  -tt-rss-1.14.ebuild:
+  Bump. Upstream uses rolling release now.
 
 *tt-rss-1.15.3 (05 Jan 2015)
 



1.1  www-apps/tt-rss/tt-rss-20150304.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild?rev=1.1content-type=text/plain

Index: tt-rss-20150304.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild,v 1.1 
2015/03/04 09:22:36 tomka Exp $

EAPI=5

inherit user eutils webapp depend.php depend.apache vcs-snapshot

DESCRIPTION=Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX
HOMEPAGE=http://tt-rss.org/;
SRC_URI=http://dev.gentoo.org/~tomka/files/${P}.tar.bz2;

LICENSE=GPL-3
KEYWORDS=~amd64 ~mips ~x86
IUSE=daemon +mysql postgres

DEPEND=
daemon? ( dev-lang/php[mysql?,postgres?,pcntl,curl] )
!daemon? ( dev-lang/php[mysql?,postgres?,curl] )

RDEPEND=${DEPEND}

REQUIRED_USE=|| ( mysql postgres )

need_httpd_cgi
need_php_httpd

pkg_setup() {
webapp_pkg_setup

if use daemon; then
enewgroup ttrssd
enewuser ttrssd -1 /bin/sh /dev/null ttrssd
fi
}

src_prepare() {
# Customize config.php-dist so that the right 'DB_TYPE' is already set 
(according to the USE flag)
einfo Customizing config.php-dist...

if use mysql  ! use postgres; then
sed -i \
-e /define('DB_TYPE',/{s:pgsql:mysql:} \
config.php-dist || die
fi

sed -i \
-e /define('DB_TYPE',/{s:// \(or mysql\):// pgsql \1:} \
config.php-dist || die

# per 462578
epatch_user
}

src_install() {
webapp_src_preinst

insinto /${MY_HTDOCSDIR}
doins -r *
keepdir /${MY_HTDOCSDIR}/feed-icons

for DIR in cache lock feed-icons; do
webapp_serverowned -R ${MY_HTDOCSDIR}/${DIR}
done

# In the old days we put a config.php directly and tried to
# protect it with the following which did not work reliably.
# These days we only install the config.php-dist file.
# webapp_configfile ${MY_HTDOCSDIR}/config.php

if use daemon; then
webapp_postinst_txt en 
${FILESDIR}/postinstall-en-with-daemon.txt
newinitd ${FILESDIR}/ttrssd.initd-r2 ttrssd
newconfd ${FILESDIR}/ttrssd.confd-r1 ttrssd
insinto /etc/logrotate.d/
newins ${FILESDIR}/ttrssd.logrotated ttrssd

elog After upgrading, please restart ttrssd
else
webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
fi

webapp_src_install
}

pkg_postinst() {
elog You need to merge config.php and config.php-dist manually now.
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.12.2-gcc49.patch

2015-03-01 Thread Thomas Kahle (tomka)
tomka   15/03/01 12:22:49

  Added:normaliz-2.12.2-gcc49.patch
  Log:
  Fix gcc-4.9 build (541364)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  sci-mathematics/normaliz/files/normaliz-2.12.2-gcc49.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.12.2-gcc49.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/files/normaliz-2.12.2-gcc49.patch?rev=1.1content-type=text/plain

Index: normaliz-2.12.2-gcc49.patch
===
diff -U 3 -dHrN Normaliz2.12/source/libnormaliz/general.h 
Normaliz2.12.patched/source/libnormaliz/general.h
--- Normaliz2.12/source/libnormaliz/general.h   2014-10-23 15:01:56.0 
+0200
+++ Normaliz2.12.patched/source/libnormaliz/general.h   2015-03-01 
13:20:01.057017555 +0100
@@ -27,6 +27,7 @@
 
 #include iostream
 #include assert.h
+#include cstddef
 
 #ifdef _WIN32 //for 32 and 64 bit windows
 #define NMZ_MPIR //always use MPIR






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz: normaliz-2.12.2.ebuild ChangeLog

2015-03-01 Thread Thomas Kahle (tomka)
tomka   15/03/01 12:22:49

  Modified: normaliz-2.12.2.ebuild ChangeLog
  Log:
  Fix gcc-4.9 build (541364)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.2  sci-mathematics/normaliz/normaliz-2.12.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild?r1=1.1r2=1.2

Index: normaliz-2.12.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- normaliz-2.12.2.ebuild  29 Jan 2015 10:02:44 -  1.1
+++ normaliz-2.12.2.ebuild  1 Mar 2015 12:22:49 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild,v 1.1 
2015/01/29 10:02:44 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/normaliz/normaliz-2.12.2.ebuild,v 1.2 
2015/03/01 12:22:49 tomka Exp $
 
 EAPI=5
 
@@ -28,6 +28,7 @@
 
 src_prepare () {
epatch ${FILESDIR}/${PN}-2.12.1-respect-flags.patch
+   epatch ${FILESDIR}/${PN}-2.12.2-gcc49.patch
 
# Respect users AR tool (Bug 474532)
sed -e s:ar -cr:$(tc-getAR) -cr: -i source/libnormaliz/Makefile || die



1.24 sci-mathematics/normaliz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   29 Jan 2015 10:02:44 -  1.23
+++ ChangeLog   1 Mar 2015 12:22:49 -   1.24
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/normaliz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.23 
2015/01/29 10:02:44 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.24 
2015/03/01 12:22:49 tomka Exp $
+
+  01 Mar 2015; Thomas Kahle to...@gentoo.org
+  +files/normaliz-2.12.2-gcc49.patch, normaliz-2.12.2.ebuild:
+  Fix gcc-4.9 build (541364)
 
 *normaliz-2.12.2 (29 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-mathematics/polymake: polymake-2.14.ebuild ChangeLog

2015-03-05 Thread Thomas Kahle (tomka)
tomka   15/03/05 15:09:25

  Modified: ChangeLog
  Added:polymake-2.14.ebuild
  Log:
  Bump to 2.14
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.15 sci-mathematics/polymake/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   3 Mar 2015 09:34:22 -   1.14
+++ ChangeLog   5 Mar 2015 15:09:25 -   1.15
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/polymake
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.14 
2015/03/03 09:34:22 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/polymake/ChangeLog,v 1.15 
2015/03/05 15:09:25 tomka Exp $
+
+*polymake-2.14 (05 Mar 2015)
+
+  05 Mar 2015; Thomas Kahle to...@gentoo.org +polymake-2.14.ebuild:
+  Bump to 2.14
 
   03 Mar 2015; Thomas Kahle to...@gentoo.org +files/polymake_gcc49.patch,
   polymake-2.13.ebuild:



1.1  sci-mathematics/polymake/polymake-2.14.ebuild

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

Index: polymake-2.14.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/polymake/polymake-2.14.ebuild,v 1.1 
2015/03/05 15:09:25 tomka Exp $

EAPI=5

inherit eutils flag-o-matic

DESCRIPTION=research tool for polyhedral geometry and combinatorics
SRC_URI=http://polymake.org/lib/exe/fetch.php/download/${P}.tar.bz2;
HOMEPAGE=http://polymake.org;

IUSE=libpolymake

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

DEPEND=dev-libs/gmp
dev-libs/boost
dev-libs/libxml2:2
dev-perl/XML-LibXML
dev-libs/libxslt
dev-perl/XML-LibXSLT
dev-perl/XML-Writer
dev-perl/Term-ReadLine-Gnu
RDEPEND=${DEPEND}

src_prepare() {
# Don't strip
sed -i '/system strip $to/d' support/install.pl || die

einfo During compile this package uses up to
einfo 750MB of RAM per process. Use MAKEOPTS=\-j1\ if
einfo you run into trouble.
}

src_configure () {
export CXXOPT=$(get-flag -O)
# Configure does not accept --host, therefore econf cannot be used
./configure --prefix=${EPREFIX}/usr \
--without-java \
$(use_with libpolymake callable) \
--without-prereq \
--libdir=${EPREFIX}/usr/$(get_libdir) \
--libexecdir=${EPREFIX}/usr/$(get_libdir)/polymake \
${myconf} || die
}

src_install(){
emake -j1 DESTDIR=${D} install
dosym libpolymake.so ${EPREFIX}/usr/$(get_libdir)/libpolymake.so.0
}

pkg_postinst(){
elog Docs can be found on 
http://www.polymake.org/doku.php/documentation;
elog  
elog Support for jreality is missing, sorry (see bug #346073).
}






[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: ChangeLog freeorion-0.4.3.ebuild

2015-03-26 Thread Thomas Kahle (tomka)
tomka   15/03/26 19:55:38

  Modified: ChangeLog
  Removed:  freeorion-0.4.3.ebuild
  Log:
  drop old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.13 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   20 Jan 2015 08:27:24 -  1.12
+++ ChangeLog   26 Mar 2015 19:55:38 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/freeorion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.12 
2015/01/20 08:27:24 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.13 
2015/03/26 19:55:38 tomka Exp $
+
+  26 Mar 2015; Thomas Kahle to...@gentoo.org -freeorion-0.4.3.ebuild:
+  drop old
 
   20 Jan 2015; Thomas Kahle to...@gentoo.org -files/ogre-1.9-compat.patch,
   freeorion-0.4.4.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-libs/lrslib: lrslib-051.ebuild ChangeLog

2015-03-08 Thread Thomas Kahle (tomka)
tomka   15/03/08 15:18:28

  Modified: ChangeLog
  Added:lrslib-051.ebuild
  Log:
  Bump to 051
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.10 sci-libs/lrslib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/lrslib/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   24 Mar 2012 17:23:18 -  1.9
+++ ChangeLog   8 Mar 2015 15:18:28 -   1.10
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/lrslib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/lrslib/ChangeLog,v 1.9 2012/03/24 
17:23:18 phajdan.jr Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/lrslib/ChangeLog,v 1.10 2015/03/08 
15:18:28 tomka Exp $
+
+*lrslib-051 (08 Mar 2015)
+
+  08 Mar 2015; Thomas Kahle to...@gentoo.org +lrslib-051.ebuild:
+  Bump to 051
 
   24 Mar 2012; Pawel Hajdan jr phajdan...@gentoo.org lrslib-042c-r2.ebuild:
   x86 stable wrt bug #408085
@@ -37,4 +42,3 @@
   12 Nov 2010; Thomas Kahle to...@gentoo.org +lrslib-042c.ebuild,
   +metadata.xml:
   Initial import from science overlay. Fixes bug 338685
-



1.1  sci-libs/lrslib/lrslib-051.ebuild

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

Index: lrslib-051.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/lrslib/lrslib-051.ebuild,v 1.1 
2015/03/08 15:18:28 tomka Exp $

EAPI=5

inherit toolchain-funcs

DESCRIPTION=self-contained ANSI C implementation of the reverse search 
algorithm
HOMEPAGE=http://cgm.cs.mcgill.ca/~avis/C/lrs.html;
SRC_URI=http://cgm.cs.mcgill.ca/~avis/C/lrslib/${P}.tar.gz;

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

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

src_prepare(){
sed -i s/gcc/$(tc-getCC)/g makefile || die
sed -i s/-O3/${CFLAGS} ${LDFLAGS}/g makefile || die
# Prefix for install
sed -i s,/usr/local,/usr,g makefile || die
}

src_compile () {
if use gmp ; then
emake all
emake all-shared
else
emake allmp
fi
}

src_install() {
dodoc readme
# Library
if use gmp ; then
emake DESTDIR=${D} install-shared
fi
# Install default set of binaries
emake DESTDIR=${D} install-common
}






[gentoo-commits] gentoo-x86 commit in app-text/tesseract: tesseract-3.03_rc1-r1.ebuild metadata.xml ChangeLog

2015-03-28 Thread Thomas Kahle (tomka)
tomka   15/03/28 09:56:26

  Modified: metadata.xml ChangeLog
  Added:tesseract-3.03_rc1-r1.ebuild
  Log:
  add opencl support (bug 544622), thanks Scott Alfter
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.9  app-text/tesseract/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml19 May 2014 08:41:09 -  1.8
+++ metadata.xml28 Mar 2015 09:56:26 -  1.9
@@ -21,6 +21,8 @@
 (ScrollView)./flag
 flag name=linguas_chr Enable support for the Cherokee language./flag
 flag name=linguas_jp Enable support for Japanese./flag
-flag name=osd Enable support orientation and script detection./flag
+flag name=osd Enable support orientation and script
+detection./flag
+flag name=openclEnable opencl support for speedup using GPU 
computation./flag
   /use
 /pkgmetadata



1.54 app-text/tesseract/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   19 Sep 2014 09:28:27 -  1.53
+++ ChangeLog   28 Mar 2015 09:56:26 -  1.54
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/tesseract
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.53 
2014/09/19 09:28:27 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.54 
2015/03/28 09:56:26 tomka Exp $
+
+*tesseract-3.03_rc1-r1 (28 Mar 2015)
+
+  28 Mar 2015; Thomas Kahle to...@gentoo.org +tesseract-3.03_rc1-r1.ebuild,
+  metadata.xml:
+  add opencl support (bug 544622), thanks Scott Alfter
 
   19 Sep 2014; Agostino Sarubbo a...@gentoo.org tesseract-3.03_rc1.ebuild:
   Stable for ppc64, wrt bug #513376



1.1  app-text/tesseract/tesseract-3.03_rc1-r1.ebuild

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

Index: tesseract-3.03_rc1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.03_rc1-r1.ebuild,v 1.1 
2015/03/28 09:56:26 tomka Exp $

EAPI=5

MY_PN=${PN}-ocr
DL_P=${MY_PN}-3.02
URI_PREFIX=http://${MY_PN}.googlecode.com/files;

inherit eutils autotools autotools-utils versionator

S=${WORKDIR}/${PN}-$(get_version_component_range 1-2 )

DESCRIPTION=An OCR Engine that was developed at HP and now at Google
HOMEPAGE=http://code.google.com/p/tesseract-ocr/;
SRC_URI=http://dev.gentoo.org/~tomka/files/${PN}-3.03-rc1.tar.gz
${URI_PREFIX}/${DL_P}.eng.tar.gz
doc? ( ${URI_PREFIX}/${DL_P}.02-doc-html.tar.gz )
linguas_ar? ( ${URI_PREFIX}/${DL_P}.ara.tar.gz )
linguas_bg? ( ${URI_PREFIX}/bul.traineddata.gz )
linguas_ca? ( ${URI_PREFIX}/cat.traineddata.gz )
linguas_chr? ( ${URI_PREFIX}/chr.traineddata.gz )
linguas_cs? ( ${URI_PREFIX}/ces.traineddata.gz )
linguas_de? ( ${URI_PREFIX}/deu.traineddata.gz
${URI_PREFIX}/deu-frak.traineddata.gz )
linguas_da? ( ${URI_PREFIX}/dan.traineddata.gz
${URI_PREFIX}/dan-frak.traineddata.gz )
linguas_el? ( ${URI_PREFIX}/ell.traineddata.gz )
linguas_es? ( ${URI_PREFIX}/spa.traineddata.gz )
linguas_fi? ( ${URI_PREFIX}/fin.traineddata.gz )
linguas_fr? ( ${URI_PREFIX}/fra.traineddata.gz )
linguas_he? ( ${URI_PREFIX}/${DL_P}.heb.tar.gz
${URI_PREFIX}/${MY_PN}-3.01.heb-com.tar.gz )
linguas_hi? ( ${URI_PREFIX}/${DL_P}.hin.tar.gz

[gentoo-commits] gentoo-x86 commit in dev-libs/ntl: ntl-9.0.2.ebuild ChangeLog

2015-04-02 Thread Thomas Kahle (tomka)
tomka   15/04/02 12:29:56

  Modified: ChangeLog
  Added:ntl-9.0.2.ebuild
  Log:
  bump to 9.0.2
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.27 dev-libs/ntl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   26 Mar 2015 10:19:22 -  1.26
+++ ChangeLog   2 Apr 2015 12:29:55 -   1.27
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/ntl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.26 2015/03/26 
10:19:22 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.27 2015/04/02 
12:29:55 tomka Exp $
+
+*ntl-9.0.2 (02 Apr 2015)
+
+  02 Apr 2015; Thomas Kahle to...@gentoo.org +ntl-9.0.2.ebuild:
+  bump to 9.0.2
 
 *ntl-8.1.2 (26 Mar 2015)
 



1.1  dev-libs/ntl/ntl-9.0.2.ebuild

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

Index: ntl-9.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ntl-9.0.2.ebuild,v 1.1 
2015/04/02 12:29:55 tomka Exp $

EAPI=5
inherit toolchain-funcs eutils multilib flag-o-matic

DESCRIPTION=High-performance and portable Number Theory C++ library
HOMEPAGE=http://shoup.net/ntl/;
SRC_URI=http://www.shoup.net/ntl/${P}.tar.gz;

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

RDEPEND==dev-libs/gmp-4.3
=dev-libs/gf2x-0.9
DEPEND=${RDEPEND}
dev-lang/perl

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

src_prepare() {
# fix parallel make
sed -i -e s/make/make ${MAKEOPTS}/g WizardAux || die
cd ..
# enable compatibility with singular
epatch $FILESDIR/${PN}-6.0.0-singular.patch
# sanitize the makefile and allow the building of shared library
epatch $FILESDIR/${PN}-8.1.2-sanitize-makefile.patch
replace-flags -O[3-9] -O2
}

src_configure() {
perl DoConfig \
PREFIX=${EPREFIX}/usr \
CXXFLAGS=${CXXFLAGS} \
LDFLAGS=${LDFLAGS} \
CXX=$(tc-getCXX) \
AR=$(tc-getAR) \
RANLIB=$(tc-getRANLIB) \
NTL_GMP_LIP=on NTL_GF2X_LIB=on \
|| die DoConfig failed
}

src_compile() {
# split the targets to allow parallel make to run properly
emake setup1 setup2 || die emake setup failed
emake setup3 || die emake setup failed
sh Wizard on || die Tuning wizard failed
if use static-libs || use test; then
emake ntl.a  || die emake static failed
fi
local trg=so
[[ ${CHOST} == *-darwin* ]]  trg=dylib
emake shared${trg} || die emake shared failed
}

src_install() {
if use static-libs; then
newlib.a ntl.a libntl.a || die installation of static library 
failed
fi
dolib.so lib*$(get_libname) || die installation of shared library 
failed

cd ..
insinto /usr/include
doins -r include/NTL || die installation of the headers failed

dodoc README
if use doc ; then
dodoc doc/*.txt || die
dohtml doc/* || die
fi
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/flint: flint-2.4.5.ebuild ChangeLog

2015-04-02 Thread Thomas Kahle (tomka)
tomka   15/04/02 12:27:59

  Modified: ChangeLog
  Added:flint-2.4.5.ebuild
  Log:
  Bump to 2.4.5 (542682)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.11 sci-mathematics/flint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Nov 2014 23:27:26 -  1.10
+++ ChangeLog   2 Apr 2015 12:27:59 -   1.11
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/flint
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.10 
2014/11/25 23:27:26 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.11 
2015/04/02 12:27:59 tomka Exp $
+
+*flint-2.4.5 (02 Apr 2015)
+
+  02 Apr 2015; Thomas Kahle to...@gentoo.org +flint-2.4.5.ebuild:
+  Bump to 2.4.5 (542682)
 
   25 Nov 2014; Julian Ospald hasuf...@gentoo.org metadata.xml:
   drop maintainership



1.1  sci-mathematics/flint/flint-2.4.5.ebuild

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

Index: flint-2.4.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v 
1.1 2015/04/02 12:27:59 tomka Exp $

EAPI=5

inherit eutils multilib toolchain-funcs

DESCRIPTION=Fast Library for Number Theory
HOMEPAGE=http://www.flintlib.org/;
SRC_URI=http://www.flintlib.org/${P}.tar.gz;

RESTRICT=mirror
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=doc gc ntl static-libs test

RDEPEND=dev-libs/gmp
dev-libs/mpfr
gc? ( dev-libs/boehm-gc )
ntl? ( dev-libs/ntl )
DEPEND=${RDEPEND}
doc? (
app-text/texlive-core
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
)

src_prepare() {
epatch ${FILESDIR}/${PN}-2.4.3-libdir.patch \
${FILESDIR}/${PN}-2.4.3-whitespaces.patch \
${FILESDIR}/${PN}-2.4.3-cflags-ldflags.patch \
${FILESDIR}/${PN}-2.4.4-test.patch
}

src_configure() {
./configure \
--prefix=${EPREFIX}/usr \
--with-gmp=${EPREFIX}/usr \
--with-mpfr=${EPREFIX}/usr \
$(usex ntl --with-ntl=${EPREFIX}/usr ) \
$(use_enable static-libs static) \
$(usex gc --with-gc=${EPREFIX}/usr ) \
CC=$(tc-getCC) \
CXX=$(tc-getCXX) \
AR=$(tc-getAR) \
|| die
}

src_compile() {
emake verbose

if use doc ; then
emake -C doc/latex
fi
}

src_test() {
emake AT= QUIET_CC= QUIET_CXX= QUIET_AR= check
}

src_install() {
emake DESTDIR=${D} LIBDIR=$(get_libdir) install
einstalldocs
use doc  dodoc doc/latex/flint-manual.pdf
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/flint: flint-2.4.5.ebuild ChangeLog

2015-04-03 Thread Thomas Kahle (tomka)
tomka   15/04/03 10:03:43

  Modified: flint-2.4.5.ebuild ChangeLog
  Log:
  Fix tests with gmp-6 (bug 545378)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.3  sci-mathematics/flint/flint-2.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?r1=1.2r2=1.3

Index: flint-2.4.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- flint-2.4.5.ebuild  3 Apr 2015 06:29:57 -   1.2
+++ flint-2.4.5.ebuild  3 Apr 2015 10:03:43 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v 
1.2 2015/04/03 06:29:57 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v 
1.3 2015/04/03 10:03:43 tomka Exp $
 
 EAPI=5
 
@@ -31,7 +31,8 @@
epatch ${FILESDIR}/${PN}-2.4.3-libdir.patch \
${FILESDIR}/${PN}-2.4.3-whitespaces.patch \
${FILESDIR}/${PN}-2.4.3-cflags-ldflags.patch \
-   ${FILESDIR}/${PN}-2.4.4-test.patch
+   ${FILESDIR}/${PN}-2.4.4-test.patch \
+   ${FILESDIR}/${PN}-2.4.5-gmp6-compat.patch
 }
 
 src_configure() {



1.13 sci-mathematics/flint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   3 Apr 2015 06:29:57 -   1.12
+++ ChangeLog   3 Apr 2015 10:03:43 -   1.13
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/flint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.12 
2015/04/03 06:29:57 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.13 
2015/04/03 10:03:43 tomka Exp $
+
+  03 Apr 2015; Thomas Kahle to...@gentoo.org
+  +files/flint-2.4.5-gmp6-compat.patch, flint-2.4.5.ebuild:
+  Fix tests with gmp-6 (bug 545378)
 
   03 Apr 2015; Patrick Lauer patr...@gentoo.org flint-2.4.5.ebuild:
   Restrict ntl dep #545318






[gentoo-commits] gentoo-x86 commit in sci-mathematics/flint/files: flint-2.4.5-gmp6-compat.patch

2015-04-03 Thread Thomas Kahle (tomka)
tomka   15/04/03 10:03:43

  Added:flint-2.4.5-gmp6-compat.patch
  Log:
  Fix tests with gmp-6 (bug 545378)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  sci-mathematics/flint/files/flint-2.4.5-gmp6-compat.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.5-gmp6-compat.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.5-gmp6-compat.patch?rev=1.1content-type=text/plain

Index: flint-2.4.5-gmp6-compat.patch
===
From a7f911140e7d0a0125653a40aa2c5fe257bd78f5 Mon Sep 17 00:00:00 2001
From: Fredrik Johansson fredrik.johans...@gmail.com
Date: Thu, 18 Sep 2014 14:49:05 +0200
Subject: [PATCH] redefine fmpz_invmod to consider any integer invertible mod 1
 (for gmp 6.0 compatibility)

---
 fmpz/doc/fmpz.txt|  3 ++-
 fmpz/invmod.c| 11 +--
 fmpz/test/t-invmod.c | 21 +
 3 files changed, 28 insertions(+), 7 deletions(-)

diff --git a/fmpz/doc/fmpz.txt b/fmpz/doc/fmpz.txt
index fb422d8..2ada719 100644
--- a/fmpz/doc/fmpz.txt
+++ b/fmpz/doc/fmpz.txt
@@ -899,7 +899,8 @@ int fmpz_invmod(fmpz_t f, const fmpz_t g, const fmpz_t h)
 Sets $f$ to the inverse of $g$ modulo $h$.  The value of $h$ may 
 not be $0$ otherwise an exception results.  If the inverse exists 
 the return value will be non-zero, otherwise the return value will
-be $0$ and the value of $f$ undefined. 
+be $0$ and the value of $f$ undefined. As a special case, we
+consider any number invertible modulo $h = \pm 1$, with inverse 0.
 
 void fmpz_negmod(fmpz_t f, const fmpz_t g, const fmpz_t h)
 
diff --git a/fmpz/invmod.c b/fmpz/invmod.c
index a0cf601..0e20f39 100644
--- a/fmpz/invmod.c
+++ b/fmpz/invmod.c
@@ -67,7 +67,11 @@ fmpz_invmod(fmpz_t f, const fmpz_t g, const fmpz_t h)
 if (c2  WORD(0))
 c2 = -c2;
 if (c2 == WORD(1))
-return 0;   /* special case not handled by n_invmod */
+{
+fmpz_zero(f);
+return 1;   /* special case not handled by n_invmod */
+}
+
 gcd = z_gcdinv(inv, c1, c2);
 
 return (gcd == UWORD(1) ? fmpz_set_si(f, inv), 1 : 0);
@@ -106,7 +110,10 @@ fmpz_invmod(fmpz_t f, const fmpz_t g, const fmpz_t h)
 if (c2  WORD(0))
 c2 = -c2;
 if (c2 == WORD(1))
-return 0;   /* special case not handled by z_gcd_invert */
+{
+fmpz_zero(f);
+return 1;   /* special case not handled by z_gcd_invert */
+}
 /* reduce g mod h first */
 
 r = flint_mpz_fdiv_ui(COEFF_TO_PTR(c1), c2);
diff --git a/fmpz/test/t-invmod.c b/fmpz/test/t-invmod.c
index aea236e..8ff1c7f 100644
--- a/fmpz/test/t-invmod.c
+++ b/fmpz/test/t-invmod.c
@@ -30,6 +30,19 @@
 #include ulong_extras.h
 #include fmpz.h
 
+/* Use the definiton of GMP versions = 6.0 */
+int
+mpz_invert2(mpz_t a, const mpz_t b, const mpz_t c)
+{
+if (mpz_cmpabs_ui(c, 1) == 0)
+{
+mpz_set_ui(a, 0);
+return 1;
+}
+else
+return mpz_invert(a, b, c);
+}
+
 int
 main(void)
 {
@@ -63,7 +76,7 @@ main(void)
 fmpz_get_mpz(e, b);
 
 r1 = fmpz_invmod(c, a, b);
-r2 = mpz_invert(f, d, e);
+r2 = mpz_invert2(f, d, e);
 
 fmpz_get_mpz(g, c);
 
@@ -106,7 +119,7 @@ main(void)
 fmpz_get_mpz(d, a);
 
 r1 = fmpz_invmod(c, a, a);
-r2 = mpz_invert(f, d, d);
+r2 = mpz_invert2(f, d, d);
 
 fmpz_get_mpz(g, c);
 
@@ -149,7 +162,7 @@ main(void)
 fmpz_get_mpz(e, b);
 
 r1 = fmpz_invmod(a, a, b);
-r2 = mpz_invert(f, d, e);
+r2 = mpz_invert2(f, d, e);
 
 fmpz_get_mpz(g, a);
 
@@ -192,7 +205,7 @@ main(void)
 fmpz_get_mpz(e, b);
 
 r1 = fmpz_invmod(b, a, b);
-r2 = mpz_invert(f, d, e);
+r2 = mpz_invert2(f, d, e);
 
 fmpz_get_mpz(g, b);
 






[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz/files: normaliz-2.5-respect-flags.patch normaliz-2.10-respect-flags.patch

2015-04-24 Thread Thomas Kahle (tomka)
tomka   15/04/24 14:18:38

  Removed:  normaliz-2.5-respect-flags.patch
normaliz-2.10-respect-flags.patch
  Log:
  remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)



[gentoo-commits] gentoo-x86 commit in sci-mathematics/normaliz: ChangeLog normaliz-2.10.1.ebuild normaliz-2.5-r1.ebuild

2015-04-24 Thread Thomas Kahle (tomka)
tomka   15/04/24 14:18:38

  Modified: ChangeLog
  Removed:  normaliz-2.10.1.ebuild normaliz-2.5-r1.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.27 sci-mathematics/normaliz/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   25 Mar 2015 14:12:05 -  1.26
+++ ChangeLog   24 Apr 2015 14:18:38 -  1.27
@@ -1,6 +1,12 @@
 # ChangeLog for sci-mathematics/normaliz
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.26 
2015/03/25 14:12:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/normaliz/ChangeLog,v 1.27 
2015/04/24 14:18:38 tomka Exp $
+
+  24 Apr 2015; Thomas Kahle to...@gentoo.org
+  -files/normaliz-2.10-respect-flags.patch,
+  -files/normaliz-2.5-respect-flags.patch, -normaliz-2.10.1.ebuild,
+  -normaliz-2.5-r1.ebuild:
+  remove old
 
   25 Mar 2015; Agostino Sarubbo a...@gentoo.org normaliz-2.12.2.ebuild:
   Stable for x86, wrt bug #542270






[gentoo-commits] gentoo-x86 commit in sci-mathematics/topcom: topcom-0.17.4-r1.ebuild ChangeLog topcom-0.17.4.ebuild topcom-0.16.2.ebuild

2015-04-26 Thread Thomas Kahle (tomka)
tomka   15/04/26 10:57:52

  Modified: ChangeLog
  Added:topcom-0.17.4-r1.ebuild
  Removed:  topcom-0.17.4.ebuild topcom-0.16.2.ebuild
  Log:
  Fix collision (bug 547030), remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.3  sci-mathematics/topcom/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/topcom/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   12 Jul 2012 06:19:23 -  1.2
+++ ChangeLog   26 Apr 2015 10:57:52 -  1.3
@@ -1,6 +1,13 @@
 # ChangeLog for sci-mathematics/topcom
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/topcom/ChangeLog,v 1.2 
2012/07/12 06:19:23 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/topcom/ChangeLog,v 1.3 
2015/04/26 10:57:52 tomka Exp $
+
+*topcom-0.17.4-r1 (26 Apr 2015)
+
+  26 Apr 2015; Thomas Kahle to...@gentoo.org +topcom-0.17.4-r1.ebuild,
+  -files/topcom-0.16.2-no-internal-libs.patch, -topcom-0.16.2.ebuild,
+  -topcom-0.17.4.ebuild:
+  Fix collision (bug 547030), remove old.
 
 *topcom-0.17.4 (12 Jul 2012)
 
@@ -15,4 +22,3 @@
   +files/topcom-0.16.2-no-internal-libs.patch, +metadata.xml:
   New package: sci-mathematics/topcom, revised import from sci overlay,
   fixes bug 285619
-



1.1  sci-mathematics/topcom/topcom-0.17.4-r1.ebuild

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

Index: topcom-0.17.4-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/topcom/topcom-0.17.4-r1.ebuild,v 1.1 
2015/04/26 10:57:52 tomka Exp $

EAPI=4

AUTOTOOLS_AUTORECONF=yes

inherit autotools-utils flag-o-matic

DESCRIPTION=Computing Triangulations Of Point Configurations and Oriented 
Matroids
HOMEPAGE=http://www.rambau.wm.uni-bayreuth.de/TOPCOM/;
SRC_URI=

http://www.uni-bayreuth.de/departments/wirtschaftsmathematik/rambau/Software/TOPCOM-${PV}.tar.gz
doc? ( http://www.rambau.wm.uni-bayreuth.de/TOPCOM/TOPCOM-manual.html )

KEYWORDS=~amd64 ~x86
SLOT=0
LICENSE=GPL-2
IUSE=doc examples static-libs

DEPEND=
=dev-libs/gmp-5.0.5
=sci-libs/cddlib-094f
RDEPEND=${DEPEND}

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

PATCHES=(
${FILESDIR}/${P}-no-internal-libs.patch
${FILESDIR}/${P}-buildsystem.patch
)

src_prepare () {
# ... and link in tree versions:
append-libs -lgmp -lgmpxx -lcddgmp

find external -delete || die

mv configure.{in,ac} || die

autotools-utils_src_prepare
}

src_install () {
autotools-utils_src_install

use static-libs || rm -f ${ED}/usr/$(get_libdir)/*a

use doc  dohtml ${DISTDIR}/TOPCOM-manual.html

use examples  dodoc -r ${S}/examples

mv ${ED}/usr/bin/cube ${ED}/usr/bin/topcom_cube || die
}

pkg_postinst() {
elog Due to a file collision with media-libs/lib3ds the helper
elog 'cube' has been installed as topcom_cube (see bug #547030).
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/topcom/files: topcom-0.16.2-no-internal-libs.patch

2015-04-26 Thread Thomas Kahle (tomka)
tomka   15/04/26 10:57:52

  Removed:  topcom-0.16.2-no-internal-libs.patch
  Log:
  Fix collision (bug 547030), remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)



[gentoo-commits] gentoo-x86 commit in app-text/tesseract: tesseract-3.03_rc1-r1.ebuild ChangeLog

2015-04-20 Thread Thomas Kahle (tomka)
tomka   15/04/20 19:28:49

  Modified: tesseract-3.03_rc1-r1.ebuild ChangeLog
  Log:
  opencl requires tiff (bug 546356)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.3  app-text/tesseract/tesseract-3.03_rc1-r1.ebuild

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

Index: tesseract-3.03_rc1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.03_rc1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tesseract-3.03_rc1-r1.ebuild2 Apr 2015 19:56:46 -   1.2
+++ tesseract-3.03_rc1-r1.ebuild20 Apr 2015 19:28:49 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.03_rc1-r1.ebuild,v 1.2 
2015/04/02 19:56:46 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.03_rc1-r1.ebuild,v 1.3 
2015/04/20 19:28:49 tomka Exp $
 
 EAPI=5
 
@@ -68,8 +68,10 @@
 
 IUSE=doc examples jpeg opencl osd png +scrollview static-libs tiff -webp 
linguas_ar linguas_bg linguas_ca linguas_chr linguas_cs linguas_de linguas_da 
linguas_el linguas_es linguas_fi linguas_fr linguas_he linguas_hi linguas_hu 
linguas_id linguas_it linguas_jp linguas_ko linguas_lt linguas_lv linguas_nl 
linguas_no linguas_pl linguas_pt linguas_ro linguas_ru linguas_sk linguas_sl 
linguas_sr linguas_sv linguas_th linguas_tl linguas_tr linguas_uk linguas_vi 
linguas_zh_CN linguas_zh_TW
 
+# With opencl tiff is necessary regardless of leptonica status
 DEPEND==media-libs/leptonica-1.70[zlib,tiff?,jpeg?,png?,webp?]
-   opencl? ( virtual/opencl )
+   opencl? ( virtual/opencl
+ media-libs/tiff:0 )
 RDEPEND=${DEPEND}
 
 DOCS=(AUTHORS ChangeLog NEWS README ReleaseNotes )



1.56 app-text/tesseract/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   2 Apr 2015 19:56:46 -   1.55
+++ ChangeLog   20 Apr 2015 19:28:49 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/tesseract
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.55 
2015/04/02 19:56:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.56 
2015/04/20 19:28:49 tomka Exp $
+
+  20 Apr 2015; Thomas Kahle to...@gentoo.org tesseract-3.03_rc1-r1.ebuild:
+  opencl requires tiff (bug 546356)
 
   02 Apr 2015; Markus Meier mae...@gentoo.org tesseract-3.03_rc1-r1.ebuild:
   add ~arm, bug #544622






[gentoo-commits] gentoo-x86 commit in sci-mathematics/flint/files: flint-2.4.5-ntl62.patch

2015-04-05 Thread Thomas Kahle (tomka)
tomka   15/04/05 11:19:35

  Added:flint-2.4.5-ntl62.patch
  Log:
  Fix ntl compatibility (bug 545318)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  sci-mathematics/flint/files/flint-2.4.5-ntl62.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.5-ntl62.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/files/flint-2.4.5-ntl62.patch?rev=1.1content-type=text/plain

Index: flint-2.4.5-ntl62.patch
===
diff -druN flint-2.5.orig/interfaces/NTL-interface.cpp 
flint-2.5/interfaces/NTL-interface.cpp
--- flint-2.5.orig/interfaces/NTL-interface.cpp 2014-07-16 07:50:40.0 
-0700
+++ flint-2.5/interfaces/NTL-interface.cpp  2014-08-26 07:51:55.585884615 
-0700
@@ -32,9 +32,7 @@
 #include NTL/ZZ.h
 #include NTL/ZZX.h
 #include NTL/mat_ZZ.h
-#include NTL/lip.h
 #include NTL/ctools.h
-#include NTL/g_lip.h
 #include gmp.h
 
 #include flint.h






[gentoo-commits] gentoo-x86 commit in sci-mathematics/flint: flint-2.4.5.ebuild ChangeLog

2015-04-05 Thread Thomas Kahle (tomka)
tomka   15/04/05 11:19:35

  Modified: flint-2.4.5.ebuild ChangeLog
  Log:
  Fix ntl compatibility (bug 545318)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.4  sci-mathematics/flint/flint-2.4.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild?r1=1.3r2=1.4

Index: flint-2.4.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flint-2.4.5.ebuild  3 Apr 2015 10:03:43 -   1.3
+++ flint-2.4.5.ebuild  5 Apr 2015 11:19:35 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v 
1.3 2015/04/03 10:03:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/flint-2.4.5.ebuild,v 
1.4 2015/04/05 11:19:35 tomka Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 RDEPEND=dev-libs/gmp
dev-libs/mpfr
gc? ( dev-libs/boehm-gc )
-   ntl? ( dev-libs/ntl-8 )
+   ntl? ( dev-libs/ntl )
 DEPEND=${RDEPEND}
doc? (
app-text/texlive-core
@@ -32,7 +32,8 @@
${FILESDIR}/${PN}-2.4.3-whitespaces.patch \
${FILESDIR}/${PN}-2.4.3-cflags-ldflags.patch \
${FILESDIR}/${PN}-2.4.4-test.patch \
-   ${FILESDIR}/${PN}-2.4.5-gmp6-compat.patch
+   ${FILESDIR}/${PN}-2.4.5-gmp6-compat.patch \
+   ${FILESDIR}/${PN}-2.4.5-ntl62.patch
 }
 
 src_configure() {



1.14 sci-mathematics/flint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   3 Apr 2015 10:03:43 -   1.13
+++ ChangeLog   5 Apr 2015 11:19:35 -   1.14
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/flint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.13 
2015/04/03 10:03:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/flint/ChangeLog,v 1.14 
2015/04/05 11:19:35 tomka Exp $
+
+  05 Apr 2015; Thomas Kahle to...@gentoo.org +files/flint-2.4.5-ntl62.patch,
+  flint-2.4.5.ebuild:
+  Fix ntl compatibility (bug 545318)
 
   03 Apr 2015; Thomas Kahle to...@gentoo.org
   +files/flint-2.4.5-gmp6-compat.patch, flint-2.4.5.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-mathematics/4ti2: 4ti2-1.6.5.ebuild ChangeLog

2015-06-05 Thread Thomas Kahle (tomka)
tomka   15/06/05 13:16:32

  Modified: ChangeLog
  Added:4ti2-1.6.5.ebuild
  Log:
  bump to 1.6.5
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.21 sci-mathematics/4ti2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?r1=1.20r2=1.21

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   22 Mar 2015 13:08:28 -  1.20
+++ ChangeLog   5 Jun 2015 13:16:32 -   1.21
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/4ti2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.20 
2015/03/22 13:08:28 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.21 
2015/06/05 13:16:32 tomka Exp $
+
+*4ti2-1.6.5 (05 Jun 2015)
+
+  05 Jun 2015; Thomas Kahle to...@gentoo.org +4ti2-1.6.5.ebuild:
+  bump to 1.6.5
 
   22 Mar 2015; Thomas Kahle to...@gentoo.org -4ti2-1.3.2-r1.ebuild,
   -files/4ti2-1.3.2-gcc47.patch:



1.1  sci-mathematics/4ti2/4ti2-1.6.5.ebuild

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

Index: 4ti2-1.6.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.5.ebuild,v 1.1 
2015/06/05 13:16:32 tomka Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true
# The swig subdir is not used, so we can skip running autotools in it. #518000
AT_NO_RECURSIVE=1

inherit autotools-utils

DESCRIPTION=Software package for algebraic, geometric and combinatorial 
problems
HOMEPAGE=http://www.4ti2.de/;
SRC_URI=http://4ti2.de/version_${PV}/${P}.tar.gz;

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

DEPEND=
sci-mathematics/glpk:0[gmp]
dev-libs/gmp[cxx]
RDEPEND=${DEPEND}

AUTOTOOLS_IN_SOURCE_BUILD=1

PATCHES=(
${FILESDIR}/${PN}-1.3.2-gold.patch
)

src_prepare() {
sed \
-e s:^CXX.*$:CXX=$(tc-getCXX):g \
-i m4/glpk-check.m4 || die
autotools-utils_src_prepare
}






[gentoo-commits] gentoo-x86 commit in sci-mathematics/4ti2: 4ti2-1.6.6.ebuild ChangeLog

2015-06-08 Thread Thomas Kahle (tomka)
tomka   15/06/09 05:45:20

  Modified: ChangeLog
  Added:4ti2-1.6.6.ebuild
  Log:
  bump to 1.6.6
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.22 sci-mathematics/4ti2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   5 Jun 2015 13:16:32 -   1.21
+++ ChangeLog   9 Jun 2015 05:45:20 -   1.22
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/4ti2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.21 
2015/06/05 13:16:32 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.22 
2015/06/09 05:45:20 tomka Exp $
+
+*4ti2-1.6.6 (09 Jun 2015)
+
+  09 Jun 2015; Thomas Kahle to...@gentoo.org +4ti2-1.6.6.ebuild:
+  bump to 1.6.6
 
 *4ti2-1.6.5 (05 Jun 2015)
 



1.1  sci-mathematics/4ti2/4ti2-1.6.6.ebuild

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

Index: 4ti2-1.6.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.6.ebuild,v 1.1 
2015/06/09 05:45:20 tomka Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true
# The swig subdir is not used, so we can skip running autotools in it. #518000
AT_NO_RECURSIVE=1

inherit autotools-utils

DESCRIPTION=Software package for algebraic, geometric and combinatorial 
problems
HOMEPAGE=http://www.4ti2.de/;
SRC_URI=http://4ti2.de/version_${PV}/${P}.tar.gz;

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

DEPEND=
sci-mathematics/glpk:0[gmp]
dev-libs/gmp[cxx]
RDEPEND=${DEPEND}

AUTOTOOLS_IN_SOURCE_BUILD=1

PATCHES=(
${FILESDIR}/${PN}-1.3.2-gold.patch
)

src_prepare() {
sed \
-e s:^CXX.*$:CXX=$(tc-getCXX):g \
-i m4/glpk-check.m4 || die
autotools-utils_src_prepare
}






[gentoo-commits] gentoo-x86 commit in app-portage/tatt: tatt-9999.ebuild tatt-0.3.ebuild ChangeLog tatt-0.2.ebuild

2015-06-24 Thread Thomas Kahle (tomka)
tomka   15/06/24 11:15:22

  Modified: tatt-.ebuild ChangeLog
  Added:tatt-0.3.ebuild
  Removed:  tatt-0.2.ebuild
  Log:
  bump to 0.3, python-3 supported (hopefully)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.11 app-portage/tatt/tatt-.ebuild

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

Index: tatt-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tatt-.ebuild6 Jun 2015 15:46:30 -   1.10
+++ tatt-.ebuild24 Jun 2015 11:15:22 -  1.11
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-.ebuild,v 1.10 
2015/06/06 15:46:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-.ebuild,v 1.11 
2015/06/24 11:15:22 tomka Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
 inherit distutils-r1 git-r3
 



1.13 app-portage/tatt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   6 Jun 2015 15:46:30 -   1.12
+++ ChangeLog   24 Jun 2015 11:15:22 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/tatt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.12 
2015/06/06 15:46:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/ChangeLog,v 1.13 
2015/06/24 11:15:22 tomka Exp $
+
+*tatt-0.3 (24 Jun 2015)
+
+  24 Jun 2015; Thomas Kahle to...@gentoo.org +tatt-0.3.ebuild,
+  -tatt-0.2.ebuild, tatt-.ebuild:
+  bump to 0.3, python-3 supported (hopefully)
 
   06 Jun 2015; Justin Lecher j...@gentoo.org tatt-0.2.ebuild,
   tatt-.ebuild:



1.1  app-portage/tatt/tatt-0.3.ebuild

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

Index: tatt-0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/tatt/tatt-0.3.ebuild,v 1.1 
2015/06/24 11:15:22 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION=tatt is an arch testing tool
HOMEPAGE=https://github.com/tom111/tatt;
SRC_URI=https://github.com/tom111/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=
app-portage/eix
app-portage/gentoolkit
www-client/pybugz
dev-python/configobj[${PYTHON_USEDEP}]
DEPEND=
${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]

python_install_all() {
distutils-r1_python_install_all
if use templates; then
insinto /usr/share/${PN}
doins -r templates
fi
doman tatt.1
doman tatt.5
}






[gentoo-commits] gentoo-x86 commit in www-apps/tt-rss: tt-rss-20150624.ebuild tt-rss-20150304.ebuild ChangeLog tt-rss-1.15.3.ebuild

2015-06-24 Thread Thomas Kahle (tomka)
tomka   15/06/24 11:07:30

  Modified: tt-rss-20150304.ebuild ChangeLog
  Added:tt-rss-20150624.ebuild
  Removed:  tt-rss-1.15.3.ebuild
  Log:
  Remove depend.php (552872), bump, clean up
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.3  www-apps/tt-rss/tt-rss-20150304.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild?r1=1.2r2=1.3

Index: tt-rss-20150304.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tt-rss-20150304.ebuild  23 Mar 2015 13:01:06 -  1.2
+++ tt-rss-20150304.ebuild  24 Jun 2015 11:07:30 -  1.3
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild,v 
1.2 2015/03/23 13:01:06 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-20150304.ebuild,v 
1.3 2015/06/24 11:07:30 tomka Exp $
 
 EAPI=5
 
-inherit user eutils webapp depend.php depend.apache vcs-snapshot
+inherit user eutils webapp vcs-snapshot
 
 DESCRIPTION=Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX
 HOMEPAGE=http://tt-rss.org/;
@@ -15,15 +15,15 @@
 IUSE=daemon +mysql postgres
 
 DEPEND=
-   daemon? ( dev-lang/php[mysql?,postgres?,pcntl,curl] )
-   !daemon? ( dev-lang/php[mysql?,postgres?,curl] )
+   daemon? ( dev-lang/php:*[mysql?,postgres?,pcntl,curl] )
+   !daemon? ( dev-lang/php:*[mysql?,postgres?,curl] )
+   virtual/httpd-php:*
 
 RDEPEND=${DEPEND}
 
 REQUIRED_USE=|| ( mysql postgres )
 
 need_httpd_cgi
-need_php_httpd
 
 pkg_setup() {
webapp_pkg_setup



1.39 www-apps/tt-rss/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   23 Mar 2015 13:01:06 -  1.38
+++ ChangeLog   24 Jun 2015 11:07:30 -  1.39
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/tt-rss
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.38 2015/03/23 
13:01:06 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/ChangeLog,v 1.39 2015/06/24 
11:07:30 tomka Exp $
+
+*tt-rss-20150624 (24 Jun 2015)
+
+  24 Jun 2015; Thomas Kahle to...@gentoo.org +tt-rss-20150624.ebuild,
+  -tt-rss-1.15.3.ebuild, tt-rss-20150304.ebuild:
+  Remove depend.php (552872), bump, clean up
 
   23 Mar 2015; Thomas Kahle to...@gentoo.org tt-rss-20150304.ebuild:
   Call webapp pkg_postinst again (bug 543626)



1.1  www-apps/tt-rss/tt-rss-20150624.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150624.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/tt-rss/tt-rss-20150624.ebuild?rev=1.1content-type=text/plain

Index: tt-rss-20150624.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/tt-rss/tt-rss-20150624.ebuild,v 1.1 
2015/06/24 11:07:30 tomka Exp $

EAPI=5

inherit user eutils webapp vcs-snapshot

DESCRIPTION=Tiny Tiny RSS - A web-based news feed (RSS/Atom) aggregator using 
AJAX
HOMEPAGE=http://tt-rss.org/;
SRC_URI=http://dev.gentoo.org/~tomka/files/${P}.tar.bz2;

LICENSE=GPL-3
KEYWORDS=~amd64 ~mips ~x86
IUSE=daemon +mysql postgres

DEPEND=
daemon? ( dev-lang/php:*[mysql?,postgres?,pcntl,curl] )
!daemon? ( dev-lang/php:*[mysql?,postgres?,curl] )
virtual/httpd-php:*

RDEPEND=${DEPEND}

REQUIRED_USE=|| ( mysql postgres )

need_httpd_cgi  # From webapp.eclass

pkg_setup() {
webapp_pkg_setup

if use daemon; then
enewgroup ttrssd
enewuser ttrssd -1 /bin/sh /dev/null ttrssd
fi
}

src_prepare() {
# Customize config.php-dist so that the right 'DB_TYPE' is already set 
(according

[gentoo-commits] gentoo-x86 commit in sci-mathematics/gimps: gimps-28.6.ebuild ChangeLog

2015-05-25 Thread Thomas Kahle (tomka)
tomka   15/05/25 07:07:24

  Modified: ChangeLog
  Added:gimps-28.6.ebuild
  Log:
  Bump to 28.6 (bug 549972)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.74 sci-mathematics/gimps/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   5 Mar 2015 08:32:40 -   1.73
+++ ChangeLog   25 May 2015 07:07:24 -  1.74
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/gimps
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.73 
2015/03/05 08:32:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/ChangeLog,v 1.74 
2015/05/25 07:07:24 tomka Exp $
+
+*gimps-28.6 (25 May 2015)
+
+  25 May 2015; Thomas Kahle to...@gentoo.org +gimps-28.6.ebuild:
+  Bump to 28.6 (bug 549972)
 
   05 Mar 2015; Justin Lecher j...@gentoo.org gimps-27.9-r2.ebuild,
   gimps-28.5.ebuild:



1.1  sci-mathematics/gimps/gimps-28.6.ebuild

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

Index: gimps-28.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gimps/gimps-28.6.ebuild,v 
1.1 2015/05/25 07:07:24 tomka Exp $

EAPI=4

inherit pax-utils systemd

DESCRIPTION=The Great Internet Mersenne Prime Search
HOMEPAGE=http://mersenne.org/;
SRC_URI=
amd64? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux64.tar.gz )
x86? ( ftp://mersenne.org/gimps/p95v${PV/./}.linux32.tar.gz )

SLOT=0
LICENSE=GIMPS
KEYWORDS=-* ~amd64 ~x86
IUSE=

# Since there are no statically linked binaries for this version of mprime,
# and no static binaries for amd64 in general, we use the dynamically linked
# ones and try to cover the .so deps with the packages listed in RDEPEND.
DEPEND=
RDEPEND=net-misc/curl

S=${WORKDIR}
I=/opt/gimps

QA_PREBUILT=opt/gimps/mprime

src_install() {
dodir ${I} /var/lib/gimps
pax-mark m mprime
cp mprime ${D}/${I}
fperms a-w ${I}/mprime
fowners root:0 ${I}
fowners root:0 ${I}/mprime

dodoc license.txt readme.txt stress.txt whatsnew.txt undoc.txt

newinitd ${FILESDIR}/${PN}-26.6-r1-init.d gimps
newconfd ${FILESDIR}/${PN}-25.6-conf.d gimps

systemd_dounit ${FILESDIR}/${PN}.service
systemd_newtmpfilesd ${FILESDIR}/${PN}.tmpfiles ${PN}.conf
}

pkg_postinst() {
echo
einfo You can use \`/etc/init.d/gimps start\` to start a GIMPS client 
in the
einfo background at boot. Have a look at /etc/conf.d/gimps and check 
some
einfo configuration options.
einfo
einfo If you don't want to use the init script to start gimps, 
remember to
einfo pass it an additional command line parameter specifying where 
the data
einfo files are to be stored, e.g.:
einfo${I}/mprime -w/var/lib/gimps
echo
}

pkg_postrm() {
echo
einfo GIMPS data files were not removed.
einfo Remove them manually from /var/lib/gimps/
echo
}






[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.5_pre.ebuild ChangeLog

2015-05-26 Thread Thomas Kahle (tomka)
tomka   15/05/26 07:49:18

  Modified: freeorion-0.4.5_pre.ebuild ChangeLog
  Log:
  Add missing glew dependency (bug 550382)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.3  games-strategy/freeorion/freeorion-0.4.5_pre.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?r1=1.2r2=1.3

Index: freeorion-0.4.5_pre.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freeorion-0.4.5_pre.ebuild  8 Apr 2015 18:11:44 -   1.2
+++ freeorion-0.4.5_pre.ebuild  26 May 2015 07:49:18 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 
1.2 2015/04/08 18:11:44 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 
1.3 2015/05/26 07:49:18 tomka Exp $
 
 EAPI=5
 
@@ -23,6 +23,7 @@
media-libs/libsdl2
=dev-libs/boost-1.47[python]
media-libs/freealut
+   media-libs/glew
media-libs/libogg
media-libs/libsdl[X,opengl,video]
media-libs/libvorbis



1.16 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   8 Apr 2015 18:11:44 -   1.15
+++ ChangeLog   26 May 2015 07:49:18 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/freeorion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.15 
2015/04/08 18:11:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.16 
2015/05/26 07:49:18 tomka Exp $
+
+  26 May 2015; Thomas Kahle to...@gentoo.org freeorion-0.4.5_pre.ebuild:
+  Add missing glew dependency (bug 550382)
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org freeorion-0.4.5_pre.ebuild:
   Drop old Python implementations






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

2015-08-03 Thread Thomas Kahle (tomka)
tomka   15/08/03 15:29:30

  Modified: tesseract-3.04.00-r1.ebuild
tesseract-3.04.00.ebuild ChangeLog
  Log:
  Fix install with doc (bug 556388) and -r1 screwup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.2  app-text/tesseract/tesseract-3.04.00-r1.ebuild

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

Index: tesseract-3.04.00-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tesseract-3.04.00-r1.ebuild 3 Aug 2015 12:10:06 -   1.1
+++ tesseract-3.04.00-r1.ebuild 3 Aug 2015 15:29:30 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v 1.1 
2015/08/03 12:10:06 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v 1.2 
2015/08/03 15:29:30 tomka Exp $
 
 EAPI=5
 
@@ -75,6 +75,13 @@
${FILESDIR}/tesseract-2.04-gcc47.patch
 )
 
+src_unpack() {
+   unpack ${PV}.tar.gz
+   use doc  unpack tesseract-ocr-3.02.02-doc-html.tar.gz
+   mkdir ${WORKDIR}/tesseract-ocr/tessdata || die
+   cp ${DISTDIR}/*.traineddata ${WORKDIR}/tesseract-ocr/tessdata/ || 
die
+}
+
 src_configure() {
local myeconfargs=(
$(use_enable opencl) \
@@ -89,7 +96,7 @@
 
if use examples; then
insinto /usr/share/doc/${PF}/examples
-   doins eurotext.tif phototest.tif
+   doins testing/eurotext.tif testing/phototest.tif
fi
 
if use doc; then



1.2  app-text/tesseract/tesseract-3.04.00.ebuild

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

Index: tesseract-3.04.00.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tesseract-3.04.00.ebuild31 Jul 2015 08:06:39 -  1.1
+++ tesseract-3.04.00.ebuild3 Aug 2015 15:29:30 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v 1.1 
2015/07/31 08:06:39 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v 1.2 
2015/08/03 15:29:30 tomka Exp $
 
 EAPI=5
 
@@ -92,7 +92,7 @@
 
if use examples; then
insinto /usr/share/doc/${PF}/examples
-   doins eurotext.tif phototest.tif
+   doins testing/eurotext.tif testing/phototest.tif
fi
 
if use doc; then



1.60 app-text/tesseract/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   3 Aug 2015 12:10:06 -   1.59
+++ ChangeLog   3 Aug 2015 15:29:30 -   1.60
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/tesseract
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.59 
2015/08/03 12:10:06 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.60 
2015/08/03 15:29:30 tomka Exp $
+
+  03 Aug 2015; Thomas Kahle to...@gentoo.org tesseract-3.04.00-r1.ebuild,
+  tesseract-3.04.00.ebuild:
+  Fix install with doc (bug 556388) and -r1 screwup
 
 *tesseract-3.04.00-r1 (03 Aug 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-mathematics/singular: singular-4.0.2.ebuild ChangeLog

2015-08-01 Thread Thomas Kahle (tomka)
tomka   15/08/01 06:11:12

  Modified: singular-4.0.2.ebuild ChangeLog
  Log:
  Fix building with automake other than 1.13, add slot on gmp.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.5  sci-mathematics/singular/singular-4.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild?r1=1.4r2=1.5

Index: singular-4.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- singular-4.0.2.ebuild   26 Mar 2015 12:44:41 -  1.4
+++ singular-4.0.2.ebuild   1 Aug 2015 06:11:12 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.4 
2015/03/26 12:44:41 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.5 
2015/08/01 06:11:12 tomka Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 KEYWORDS=~amd64 ~x86 ~x86-linux ~x86-macos
 IUSE=boost doc emacs examples python +readline
 
-RDEPEND=dev-libs/gmp
+RDEPEND=dev-libs/gmp:0
=dev-libs/ntl-5.5.1
emacs? ( =virtual/emacs-22 )
sci-mathematics/flint
@@ -60,7 +60,7 @@
 
epatch ${FILESDIR}/${PN}-4.0.2-ntl8-compat.patch
 
-   cd ${S}/omalloc || die failed to cd into omalloc directory
+   # autoreconf everything since otherwise it assumes autmake-1.13 is 
installed
eautoreconf
 }
 



1.66 sci-mathematics/singular/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   8 Apr 2015 18:23:00 -   1.65
+++ ChangeLog   1 Aug 2015 06:11:12 -   1.66
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.65 
2015/04/08 18:23:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.66 
2015/08/01 06:11:12 tomka Exp $
+
+  01 Aug 2015; Thomas Kahle to...@gentoo.org singular-4.0.2.ebuild:
+  Fix building with automake other than 1.13, add slot on gmp.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org singular-3.1.6.ebuild:
   Drop old Python implementations






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

2015-08-04 Thread Thomas Kahle (tomka)
 - dan.traineddata-${PV}
+ ${URI_PREFIX}dan_frak.traineddata - 
dan_frak.traineddata-${PV} )
+   linguas_el? ( ${URI_PREFIX}ell.traineddata - ell.traineddata-${PV} )
+   linguas_es? ( ${URI_PREFIX}spa.traineddata - spa.traineddata-${PV} )
+   linguas_fi? ( ${URI_PREFIX}fin.traineddata - fin.traineddata-${PV} )
+   linguas_fr? ( ${URI_PREFIX}fra.traineddata - fra.traineddata-${PV} )
+   linguas_he? ( ${URI_PREFIX}heb.traineddata - heb.traineddata-${PV} )
+   linguas_hi? ( ${URI_PREFIX}hin.traineddata - hin.traineddata-${PV} )
+   linguas_hu? ( ${URI_PREFIX}hun.traineddata - hun.traineddata-${PV} )
+   linguas_id? ( ${URI_PREFIX}ind.traineddata - ind.traineddata-${PV} )
+   linguas_it? ( ${URI_PREFIX}ita.traineddata - ita.traineddata-${PV} )
+   linguas_jp? ( ${URI_PREFIX}jpn.traineddata - jpn.traineddata-${PV} )
+   linguas_ko? ( ${URI_PREFIX}kor.traineddata - kor.traineddata-${PV} )
+   linguas_lt? ( ${URI_PREFIX}lit.traineddata - lit.traineddata-${PV} )
+   linguas_lv? ( ${URI_PREFIX}lav.traineddata - lav.traineddata-${PV} )
+   linguas_nl? ( ${URI_PREFIX}nld.traineddata - nld.traineddata-${PV} )
+   linguas_no? ( ${URI_PREFIX}nor.traineddata - nor.traineddata-${PV} )
+   linguas_pl? ( ${URI_PREFIX}pol.traineddata - pol.traineddata-${PV} )
+   linguas_pt? ( ${URI_PREFIX}por.traineddata - por.traineddata-${PV} )
+   linguas_ro? ( ${URI_PREFIX}ron.traineddata - ron.traineddata-${PV} )
+   linguas_ru? ( ${URI_PREFIX}rus.traineddata - rus.traineddata-${PV} )
+   linguas_sk? ( ${URI_PREFIX}slk.traineddata - slk.traineddata-${PV}
+ ${URI_PREFIX}slk_frak.traineddata - 
slk_frak.traineddata-${PV} )
+   linguas_sl? ( ${URI_PREFIX}slv.traineddata - slv.traineddata-${PV} )
+   linguas_sr? ( ${URI_PREFIX}srp.traineddata - srp.traineddata-${PV} )
+   linguas_sv? ( ${URI_PREFIX}swe.traineddata - swe.traineddata-${PV} )
+   linguas_th? ( ${URI_PREFIX}tha.traineddata - tha.traineddata-${PV} )
+   linguas_tl? ( ${URI_PREFIX}tgl.traineddata - tgl.traineddata-${PV} )
+   linguas_tr? ( ${URI_PREFIX}tur.traineddata - tur.traineddata-${PV} )
+   linguas_uk? ( ${URI_PREFIX}ukr.traineddata - ukr.traineddata-${PV} )
+   linguas_vi? ( ${URI_PREFIX}vie.traineddata - vie.traineddata-${PV} )
+   linguas_zh_CN? ( ${URI_PREFIX}chi_sim.traineddata - 
chi_sim.traineddata-${PV} )
+   linguas_zh_TW? ( ${URI_PREFIX}chi_tra.traineddata - 
chi_tra.traineddata-${PV} )
+   osd? ( ${URI_PREFIX}osd.traineddata - osd.traineddata-${PV} )
 
 
 LICENSE=Apache-2.0
@@ -76,10 +76,10 @@
 )
 
 src_unpack() {
-   unpack ${PV}.tar.gz
+   unpack ${P}.tar.gz
use doc  unpack tesseract-ocr-3.02.02-doc-html.tar.gz
-   mkdir ${WORKDIR}/tesseract-ocr/tessdata || die
-   cp ${DISTDIR}/*.traineddata ${WORKDIR}/tesseract-ocr/tessdata/ || 
die
+   find ${DISTDIR}/ -name *traineddata-${PV} \
+-execdir sh -c 'cp -- $0 ${S}/tessdata/${0%-*}' '{}' ';' 
|| die
 }
 
 src_configure() {
@@ -105,6 +105,5 @@
 
# install language files
insinto /usr/share/tessdata
-   find ${WORKDIR} -maxdepth 1 -type f -name *.traineddata -exec doins 
'{}' +
-   doins ${WORKDIR}/${MY_PN}/tessdata/*
+   doins ${S}/tessdata/*traineddata*
 }



1.61 app-text/tesseract/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   3 Aug 2015 15:29:30 -   1.60
+++ ChangeLog   4 Aug 2015 08:02:52 -   1.61
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/tesseract
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.60 
2015/08/03 15:29:30 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.61 
2015/08/04 08:02:52 tomka Exp $
+
+  04 Aug 2015; Thomas Kahle to...@gentoo.org tesseract-3.04.00-r1.ebuild:
+  Fix URI and other things (bug 556590)
 
   03 Aug 2015; Thomas Kahle to...@gentoo.org tesseract-3.04.00-r1.ebuild,
   tesseract-3.04.00.ebuild:






[gentoo-commits] gentoo-x86 commit in app-text/pdfsandwich: pdfsandwich-0.1.4.ebuild ChangeLog pdfsandwich-0.1.2-r1.ebuild pdfsandwich-0.1.2.ebuild

2015-07-31 Thread Thomas Kahle (tomka)
tomka   15/07/31 07:46:01

  Modified: ChangeLog
  Added:pdfsandwich-0.1.4.ebuild
  Removed:  pdfsandwich-0.1.2-r1.ebuild
pdfsandwich-0.1.2.ebuild
  Log:
  bump to 0.1.4, remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.11 app-text/pdfsandwich/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   9 Jun 2015 12:34:14 -   1.10
+++ ChangeLog   31 Jul 2015 07:46:01 -  1.11
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/pdfsandwich
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.10 
2015/06/09 12:34:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.11 
2015/07/31 07:46:01 tomka Exp $
+
+*pdfsandwich-0.1.4 (31 Jul 2015)
+
+  31 Jul 2015; Thomas Kahle to...@gentoo.org +pdfsandwich-0.1.4.ebuild,
+  -pdfsandwich-0.1.2-r1.ebuild, -pdfsandwich-0.1.2.ebuild:
+  bump to 0.1.4, remove old
 
   09 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Updating remote-id in metadata.xml



1.1  app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild

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

Index: pdfsandwich-0.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild,v 1.1 
2015/07/31 07:46:01 tomka Exp $

EAPI=5

DESCRIPTION=generator of sandwich OCR pdf files
HOMEPAGE=http://www.tobias-elze.de/pdfsandwich;
SRC_URI=mirror://sourceforge/pdfsandwich/${P}.tar.bz2

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

RDEPEND==app-text/tesseract-3.00
media-gfx/exact-image
app-text/unpaper
app-text/ghostscript-gpl
|| (
   media-gfx/imagemagick[png?]
   media-gfx/graphicsmagick[png?]
)
DEPEND=sys-apps/gawk
=dev-lang/ocaml-3.10[ocamlopt]

src_prepare() {
sed -i /^OCAMLOPTFLAGS/s/$/ -ccopt \\$(CFLAGS) \$(LDFLAGS)\/ 
Makefile || die
sed -i s/install -s/install/ Makefile || die
}

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

pkg_postinst() {
elog pdfsandwich relies on the tesseract library for OCR.
elog Consequently language support is determined by tesseract's
elog language support which in turn is controlled via the LINGUAS
elog variable in make.conf.
}






[gentoo-commits] gentoo-x86 commit in app-text/tesseract/files: sanitize-configure-file.patch sanitize-pkgconfig-file.patch

2015-07-31 Thread Thomas Kahle (tomka)
tomka   15/07/31 08:06:39

  Removed:  sanitize-configure-file.patch
sanitize-pkgconfig-file.patch
  Log:
  Bump to 3.04.00, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)



[gentoo-commits] gentoo-x86 commit in app-text/tesseract: tesseract-3.04.00.ebuild ChangeLog tesseract-3.02-r1.ebuild tesseract-3.02.ebuild

2015-07-31 Thread Thomas Kahle (tomka)
tomka   15/07/31 08:06:39

  Modified: ChangeLog
  Added:tesseract-3.04.00.ebuild
  Removed:  tesseract-3.02-r1.ebuild tesseract-3.02.ebuild
  Log:
  Bump to 3.04.00, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.58 app-text/tesseract/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   10 May 2015 18:20:41 -  1.57
+++ ChangeLog   31 Jul 2015 08:06:39 -  1.58
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/tesseract
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.57 
2015/05/10 18:20:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.58 
2015/07/31 08:06:39 tomka Exp $
+
+*tesseract-3.04.00 (31 Jul 2015)
+
+  31 Jul 2015; Thomas Kahle to...@gentoo.org +tesseract-3.04.00.ebuild,
+  -files/sanitize-configure-file.patch, -files/sanitize-pkgconfig-file.patch,
+  -tesseract-3.02-r1.ebuild, -tesseract-3.02.ebuild:
+  Bump to 3.04.00, drop old
 
   10 May 2015; Jeroen Roovers j...@gentoo.org tesseract-3.03_rc1-r1.ebuild:
   Mark ~ppc64 (bug #544622).



1.1  app-text/tesseract/tesseract-3.04.00.ebuild

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

Index: tesseract-3.04.00.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v 1.1 
2015/07/31 08:06:39 tomka Exp $

EAPI=5

MY_PN=${PN}-ocr
DL_P=${MY_PN}-3.02
URI_PREFIX=http://${MY_PN}.googlecode.com/files;

inherit eutils autotools autotools-utils

DESCRIPTION=An OCR Engine, orginally developed at HP, now open source.
HOMEPAGE=https://github.com/tesseract-ocr;
SRC_URI=https://github.com/${MY_PN}/${PN}/archive/${PV}.tar.gz
${URI_PREFIX}/${DL_P}.eng.tar.gz
doc? ( ${URI_PREFIX}/${DL_P}.02-doc-html.tar.gz )
linguas_ar? ( ${URI_PREFIX}/${DL_P}.ara.tar.gz )
linguas_bg? ( ${URI_PREFIX}/bul.traineddata.gz )
linguas_ca? ( ${URI_PREFIX}/cat.traineddata.gz )
linguas_chr? ( ${URI_PREFIX}/chr.traineddata.gz )
linguas_cs? ( ${URI_PREFIX}/ces.traineddata.gz )
linguas_de? ( ${URI_PREFIX}/deu.traineddata.gz
${URI_PREFIX}/deu-frak.traineddata.gz )
linguas_da? ( ${URI_PREFIX}/dan.traineddata.gz
${URI_PREFIX}/dan-frak.traineddata.gz )
linguas_el? ( ${URI_PREFIX}/ell.traineddata.gz )
linguas_es? ( ${URI_PREFIX}/spa.traineddata.gz )
linguas_fi? ( ${URI_PREFIX}/fin.traineddata.gz )
linguas_fr? ( ${URI_PREFIX}/fra.traineddata.gz )
linguas_he? ( ${URI_PREFIX}/${DL_P}.heb.tar.gz
${URI_PREFIX}/${MY_PN}-3.01.heb-com.tar.gz )
linguas_hi? ( ${URI_PREFIX}/${DL_P}.hin.tar.gz )
linguas_hu? ( ${URI_PREFIX}/hun.traineddata.gz )
linguas_id? ( ${URI_PREFIX}/ind.traineddata.gz )
linguas_it? ( ${URI_PREFIX}/ita.traineddata.gz )
linguas_jp? ( ${URI_PREFIX}/jpn.traineddata.gz )
linguas_ko? ( ${URI_PREFIX}/kor.traineddata.gz )
linguas_lt? ( ${URI_PREFIX}/lit.traineddata.gz )
linguas_lv? ( ${URI_PREFIX}/lav.traineddata.gz )
linguas_nl? ( ${URI_PREFIX}/nld.traineddata.gz )
linguas_no? ( ${URI_PREFIX}/nor.traineddata.gz )
linguas_pl? ( ${URI_PREFIX}/pol.traineddata.gz )
linguas_pt? ( ${URI_PREFIX}/por.traineddata.gz )
linguas_ro? ( ${URI_PREFIX}/ron.traineddata.gz )
linguas_ru? ( ${URI_PREFIX}/rus.traineddata.gz )
linguas_sk? ( ${URI_PREFIX}/slk.traineddata.gz
${URI_PREFIX}/${MY_PN}-3.01.slk-frak.tar.gz )
linguas_sl? ( ${URI_PREFIX}/slv.traineddata.gz )
linguas_sr? ( ${URI_PREFIX}/srp.traineddata.gz )
linguas_sv? ( ${URI_PREFIX}/swe.traineddata.gz
${URI_PREFIX}/swe-frak.traineddata.gz )
linguas_th? ( ${URI_PREFIX}/${DL_P}.tha.tar.gz )
linguas_tl? ( ${URI_PREFIX}/tgl.traineddata.gz

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

2015-08-05 Thread Thomas Kahle (tomka)
tomka   15/08/05 07:14:51

  Modified: tesseract-3.04.00-r1.ebuild
tesseract-3.04.00.ebuild ChangeLog
  Log:
  Fix building with -scrollview (bug 556448)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.4  app-text/tesseract/tesseract-3.04.00-r1.ebuild

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

Index: tesseract-3.04.00-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tesseract-3.04.00-r1.ebuild 4 Aug 2015 08:02:52 -   1.3
+++ tesseract-3.04.00-r1.ebuild 5 Aug 2015 07:14:51 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v 1.3 
2015/08/04 08:02:52 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v 1.4 
2015/08/05 07:14:51 tomka Exp $
 
 EAPI=5
 
@@ -73,6 +73,7 @@
 
 PATCHES=(
${FILESDIR}/tesseract-2.04-gcc47.patch
+   ${FILESDIR}/${P}-fix-scrollview-disabled.patch
 )
 
 src_unpack() {



1.3  app-text/tesseract/tesseract-3.04.00.ebuild

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

Index: tesseract-3.04.00.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tesseract-3.04.00.ebuild3 Aug 2015 15:29:30 -   1.2
+++ tesseract-3.04.00.ebuild5 Aug 2015 07:14:51 -   1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v 1.2 
2015/08/03 15:29:30 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v 1.3 
2015/08/05 07:14:51 tomka Exp $
 
 EAPI=5
 
@@ -76,6 +76,7 @@
 
 PATCHES=(
${FILESDIR}/tesseract-2.04-gcc47.patch
+   ${FILESDIR}/${P}-fix-scrollview-disabled.patch
 )
 
 src_configure() {



1.62 app-text/tesseract/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   4 Aug 2015 08:02:52 -   1.61
+++ ChangeLog   5 Aug 2015 07:14:51 -   1.62
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/tesseract
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.61 
2015/08/04 08:02:52 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.62 
2015/08/05 07:14:51 tomka Exp $
+
+  05 Aug 2015; Thomas Kahle to...@gentoo.org
+  +files/tesseract-3.04.00-fix-scrollview-disabled.patch,
+  tesseract-3.04.00-r1.ebuild, tesseract-3.04.00.ebuild:
+  Fix building with -scrollview (bug 556448)
 
   04 Aug 2015; Thomas Kahle to...@gentoo.org tesseract-3.04.00-r1.ebuild:
   Fix URI and other things (bug 556590)






[gentoo-commits] gentoo-x86 commit in app-text/tesseract/files: tesseract-3.04.00-fix-scrollview-disabled.patch

2015-08-05 Thread Thomas Kahle (tomka)
tomka   15/08/05 07:14:51

  Added:tesseract-3.04.00-fix-scrollview-disabled.patch
  Log:
  Fix building with -scrollview (bug 556448)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  
app-text/tesseract/files/tesseract-3.04.00-fix-scrollview-disabled.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/files/tesseract-3.04.00-fix-scrollview-disabled.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/files/tesseract-3.04.00-fix-scrollview-disabled.patch?rev=1.1content-type=text/plain

Index: tesseract-3.04.00-fix-scrollview-disabled.patch
===
From 27b8a5cc89898c3f12dae57a58b15efddee9fe18 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zdenko=20Podobn=C3=BD?= zde...@gmail.com
Date: Thu, 23 Jul 2015 23:14:53 +0200
Subject: [PATCH] fix GRAPHICS_DISABLED build

---
 ccstruct/imagedata.cpp | 4 
 ccstruct/split.cpp | 5 +
 2 files changed, 9 insertions(+)

diff --git a/ccstruct/imagedata.cpp b/ccstruct/imagedata.cpp
index 4016a92..3c244c7 100644
--- a/ccstruct/imagedata.cpp
+++ b/ccstruct/imagedata.cpp
@@ -17,6 +17,10 @@
 // limitations under the License.
 ///
 
+// Include automatically generated configuration file if running autoconf.
+#ifdef HAVE_CONFIG_H
+#include config_auto.h
+#endif
 
 #include imagedata.h
 
diff --git a/ccstruct/split.cpp b/ccstruct/split.cpp
index 24650d4..6e6ea44 100644
--- a/ccstruct/split.cpp
+++ b/ccstruct/split.cpp
@@ -25,6 +25,11 @@
 /*--
   I n c l u d e s
 --*/
+// Include automatically generated configuration file if running autoconf.
+#ifdef HAVE_CONFIG_H
+#include config_auto.h
+#endif
+
 #include split.h
 #include coutln.h
 #include tprintf.h






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

2015-08-03 Thread Thomas Kahle (tomka)
tomka   15/08/03 12:10:06

  Modified: ChangeLog
  Added:tesseract-3.04.00-r1.ebuild
  Log:
  Switch to new location (and version) of trained language data
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.59 app-text/tesseract/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   31 Jul 2015 08:06:39 -  1.58
+++ ChangeLog   3 Aug 2015 12:10:06 -   1.59
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/tesseract
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.58 
2015/07/31 08:06:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.59 
2015/08/03 12:10:06 tomka Exp $
+
+*tesseract-3.04.00-r1 (03 Aug 2015)
+
+  03 Aug 2015; Thomas Kahle to...@gentoo.org +tesseract-3.04.00-r1.ebuild:
+  Switch to new location (and version) of trained language data
 
 *tesseract-3.04.00 (31 Jul 2015)
 



1.1  app-text/tesseract/tesseract-3.04.00-r1.ebuild

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

Index: tesseract-3.04.00-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v 1.1 
2015/08/03 12:10:06 tomka Exp $

EAPI=5

MY_PN=tesseract-ocr
URI_PREFIX=https://github.com/${MY_PN}/tessdata/tree/${PV}/;

inherit eutils autotools autotools-utils

DESCRIPTION=An OCR Engine, orginally developed at HP, now open source.
HOMEPAGE=https://github.com/tesseract-ocr;
SRC_URI=https://github.com/${MY_PN}/${PN}/archive/${PV}.tar.gz
${URI_PREFIX}/eng.traineddata
doc? ( 
http://tesseract-ocr.googlecode.com/files/tesseract-ocr-3.02.02-doc-html.tar.gz 
)
linguas_ar? ( ${URI_PREFIX}/ara.traineddata )
linguas_bg? ( ${URI_PREFIX}/bul.traineddata )
linguas_ca? ( ${URI_PREFIX}/cat.traineddata )
linguas_chr? ( ${URI_PREFIX}/chr.traineddata )
linguas_cs? ( ${URI_PREFIX}/ces.traineddata )
linguas_de? ( ${URI_PREFIX}/deu.traineddata
${URI_PREFIX}/deu_frak.traineddata )
linguas_da? ( ${URI_PREFIX}/dan.traineddata
${URI_PREFIX}/dan_frak.traineddata )
linguas_el? ( ${URI_PREFIX}/ell.traineddata )
linguas_es? ( ${URI_PREFIX}/spa.traineddata )
linguas_fi? ( ${URI_PREFIX}/fin.traineddata )
linguas_fr? ( ${URI_PREFIX}/fra.traineddata )
linguas_he? ( ${URI_PREFIX}/heb.traineddata )
linguas_hi? ( ${URI_PREFIX}/hin.traineddata )
linguas_hu? ( ${URI_PREFIX}/hun.traineddata )
linguas_id? ( ${URI_PREFIX}/ind.traineddata )
linguas_it? ( ${URI_PREFIX}/ita.traineddata )
linguas_jp? ( ${URI_PREFIX}/jpn.traineddata )
linguas_ko? ( ${URI_PREFIX}/kor.traineddata )
linguas_lt? ( ${URI_PREFIX}/lit.traineddata )
linguas_lv? ( ${URI_PREFIX}/lav.traineddata )
linguas_nl? ( ${URI_PREFIX}/nld.traineddata )
linguas_no? ( ${URI_PREFIX}/nor.traineddata )
linguas_pl? ( ${URI_PREFIX}/pol.traineddata )
linguas_pt? ( ${URI_PREFIX}/por.traineddata )
linguas_ro? ( ${URI_PREFIX}/ron.traineddata )
linguas_ru? ( ${URI_PREFIX}/rus.traineddata )
linguas_sk? ( ${URI_PREFIX}/slk.traineddata
${URI_PREFIX}/slk_frak.traineddata )
linguas_sl? ( ${URI_PREFIX}/slv.traineddata )
linguas_sr? ( ${URI_PREFIX}/srp.traineddata )
linguas_sv? ( ${URI_PREFIX}/swe.traineddata )
linguas_th? ( ${URI_PREFIX}/tha.traineddata )
linguas_tl? ( ${URI_PREFIX}/tgl.traineddata )
linguas_tr? ( ${URI_PREFIX}/tur.traineddata )
linguas_uk? ( ${URI_PREFIX}/ukr.traineddata )
linguas_vi? ( ${URI_PREFIX}/vie.traineddata )
linguas_zh_CN? ( ${URI_PREFIX}/chi_sim.traineddata )
linguas_zh_TW? ( ${URI_PREFIX}/chi_tra.traineddata )
osd? ( ${URI_PREFIX}/osd.traineddata )


LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ppc ~ppc64

[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion: freeorion-0.4.5_pre.ebuild ChangeLog

2015-08-03 Thread Thomas Kahle (tomka)
tomka   15/08/03 11:36:48

  Modified: freeorion-0.4.5_pre.ebuild ChangeLog
  Log:
  Fix compatibility with boost-1.5{7,8}
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.4  games-strategy/freeorion/freeorion-0.4.5_pre.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild?r1=1.3r2=1.4

Index: freeorion-0.4.5_pre.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freeorion-0.4.5_pre.ebuild  26 May 2015 07:49:18 -  1.3
+++ freeorion-0.4.5_pre.ebuild  3 Aug 2015 11:36:48 -   1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 
1.3 2015/05/26 07:49:18 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 
1.4 2015/08/03 11:36:48 tomka Exp $
 
 EAPI=5
 
@@ -45,6 +45,10 @@
 }
 
 src_prepare() {
+
+   epatch ${FILESDIR}/${P}-boost-1.57.patch
+   epatch ${FILESDIR}/${P}-boost-1.58.patch
+
# parse subdir sets -O3
sed -e s:-O3:: -i parse/CMakeLists.txt
 



1.17 games-strategy/freeorion/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/ChangeLog?rev=1.17view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/ChangeLog?rev=1.17content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/ChangeLog?r1=1.16r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   26 May 2015 07:49:18 -  1.16
+++ ChangeLog   3 Aug 2015 11:36:48 -   1.17
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/freeorion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.16 
2015/05/26 07:49:18 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.17 
2015/08/03 11:36:48 tomka Exp $
+
+  03 Aug 2015; Thomas Kahle to...@gentoo.org
+  +files/freeorion-0.4.5_pre-boost-1.57.patch,
+  +files/freeorion-0.4.5_pre-boost-1.58.patch, freeorion-0.4.5_pre.ebuild:
+  Fix compatibility with boost-1.5{7,8}
 
   26 May 2015; Thomas Kahle to...@gentoo.org freeorion-0.4.5_pre.ebuild:
   Add missing glew dependency (bug 550382)






[gentoo-commits] gentoo-x86 commit in games-strategy/freeorion/files: freeorion-0.4.5_pre-boost-1.57.patch freeorion-0.4.5_pre-boost-1.58.patch

2015-08-03 Thread Thomas Kahle (tomka)
tomka   15/08/03 11:36:48

  Added:freeorion-0.4.5_pre-boost-1.57.patch
freeorion-0.4.5_pre-boost-1.58.patch
  Log:
  Fix compatibility with boost-1.5{7,8}
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  
games-strategy/freeorion/files/freeorion-0.4.5_pre-boost-1.57.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/files/freeorion-0.4.5_pre-boost-1.57.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/files/freeorion-0.4.5_pre-boost-1.57.patch?rev=1.1content-type=text/plain

Index: freeorion-0.4.5_pre-boost-1.57.patch
===
From d963b4883c9be2911d791e7daa3ed0f495bc5181 Mon Sep 17 00:00:00 2001
From: Dilvish-fo dilvish...@gmail.com
Date: Sat, 11 Apr 2015 10:25:55 -0700
Subject: [PATCH] work-around for a boost 1.57 bug (missing a shard_ptr
 serialization include)

---
 util/Process.h | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/util/Process.h b/util/Process.h
index ff72445..f9927cc 100644
--- a/util/Process.h
+++ b/util/Process.h
@@ -3,12 +3,16 @@
 #define _Process_h_
 
 // HACK: The following two includes work around a bug in boost 1.56,
-// which uses them without including. They can be removed once the bug is gone.
+// which uses them without including.
 #include boost/version.hpp
 #if BOOST_VERSION == 105600
 #include boost/serialization/singleton.hpp // This
 #include boost/serialization/extended_type_info.hpp //This
 #endif
+// HACK: For a similar boost 1.57 bug
+#if BOOST_VERSION == 105700
+#include boost/serialization/type_info_implementation.hpp // This
+#endif
 
 #include boost/serialization/shared_ptr.hpp
 



1.1  
games-strategy/freeorion/files/freeorion-0.4.5_pre-boost-1.58.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/files/freeorion-0.4.5_pre-boost-1.58.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/freeorion/files/freeorion-0.4.5_pre-boost-1.58.patch?rev=1.1content-type=text/plain

Index: freeorion-0.4.5_pre-boost-1.58.patch
===
From 8cb623ceecaf00e29f273225eb37602e26e1a6d0 Mon Sep 17 00:00:00 2001
From: Dilvish-fo dilvish...@gmail.com
Date: Sat, 6 Jun 2015 08:04:56 -0700
Subject: [PATCH] workarounds for missing includes with boost 1.58

---
 util/Process.h | 6 ++
 util/Serialize.ipp | 9 -
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/util/Process.h b/util/Process.h
index f9927cc..25cec56 100644
--- a/util/Process.h
+++ b/util/Process.h
@@ -14,6 +14,12 @@
 #include boost/serialization/type_info_implementation.hpp // This
 #endif
 
+#if BOOST_VERSION == 105800
+// HACK: The following two includes work around a bug in boost 1.58
+#include boost/serialization/type_info_implementation.hpp
+#include boost/archive/basic_archive.hpp
+#endif
+
 #include boost/serialization/shared_ptr.hpp
 
 #include vector
diff --git a/util/Serialize.ipp b/util/Serialize.ipp
index b4027b2..c3c87db 100644
--- a/util/Serialize.ipp
+++ b/util/Serialize.ipp
@@ -1,17 +1,24 @@
+// -*- C++ -*-
 #if defined(_MSC_VER)  defined(int64_t)
 #undef int64_t
 #endif
 
 #include boost/static_assert.hpp
 #include boost/detail/endian.hpp
+#include boost/version.hpp
 
 #if BOOST_VERSION == 105600
 // HACK: The following two includes work around a bug in boost 1.56,
-// which uses them without including. They can be removed once the bug is gone.
 #include boost/serialization/singleton.hpp // This
 #include boost/serialization/extended_type_info.hpp //This
 #endif
 
+#if BOOST_VERSION == 105800
+// HACK: The following two includes work around a bug in boost 1.58
+#include boost/serialization/type_info_implementation.hpp
+#include boost/archive/basic_archive.hpp
+#endif
+
 #include boost/serialization/export.hpp
 #include boost/serialization/deque.hpp
 #include boost/serialization/list.hpp






[gentoo-commits] gentoo-x86 commit in net-misc/wicd: wicd-1.7.3-r1.ebuild ChangeLog

2015-08-06 Thread Thomas Kahle (tomka)
tomka   15/08/06 08:08:55

  Modified: ChangeLog
  Added:wicd-1.7.3-r1.ebuild
  Log:
  Fix python implementation deps and urwid-1.3.0 compat (523030, 541936)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.159net-misc/wicd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog   4 Jun 2015 19:05:22 -   1.158
+++ ChangeLog   6 Aug 2015 08:08:55 -   1.159
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/wicd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.158 2015/06/04 
19:05:22 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.159 2015/08/06 
08:08:55 tomka Exp $
+
+*wicd-1.7.3-r1 (06 Aug 2015)
+
+  06 Aug 2015; Thomas Kahle to...@gentoo.org
+  +files/wicd-1.7.3-urwid-1.3.0.patch, +wicd-1.7.3-r1.ebuild:
+  Fix python implementation deps and urwid-1.3.0 compat (523030, 541936)
 
   04 Jun 2015; Michael Palimaka kensing...@gentoo.org wicd-1.7.2.4-r3.ebuild,
   wicd-1.7.3.ebuild:



1.1  net-misc/wicd/wicd-1.7.3-r1.ebuild

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

Index: wicd-1.7.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.3-r1.ebuild,v 1.1 
2015/08/06 08:08:55 tomka Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=ncurses?,xml

inherit eutils distutils-r1 linux-info readme.gentoo systemd

DESCRIPTION=A lightweight wired and wireless network manager for Linux
HOMEPAGE=https://launchpad.net/wicd;
SRC_URI=http://launchpad.net/wicd/1.7/${PV}/+download/${P}.tar.gz
mac4lin? ( 
http://dev.gentoo.org/~anarchy/dist/wicd-mac4lin-icons.tar.xz )
ambiance? ( 
http://freetimesblog.altervista.org/blog/wp-content/uploads/downloads/2010/05/Icone-Wicd-Lucid.tar.gz
 )

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~mips ~ppc ~ppc64 ~x86
IUSE=doc X ambiance +gtk ioctl libnotify mac4lin ncurses nls +pm-utils 
gnome-shell

DEPEND=nls? ( dev-python/Babel[${PYTHON_USEDEP}] )
RDEPEND=${PYTHON_DEPS}
dev-python/dbus-python[${PYTHON_USEDEP}]
X? (
gtk? ( dev-python/pygtk[${PYTHON_USEDEP}] )
|| (
x11-misc/ktsuss
x11-libs/gksu
kde-apps/kdesu
)
)
|| (
net-misc/dhcpcd
net-misc/dhcp
net-misc/pump
)
net-wireless/wireless-tools
net-wireless/wpa_supplicant
|| (
sys-apps/net-tools
sys-apps/ethtool
)
!gtk? ( dev-python/pygobject:2[${PYTHON_USEDEP}] )
ioctl? ( dev-python/python-iwscan[${PYTHON_USEDEP}]
 dev-python/python-wpactrl[${PYTHON_USEDEP}] )
libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )
ncurses? (
dev-python/urwid[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
)
pm-utils? ( sys-power/pm-utils )
gnome-shell? ( gnome-base/gnome-shell )


src_prepare() {
CONFIG_CHECK=~CFG80211_WEXT
local WARNING_CFG80211_WEXT=Wireless extensions have not been \
configured in your kernel.  Wicd will not work unless CFG80211_WEXT is 
set.
check_extra_config

epatch ${FILESDIR}/${PN}-init-sve-start.patch
# The Categories entry in the .desktop files is outdated
epatch ${FILESDIR}/${PN}-1.7.2.4-fix-desktop-categories.patch
# Upstream bug https://bugs.launchpad.net/wicd/+bug/1412413
# Creates files - give -p
epatch -p1 ${FILESDIR}/${P}-add-missing-gnome-shell-extension.patch
# If LANG is undefined, build can fail (bug 537202)
epatch ${FILESDIR}/${P}-undefined-LANG.patch
# Fix urwid compat again
epatch ${FILESDIR}/${P}-urwid-1.3.0.patch
# get rid of opts variable to fix bug 381885
sed -i /opts/d in/init=gentoo=wicd.in || die
# Need to ensure that generated

[gentoo-commits] gentoo-x86 commit in net-misc/wicd/files: wicd-1.7.3-urwid-1.3.0.patch

2015-08-06 Thread Thomas Kahle (tomka)
tomka   15/08/06 08:08:55

  Added:wicd-1.7.3-urwid-1.3.0.patch
  Log:
  Fix python implementation deps and urwid-1.3.0 compat (523030, 541936)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  net-misc/wicd/files/wicd-1.7.3-urwid-1.3.0.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-1.7.3-urwid-1.3.0.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-1.7.3-urwid-1.3.0.patch?rev=1.1content-type=text/plain

Index: wicd-1.7.3-urwid-1.3.0.patch
===
--- curses/wicd-curses.py   2015-01-27 22:35:25.414781192 -0300
+++ cursesb/wicd-curses.py  2015-01-28 01:13:48.078904587 -0300
@@ -1153,9 +1153,10 @@
 if not ui._started:
 return False
 
-input_data = ui.get_input_nonblocking()
+ui.set_input_timeouts(max_wait=0)
+input_data = ui.get_input()
 # Resolve any alarms in the waiting
-self.handle_keys(input_data[1])
+self.handle_keys(input_data)
 
 # Update the screen
 canvas = self.frame.render((self.size), True)






[gentoo-commits] gentoo-x86 commit in dev-libs/ntl/files: ntl-9.2.0-sanitize-makefile.patch ntl-9.2.0-singular.patch

2015-07-10 Thread Thomas Kahle (tomka)
tomka   15/07/10 14:16:04

  Added:ntl-9.2.0-sanitize-makefile.patch
ntl-9.2.0-singular.patch
  Log:
  bump to 9.3, thanks Francois Bissey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.1  dev-libs/ntl/files/ntl-9.2.0-sanitize-makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/files/ntl-9.2.0-sanitize-makefile.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/ntl/files/ntl-9.2.0-sanitize-makefile.patch?rev=1.1content-type=text/plain

Index: ntl-9.2.0-sanitize-makefile.patch
===
diff -Naur ntl-9.2.0.orig/src/DoConfig ntl-9.2.0/src/DoConfig
--- ntl-9.2.0.orig/src/DoConfig 2015-07-09 21:45:26.959930693 +1200
+++ ntl-9.2.0/src/DoConfig  2015-07-09 21:46:52.250122780 +1200
@@ -38,14 +38,16 @@
 
 'LDFLAGS' = '',
 'LDLIBS'  = '-lm',
+'PICFLAG' = '-fPIC',
 'CPPFLAGS'= '',
 
-'DEF_PREFIX'  = '/usr/local',
+'DEF_PREFIX'  = '/usr',
 
 'PREFIX'  = '$(DEF_PREFIX)',
 'LIBDIR'  = '$(PREFIX)/lib',
 'INCLUDEDIR'  = '$(PREFIX)/include',
 'DOCDIR'  = '$(PREFIX)/share/doc',
+'SHMAKE'  = 'non-gld',
 
 'GMP_PREFIX'  = '$(DEF_PREFIX)',
 'GMP_INCDIR'  = '$(GMP_PREFIX)/include',
diff -Naur ntl-9.2.0.orig/src/mfile ntl-9.2.0/src/mfile
--- ntl-9.2.0.orig/src/mfile2015-07-09 21:45:26.959930693 +1200
+++ ntl-9.2.0/src/mfile 2015-07-09 21:57:40.631583489 +1200
@@ -109,6 +109,16 @@
 WIZARD=@{WIZARD}
 # Set to off if you want to bypass the wizard; otherwise, set to on.
 
+###
+#
+# New addition for shared library building. With gcc you need to
+# choose the Position Indepent Code flag. You have a choice of 
+# -fpic better code but in rare case not available (ppc)
+# -fPIC slightly slower code but guaranted to work anywhere.
+#
+###
+
+PICFLAG=@{PICFLAG}
 
 #
 #
@@ -141,6 +151,8 @@
 
 OBJ=$(O19)
 
+SHOBJ=$(subst .o,.lo,$(OBJ))
+
 # library source files
 
 
@@ -314,6 +326,8 @@
 
 LINK = $(CXX) $(NTL_INCLUDE) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS)
 
+.SUFFIXES: .lo
+
 
 
 # 'make all' does a complete make, including all setup.
@@ -322,11 +336,11 @@
 # again.
 
 all:
-   make setup1
-   make setup2
-   make setup3
-   make setup4
-   make ntl.a
+   ${MAKE} setup1
+   ${MAKE} setup2
+   ${MAKE} setup3
+   ${MAKE} setup4
+   ${MAKE} ntl.a
touch all
 
 
@@ -373,22 +387,37 @@
 lip.o: lip.c g_lip_impl.h c_lip_impl.h 
$(LCOMP) $(COMPILE) $(GMP_OPT_INCDIR) lip.c
 
+lip.lo:lip.c g_lip_impl.h c_lip_impl.h 
+   $(LCOMP) $(COMPILE) $(PICFLAG) $(GMP_OPT_INCDIR) lip.c -o lip.lo
+
 ctools.o:  ctools.c
$(LCOMP) $(COMPILE) ctools.c
 
+ctools.lo: ctools.c
+   $(LCOMP) $(COMPILE) $(PICFLAG) ctools.c -o ctools.lo
+
 
 GetTime.o: GetTime.c 
$(LCOMP) $(COMPILE) GetTime.c
 
+GetTime.lo: GetTime.c 
+   $(LCOMP) $(COMPILE) $(PICFLAG) GetTime.c -o GetTime.lo
+
 GetPID.o: GetPID.c 
$(LCOMP) $(COMPILE) GetPID.c
 
+GetPID.lo: GetPID.c 
+   $(LCOMP) $(COMPILE) $(PICFLAG) GetPID.c -o GetPID.lo
+
 CheckPCLMUL: CheckPCLMUL.c
$(LINK) -o  CheckPCLMUL CheckPCLMUL.c $(LDLIBS)
 
 .c.o: 
$(LCOMP) $(COMPILE) $(GF2X_OPT_INCDIR) $
 
+.c.lo: 
+   $(LCOMP) $(COMPILE) $(PICFLAG) $(GF2X_OPT_INCDIR) -o $@ $
+
 .c: 
 @{LSTAT}   $(LINK) -o $@ $ ntl.a $(GMP_OPT_LIBDIR) $(GMP_OPT_LIB) 
$(GF2X_OPT_LIBDIR) $(GF2X_OPT_LIB) $(LDLIBS) #LSTAT
 @{LSHAR}   $(LIBTOOL) --tag=CXX --mode=link $(LINK) -o $@ $ libntl.la 
#LSHAR
@@ -402,7 +431,7 @@
 
 check:
sh RemoveProg $(PROGS)
-   make QuickTest
+   ${MAKE} QuickTest
./QuickTest
sh RemoveProg QuickTest
sh TestScript
@@ -459,21 +488,19 @@
 #
 #
 
-clobber:   
+clobber:   clean
rm -f ntl.a mach_desc.h ../include/NTL/mach_desc.h  GetTime.c GetPID.c
cp ../include/NTL/have_LL_no.h ../include/NTL/have_LL.h
cp ../include/NTL/have_builtin_clzl_no.h 
../include/NTL/have_builtin_clzl.h
rm -f ../include/NTL/gmp_aux.h
-   sh RemoveProg $(PROGS) MakeDesc TestGetTime TestGetPID gen_gmp_aux
-   rm -f *.o
-   rm -rf small
+   sh RemoveProg $(PROGS)
rm -f cfileout mfileout
rm -rf .libs *.lo libntl.la
rm -f all
 
 clean:
sh RemoveProg MakeDesc TestGetTime TestGetPID gen_gmp_aux
-   rm -f *.o 
+   rm -f *.o *.lo
rm -rf small
 @{LSHAR}   - $(LIBTOOL) --mode=clean rm -f libntl.la *.lo #LSHAR
 
@@ -558,4 +585,11 @@
 
 
 
+sharedso: DIRNAME $(SHOBJ)
+ $(LINK) $(PICFLAG) -shared -Wl,-soname,lib`cat DIRNAME`.so -o lib`cat 
DIRNAME`.so 

[gentoo-commits] gentoo-x86 commit in dev-libs/ntl: ntl-9.3.0.ebuild ChangeLog

2015-07-10 Thread Thomas Kahle (tomka)
tomka   15/07/10 14:16:04

  Modified: ChangeLog
  Added:ntl-9.3.0.ebuild
  Log:
  bump to 9.3, thanks Francois Bissey
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.28 dev-libs/ntl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   2 Apr 2015 12:29:55 -   1.27
+++ ChangeLog   10 Jul 2015 14:16:04 -  1.28
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/ntl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.27 2015/04/02 
12:29:55 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ChangeLog,v 1.28 2015/07/10 
14:16:04 tomka Exp $
+
+*ntl-9.3.0 (10 Jul 2015)
+
+  10 Jul 2015; Thomas Kahle to...@gentoo.org
+  +files/ntl-9.2.0-sanitize-makefile.patch, +files/ntl-9.2.0-singular.patch,
+  +ntl-9.3.0.ebuild:
+  bump to 9.3, thanks Francois Bissey
 
 *ntl-9.0.2 (02 Apr 2015)
 



1.1  dev-libs/ntl/ntl-9.3.0.ebuild

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

Index: ntl-9.3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ntl/ntl-9.3.0.ebuild,v 1.1 
2015/07/10 14:16:04 tomka Exp $

EAPI=5
inherit toolchain-funcs eutils multilib flag-o-matic

DESCRIPTION=High-performance and portable Number Theory C++ library
HOMEPAGE=http://shoup.net/ntl/;
SRC_URI=http://www.shoup.net/ntl/${P}.tar.gz;

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

RDEPEND=dev-libs/gmp:=
=dev-libs/gf2x-0.9
DEPEND=${RDEPEND}
dev-lang/perl

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

src_prepare() {
# fix parallel make
sed -i -e s/make/make ${MAKEOPTS}/g WizardAux || die
cd ..
# sanitize the makefile and allow the building of shared library
epatch ${FILESDIR}/${PN}-9.2.0-sanitize-makefile.patch
# enable compatibility with singular
epatch ${FILESDIR}/${PN}-9.2.0-singular.patch
replace-flags -O[3-9] -O2
}

src_configure() {
perl DoConfig \
PREFIX=${EPREFIX}/usr \
CXXFLAGS=${CXXFLAGS} \
LDFLAGS=${LDFLAGS} \
CXX=$(tc-getCXX) \
AR=$(tc-getAR) \
RANLIB=$(tc-getRANLIB) \
NTL_GMP_LIP=on NTL_GF2X_LIB=on NTL_LEGACY_SP_MULMOD=on \
|| die DoConfig failed
}

src_compile() {
# split the targets to allow parallel make to run properly
emake setup1 setup2
emake setup3
sh Wizard on || die Tuning wizard failed
if use static-libs; then
emake ntl.a
fi
local trg=so
[[ ${CHOST} == *-darwin* ]]  trg=dylib
emake shared${trg}
}

src_install() {
if use static-libs; then
newlib.a ntl.a libntl.a
fi
dolib.so lib*$(get_libname)

cd ..
insinto /usr/include
doins -r include/NTL

dodoc README
if use doc ; then
dodoc doc/*.txt
dohtml doc/*
fi
}

src_test(){
# the current ebuild need static library to run tests
emake ntl.a

default
}






<    1   2