[gentoo-commits] gentoo-x86 commit in app-admin/denyhosts: denyhosts-3.0.ebuild ChangeLog

2015-08-02 Thread Christoph Junghans (ottxor)
ottxor  15/08/02 20:22:54

  Modified: ChangeLog
  Added:denyhosts-3.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.92 app-admin/denyhosts/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog   7 Jun 2015 12:29:46 -   1.91
+++ ChangeLog   2 Aug 2015 20:22:54 -   1.92
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/denyhosts
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.91 
2015/06/07 12:29:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.92 
2015/08/02 20:22:54 ottxor Exp $
+
+*denyhosts-3.0 (02 Aug 2015)
+
+  02 Aug 2015; Christoph Junghans ott...@gentoo.org +denyhosts-3.0.ebuild:
+  version bump
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  app-admin/denyhosts/denyhosts-3.0.ebuild

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

Index: denyhosts-3.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-3.0.ebuild,v 
1.1 2015/08/02 20:22:54 ottxor Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils readme.gentoo systemd

DESCRIPTION=DenyHosts is a utility to help sys admins thwart ssh hackers
HOMEPAGE=https://github.com/denyhosts/denyhosts;
SRC_URI=https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86
IUSE=

DEPEND=
RDEPEND=

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=
=net-misc/openssh-6.7p1 dropped support for sys-apps/tcp-wrappers
(see bug#531156) that means you either have patch openssh or use
denyhosts' iptables feature to get any protection.

You can configure DenyHosts to run as a daemon by running:
# rc-update add denyhosts default
or:
# systemctl enable denyhosts.service
(if you use systemd)

To run DenyHosts as a cronjob instead of a daemon add the following
to /etc/crontab
# run DenyHosts every 10 minutes
*/10  *  * * *root/usr/bin/denyhosts.py -c /etc/denyhosts.conf

More information can be found at ${HOMEPAGE}faq.html

src_prepare() {
sed -e '/^DENY_THRESHOLD_VALID =/s/=.*/= 5/' \
-e '/^SECURE_LOG/s/^/#/' \
-e '\@#SECURE_LOG.*/var/log/messages@s/^#//' \
-i denyhosts.conf || die sed failed

distutils-r1_src_prepare
}

src_install() {
readme.gentoo_create_doc

dodoc CHANGELOG.txt README.md
distutils-r1_src_install

dodir /etc/logrotate.d
insinto /etc/logrotate.d
newins ${FILESDIR}/${PN}.logrotate-r2 ${PN}

newinitd ${FILESDIR}/denyhosts.init-r2 denyhosts
systemd_dounit ${FILESDIR}/${PN}.service

keepdir /var/lib/denyhosts
}






[gentoo-commits] gentoo-x86 commit in media-sound/google-musicmanager: google-musicmanager-1.0.182.3607_beta.ebuild google-musicmanager-1.0.196.8837_beta.ebuild ChangeLog

2015-07-12 Thread Christoph Junghans (ottxor)
ottxor  15/07/12 17:54:27

  Modified: google-musicmanager-1.0.182.3607_beta.ebuild
ChangeLog
  Added:google-musicmanager-1.0.196.8837_beta.ebuild
  Log:
  version bump (bug #554544)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  
media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild?r1=1.1r2=1.2

Index: google-musicmanager-1.0.182.3607_beta.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- google-musicmanager-1.0.182.3607_beta.ebuild18 Apr 2015 18:43:16 
-  1.1
+++ google-musicmanager-1.0.182.3607_beta.ebuild12 Jul 2015 17:54:27 
-  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/media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild,v
 1.1 2015/04/18 18:43:16 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild,v
 1.2 2015/07/12 17:54:27 ottxor Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 KEYWORDS=-* ~amd64 ~x86
 IUSE=log
 
-OBSOLETE=no
+OBSOLETE=yes
 [[ $OBSOLETE = yes ]]  RESTRICT=fetch strip || RESTRICT=strip mirror
 
 RDEPEND=



1.47 media-sound/google-musicmanager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   18 Apr 2015 18:43:16 -  1.46
+++ ChangeLog   12 Jul 2015 17:54:27 -  1.47
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/google-musicmanager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 
1.46 2015/04/18 18:43:16 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 
1.47 2015/07/12 17:54:27 ottxor Exp $
+
+*google-musicmanager-1.0.196.8837_beta (12 Jul 2015)
+
+  12 Jul 2015; Christoph Junghans ott...@gentoo.org
+  +google-musicmanager-1.0.196.8837_beta.ebuild,
+  google-musicmanager-1.0.182.3607_beta.ebuild:
+  version bump (bug #554544)
 
 *google-musicmanager-1.0.182.3607_beta (18 Apr 2015)
 



1.1  
media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild?rev=1.1content-type=text/plain

Index: google-musicmanager-1.0.196.8837_beta.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.196.8837_beta.ebuild,v
 1.1 2015/07/12 17:54:27 ottxor Exp $

EAPI=5

inherit eutils unpacker

#http://dl.google.com/linux/musicmanager/deb/dists/stable/main/binary-i386/Packages
MY_URL=http://dl.google.com/linux/musicmanager/deb/pool/main/${P:0:1}/${PN}-beta;
MY_PKG=${PN}-beta_${PV/_beta}-r0_i386.deb

DESCRIPTION=Google Music Manager is a application for adding music to your 
Google Music library
HOMEPAGE=http://music.google.com;
SRC_URI=x86? ( ${MY_URL}/${MY_PKG} )
amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )

LICENSE=Google-TOS Apache-2.0 MIT LGPL-2.1 gSOAP BSD FDL-1.2 MPL-1.1 openssl 
ZLIB libtiff
SLOT=0
KEYWORDS=-* ~amd64 ~x86
IUSE=log

OBSOLETE=no
[[ $OBSOLETE = yes ]]  RESTRICT=fetch strip || RESTRICT=strip mirror

RDEPEND=
dev-libs/expat
dev-qt/qtcore:4
   

[gentoo-commits] gentoo-x86 commit in net-misc/openntpd/files: openntpd-5.7_p1-driftpath.patch openntpd-5.7_p2-adjtimex.patch openntpd-5.7_p2-proctitle.patch openntpd-5.7_p1-gentoopool.patch openntpd-

2015-07-12 Thread Christoph Junghans (ottxor)
ottxor  15/07/12 18:25:36

  Removed:  openntpd-5.7_p1-driftpath.patch
openntpd-5.7_p2-adjtimex.patch
openntpd-5.7_p2-proctitle.patch
openntpd-5.7_p1-gentoopool.patch
openntpd-5.7_p1-runpath.patch
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)



[gentoo-commits] gentoo-x86 commit in dev-lang/ispc: ispc-1.8.2.ebuild ChangeLog

2015-07-12 Thread Christoph Junghans (ottxor)
ottxor  15/07/12 17:57:48

  Modified: ChangeLog
  Added:ispc-1.8.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.22 dev-lang/ispc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   8 Apr 2015 08:22:09 -   1.21
+++ ChangeLog   12 Jul 2015 17:57:48 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/ispc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.21 2015/04/08 
08:22:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.22 2015/07/12 
17:57:48 ottxor Exp $
+
+*ispc-1.8.2 (12 Jul 2015)
+
+  12 Jul 2015; Christoph Junghans ott...@gentoo.org +ispc-1.8.2.ebuild:
+  version bump
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org ispc-1.8.1.ebuild:
   Drop old Python implementations



1.1  dev-lang/ispc/ispc-1.8.2.ebuild

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

Index: ispc-1.8.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.8.2.ebuild,v 1.1 
2015/07/12 17:57:48 ottxor Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit toolchain-funcs python-any-r1

DESCRIPTION=Intel SPMD Program Compiler
HOMEPAGE=http://ispc.github.com/;

if [[ ${PV} = * ]]; then
inherit git-r3
EGIT_REPO_URI=git://github.com/ispc/ispc.git
KEYWORDS=
else
SRC_URI=https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~amd64 ~x86
fi

LICENSE=BSD BSD-2 UoI-NCSA
SLOT=0
IUSE=examples

RDEPEND=
=sys-devel/clang-3.0
=sys-devel/llvm-3.0

DEPEND=
${RDEPEND}
${PYTHON_DEPS}
sys-devel/bison
sys-devel/flex


src_compile() {
sed -i '/^\t@/s/@//' Makefile || die #make all slient commands (@) 
verbose
emake LDFLAGS=${LDFLAGS} OPT=${CXXFLAGS} CXX=$(tc-getCXX) 
CPP=$(tc-getCPP)
}

src_install() {
dobin ispc
dodoc README.rst

if use examples; then
insinto /usr/share/doc/${PF}/examples
docompress -x /usr/share/doc/${PF}/examples
doins -r examples/*
fi
}






[gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-5.0.1.ebuild metadata.xml ChangeLog

2015-07-12 Thread Christoph Junghans (ottxor)
ottxor  15/07/12 18:09:21

  Modified: metadata.xml ChangeLog
  Added:gnuplot-5.0.1.ebuild
  Log:
  version bump, added compat use flag (bug #550370)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.20 sci-visualization/gnuplot/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/metadata.xml?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/metadata.xml?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/metadata.xml?r1=1.19r2=1.20

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/metadata.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- metadata.xml17 Feb 2015 12:07:24 -  1.19
+++ metadata.xml12 Jul 2015 18:09:21 -  1.20
@@ -17,6 +17,7 @@
   primarily for the visual display of scientific data.
 /longdescription
   use
+   flag name=compatEnable backwards compatibility with version 4 
syntax/flag
 flag name=gdAdd support for pkgmedia-libs/gd/pkg.
 Needed for GIF, JPEG, and PNG image output./flag
 flag name=libcerfEnable special functions from 
pkgsci-libs/libcerf/pkg/flag



1.264sci-visualization/gnuplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.264view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.264content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.263r2=1.264

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog   25 May 2015 23:06:22 -  1.263
+++ ChangeLog   12 Jul 2015 18:09:21 -  1.264
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.263 
2015/05/25 23:06:22 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.264 
2015/07/12 18:09:21 ottxor Exp $
+
+*gnuplot-5.0.1 (12 Jul 2015)
+
+  12 Jul 2015; Christoph Junghans ott...@gentoo.org +gnuplot-5.0.1.ebuild,
+  metadata.xml:
+  version bump, added compat use flag (bug #550370)
 
 *gnuplot-4.6.7 (25 May 2015)
 



1.1  sci-visualization/gnuplot/gnuplot-5.0.1.ebuild

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

Index: gnuplot-5.0.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-5.0.1.ebuild,v 1.1 
2015/07/12 18:09:21 ottxor Exp $

EAPI=5

inherit eutils flag-o-matic multilib readme.gentoo toolchain-funcs wxwidgets

DESCRIPTION=Command-line driven interactive plotting program
HOMEPAGE=http://www.gnuplot.info/;

if [[ -z ${PV%%*} ]]; then
inherit autotools cvs
ECVS_SERVER=gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot
ECVS_MODULE=gnuplot
ECVS_BRANCH=branch-5-0-stable
ECVS_USER=anonymous
ECVS_CVS_OPTIONS=-dP
MY_P=${PN}
SRC_URI=
KEYWORDS=
else
MY_P=${P/_/.}
SRC_URI=mirror://sourceforge/gnuplot/${MY_P}.tar.gz
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
inherit autotools
fi

LICENSE=gnuplot bitmap? ( free-noncomm )
SLOT=0
IUSE=aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua 
qt4 readline svga wxwidgets X

RDEPEND=
cairo? (
x11-libs/cairo
x11-libs/pango )
gd? ( =media-libs/gd-2.0.35-r3[png] )
ggi? ( media-libs/libggi )
latex? (
virtual/latex-base
lua? (
dev-tex/pgf
=dev-texlive/texlive-latexrecommended-2008-r2 ) )
libcaca? ( media-libs/libcaca )
lua? ( dev-lang/lua:0 )
qt4? ( =dev-qt/qtcore-4.5:4
=dev-qt/qtgui-4.5:4
=dev-qt/qtsvg-4.5:4 )
readline? ( sys-libs/readline:0 )
libcerf? ( sci-libs/libcerf )
 

[gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: ChangeLog gnuplot-5.0.0.ebuild gnuplot-4.6.4-r2.ebuild gnuplot-4.6.3.ebuild gnuplot-4.6.7.ebuild

2015-07-12 Thread Christoph Junghans (ottxor)
ottxor  15/07/12 18:17:10

  Modified: ChangeLog
  Removed:  gnuplot-5.0.0.ebuild gnuplot-4.6.4-r2.ebuild
gnuplot-4.6.3.ebuild gnuplot-4.6.7.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.265sci-visualization/gnuplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.265view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.265content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.264r2=1.265

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog   12 Jul 2015 18:09:21 -  1.264
+++ ChangeLog   12 Jul 2015 18:17:10 -  1.265
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.264 
2015/07/12 18:09:21 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.265 
2015/07/12 18:17:10 ottxor Exp $
+
+  12 Jul 2015; Christoph Junghans ott...@gentoo.org -gnuplot-4.6.3.ebuild,
+  -gnuplot-4.6.4-r2.ebuild, -gnuplot-4.6.7.ebuild, -gnuplot-5.0.0.ebuild:
+  remove old
 
 *gnuplot-5.0.1 (12 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-5.7_p4-r1.ebuild ChangeLog

2015-07-12 Thread Christoph Junghans (ottxor)
ottxor  15/07/12 18:20:25

  Modified: ChangeLog
  Added:openntpd-5.7_p4-r1.ebuild
  Log:
  fixed uclibc compatibility (bug #554434)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.135net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog   26 May 2015 14:38:12 -  1.134
+++ ChangeLog   12 Jul 2015 18:20:25 -  1.135
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.134 
2015/05/26 14:38:12 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.135 
2015/07/12 18:20:25 ottxor Exp $
+
+*openntpd-5.7_p4-r1 (12 Jul 2015)
+
+  12 Jul 2015; Christoph Junghans ott...@gentoo.org
+  +openntpd-5.7_p4-r1.ebuild:
+  fixed uclibc compatibility (bug #554434)
 
 *openntpd-5.7_p4 (26 May 2015)
 



1.1  net-misc/openntpd/openntpd-5.7_p4-r1.ebuild

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

Index: openntpd-5.7_p4-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/openntpd/openntpd-5.7_p4-r1.ebuild,v 1.1 
2015/07/12 18:20:25 ottxor Exp $

EAPI=5
inherit eutils systemd user

MY_P=${P/_p/p}
DESCRIPTION=Lightweight NTP server ported from OpenBSD
HOMEPAGE=http://www.openntpd.org/;
SRC_URI=mirror://openbsd/OpenNTPD/${MY_P}.tar.gz

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

DEPEND=!=net-misc/ntp-4.2.0-r2
!net-misc/ntp[-openntpd]
RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-ntp )

S=${WORKDIR}/${MY_P}

pkg_setup() {
export NTP_HOME=${NTP_HOME:=/var/lib/openntpd/chroot}
enewgroup ntp
enewuser ntp -1 -1 ${NTP_HOME} ntp

# make sure user has correct HOME as flipping between the standard ntp 
pkg
# and this one was possible in the past
if [[ $(egethome ntp) != ${NTP_HOME} ]]; then
ewarn From this version on, the homedir of the ntp user cannot 
be changed
ewarn dynamically after the installation. For homedir 
different from
ewarn /var/lib/openntpd/chroot set NTP_HOME in your make.conf 
and re-emerge.
esethome ntp ${NTP_HOME}
fi
}

src_prepare() {
# add fail constraints when no libtls patch (accepted upstream)
epatch ${FILESDIR}/${P}-nolibtls.patch
# fix /run path
sed -i 's:/var/run/ntpd:/run/ntpd:g' src/ntpctl.8 src/ntpd.8 || die
sed -i 's:LOCALSTATEDIR /run/ntpd:/run/ntpd:' src/ntpd.h || die
# fix ntpd.drift path
sed -i 's:/var/db/ntpd.drift:/var/lib/openntpd/ntpd.drift:g' src/ntpd.8 
|| die
sed -i 's:/db/ntpd.drift:/openntpd/ntpd.drift:' src/ntpd.h || die
# fix default config to use gentoo pool
sed -i 's:servers pool.ntp.org:#servers pool.ntp.org:' ntpd.conf || die
printf \n# Choose servers announced from Gentoo NTP Pool\nservers 
0.gentoo.pool.ntp.org\nservers 1.gentoo.pool.ntp.org\nservers 
2.gentoo.pool.ntp.org\nservers 3.gentoo.pool.ntp.org\n  ntpd.conf || die
}

src_configure() {
econf --with-privsep-user=ntp
}

src_install() {
default
rm -r ${ED}/var

newinitd ${FILESDIR}/${PN}.init.d-20080406-r6 ntpd
newconfd ${FILESDIR}/${PN}.conf.d-20080406-r6 ntpd

systemd_newunit ${FILESDIR}/${PN}.service-20080406-r4 ntpd.service
}

pkg_postinst() {
# Clean up chroot localtime copy from older versions
if [ -d ${EROOT%/}${NTP_HOME}/etc ] ; then
if [ -f ${EROOT%/}${NTP_HOME}/etc/localtime ] ; then
rm -f ${EROOT%/}${NTP_HOME}/etc/localtime
fi

rmdir ${EROOT%/}${NTP_HOME}/etc ||
ewarn Unable to remove legacy 
${EROOT%/}${NTP_HOME}/etc directory
fi

[[ -f ${EROOT}var/log/ntpd.log ]]  \
ewarn Logfile 

[gentoo-commits] gentoo-x86 commit in sys-fs/snapraid: snapraid-8.1.ebuild ChangeLog

2015-07-12 Thread Christoph Junghans (ottxor)
ottxor  15/07/12 18:08:32

  Modified: ChangeLog
  Added:snapraid-8.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.22 sys-fs/snapraid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   1 Mar 2015 21:12:59 -   1.21
+++ ChangeLog   12 Jul 2015 18:08:32 -  1.22
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/snapraid
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.21 2015/03/01 
21:12:59 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.22 2015/07/12 
18:08:32 ottxor Exp $
+
+*snapraid-8.1 (12 Jul 2015)
+
+  12 Jul 2015; Christoph Junghans ott...@gentoo.org +snapraid-8.1.ebuild:
+  version bump
 
 *snapraid-7.1 (01 Mar 2015)
 



1.1  sys-fs/snapraid/snapraid-8.1.ebuild

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

Index: snapraid-8.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-8.1.ebuild,v 1.1 
2015/07/12 18:08:32 ottxor Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION=a backup program for disk array for home media centers
HOMEPAGE=http://snapraid.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

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

DOCS=( AUTHORS HISTORY README TODO snapraid.conf.example )






[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: ChangeLog openntpd-5.7_p4.ebuild openntpd-5.7_p3.ebuild openntpd-5.7_p2.ebuild

2015-07-12 Thread Christoph Junghans (ottxor)
ottxor  15/07/12 18:25:36

  Modified: ChangeLog
  Removed:  openntpd-5.7_p4.ebuild openntpd-5.7_p3.ebuild
openntpd-5.7_p2.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.136net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   12 Jul 2015 18:20:25 -  1.135
+++ ChangeLog   12 Jul 2015 18:25:36 -  1.136
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.135 
2015/07/12 18:20:25 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.136 
2015/07/12 18:25:36 ottxor Exp $
+
+  12 Jul 2015; Christoph Junghans ott...@gentoo.org
+  -files/openntpd-5.7_p1-driftpath.patch,
+  -files/openntpd-5.7_p1-gentoopool.patch, 
-files/openntpd-5.7_p1-runpath.patch,
+  -files/openntpd-5.7_p2-adjtimex.patch, 
-files/openntpd-5.7_p2-proctitle.patch,
+  -openntpd-5.7_p2.ebuild, -openntpd-5.7_p3.ebuild, -openntpd-5.7_p4.ebuild:
+  remove old
 
 *openntpd-5.7_p4-r1 (12 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: gromacs-5.0.5.ebuild ChangeLog

2015-06-21 Thread Christoph Junghans (ottxor)
ottxor  15/06/21 13:00:24

  Modified: ChangeLog
  Added:gromacs-5.0.5.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.158sci-chemistry/gromacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.158view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.158content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?r1=1.157r2=1.158

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog   8 Mar 2015 00:02:01 -   1.157
+++ ChangeLog   21 Jun 2015 13:00:24 -  1.158
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/gromacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.157 
2015/03/08 00:02:01 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.158 
2015/06/21 13:00:24 ottxor Exp $
+
+*gromacs-5.0.5 (21 Jun 2015)
+
+  21 Jun 2015; Christoph Junghans ott...@gentoo.org +gromacs-5.0.5.ebuild:
+  version bump
 
   08 Mar 2015; Christoph Junghans ott...@gentoo.org -gromacs-4.6.5.ebuild,
   -gromacs-4.6.7.ebuild, metadata.xml:



1.1  sci-chemistry/gromacs/gromacs-5.0.5.ebuild

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

Index: gromacs-5.0.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-5.0.5.ebuild,v 
1.1 2015/06/21 13:00:24 ottxor Exp $

EAPI=5

CMAKE_MAKEFILE_GENERATOR=ninja

inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo 
toolchain-funcs

if [[ $PV = ** ]]; then
EGIT_REPO_URI=git://git.gromacs.org/gromacs.git
https://gerrit.gromacs.org/gromacs.git
git://github.com/gromacs/gromacs.git
http://repo.or.cz/r/gromacs.git;
EGIT_BRANCH=release-5-0
inherit git-r3
KEYWORDS=
else
SRC_URI=ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz
test? ( 
http://gerrit.gromacs.org/download/regressiontests-${PV}.tar.gz )
KEYWORDS=~alpha ~amd64 ~arm ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos
fi

ACCE_IUSE=cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 
cpu_flags_x86_avx cpu_flags_x86_avx2

DESCRIPTION=The ultimate molecular dynamics simulation package
HOMEPAGE=http://www.gromacs.org/;

# see COPYING for details
# http://repo.or.cz/w/gromacs.git/blob/HEAD:/COPYING
#base,vmd plugins, fftpack from numpy,  blas/lapck from netlib, 
   memtestG80 library,  mpi_thread lib
LICENSE=LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? ( BSD 
) ) cuda? ( LGPL-3 ) threads? ( BSD )
SLOT=0/${PV}
IUSE=X blas boost cuda +doc -double-precision +fftw lapack +make-symlinks mkl 
mpi +offensive openmp +single-precision test +threads +tng ${ACCE_IUSE}

CDEPEND=
X? (
x11-libs/libX11
x11-libs/libSM
x11-libs/libICE
)
blas? ( virtual/blas )
boost? ( =dev-libs/boost-1.55 )
cuda? ( =dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
fftw? ( sci-libs/fftw:3.0 )
lapack? ( virtual/lapack )
mkl? ( sci-libs/mkl )
mpi? ( virtual/mpi )

DEPEND=${CDEPEND}
virtual/pkgconfig
doc? (
app-doc/doxygen
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
media-gfx/imagemagick
)
RDEPEND=${CDEPEND}

REQUIRED_USE=
|| ( single-precision double-precision )
cuda? ( single-precision )
mkl? ( !blas !fftw !lapack )

DOCS=( AUTHORS README )

if [[ ${PV} != * ]]; then
S=${WORKDIR}/${PN}-${PV/_/-}
fi

pkg_pretend() {
[[ $(gcc-version) == 4.1 ]]  die gcc 4.1 is not supported by 
gromacs
use openmp  ! tc-has-openmp  \
die Please switch to an openmp compatible compiler
}

src_unpack() {
if [[ ${PV} != * ]]; then
default
else
git-r3_src_unpack
if use test; then

EGIT_REPO_URI=git://git.gromacs.org/regressiontests.git \
EGIT_BRANCH=master 

[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog multilib.eclass

2015-05-26 Thread Christoph Junghans (ottxor)
ottxor  15/05/26 14:25:16

  Modified: ChangeLog multilib.eclass
  Log:
  export FC/F77 for multilib support

Revision  ChangesPath
1.1624   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1623
retrieving revision 1.1624
diff -u -r1.1623 -r1.1624
--- ChangeLog   25 May 2015 18:18:00 -  1.1623
+++ ChangeLog   26 May 2015 14:25:16 -  1.1624
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1623 2015/05/25 
18:18:00 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1624 2015/05/26 
14:25:16 ottxor Exp $
+
+  26 May 2015; Christoph Junghans ott...@gentoo.org multilib.eclass:
+  export FC/F77 for multilib support
 
   25 May 2015; Andreas K. Huettel dilfri...@gentoo.org perl-module.eclass:
   Remove long-deprecated and just dieing function stubs



1.107eclass/multilib.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib.eclass?rev=1.107view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib.eclass?rev=1.107content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/multilib.eclass?r1=1.106r2=1.107

Index: multilib.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- multilib.eclass 11 Jul 2014 08:21:58 -  1.106
+++ multilib.eclass 26 May 2015 14:25:16 -  1.107
@@ -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/eclass/multilib.eclass,v 1.106 2014/07/11 
08:21:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.107 2015/05/26 
14:25:16 ottxor Exp $
 
 # @ECLASS: multilib.eclass
 # @MAINTAINER:
@@ -415,7 +415,7 @@
 
# First restore any saved state we have laying around.
if [[ ${_DEFAULT_ABI_SAVED} == true ]] ; then
-   for v in CHOST CBUILD AS CC CXX LD PKG_CONFIG_{LIBDIR,PATH} ; do
+   for v in CHOST CBUILD AS CC CXX F77 FC LD 
PKG_CONFIG_{LIBDIR,PATH} ; do
vv=_abi_saved_${v}
[[ ${!vv+set} == set ]]  export ${v}=${!vv} || 
unset ${v}
unset ${vv}
@@ -427,7 +427,7 @@
# screws up ccache and distcc.  See #196243 for more info.
if [[ ${ABI} != ${DEFAULT_ABI} ]] ; then
# Back that multilib-ass up so we can restore it later
-   for v in CHOST CBUILD AS CC CXX LD PKG_CONFIG_{LIBDIR,PATH} ; do
+   for v in CHOST CBUILD AS CC CXX F77 FC LD 
PKG_CONFIG_{LIBDIR,PATH} ; do
vv=_abi_saved_${v}
[[ ${!v+set} == set ]]  export ${vv}=${!v} || 
unset ${vv}
done
@@ -438,6 +438,8 @@
export CHOST=$(get_abi_CHOST ${DEFAULT_ABI})
export CC=$(tc-getCC) $(get_abi_CFLAGS)
export CXX=$(tc-getCXX) $(get_abi_CFLAGS)
+   export F77=$(tc-getF77) $(get_abi_CFLAGS)
+   export FC=$(tc-getFC) $(get_abi_CFLAGS)
export LD=$(tc-getLD) $(get_abi_LDFLAGS)
export CHOST=$(get_abi_CHOST $1)
export CBUILD=$(get_abi_CHOST $1)






[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-5.7_p4.ebuild ChangeLog

2015-05-26 Thread Christoph Junghans (ottxor)
ottxor  15/05/26 14:38:12

  Modified: ChangeLog
  Added:openntpd-5.7_p4.ebuild
  Log:
  version bump (bug #545468)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.134net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   26 May 2015 14:31:03 -  1.133
+++ ChangeLog   26 May 2015 14:38:12 -  1.134
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.133 
2015/05/26 14:31:03 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.134 
2015/05/26 14:38:12 ottxor Exp $
+
+*openntpd-5.7_p4 (26 May 2015)
+
+  26 May 2015; Christoph Junghans ott...@gentoo.org
+  +files/openntpd-5.7_p4-nolibtls.patch, +openntpd-5.7_p4.ebuild:
+  version bump (bug #545468)
 
   26 May 2015; Christoph Junghans ott...@gentoo.org
   openntpd-4.0_pre20080406.ebuild:



1.1  net-misc/openntpd/openntpd-5.7_p4.ebuild

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

Index: openntpd-5.7_p4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-5.7_p4.ebuild,v 
1.1 2015/05/26 14:38:12 ottxor Exp $

EAPI=5
inherit eutils systemd user

MY_P=${P/_p/p}
DESCRIPTION=Lightweight NTP server ported from OpenBSD
HOMEPAGE=http://www.openntpd.org/;
SRC_URI=mirror://openbsd/OpenNTPD/${MY_P}.tar.gz

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

DEPEND=!=net-misc/ntp-4.2.0-r2
!net-misc/ntp[-openntpd]
RDEPEND=${DEPEND}
selinux? ( sec-policy/selinux-ntp )

S=${WORKDIR}/${MY_P}

pkg_setup() {
export NTP_HOME=${NTP_HOME:=/var/lib/openntpd/chroot}
enewgroup ntp
enewuser ntp -1 -1 ${NTP_HOME} ntp

# make sure user has correct HOME as flipping between the standard ntp 
pkg
# and this one was possible in the past
if [[ $(egethome ntp) != ${NTP_HOME} ]]; then
ewarn From this version on, the homedir of the ntp user cannot 
be changed
ewarn dynamically after the installation. For homedir 
different from
ewarn /var/lib/openntpd/chroot set NTP_HOME in your make.conf 
and re-emerge.
esethome ntp ${NTP_HOME}
fi
}

src_prepare() {
# add fail constraints when no libtls patch (accepted upstream)
epatch ${FILESDIR}/${P}-nolibtls.patch
# fix /run path
sed -i 's:/var/run/ntpd:/run/ntpd:g' src/ntpctl.8 src/ntpd.8 || die
sed -i 's:LOCALSTATEDIR /run/ntpd:/run/ntpd:' src/ntpd.h || die
# fix ntpd.drift path
sed -i 's:/var/db/ntpd.drift:/var/lib/openntpd/ntpd.drift:g' src/ntpd.8 
|| die
sed -i 's:/db/ntpd.drift:/openntpd/ntpd.drift:' src/ntpd.h || die
# fix default config to use gentoo pool
sed -i 's:servers pool.ntp.org:#servers pool.ntp.org:' ntpd.conf || die
printf \n# Choose servers announced from Gentoo NTP Pool\nservers 
0.gentoo.pool.ntp.org\nservers 1.gentoo.pool.ntp.org\nservers 
2.gentoo.pool.ntp.org\nservers 3.gentoo.pool.ntp.org\n  ntpd.conf || die
}

src_configure() {
econf --with-privsep-user=ntp
}

src_install() {
default
rm -r ${ED}/var

newinitd ${FILESDIR}/${PN}.init.d-20080406-r6 ntpd
newconfd ${FILESDIR}/${PN}.conf.d-20080406-r6 ntpd

systemd_newunit ${FILESDIR}/${PN}.service-20080406-r4 ntpd.service
}

pkg_config() {
einfo Setting up chroot for ntp in ${NTP_HOME}
# remove localtime file from previous installations
rm -f ${EROOT%/}${NTP_HOME}/etc/localtime
mkdir -p ${EROOT%/}${NTP_HOME}/etc
if ! ln ${EROOT%/}/etc/localtime 
${EROOT%/}${NTP_HOME}/etc/localtime ; then
cp ${EROOT%/}/etc/localtime 
${EROOT%/}${NTP_HOME}/etc/localtime || die
einfo We could not create a hardlink from /etc/localtime to 

[gentoo-commits] gentoo-x86 commit in net-misc/openntpd/files: openntpd-5.7_p4-nolibtls.patch

2015-05-26 Thread Christoph Junghans (ottxor)
ottxor  15/05/26 14:38:12

  Added:openntpd-5.7_p4-nolibtls.patch
  Log:
  version bump (bug #545468)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  net-misc/openntpd/files/openntpd-5.7_p4-nolibtls.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p4-nolibtls.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p4-nolibtls.patch?rev=1.1content-type=text/plain

Index: openntpd-5.7_p4-nolibtls.patch
===
diff -u -r openntpd-5.7p4-orig/src/config.c openntpd-5.7p4/src/config.c
--- openntpd-5.7p4-orig/src/config.c2015-03-24 18:18:56.0 -0700
+++ openntpd-5.7p4/src/config.c 2015-05-25 16:48:59.0 -0700
@@ -218,6 +218,9 @@
fatal(new_constraint calloc);
p-id = ++constraint_maxid;
 
+#ifndef HAVE_LIBTLS
+   fatal(constraint configured without libtls support);
+#endif
return (p);
 }
 
diff -u -r openntpd-5.7p4-orig/src/ntp.c openntpd-5.7p4/src/ntp.c
--- openntpd-5.7p4-orig/src/ntp.c   2015-03-11 19:15:36.0 -0700
+++ openntpd-5.7p4/src/ntp.c2015-05-25 16:48:59.0 -0700
@@ -110,12 +110,14 @@
return (pid);
}
 
+#ifdef HAVE_LIBTLS
tls_init();
 
/* Verification will be turned off if CA is not found */
if ((conf-ca = tls_load_file(CONSTRAINT_CA,
conf-ca_len, NULL)) == NULL)
log_warnx(constraint certificate verification turned off);
+#endif
 
/* in this case the parent didn't init logging and didn't daemonize */
if (nconf-settime  !nconf-debug) {
diff -u -r openntpd-5.7p4-orig/src/ntpd.conf.5 openntpd-5.7p4/src/ntpd.conf.5
--- openntpd-5.7p4-orig/src/ntpd.conf.5 2015-03-24 18:18:56.0 -0700
+++ openntpd-5.7p4/src/ntpd.conf.5  2015-05-25 16:48:59.0 -0700
@@ -192,8 +192,11 @@
 .Sq Man-In-The-Middle
 attacks.
 Received NTP packets with time information falling outside of a range
-near the constraint will be discarded and such NTP servers
-will be marked as invalid.
+near the constraint will be discarded and such NTP servers will be marked as
+invalid. Contraints are only available if
+.Xr ntpd 8
+has been compiled with libtls support. Configuring a constraint without libtls
+support will result in a fatal error.
 .Bl -tag -width Ds
 .It Ic constraint from Ar url
 Specify the URL, IP address or the hostname of an HTTPS server to
Only in openntpd-5.7p4/src: ntpd.conf.5.orig






[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-4.0_pre20080406.ebuild ChangeLog

2015-05-26 Thread Christoph Junghans (ottxor)
ottxor  15/05/26 14:31:03

  Modified: openntpd-4.0_pre20080406.ebuild ChangeLog
  Log:
  silence rmdir (bug #544016)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.4  net-misc/openntpd/openntpd-4.0_pre20080406.ebuild

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

Index: openntpd-4.0_pre20080406.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openntpd-4.0_pre20080406.ebuild 4 Apr 2015 06:55:42 -   1.3
+++ openntpd-4.0_pre20080406.ebuild 26 May 2015 14:31:03 -  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/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.3 
2015/04/04 06:55:42 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.4 
2015/05/26 14:31:03 ottxor Exp $
 
 EAPI=5
 
@@ -96,7 +96,7 @@
 
# bug #226491, remove =openntpd-20080406-r7 trash
rm -f ${EROOT%/}${NTP_HOME}etc/localtime
-   rmdir ${EROOT%/}${NTP_HOME}etc
+   [-d ${EROOT%/}${NTP_HOME}etc ]  rmdir ${EROOT%/}${NTP_HOME}etc
 }
 
 pkg_postrm() {



1.133net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog   4 Apr 2015 06:55:42 -   1.132
+++ ChangeLog   26 May 2015 14:31:03 -  1.133
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.132 
2015/04/04 06:55:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.133 
2015/05/26 14:31:03 ottxor Exp $
+
+  26 May 2015; Christoph Junghans ott...@gentoo.org
+  openntpd-4.0_pre20080406.ebuild:
+  silence rmdir (bug #544016)
 
   04 Apr 2015; Mike Frysinger vap...@gentoo.org
   openntpd-4.0_pre20080406.ebuild:






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog

2015-05-26 Thread Christoph Junghans (ottxor)
ottxor  15/05/26 14:29:44

  Modified: ChangeLog
  Log:
  added missing bug reference

Revision  ChangesPath
1.1625   eclass/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1624
retrieving revision 1.1625
diff -u -r1.1624 -r1.1625
--- ChangeLog   26 May 2015 14:25:16 -  1.1624
+++ ChangeLog   26 May 2015 14:29:44 -  1.1625
@@ -1,9 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1624 2015/05/26 
14:25:16 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1625 2015/05/26 
14:29:44 ottxor Exp $
 
   26 May 2015; Christoph Junghans ott...@gentoo.org multilib.eclass:
-  export FC/F77 for multilib support
+  export FC/F77 for multilib support (bug #540294)
 
   25 May 2015; Andreas K. Huettel dilfri...@gentoo.org perl-module.eclass:
   Remove long-deprecated and just dieing function stubs






[gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-4.6.7.ebuild ChangeLog gnuplot-4.6.6.ebuild

2015-05-25 Thread Christoph Junghans (ottxor)
ottxor  15/05/25 23:06:22

  Modified: ChangeLog
  Added:gnuplot-4.6.7.ebuild
  Removed:  gnuplot-4.6.6.ebuild
  Log:
  legacy version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.263sci-visualization/gnuplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.263view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.263content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.262r2=1.263

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog   17 Feb 2015 17:35:51 -  1.262
+++ ChangeLog   25 May 2015 23:06:22 -  1.263
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.262 
2015/02/17 17:35:51 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.263 
2015/05/25 23:06:22 ottxor Exp $
+
+*gnuplot-4.6.7 (25 May 2015)
+
+  25 May 2015; Christoph Junghans ott...@gentoo.org +gnuplot-4.6.7.ebuild,
+  -gnuplot-4.6.6.ebuild:
+  legacy version bump
 
   17 Feb 2015; Michael Haubenwallner ha...@gentoo.org gnuplot-4.6.6.ebuild,
   gnuplot-5.0.0.ebuild:



1.1  sci-visualization/gnuplot/gnuplot-4.6.7.ebuild

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

Index: gnuplot-4.6.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.6.7.ebuild,v 1.1 
2015/05/25 23:06:22 ottxor Exp $

EAPI=5

inherit eutils flag-o-matic multilib readme.gentoo toolchain-funcs wxwidgets

DESCRIPTION=Command-line driven interactive plotting program
HOMEPAGE=http://www.gnuplot.info/;

if [[ -z ${PV%%*} ]]; then
inherit autotools cvs
ECVS_SERVER=gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot
ECVS_MODULE=gnuplot
ECVS_BRANCH=branch-4-6-stable
ECVS_USER=anonymous
ECVS_CVS_OPTIONS=-dP
MY_P=${PN}
SRC_URI=
else
MY_P=${P/_/.}
SRC_URI=mirror://sourceforge/gnuplot/${MY_P}.tar.gz
mirror://gentoo/${PN}.info-4.6.2.tar.xz
fi

LICENSE=gnuplot bitmap? ( free-noncomm )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=aqua bitmap cairo doc examples +gd ggi latex lua qt4 readline svga 
wxwidgets X

RDEPEND=
cairo? (
x11-libs/cairo
x11-libs/pango )
gd? ( =media-libs/gd-2.0.35-r3[png] )
ggi? ( media-libs/libggi )
latex? (
virtual/latex-base
lua? (
dev-tex/pgf
=dev-texlive/texlive-latexrecommended-2008-r2 ) )
lua? ( dev-lang/lua:0 )
qt4? ( =dev-qt/qtcore-4.5:4
=dev-qt/qtgui-4.5:4
=dev-qt/qtsvg-4.5:4 )
readline? ( sys-libs/readline:0 )
svga? ( media-libs/svgalib )
wxwidgets? (
x11-libs/wxGTK:2.8[X]
x11-libs/cairo
x11-libs/pango
x11-libs/gtk+:2 )
X? ( x11-libs/libXaw )
DEPEND=${RDEPEND}
virtual/pkgconfig
doc? (
virtual/latex-base
dev-texlive/texlive-latexextra
app-text/ghostscript-gpl )

S=${WORKDIR}/${MY_P}

GP_VERSION=${PV%.*}
E_SITEFILE=lisp/50${PN}-gentoo.el
TEXMF=${EPREFIX}/usr/share/texmf-site

src_prepare() {
if [[ -n ${PV%%*} ]]; then
epatch ${FILESDIR}/${PN}-4.6.2-gdversion.patch #462996
mv ${WORKDIR}/gnuplot-4.6.2/docs/gnuplot.info docs || die
touch docs/gnuplot.info || die #464092#c12 and #466758
else
local dir
for dir in config demo m4 term tutorial; do
emake -C $dir -f Makefile.am.in Makefile.am
done
eautoreconf
fi

# Add special version identification as required by provision 2
# of the gnuplot license
sed -i -e 1s/.*/ (Gentoo revision ${PR})/ PATCHLEVEL || die

[gentoo-commits] gentoo-x86 commit in sys-cluster/openmpi: openmpi-1.8.4-r3.ebuild ChangeLog

2015-05-10 Thread Christoph Junghans (ottxor)
ottxor  15/05/10 22:33:19

  Modified: ChangeLog
  Added:openmpi-1.8.4-r3.ebuild
  Log:
  added multilib support
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.132sys-cluster/openmpi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog   17 Feb 2015 01:17:41 -  1.131
+++ ChangeLog   10 May 2015 22:33:19 -  1.132
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/openmpi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.131 
2015/02/17 01:17:41 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.132 
2015/05/10 22:33:19 ottxor Exp $
+
+*openmpi-1.8.4-r3 (10 May 2015)
+
+  10 May 2015; Christoph Junghans ott...@gentoo.org +openmpi-1.8.4-r3.ebuild:
+  added multilib support
 
 *openmpi-1.8.4-r2 (17 Feb 2015)
 



1.1  sys-cluster/openmpi/openmpi-1.8.4-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.4-r3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.4-r3.ebuild?rev=1.1content-type=text/plain

Index: openmpi-1.8.4-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.8.4-r3.ebuild,v 1.1 
2015/05/10 22:33:19 ottxor Exp $

EAPI=5

FORTRAN_NEEDED=fortran

inherit autotools cuda eutils flag-o-matic fortran-2 multilib toolchain-funcs 
versionator multilib-minimal

MY_P=${P/-mpi}
S=${WORKDIR}/${MY_P}

IUSE_OPENMPI_FABRICS=
openmpi_fabrics_ofed
openmpi_fabrics_knem
openmpi_fabrics_open-mx
openmpi_fabrics_psm

IUSE_OPENMPI_RM=
openmpi_rm_pbs
openmpi_rm_slurm

IUSE_OPENMPI_OFED_FEATURES=
openmpi_ofed_features_control-hdr-padding
openmpi_ofed_features_connectx-xrc
openmpi_ofed_features_udcm
openmpi_ofed_features_rdmacm
openmpi_ofed_features_dynamic-sl
openmpi_ofed_features_failover

DESCRIPTION=A high-performance message passing library (MPI)
HOMEPAGE=http://www.open-mpi.org;
SRC_URI=http://www.open-mpi.org/software/ompi/v$(get_version_component_range 
1-2)/downloads/${MY_P}.tar.bz2
LICENSE=BSD
SLOT=0
KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux
IUSE=cma cuda +cxx elibc_FreeBSD fortran heterogeneous ipv6 mpi-threads numa 
romio threads vt
${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} 
${IUSE_OPENMPI_OFED_FEATURES}

REQUIRED_USE=openmpi_rm_slurm? ( !openmpi_rm_pbs )
openmpi_rm_pbs? ( !openmpi_rm_slurm )
openmpi_fabrics_psm? ( openmpi_fabrics_ofed )
openmpi_ofed_features_control-hdr-padding? ( openmpi_fabrics_ofed )
openmpi_ofed_features_connectx-xrc? ( openmpi_fabrics_ofed )
openmpi_ofed_features_udcm? ( openmpi_fabrics_ofed )
openmpi_ofed_features_rdmacm? ( openmpi_fabrics_ofed )
openmpi_ofed_features_dynamic-sl? ( openmpi_fabrics_ofed )
openmpi_ofed_features_failover? ( openmpi_fabrics_ofed )

MPI_UNCLASSED_DEP_STR=
vt? (
!dev-libs/libotf
!app-text/lcdf-typetools
)

# dev-util/nvidia-cuda-toolkit is always multilib
RDEPEND=
!sys-cluster/mpich
!sys-cluster/mpich2
!sys-cluster/mpiexec
=dev-libs/libevent-2.0.21[${MULTILIB_USEDEP}]
dev-libs/libltdl:0[${MULTILIB_USEDEP}]
=sys-apps/hwloc-1.10.0-r2[${MULTILIB_USEDEP},numa?]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
cuda? ( =dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
elibc_FreeBSD? ( dev-libs/libexecinfo )
openmpi_fabrics_ofed? ( sys-infiniband/ofed )
openmpi_fabrics_knem? ( sys-cluster/knem )
openmpi_fabrics_open-mx? ( sys-cluster/open-mx )
openmpi_fabrics_psm? ( sys-infiniband/infinipath-psm )
openmpi_rm_pbs? ( sys-cluster/torque )
openmpi_rm_slurm? ( sys-cluster/slurm )
openmpi_ofed_features_rdmacm? ( sys-infiniband/librdmacm )

DEPEND=${RDEPEND}

MULTILIB_WRAPPED_HEADERS=(
/usr/include/mpi.h
)

pkg_setup() {
fortran-2_pkg_setup

if use mpi-threads; then
echo
   

[gentoo-commits] gentoo-x86 commit in media-sound/google-musicmanager: google-musicmanager-1.0.129.6633_beta.ebuild google-musicmanager-1.0.182.3607_beta.ebuild ChangeLog

2015-04-18 Thread Christoph Junghans (ottxor)
ottxor  15/04/18 18:43:16

  Modified: google-musicmanager-1.0.129.6633_beta.ebuild
ChangeLog
  Added:google-musicmanager-1.0.182.3607_beta.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.4  
media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild?r1=1.3r2=1.4

Index: google-musicmanager-1.0.129.6633_beta.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- google-musicmanager-1.0.129.6633_beta.ebuild12 Oct 2014 08:59:08 
-  1.3
+++ google-musicmanager-1.0.129.6633_beta.ebuild18 Apr 2015 18:43:16 
-  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/media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild,v
 1.3 2014/10/12 08:59:08 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.129.6633_beta.ebuild,v
 1.4 2015/04/18 18:43:16 ottxor Exp $
 
 EAPI=5
 
@@ -20,7 +20,7 @@
 KEYWORDS=-* amd64 x86
 IUSE=log
 
-OBSOLETE=no
+OBSOLETE=yes
 [[ $OBSOLETE = yes ]]  RESTRICT=fetch strip || RESTRICT=strip mirror
 
 RDEPEND=



1.46 media-sound/google-musicmanager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/ChangeLog?rev=1.46view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/ChangeLog?rev=1.46content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/ChangeLog?r1=1.45r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   14 Oct 2014 20:11:45 -  1.45
+++ ChangeLog   18 Apr 2015 18:43:16 -  1.46
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/google-musicmanager
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 
1.45 2014/10/14 20:11:45 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/ChangeLog,v 
1.46 2015/04/18 18:43:16 ottxor Exp $
+
+*google-musicmanager-1.0.182.3607_beta (18 Apr 2015)
+
+  18 Apr 2015; Christoph Junghans ott...@gentoo.org
+  +google-musicmanager-1.0.182.3607_beta.ebuild,
+  google-musicmanager-1.0.129.6633_beta.ebuild:
+  version bump
 
   14 Oct 2014; Christoph Junghans ott...@gentoo.org
   -google-musicmanager-1.0.117.4968_beta.ebuild,



1.1  
media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild?rev=1.1content-type=text/plain

Index: google-musicmanager-1.0.182.3607_beta.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.182.3607_beta.ebuild,v
 1.1 2015/04/18 18:43:16 ottxor Exp $

EAPI=5

inherit eutils unpacker

#http://dl.google.com/linux/musicmanager/deb/dists/stable/main/binary-i386/Packages
MY_URL=http://dl.google.com/linux/musicmanager/deb/pool/main/${P:0:1}/${PN}-beta;
MY_PKG=${PN}-beta_${PV/_beta}-r0_i386.deb

DESCRIPTION=Google Music Manager is a application for adding music to your 
Google Music library
HOMEPAGE=http://music.google.com;
SRC_URI=x86? ( ${MY_URL}/${MY_PKG} )
amd64? ( ${MY_URL}/${MY_PKG/i386/amd64} )

LICENSE=Google-TOS Apache-2.0 MIT LGPL-2.1 gSOAP BSD FDL-1.2 MPL-1.1 openssl 
ZLIB libtiff
SLOT=0
KEYWORDS=-* ~amd64 ~x86
IUSE=log

OBSOLETE=no
[[ 

[gentoo-commits] gentoo-x86 commit in sys-cluster/hpx: hpx-0.9.10.ebuild ChangeLog

2015-04-18 Thread Christoph Junghans (ottxor)
ottxor  15/04/18 18:15:24

  Modified: hpx-0.9.10.ebuild ChangeLog
  Log:
  drop old python version, fixed deps
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sys-cluster/hpx/hpx-0.9.10.ebuild

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

Index: hpx-0.9.10.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/hpx/hpx-0.9.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hpx-0.9.10.ebuild   14 Apr 2015 11:03:14 -  1.1
+++ hpx-0.9.10.ebuild   18 Apr 2015 18:15:24 -  1.2
@@ -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/sys-cluster/hpx/hpx-0.9.10.ebuild,v 1.1 
2015/04/14 11:03:14 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpx/hpx-0.9.10.ebuild,v 1.2 
2015/04/18 18:15:24 ottxor Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit cmake-utils fortran-2 multilib python-single-r1 versionator
 
@@ -31,6 +31,7 @@
 DEPEND=${RDEPEND}
virtual/pkgconfig
test? ( dev-lang/python )
+   doc? ( =dev-libs/boost-1.56.0-r1[tools] )
 
 REQUIRED_USE=test? ( ${PYTHON_REQUIRED_USE} )
jemalloc? ( !perftools !tbb )



1.6  sys-cluster/hpx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/hpx/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   14 Apr 2015 11:03:14 -  1.5
+++ ChangeLog   18 Apr 2015 18:15:24 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/hpx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpx/ChangeLog,v 1.5 2015/04/14 
11:03:14 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpx/ChangeLog,v 1.6 2015/04/18 
18:15:24 ottxor Exp $
+
+  18 Apr 2015; Christoph Junghans ott...@gentoo.org hpx-0.9.10.ebuild:
+  drop old python version, fixed deps
 
 *hpx-0.9.10 (14 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-libs/libcerf: libcerf-1.4.ebuild ChangeLog

2015-04-18 Thread Christoph Junghans (ottxor)
ottxor  15/04/19 00:50:17

  Modified: ChangeLog
  Added:libcerf-1.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.8  sci-libs/libcerf/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   17 Oct 2014 14:44:01 -  1.7
+++ ChangeLog   19 Apr 2015 00:50:17 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/libcerf
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.7 2014/10/17 
14:44:01 klausman Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.8 2015/04/19 
00:50:17 ottxor Exp $
+
+*libcerf-1.4 (19 Apr 2015)
+
+  19 Apr 2015; Christoph Junghans ott...@gentoo.org +libcerf-1.4.ebuild:
+  version bump
 
   17 Oct 2014; Tobias Klausmann klaus...@gentoo.org libcerf-1.3.ebuild:
   Stable on alpha, bug 517726



1.1  sci-libs/libcerf/libcerf-1.4.ebuild

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

Index: libcerf-1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.4.ebuild,v 1.1 
2015/04/19 00:50:17 ottxor Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION=library that provides an efficient and accurate implementation of 
complex error functions
HOMEPAGE=http://apps.jcns.fz-juelich.de/doku/sc/libcerf;
SRC_URI=http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz;

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos
IUSE=doc static-libs test

src_install() {
autotools-utils_src_install
mv ${ED}/usr/share/man/man3/{,${PN}-}cerf.3 || die #collision with 
sys-apps/man-pages
use doc || rm ${ED}/usr/share/doc/${P}/*.html || die
}






[gentoo-commits] gentoo-x86 commit in dev-tex/latexdiff: latexdiff-1.1.0.ebuild ChangeLog

2015-04-15 Thread Christoph Junghans (ottxor)
ottxor  15/04/15 23:30:16

  Modified: ChangeLog
  Added:latexdiff-1.1.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.29 dev-tex/latexdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   28 Feb 2015 21:25:14 -  1.28
+++ ChangeLog   15 Apr 2015 23:30:16 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/latexdiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.28 
2015/02/28 21:25:14 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.29 
2015/04/15 23:30:16 ottxor Exp $
+
+*latexdiff-1.1.0 (15 Apr 2015)
+
+  15 Apr 2015; Christoph Junghans ott...@gentoo.org +latexdiff-1.1.0.ebuild:
+  version bump
 
 *latexdiff-1.0.4 (28 Feb 2015)
 



1.1  dev-tex/latexdiff/latexdiff-1.1.0.ebuild

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

Index: latexdiff-1.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-1.1.0.ebuild,v 
1.1 2015/04/15 23:30:16 ottxor Exp $

EAPI=5

DESCRIPTION=Compare two latex files and mark up significant differences
HOMEPAGE=http://www.ctan.org/tex-archive/support/latexdiff/ 
https://github.com/ftilmann/latexdiff/;
SRC_URI=http://mirror.ctan.org/support/${PN}.zip - ${P}.zip

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

IUSE=

RDEPEND==dev-lang/perl-5.8
dev-perl/Algorithm-Diff
DEPEND=${RDEPEND}
app-arch/unzip

S=${WORKDIR}/${PN}

src_test() {
emake test-ext
}

src_install() {
dobin latexdiff latexrevise latexdiff-vc
doman latexdiff.1 latexrevise.1 latexdiff-vc.1
dodoc README doc/latexdiff-man.pdf
}






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

2015-04-03 Thread Christoph Junghans (ottxor)
ottxor  15/04/03 17:01:58

  Modified: ChangeLog package.mask
  Log:
  = dragonegg-3.6 fails to build (bug #543644)

Revision  ChangesPath
1.9905   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9904
retrieving revision 1.9905
diff -u -r1.9904 -r1.9905
--- ChangeLog   3 Apr 2015 16:56:48 -   1.9904
+++ ChangeLog   3 Apr 2015 17:01:58 -   1.9905
@@ -1,12 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9904 2015/04/03 
16:56:48 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9905 2015/04/03 
17:01:58 ottxor Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
   03 Apr 2015; Christoph Junghans ott...@gentoo.org package.mask:
+  = dragonegg-3.6 fails to build (bug #543644)
+
+  03 Apr 2015; Christoph Junghans ott...@gentoo.org package.mask:
   sci-libs/openmm: removed (bug #536406)
 
   03 Apr 2015; Mikle Kolyada zlog...@gentoo.org package.mask:



1.16460  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16459
retrieving revision 1.16460
diff -u -r1.16459 -r1.16460
--- package.mask3 Apr 2015 16:56:48 -   1.16459
+++ package.mask3 Apr 2015 17:01:58 -   1.16460
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16459 2015/04/03 
16:56:48 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16460 2015/04/03 
17:01:58 ottxor Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Christoph Junghans ott...@gentoo.org (3 Apr 2015)
+# Dead upstream. Fails to build (bug #543644).
+=sys-devel/dragonegg-3.6
+
 # Mikle Kolyada zlog...@gentoo.org (2 Apr 2015)
 # Dead upstream. Fails tests (byg #442770).
 # Doesn't build with never perl versions.






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

2015-04-03 Thread Christoph Junghans (ottxor)
ottxor  15/04/03 16:56:49

  Modified: ChangeLog package.mask
  Log:
  sci-libs/openmm: removed (bug #536406)

Revision  ChangesPath
1.9904   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9903
retrieving revision 1.9904
diff -u -r1.9903 -r1.9904
--- ChangeLog   3 Apr 2015 09:22:02 -   1.9903
+++ ChangeLog   3 Apr 2015 16:56:48 -   1.9904
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9903 2015/04/03 
09:22:02 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9904 2015/04/03 
16:56:48 ottxor Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  03 Apr 2015; Christoph Junghans ott...@gentoo.org package.mask:
+  sci-libs/openmm: removed (bug #536406)
+
   03 Apr 2015; Mikle Kolyada zlog...@gentoo.org package.mask:
   Mask dev-perl/Apache-AuthTicket for removal
 



1.16459  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16458
retrieving revision 1.16459
diff -u -r1.16458 -r1.16459
--- package.mask3 Apr 2015 09:22:02 -   1.16458
+++ package.mask3 Apr 2015 16:56:48 -   1.16459
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16458 2015/04/03 
09:22:02 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16459 2015/04/03 
16:56:48 ottxor Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -540,11 +540,6 @@
 dev-ruby/amazon-ec2
 dev-ruby/test-spec
 
-# Christoph Junghans ott...@gentoo.org (7 Mar 2015)
-# Fails to build (bug #536406); nothing in the tree uses it.
-# Masked for removal in 30 days
-sci-libs/openmm
-
 # James Le Cuirot ch...@gentoo.org (6 Mar 2015)
 # A Jackon library that was part of v1 but not v2. Nothing in the tree
 # has ever required v1. Removal in 30 days.






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

2015-04-03 Thread Christoph Junghans (ottxor)
ottxor  15/04/03 17:06:40

  Modified: ChangeLog package.use.mask
  Log:
  masked sys-devel/byfl[dragonegg]

Revision  ChangesPath
1.788profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.787
retrieving revision 1.788
diff -u -r1.787 -r1.788
--- ChangeLog   2 Apr 2015 19:04:14 -   1.787
+++ ChangeLog   3 Apr 2015 17:06:40 -   1.788
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.787 2015/04/02 
19:04:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.788 2015/04/03 
17:06:40 ottxor Exp $
+
+  03 Apr 2015; Christoph Junghans ott...@gentoo.org package.use.mask:
+  masked sys-devel/byfl[dragonegg]
 
   02 Apr 2015; mgo...@gentoo.org package.use.mask:
   Mask freevo[directfb] due to unsolvable deps, bug #545246.



1.667profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.666
retrieving revision 1.667
diff -u -r1.666 -r1.667
--- package.use.mask2 Apr 2015 19:04:14 -   1.666
+++ package.use.mask3 Apr 2015 17:06:40 -   1.667
@@ -1,10 +1,14 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.666 
2015/04/02 19:04:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.667 
2015/04/03 17:06:40 ottxor Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
 
+# Christoph Junghans ott...@gentoo.org (03 Apr 2015)
+# =~sys-devel/dragonegg-3.6 is broken (bug #543644)
+sys-devel/byfl dragonegg
+
 # Michał Górny mgo...@gentoo.org (02 Apr 2015)
 # DirectFB support was removed from libsdl, mask the relevant flag
 # due to unsolvable deps, bug #545246.






[gentoo-commits] gentoo-x86 commit in sci-libs/openmm: ChangeLog Manifest metadata.xml openmm-5.0.1-r2.ebuild openmm-5.1-r2.ebuild

2015-04-03 Thread Christoph Junghans (ottxor)
ottxor  15/04/03 16:55:06

  Removed:  ChangeLog Manifest metadata.xml
openmm-5.0.1-r2.ebuild openmm-5.1-r2.ebuild
  Log:
  sci-libs/openmm: removed (bug #536406)



[gentoo-commits] gentoo-x86 commit in sys-devel/byfl: metadata.xml byfl-9999.ebuild byfl-1.2.ebuild ChangeLog byfl-1.1.ebuild

2015-04-03 Thread Christoph Junghans (ottxor)
ottxor  15/04/03 19:46:52

  Modified: metadata.xml byfl-.ebuild ChangeLog
  Added:byfl-1.2.ebuild
  Removed:  byfl-1.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sys-devel/byfl/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/metadata.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/metadata.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/metadata.xml?r1=1.1r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml5 Nov 2013 20:38:23 -   1.1
+++ metadata.xml3 Apr 2015 19:46:52 -   1.2
@@ -5,4 +5,7 @@
emailott...@gentoo.org/email
nameChristoph Junghans/name
/maintainer
+   use
+   flag name='dragonegg'Add support for non C languages through 
pkgsys-devel/dragonegg/pkg/flag
+   /use
 /pkgmetadata



1.10 sys-devel/byfl/byfl-.ebuild

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

Index: byfl-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- byfl-.ebuild10 Feb 2015 22:07:53 -  1.9
+++ byfl-.ebuild3 Apr 2015 19:46:52 -   1.10
@@ -1,17 +1,17 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-.ebuild,v 1.9 
2015/02/10 22:07:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-.ebuild,v 1.10 
2015/04/03 19:46:52 ottxor Exp $
 
 EAPI=5
 
 inherit autotools-utils flag-o-matic
 
 if [ ${PV} =  ]; then
+   LLVM_VERSION=3.6
EGIT_REPO_URI=git://github.com/losalamos/${PN^b}.git 
http://github.com/losalamos/${PN}.git;
inherit git-2
KEYWORDS=
AUTOTOOLS_AUTORECONF=1
-   LLVM_VERSION=
 else
LLVM_VERSION=3.5.1
MY_P=${P}-llvm-${LLVM_VERSION}
@@ -24,17 +24,21 @@
 
 SLOT=0
 LICENSE=BSD
-IUSE=hdf5
+IUSE=dragonegg hdf5 static-libs sqlite
 
-RDEPEND=~sys-devel/dragonegg-${LLVM_VERSION}
-   ~sys-devel/clang-${LLVM_VERSION}
-   ~sys-devel/llvm-${LLVM_VERSION}
+RDEPEND=dragonegg? ( =sys-devel/dragonegg-${LLVM_VERSION} )
+   =sys-devel/clang-${LLVM_VERSION}
+   =sys-devel/llvm-${LLVM_VERSION}
+   sys-devel/binutils
dev-lang/perl:=
dev-perl/Switch
-   hdf5? ( sci-libs/hdf5 )
+   hdf5? ( sci-libs/hdf5[cxx] )
+   sqlite? ( dev-db/sqlite:3 )
 DEPEND=${RDEPEND}
 
 src_configure() {
append-cxxflags -std=c++11
+   use dragonegg || export ax_cv_file_dragonegg_so=no
+   use sqlite || export ac_cv_lib_sqlite3_sqlite3_errstr=no
autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
 }



1.12 sys-devel/byfl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   10 Feb 2015 22:07:53 -  1.11
+++ ChangeLog   3 Apr 2015 19:46:52 -   1.12
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/byfl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.11 2015/02/10 
22:07:53 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.12 2015/04/03 
19:46:52 ottxor Exp $
+
+*byfl-1.2 (03 Apr 2015)
+
+  03 Apr 2015; Christoph Junghans ott...@gentoo.org +byfl-1.2.ebuild,
+  -byfl-1.1.ebuild, byfl-.ebuild, metadata.xml:
+  version bump
 
   10 Feb 2015; Christoph Junghans ott...@gentoo.org byfl-1.1.ebuild,
   byfl-.ebuild:



1.1  sys-devel/byfl/byfl-1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/byfl/byfl-1.2.ebuild?rev=1.1view=markup

[gentoo-commits] gentoo-x86 commit in sci-physics/espresso: ChangeLog espresso-3.2.0.ebuild

2015-03-16 Thread Christoph Junghans (ottxor)
ottxor  15/03/16 16:13:21

  Modified: ChangeLog
  Removed:  espresso-3.2.0.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.20 sci-physics/espresso/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   16 Mar 2015 16:11:55 -  1.19
+++ ChangeLog   16 Mar 2015 16:13:21 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/espresso
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.19 
2015/03/16 16:11:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.20 
2015/03/16 16:13:21 ottxor Exp $
+
+  16 Mar 2015; Christoph Junghans ott...@gentoo.org -espresso-3.2.0.ebuild:
+  remove old
 
   16 Mar 2015; Christoph Junghans ott...@gentoo.org
   +files/espresso-3.3.0-cython-0.22.patch, espresso-3.3.0.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-physics/espresso/files: - New directory

2015-03-16 Thread Christoph Junghans (ottxor)
ottxor  15/03/16 16:02:09

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-physics/espresso/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in sci-physics/espresso: espresso-3.3.0.ebuild ChangeLog

2015-03-16 Thread Christoph Junghans (ottxor)
ottxor  15/03/16 16:11:55

  Modified: espresso-3.3.0.ebuild ChangeLog
  Log:
  fixed build with cython-0.22 (bug #543136)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.3  sci-physics/espresso/espresso-3.3.0.ebuild

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

Index: espresso-3.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- espresso-3.3.0.ebuild   7 Mar 2015 23:40:50 -   1.2
+++ espresso-3.3.0.ebuild   16 Mar 2015 16:11:55 -  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-physics/espresso/espresso-3.3.0.ebuild,v 1.2 
2015/03/07 23:40:50 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v 1.3 
2015/03/16 16:11:55 ottxor Exp $
 
 EAPI=5
 
@@ -53,6 +53,7 @@
virtual/latex-base )
 
 DOCS=( AUTHORS NEWS README ChangeLog )
+PATCHES=( ${FILESDIR}/${P}-cython-0.22.patch )
 
 pkg_setup() {
use python  python-single-r1_pkg_setup



1.19 sci-physics/espresso/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   7 Mar 2015 23:40:50 -   1.18
+++ ChangeLog   16 Mar 2015 16:11:55 -  1.19
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/espresso
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.18 
2015/03/07 23:40:50 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.19 
2015/03/16 16:11:55 ottxor Exp $
+
+  16 Mar 2015; Christoph Junghans ott...@gentoo.org
+  +files/espresso-3.3.0-cython-0.22.patch, espresso-3.3.0.ebuild:
+  fixed build with cython-0.22 (bug #543136)
 
   07 Mar 2015; Christoph Junghans ott...@gentoo.org espresso-3.2.0.ebuild,
   espresso-3.3.0.ebuild:






[gentoo-commits] gentoo-x86 commit in sci-physics/espresso/files: espresso-3.3.0-cython-0.22.patch

2015-03-16 Thread Christoph Junghans (ottxor)
ottxor  15/03/16 16:11:55

  Added:espresso-3.3.0-cython-0.22.patch
  Log:
  fixed build with cython-0.22 (bug #543136)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch?rev=1.1content-type=text/plain

Index: espresso-3.3.0-cython-0.22.patch
===
From 9e6caa3294b0f5f377c16550a07429b73c871ac3 Mon Sep 17 00:00:00 2001
From: Christoph Junghans jungh...@votca.org
Date: Thu, 12 Mar 2015 08:55:51 -0600
Subject: [PATCH] fix build with cython-0.22

---
 src/python/espressomd/particle_data.pxd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python/espressomd/particle_data.pxd 
b/src/python/espressomd/particle_data.pxd
index fff022b..4cc39e8 100644
--- a/src/python/espressomd/particle_data.pxd
+++ b/src/python/espressomd/particle_data.pxd
@@ -185,5 +185,5 @@ cdef class ParticleHandle(object):
   cdef public int id
   cdef bint valid
   cdef Particle particleData
-  cdef int updateParticleData(self)
+  cdef int updateParticleData(self) except -1
 
-- 
2.0.5







[gentoo-commits] gentoo-x86 commit in dev-util/cwdiff: cwdiff-0.3.0.ebuild ChangeLog

2015-03-16 Thread Christoph Junghans (ottxor)
ottxor  15/03/16 16:42:54

  Modified: cwdiff-0.3.0.ebuild ChangeLog
  Log:
  fixed build with mercurial
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  dev-util/cwdiff/cwdiff-0.3.0.ebuild

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

Index: cwdiff-0.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cwdiff-0.3.0.ebuild 16 Mar 2015 01:44:19 -  1.1
+++ cwdiff-0.3.0.ebuild 16 Mar 2015 16:42:54 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.3.0.ebuild,v 1.1 
2015/03/16 01:44:19 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.3.0.ebuild,v 1.2 
2015/03/16 16:42:54 ottxor Exp $
 
 EAPI=5
 
@@ -32,6 +32,6 @@

 
 src_install() {
-   emake DESTDIR=${ED} $(usex mercurial '' 'HGRCDIR=') install
+   emake DESTDIR=${ED} $(usex mercurial '' 'HGRCDIR=') install
dodoc README.md
 }



1.14 dev-util/cwdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   16 Mar 2015 01:47:00 -  1.13
+++ ChangeLog   16 Mar 2015 16:42:54 -  1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cwdiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.13 2015/03/16 
01:47:00 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.14 2015/03/16 
16:42:54 ottxor Exp $
+
+  16 Mar 2015; Christoph Junghans ott...@gentoo.org cwdiff-0.3.0.ebuild:
+  fixed build with mercurial
 
   16 Mar 2015; Christoph Junghans ott...@gentoo.org metadata.xml:
   updated metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-util/cwdiff: metadata.xml ChangeLog

2015-03-15 Thread Christoph Junghans (ottxor)
ottxor  15/03/16 01:47:00

  Modified: metadata.xml ChangeLog
  Log:
  updated metadata.xml
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  dev-util/cwdiff/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/metadata.xml?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/metadata.xml?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cwdiff/metadata.xml?r1=1.1r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml9 Dec 2012 21:42:40 -   1.1
+++ metadata.xml16 Mar 2015 01:47:00 -  1.2
@@ -10,6 +10,6 @@
flag name='mercurial'install hg wdiff alias for 
pkgdev-vcs/mercurial/pkg/flag
/use
upstream
-   remote-id type=google-codecj-overlay/remote-id
+   remote-id type=githubjunghans/cwdiff/remote-id
/upstream
 /pkgmetadata



1.13 dev-util/cwdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   16 Mar 2015 01:44:19 -  1.12
+++ ChangeLog   16 Mar 2015 01:47:00 -  1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/cwdiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.12 2015/03/16 
01:44:19 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.13 2015/03/16 
01:47:00 ottxor Exp $
+
+  16 Mar 2015; Christoph Junghans ott...@gentoo.org metadata.xml:
+  updated metadata.xml
 
 *cwdiff-0.3.0 (16 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-util/cwdiff: cwdiff-0.3.0.ebuild ChangeLog

2015-03-15 Thread Christoph Junghans (ottxor)
ottxor  15/03/16 01:44:20

  Modified: ChangeLog
  Added:cwdiff-0.3.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.12 dev-util/cwdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   13 Mar 2015 20:13:48 -  1.11
+++ ChangeLog   16 Mar 2015 01:44:19 -  1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cwdiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.11 2015/03/13 
20:13:48 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.12 2015/03/16 
01:44:19 ottxor Exp $
+
+*cwdiff-0.3.0 (16 Mar 2015)
+
+  16 Mar 2015; Christoph Junghans ott...@gentoo.org +cwdiff-0.3.0.ebuild:
+  version bump
 
   13 Mar 2015; Christoph Junghans ott...@gentoo.org -cwdiff-0.2.5.ebuild,
   -cwdiff-0.2.6.ebuild, -cwdiff-0.2.7.ebuild:



1.1  dev-util/cwdiff/cwdiff-0.3.0.ebuild

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

Index: cwdiff-0.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-util/cwdiff/cwdiff-0.3.0.ebuild,v 1.1 
2015/03/16 01:44:19 ottxor Exp $

EAPI=5

if [ ${PV} =  ]; then
EGIT_REPO_URI=git://github.com/junghans/${PN}.git 
http://github.com/junghans/${PN}.git;
inherit git-r3
KEYWORDS=
else
SRC_URI=https://github.com/junghans/cwdiff/archive/v${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos
fi

DESCRIPTION=A script that wraps wdiff to support directories and colorize the 
output
HOMEPAGE=https://github.com/junghans/cwdiff;

LICENSE=GPL-2
SLOT=0
IUSE=a2ps mercurial

DEPEND=sys-apps/help2man
sys-apps/coreutils
RDEPEND=
sys-apps/sed
app-shells/bash
app-text/wdiff
sys-apps/diffutils
a2ps? ( app-text/a2ps )
mercurial? ( dev-vcs/mercurial )


src_install() {
emake DESTDIR=${ED} $(usex mercurial '' 'HGRCDIR=') install
dodoc README.md
}






[gentoo-commits] gentoo-x86 commit in dev-util/cwdiff: cwdiff-0.2.8.ebuild ChangeLog

2015-03-13 Thread Christoph Junghans (ottxor)
ottxor  15/03/13 20:12:37

  Modified: ChangeLog
  Added:cwdiff-0.2.8.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.10 dev-util/cwdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   9 Mar 2015 22:51:50 -   1.9
+++ ChangeLog   13 Mar 2015 20:12:37 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cwdiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.9 2015/03/09 
22:51:50 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.10 2015/03/13 
20:12:37 ottxor Exp $
+
+*cwdiff-0.2.8 (13 Mar 2015)
+
+  13 Mar 2015; Christoph Junghans ott...@gentoo.org +cwdiff-0.2.8.ebuild:
+  version bump
 
 *cwdiff-0.2.7 (09 Mar 2015)
 



1.1  dev-util/cwdiff/cwdiff-0.2.8.ebuild

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

Index: cwdiff-0.2.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.8.ebuild,v 1.1 
2015/03/13 20:12:37 ottxor Exp $

EAPI=5

DESCRIPTION=A script that wraps wdiff to support directories and colorize the 
output
HOMEPAGE=https://github.com/junghans/cwdiff;
SRC_URI=https://github.com/junghans/cwdiff/archive/v${PV}.tar.gz - 
${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos
IUSE=a2ps mercurial

DEPEND=
RDEPEND=
sys-apps/sed
app-shells/bash
app-text/wdiff
sys-apps/diffutils
a2ps? ( app-text/a2ps )
mercurial? ( dev-vcs/mercurial )


src_install () {
dobin ${PN}
if use mercurial ; then
insinto /etc/mercurial/hgrc.d
doins hgrc.d/${PN}.rc
fi
dodoc README.md
}






[gentoo-commits] gentoo-x86 commit in dev-util/cwdiff: ChangeLog cwdiff-0.2.7.ebuild cwdiff-0.2.6.ebuild cwdiff-0.2.5.ebuild

2015-03-13 Thread Christoph Junghans (ottxor)
ottxor  15/03/13 20:13:48

  Modified: ChangeLog
  Removed:  cwdiff-0.2.7.ebuild cwdiff-0.2.6.ebuild
cwdiff-0.2.5.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.11 dev-util/cwdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   13 Mar 2015 20:12:37 -  1.10
+++ ChangeLog   13 Mar 2015 20:13:48 -  1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/cwdiff
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.10 2015/03/13 
20:12:37 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.11 2015/03/13 
20:13:48 ottxor Exp $
+
+  13 Mar 2015; Christoph Junghans ott...@gentoo.org -cwdiff-0.2.5.ebuild,
+  -cwdiff-0.2.6.ebuild, -cwdiff-0.2.7.ebuild:
+  remove old
 
 *cwdiff-0.2.8 (13 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-util/cwdiff: cwdiff-0.2.7.ebuild ChangeLog

2015-03-09 Thread Christoph Junghans (ottxor)
ottxor  15/03/09 22:51:50

  Modified: ChangeLog
  Added:cwdiff-0.2.7.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.9  dev-util/cwdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   13 Mar 2014 20:25:28 -  1.8
+++ ChangeLog   9 Mar 2015 22:51:50 -   1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/cwdiff
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.8 2014/03/13 
20:25:28 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/ChangeLog,v 1.9 2015/03/09 
22:51:50 ottxor Exp $
+
+*cwdiff-0.2.7 (09 Mar 2015)
+
+  09 Mar 2015; Christoph Junghans ott...@gentoo.org +cwdiff-0.2.7.ebuild:
+  version bump
 
   13 Mar 2014; Christoph Junghans ott...@gentoo.org cwdiff-0.2.6.ebuild:
   added ~x64-macos (tested by me)



1.1  dev-util/cwdiff/cwdiff-0.2.7.ebuild

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

Index: cwdiff-0.2.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cwdiff/cwdiff-0.2.7.ebuild,v 1.1 
2015/03/09 22:51:50 ottxor Exp $

EAPI=5

DESCRIPTION=A script that wraps wdiff to support directories and colorize the 
output
HOMEPAGE=http://code.google.com/p/cj-overlay/source/browse/cwdiff?repo=evergreens;
SRC_URI=http://downloads.cj-overlay.googlecode.com/hg/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x64-macos ~x86-macos
IUSE=a2ps mercurial

DEPEND=
RDEPEND=
sys-apps/sed
app-shells/bash
app-text/wdiff
sys-apps/diffutils
a2ps? ( app-text/a2ps )
mercurial? ( dev-vcs/mercurial )


src_install () {
dobin ${PN}
if use mercurial ; then
insinto /etc/mercurial/hgrc.d
doins hgrc.d/${PN}.rc
fi
}






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

2015-03-07 Thread Christoph Junghans (ottxor)
ottxor  15/03/08 00:03:38

  Modified: ChangeLog package.mask
  Log:
  Masked sci-libs/openmm for removal

Revision  ChangesPath
1.9845   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9844
retrieving revision 1.9845
diff -u -r1.9844 -r1.9845
--- ChangeLog   7 Mar 2015 11:14:37 -   1.9844
+++ ChangeLog   8 Mar 2015 00:03:37 -   1.9845
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9844 2015/03/07 
11:14:37 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9845 2015/03/08 
00:03:37 ottxor Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  07 Mar 2015; Christoph Junghans ott...@gentoo.org package.mask:
+  Masked sci-libs/openmm for removal
+
   07 Mar 2015; Lars Wendler polynomia...@gentoo.org package.mask:
   Unleash samba-4 to ~arch
 



1.16404  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16403
retrieving revision 1.16404
diff -u -r1.16403 -r1.16404
--- package.mask7 Mar 2015 11:14:37 -   1.16403
+++ package.mask8 Mar 2015 00:03:37 -   1.16404
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16403 2015/03/07 
11:14:37 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16404 2015/03/08 
00:03:37 ottxor Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Christoph Junghans ott...@gentoo.org (7 Mar 2015)
+# Fails to build (bug #536406); nothing in the tree uses it.
+# Masked for removal in 30 days
+sci-libs/openmm
+
 # James Le Cuirot ch...@gentoo.org (6 Mar 2015)
 # A Jackon library that was part of v1 but not v2. Nothing in the tree
 # has ever required v1. Removal in 30 days.






[gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: metadata.xml ChangeLog gromacs-4.6.5.ebuild gromacs-4.6.7.ebuild

2015-03-07 Thread Christoph Junghans (ottxor)
ottxor  15/03/08 00:02:01

  Modified: metadata.xml ChangeLog
  Removed:  gromacs-4.6.5.ebuild gromacs-4.6.7.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.23 sci-chemistry/gromacs/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/metadata.xml?rev=1.23view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/metadata.xml?rev=1.23content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/metadata.xml?r1=1.22r2=1.23

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/metadata.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- metadata.xml6 Mar 2015 09:42:31 -   1.22
+++ metadata.xml8 Mar 2015 00:02:01 -   1.23
@@ -15,7 +15,6 @@
 flag name=make-symlinksCreate symbolic links for pre-5.0 binary 
names/flag
 !-- acceleration optimization flags --
 flag name=offensiveEnable gromacs partly offensive quotes/flag
-flag name=openmmAdd acceleration through 
pkgsci-libs/openmm/pkg/flag
 flag name=mklUse pkgsci-libs/mkl/pkg for fft, blas, lapack 
routines/flag
   /use
 /pkgmetadata



1.157sci-chemistry/gromacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.157view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.157content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?r1=1.156r2=1.157

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog   6 Mar 2015 09:42:31 -   1.156
+++ ChangeLog   8 Mar 2015 00:02:01 -   1.157
@@ -1,6 +1,10 @@
 # ChangeLog for sci-chemistry/gromacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.156 
2015/03/06 09:42:31 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.157 
2015/03/08 00:02:01 ottxor Exp $
+
+  08 Mar 2015; Christoph Junghans ott...@gentoo.org -gromacs-4.6.5.ebuild,
+  -gromacs-4.6.7.ebuild, metadata.xml:
+  remove old
 
 *gromacs-5.0.4-r1 (06 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in sci-physics/espresso: espresso-3.2.0.ebuild espresso-3.3.0.ebuild ChangeLog

2015-03-07 Thread Christoph Junghans (ottxor)
ottxor  15/03/07 23:40:51

  Modified: espresso-3.2.0.ebuild espresso-3.3.0.ebuild
ChangeLog
  Log:
  fixed homepage (bug #541888)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.5  sci-physics/espresso/espresso-3.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/espresso-3.2.0.ebuild?rev=1.5view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/espresso-3.2.0.ebuild?rev=1.5content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/espresso/espresso-3.2.0.ebuild?r1=1.4r2=1.5

Index: espresso-3.2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- espresso-3.2.0.ebuild   11 Aug 2014 21:33:08 -  1.4
+++ espresso-3.2.0.ebuild   7 Mar 2015 23:40:50 -   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-physics/espresso/espresso-3.2.0.ebuild,v 1.4 
2014/08/11 21:33:08 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.2.0.ebuild,v 1.5 
2015/03/07 23:40:50 ottxor Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 inherit autotools-utils python-any-r1 savedconfig
 
 DESCRIPTION=Extensible Simulation Package for Research on Soft matter
-HOMEPAGE=http://www.espressomd.org;
+HOMEPAGE=http://espressomd.org;
 
 if [[ ${PV} =  ]]; then
EGIT_REPO_URI=git://git.savannah.nongnu.org/espressomd.git
@@ -41,7 +41,7 @@
 
 DEPEND=${RDEPEND}
doc? (
-   || ( app-doc/doxygen-1.7.6.1[-nodot] 
=app-doc/doxygen-1.7.6.1[dot] )
+   app-doc/doxygen[dot]
dev-texlive/texlive-latexextra
virtual/latex-base )
 



1.2  sci-physics/espresso/espresso-3.3.0.ebuild

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

Index: espresso-3.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- espresso-3.3.0.ebuild   11 Aug 2014 21:33:08 -  1.1
+++ espresso-3.3.0.ebuild   7 Mar 2015 23:40:50 -   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-physics/espresso/espresso-3.3.0.ebuild,v 1.1 
2014/08/11 21:33:08 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.3.0.ebuild,v 1.2 
2015/03/07 23:40:50 ottxor Exp $
 
 EAPI=5
 
@@ -9,7 +9,7 @@
 inherit autotools-utils python-single-r1 savedconfig
 
 DESCRIPTION=Extensible Simulation Package for Research on Soft matter
-HOMEPAGE=http://www.espressomd.org;
+HOMEPAGE=http://espressomd.org;
 
 if [[ ${PV} =  ]]; then
EGIT_REPO_URI=git://git.savannah.nongnu.org/espressomd.git
@@ -48,7 +48,7 @@
 
 DEPEND=${RDEPEND}
doc? (
-   || ( app-doc/doxygen-1.7.6.1[-nodot] 
=app-doc/doxygen-1.7.6.1[dot] )
+   app-doc/doxygen[dot]
dev-texlive/texlive-latexextra
virtual/latex-base )
 



1.18 sci-physics/espresso/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   11 Aug 2014 21:33:08 -  1.17
+++ ChangeLog   7 Mar 2015 23:40:50 -   1.18
@@ -1,6 +1,10 @@
 # ChangeLog for sci-physics/espresso
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.17 
2014/08/11 21:33:08 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.18 
2015/03/07 

[gentoo-commits] gentoo-x86 commit in sys-cluster/charm: metadata.xml charm-6.6.1.ebuild ChangeLog

2015-03-06 Thread Christoph Junghans (ottxor)
ottxor  15/03/07 00:52:11

  Modified: metadata.xml ChangeLog
  Added:charm-6.6.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.12 sys-cluster/charm/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/metadata.xml?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/metadata.xml?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/charm/metadata.xml?r1=1.11r2=1.12

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/charm/metadata.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- metadata.xml13 Dec 2013 19:41:26 -  1.11
+++ metadata.xml7 Mar 2015 00:52:11 -   1.12
@@ -6,6 +6,7 @@
emailnicolasb...@gentoo.org/email
/maintainer
use
+   flag name=ampiBuild implementation of MPI on top of 
Charm++/flag
flag name=charmdebugEnable the charm debugger/flag
flag name=charmproductionOptimize performance of Charm++ 
runtime/flag
flag name=charmtracingEnable tracing support in 
Charm++/flag



1.44 sys-cluster/charm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/charm/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog   24 Nov 2014 00:16:57 -  1.43
+++ ChangeLog   7 Mar 2015 00:52:11 -   1.44
@@ -1,6 +1,12 @@
 # ChangeLog for sys-cluster/charm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/ChangeLog,v 1.43 
2014/11/24 00:16:57 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/ChangeLog,v 1.44 
2015/03/07 00:52:11 ottxor Exp $
+
+*charm-6.6.1 (07 Mar 2015)
+
+  07 Mar 2015; Christoph Junghans ott...@gentoo.org +charm-6.6.1.ebuild,
+  metadata.xml:
+  version bump
 
 *charm-6.6.0-r1 (24 Nov 2014)
 



1.1  sys-cluster/charm/charm-6.6.1.ebuild

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

Index: charm-6.6.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/charm/charm-6.6.1.ebuild,v 1.1 
2015/03/07 00:52:11 ottxor Exp $

EAPI=5

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

inherit eutils flag-o-matic fortran-2 multilib multiprocessing python-any-r1 
toolchain-funcs

DESCRIPTION=Message-passing parallel language and runtime system
HOMEPAGE=http://charm.cs.uiuc.edu/;
SRC_URI=http://charm.cs.uiuc.edu/distrib/${P}.tar.gz;

LICENSE=charm
SLOT=0
KEYWORDS=~amd64 ~x86
IUSE=charmdebug charmtracing charmproduction cmkopt doc examples mlogft mpi 
ampi numa smp static-libs syncft tcp

REQUIRED_USE=ampi? ( !mpi )

RDEPEND=mpi? ( virtual/mpi )
DEPEND=
${RDEPEND}
doc? (
=app-text/poppler-0.12.3-r3[utils]
dev-tex/latex2html
virtual/tex-base
$(python_gen_any_dep '
=dev-python/beautifulsoup-4[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
')
media-libs/netpbm
${PYTHON_DEPS}
)

REQUIRED_USE=
doc? ( ${PYTHON_REQUIRED_USE} )
cmkopt? ( !charmdebug !charmtracing )
charmproduction? ( !charmdebug !charmtracing )

S=${WORKDIR}/${PN}

pkg_setup() {
use doc  python-any-r1_pkg_setup
}

get_opts() {
local CHARM_OPTS

# TCP instead of default UDP for socket comunication
# protocol
CHARM_OPTS+=$(usex tcp ' tcp' '')

# enable direct SMP support using shared memory
CHARM_OPTS+=$(usex smp ' smp' '')

CHARM_OPTS+=$(usex mlogft ' mlogft' '')
CHARM_OPTS+=$(usex syncft ' syncft' '')

# Build shared libraries by default.
CHARM_OPTS+= --build-shared

if use charmproduction; then
CHARM_OPTS+= 

[gentoo-commits] gentoo-x86 commit in sci-chemistry/namd/files: namd-2.10-gentoo.patch

2015-03-06 Thread Christoph Junghans (ottxor)
ottxor  15/03/07 01:18:22

  Added:namd-2.10-gentoo.patch
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  sci-chemistry/namd/files/namd-2.10-gentoo.patch

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

Index: namd-2.10-gentoo.patch
===
diff -Naur NAMD_2.10_Source.orig/arch/Linux-x86_64.fftw 
NAMD_2.10_Source/arch/Linux-x86_64.fftw
--- NAMD_2.10_Source.orig/arch/Linux-x86_64.fftw2015-03-06 
17:53:44.170416075 -0700
+++ NAMD_2.10_Source/arch/Linux-x86_64.fftw 2015-03-06 17:54:46.641162629 
-0700
@@ -1,7 +1,7 @@
 
-FFTDIR=/Projects/namd2/fftw/linux-x86_64
+FFTDIR=/usr
 FFTINCL=-I$(FFTDIR)/include
-FFTLIB=-L$(FFTDIR)/lib -lsrfftw -lsfftw
+FFTLIB=-L$(FFTDIR)/gentoo-libdir -lsrfftw -lsfftw
 FFTFLAGS=-DNAMD_FFTW
 FFT=$(FFTINCL) $(FFTFLAGS)
 
diff -Naur NAMD_2.10_Source.orig/arch/Linux-x86_64.tcl 
NAMD_2.10_Source/arch/Linux-x86_64.tcl
--- NAMD_2.10_Source.orig/arch/Linux-x86_64.tcl 2015-03-06 17:53:44.170416075 
-0700
+++ NAMD_2.10_Source/arch/Linux-x86_64.tcl  2015-03-06 17:54:46.641162629 
-0700
@@ -1,9 +1,9 @@
 
 #TCLDIR=/Projects/namd2/tcl/tcl8.5.9-linux-x86_64
-TCLDIR=/Projects/namd2/tcl/tcl8.5.9-linux-x86_64-threaded
+TCLDIR=/usr
 TCLINCL=-I$(TCLDIR)/include
 #TCLLIB=-L$(TCLDIR)/lib -ltcl8.5 -ldl
-TCLLIB=-L$(TCLDIR)/lib -ltcl8.5 -ldl -lpthread
+TCLLIB=-L$(TCLDIR)/gentoo-libdir -ltcl8.5 -ldl -lpthread
 TCLFLAGS=-DNAMD_TCL
 TCL=$(TCLINCL) $(TCLFLAGS)
 
diff -Naur NAMD_2.10_Source.orig/Makefile NAMD_2.10_Source/Makefile
--- NAMD_2.10_Source.orig/Makefile  2015-03-06 17:53:44.170416075 -0700
+++ NAMD_2.10_Source/Makefile   2015-03-06 18:01:32.645966590 -0700
@@ -389,10 +389,10 @@
$(DSTDIR)/stringhash.o
 
 # definitions for Charm routines
-CHARMC = $(CHARM)/bin/charmc
-CHARMXI = $(CHARM)/bin/charmc
-CHARMINC = $(CHARM)/include $(COPTD)CMK_OPTIMIZE=1
-CHARMLIB = $(CHARM)/lib
+CHARMC = /usr/bin/charmc
+CHARMXI = /usr/bin/charmc
+CHARMINC = /usr/include/gentoo-charm $(COPTD)CMK_OPTIMIZE=1
+CHARMLIB = /usr/gentoo-libdir
 CHARM_MODULES = -module NeighborLB -module HybridLB -module RefineLB -module 
GreedyLB -module CkMulticast
 #CHARM_MODULES = -module NeighborLB -module HybridLB -module RefineLB -module 
GreedyLB
 #CHARM_MODULES = -module msa -module NeighborLB -module HybridLB -module 
RefineLB -module GreedyLB
@@ -418,7 +418,7 @@
 
 # Add new executables here.
 
-BINARIES = namd2 psfgen sortreplicas flipdcd flipbinpdb charmrun
+BINARIES = namd2 psfgen sortreplicas flipdcd flipbinpdb
 
 # This should be rebuilt at every compile, but not on Win32.
 BUILDINFO = $(DSTDIR)/buildinfo
@@ -434,7 +434,7 @@
 
 namd2: $(MKINCDIR) $(MKDSTDIR) $(OBJS) $(LIBS)
$(MAKEBUILDINFO)
-   $(CHARMC) -verbose -ld++-option \
+   $(CHARMC) $(LDFLAGS) -verbose -ld++-option \
'$(COPTI)$(CHARMINC) $(COPTI)$(INCDIR) $(COPTI)$(SRCDIR) $(CXXOPTS) 
$(CXXMICOPTS)' \
$(CHARM_MODULES) -language charm++ \
$(BUILDINFO).o \
@@ -484,11 +484,8 @@
 charmd_faceless.exe:
$(COPY) $(CHARM)/bin/charmd_faceless.exe charmd_faceless.exe
 
-charmrun.exe:
-   $(COPY) $(CHARM)/bin/charmrun.exe charmrun.exe
-
 psfgen:$(MKDSTDIR) $(SBOBJS) $(PLUGINOBJS)
-   $(CC) $(SBCFLAGS) -o psfgen $(SBOBJS) $(PLUGINOBJS) $(TCLLIB) 
$(TCLAPPLIB) -lm
+   $(CC) $(SBCFLAGS) $(LDFLAGS) -o psfgen $(SBOBJS) $(PLUGINOBJS) 
$(TCLLIB) $(TCLAPPLIB) -lm
 
 psfgen.exe:$(MKDSTDIR) $(SBOBJS) $(PLUGINOBJS) $(TCLDLL)
$(CC) $(SBCFLAGS) -o psfgen $(SBOBJS) $(PLUGINOBJS) $(TCLLIB) 
$(TCLAPPLIB) -lm
@@ -506,7 +503,7 @@
$(CC) $(CFLAGS) -o diffbinpdb $(SRCDIR)/diffbinpdb.c -lm
 
 flipdcd:   $(SRCDIR)/flipdcd.c
-   $(CC) $(CFLAGS) -o $@ $(SRCDIR)/flipdcd.c || \
+   $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(SRCDIR)/flipdcd.c || \
echo #!/bin/sh\necho unavailable on this platform  $@; \
chmod +x $@
 
@@ -516,7 +513,7 @@
chmod +x $@
 
 fixdcd:$(SRCDIR)/fixdcd.c
-   $(CC) $(CFLAGS) -o fixdcd $(SRCDIR)/fixdcd.c
+   $(CC) $(CFLAGS) $(LDFLAGS) -o fixdcd $(SRCDIR)/fixdcd.c
 
 dumpdcd:   $(SRCDIR)/dumpdcd.c
$(CC) $(CFLAGS) -o dumpdcd $(SRCDIR)/dumpdcd.c
@@ -711,9 +708,7 @@
 
 DOC_FILES = README.txt announce.txt license.txt notes.txt
 
-RELEASE_FILES = $(LIBCUDARTSO) flipdcd flipbinpdb sortreplicas psfgen charmrun 
namd2
-
-WINDOWS_RELEASE_FILES = $(LIBCUDARTSO) $(WINDOWSBINARIES) $(TCLDLL)
+RELEASE_FILES = $(LIBCUDARTSO) flipdcd flipbinpdb sortreplicas psfgen namd2
 
 release: all
$(ECHO) Creating release $(RELEASE_DIR_NAME)
@@ -724,17 +719,9 @@
for f in `find $(RELEASE_DIR_NAME)/lib -name CVS`; do \
  /bin/rm -rf 

[gentoo-commits] gentoo-x86 commit in sci-chemistry/namd: namd-2.10.ebuild ChangeLog

2015-03-06 Thread Christoph Junghans (ottxor)
ottxor  15/03/07 01:18:22

  Modified: ChangeLog
  Added:namd-2.10.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.21 sci-chemistry/namd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/namd/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   13 Dec 2013 19:39:42 -  1.20
+++ ChangeLog   7 Mar 2015 01:18:22 -   1.21
@@ -1,6 +1,12 @@
 # ChangeLog for sci-chemistry/namd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/ChangeLog,v 1.20 
2013/12/13 19:39:42 nicolasbock Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/ChangeLog,v 1.21 
2015/03/07 01:18:22 ottxor Exp $
+
+*namd-2.10 (07 Mar 2015)
+
+  07 Mar 2015; Christoph Junghans ott...@gentoo.org
+  +files/namd-2.10-gentoo.patch, +namd-2.10.ebuild:
+  version bump
 
   13 Dec 2013; Nicolas Bock nicolasb...@gentoo.org metadata.xml:
   sci-chemistry/namd: Updated maintainer email to gentoo.org



1.1  sci-chemistry/namd/namd-2.10.ebuild

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

Index: namd-2.10.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/namd/namd-2.10.ebuild,v 1.1 
2015/03/07 01:18:22 ottxor Exp $

EAPI=5

inherit eutils multilib toolchain-funcs flag-o-matic

DESCRIPTION=A powerful and highly parallelized molecular dynamics code
LICENSE=namd
HOMEPAGE=http://www.ks.uiuc.edu/Research/namd/;

MY_PN=NAMD

SRC_URI=${MY_PN}_${PV}_Source.tar.gz

SLOT=0
KEYWORDS=~amd64
IUSE=

RESTRICT=fetch

RDEPEND=
=sys-cluster/charm-6.5.1-r2
sci-libs/fftw:3.0
dev-lang/tcl

DEPEND=${RDEPEND}
app-shells/tcsh

NAMD_ARCH=Linux-x86_64-g++

NAMD_DOWNLOAD=http://www.ks.uiuc.edu/Development/Download/download.cgi?PackageName=NAMD;

S=${WORKDIR}/${MY_PN}_${PV}_Source

pkg_nofetch() {
echo
einfo Please download ${MY_PN}_${PV}_Source.tar.gz from
einfo ${NAMD_DOWNLOAD}
einfo after agreeing to the license and then move it to
einfo ${DISTDIR}
einfo Be sure to select the ${PV} version!
echo
}

src_prepare() {
CHARM_VERSION=$(best_version sys-cluster/charm | cut -d- -f3)

# apply a few small fixes to make NAMD compile and
# link to the proper libraries
epatch ${FILESDIR}/namd-2.10-gentoo.patch
epatch ${FILESDIR}/namd-2.7-iml-dec.patch
sed \
-e /CHARMBASE =/s:= .*:= /usr/bin/charm-${CHARM_VERSION}: \
-i Make.charm || die

# Remove charm distribution. We don't need it.
rm -f charm-*.tar

# proper compiler and cflags
sed \
-e s/g++.*/$(tc-getCXX)/ \
-e s/gcc.*/$(tc-getCC)/ \
-e s/CXXOPTS = .*/CXXOPTS = ${CXXFLAGS} ${LDFLAGS}/ \
-e s/COPTS = .*/COPTS = ${CFLAGS} ${LDFLAGS}/ \
-i arch/${NAMD_ARCH}.arch || die

sed \
-e s/gentoo-libdir/$(get_libdir)/g \
-e s/gentoo-charm/charm-${CHARM_VERSION}/g \
-i Makefile || die Failed gentooizing Makefile.
sed -e s@/lib@/$(get_libdir)@g -e '/FFTDIR=/s@=.*@=/usr@' -i 
arch/Linux-x86_64.fftw3 || die
sed -e s/gentoo-libdir/$(get_libdir)/g -i arch/Linux-x86_64.tcl || die
}

src_configure() {
# configure
./config ${NAMD_ARCH} --with-fftw3 --charm-arch . || die
}

src_compile() {
# build namd
cd ${S}/${NAMD_ARCH}
emake
}

src_install() {
dodoc announce.txt license.txt notes.txt
cd ${S}/${NAMD_ARCH}

# the binaries
dobin ${PN}2 psfgen flipbinpdb flipdcd
}

pkg_postinst() {
echo
einfo For detailed instructions on how to run and configure
einfo NAMD please consults the extensive documentation at
einfo http://www.ks.uiuc.edu/Research/namd/;
einfo and the NAMD tutorials available at
einfo http://www.ks.uiuc.edu/Training/Tutorials/;
einfo 

[gentoo-commits] gentoo-x86 commit in dev-vcs/hub: hub-2.2.0.ebuild ChangeLog

2015-03-06 Thread Christoph Junghans (ottxor)
ottxor  15/03/06 22:14:52

  Modified: ChangeLog
  Added:hub-2.2.0.ebuild
  Log:
  version bump (bug #531890), fix zsh completion (bug #541850)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.15 dev-vcs/hub/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   5 Jan 2015 15:25:47 -   1.14
+++ ChangeLog   6 Mar 2015 22:14:51 -   1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/hub
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.14 2015/01/05 
15:25:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/ChangeLog,v 1.15 2015/03/06 
22:14:51 ottxor Exp $
+
+*hub-2.2.0 (06 Mar 2015)
+
+  06 Mar 2015; Christoph Junghans ott...@gentoo.org +hub-2.2.0.ebuild:
+  version bump (bug #531890), fix zsh completion (bug #541850)
 
 *hub-1.12.4 (05 Jan 2015)
 



1.1  dev-vcs/hub/hub-2.2.0.ebuild

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

Index: hub-2.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hub/hub-2.2.0.ebuild,v 1.1 
2015/03/06 22:14:51 ottxor Exp $

EAPI=5

inherit bash-completion-r1 readme.gentoo

DESCRIPTION=Command-line wrapper for git that makes you better at GitHub
HOMEPAGE=https://github.com/github/hub;
SRC_URI=${HOMEPAGE}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
IUSE=zsh-completion
DEPEND=
=dev-lang/go-1.4

RDEPEND=
=dev-vcs/git-1.7.3
zsh-completion? ( app-shells/zsh )

DOC_CONTENTS=You may want to add 'alias git=hub' to your .{csh,bash}rc

src_compile() {
./script/build || die
}

src_install() {
readme.gentoo_create_doc

exeinto /usr/bin
doexe hub

doman man/${PN}.1
dodoc README.md

newbashcomp etc/${PN}.bash_completion.sh ${PN}

if use zsh-completion ; then
insinto /usr/share/zsh/site-functions
newins etc/hub.zsh_completion _${PN}
fi
}






[gentoo-commits] gentoo-x86 commit in dev-cpp/icnc: icnc-1.0.100.ebuild ChangeLog

2015-03-06 Thread Christoph Junghans (ottxor)
ottxor  15/03/06 22:05:30

  Modified: icnc-1.0.100.ebuild ChangeLog
  Log:
  fixed install without doc (bug #542022)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.3  dev-cpp/icnc/icnc-1.0.100.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild?r1=1.2r2=1.3

Index: icnc-1.0.100.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icnc-1.0.100.ebuild 8 Feb 2015 20:41:08 -   1.2
+++ icnc-1.0.100.ebuild 6 Mar 2015 22:05:30 -   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/dev-cpp/icnc/icnc-1.0.100.ebuild,v 1.2 
2015/02/08 20:41:08 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v 1.3 
2015/03/06 22:05:30 ottxor Exp $
 
 EAPI=5
 
@@ -40,6 +40,7 @@
local mycmakeargs=(
$(cmake-utils_use mpi BUILD_LIBS_FOR_MPI)
-DLIB=$(get_libdir)
+   $(cmake-utils_use_find_package doc Doxygen)
)
cmake-utils_src_configure
if use test ; then
@@ -65,8 +66,7 @@
insinto /usr/share/doc/${P}/html
doins -r ${ED}/usr/doc/api/*
fi
-   rm -fr ${ED}/usr/doc/api
-   rmdir ${ED}/usr/doc || die
+   rm -fr ${ED}/usr/doc
if use examples ; then
insinto /usr/share/${PN}/examples
doins -r ${ED}/usr/samples/*



1.3  dev-cpp/icnc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   8 Feb 2015 20:41:08 -   1.2
+++ ChangeLog   6 Mar 2015 22:05:30 -   1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/icnc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v 1.2 2015/02/08 
20:41:08 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v 1.3 2015/03/06 
22:05:30 ottxor Exp $
+
+  06 Mar 2015; Christoph Junghans ott...@gentoo.org icnc-1.0.100.ebuild:
+  fixed install without doc (bug #542022)
 
   08 Feb 2015; Christoph Junghans ott...@gentoo.org icnc-1.0.100.ebuild:
   fixed deps and install of api docu (bug #539318)






[gentoo-commits] gentoo-x86 commit in www-plugins/google-talkplugin: google-talkplugin-9999.ebuild google-talkplugin-5.38.6.0.ebuild google-talkplugin-5.40.2.0.ebuild ChangeLog

2015-03-01 Thread Christoph Junghans (ottxor)
ottxor  15/03/01 21:25:49

  Modified: google-talkplugin-.ebuild
google-talkplugin-5.38.6.0.ebuild ChangeLog
  Added:google-talkplugin-5.40.2.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.24 www-plugins/google-talkplugin/google-talkplugin-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-.ebuild?rev=1.24view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-.ebuild?rev=1.24content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-.ebuild?r1=1.23r2=1.24

Index: google-talkplugin-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- google-talkplugin-.ebuild   8 Nov 2014 20:22:26 -   1.23
+++ google-talkplugin-.ebuild   1 Mar 2015 21:25:49 -   1.24
@@ -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/www-plugins/google-talkplugin/google-talkplugin-.ebuild,v
 1.23 2014/11/08 20:22:26 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-.ebuild,v
 1.24 2015/03/01 21:25:49 ottxor Exp $
 
 EAPI=5
 
@@ -36,8 +36,6 @@
 RDEPEND=|| ( media-sound/pulseaudio media-libs/alsa-lib )
dev-libs/expat
dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
sys-libs/glibc
x11-libs/cairo
x11-libs/gdk-pixbuf



1.2  
www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild?r1=1.1r2=1.2

Index: google-talkplugin-5.38.6.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- google-talkplugin-5.38.6.0.ebuild   1 Dec 2014 16:25:07 -   1.1
+++ google-talkplugin-5.38.6.0.ebuild   1 Mar 2015 21:25:49 -   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/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild,v
 1.1 2014/12/01 16:25:07 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-5.38.6.0.ebuild,v
 1.2 2015/03/01 21:25:49 ottxor Exp $
 
 EAPI=5
 
@@ -30,7 +30,7 @@
 #GoogleTalkPlugin binary contains openssl and celt
 LICENSE=Google-TOS openssl BSD
 
-OBSOLETE=no
+OBSOLETE=yes
 [[ $OBSOLETE = yes ]]  RESTRICT=fetch strip || RESTRICT=strip mirror
 
 RDEPEND=|| ( media-sound/pulseaudio media-libs/alsa-lib )



1.86 www-plugins/google-talkplugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.86view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?rev=1.86content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/google-talkplugin/ChangeLog?r1=1.85r2=1.86

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog   1 Dec 2014 16:25:07 -   1.85
+++ ChangeLog   1 Mar 2015 21:25:49 -   1.86
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/google-talkplugin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 
1.85 2014/12/01 16:25:07 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 
1.86 2015/03/01 21:25:49 ottxor Exp $
+
+*google-talkplugin-5.40.2.0 (01 Mar 2015)
+
+  01 Mar 2015; Christoph Junghans ott...@gentoo.org
+  +google-talkplugin-5.40.2.0.ebuild, 

[gentoo-commits] gentoo-x86 commit in sys-fs/snapraid: snapraid-7.1.ebuild ChangeLog

2015-03-01 Thread Christoph Junghans (ottxor)
ottxor  15/03/01 21:12:59

  Modified: ChangeLog
  Added:snapraid-7.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.21 sys-fs/snapraid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   21 Dec 2014 23:25:52 -  1.20
+++ ChangeLog   1 Mar 2015 21:12:59 -   1.21
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/snapraid
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.20 2014/12/21 
23:25:52 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.21 2015/03/01 
21:12:59 ottxor Exp $
+
+*snapraid-7.1 (01 Mar 2015)
+
+  01 Mar 2015; Christoph Junghans ott...@gentoo.org +snapraid-7.1.ebuild:
+  version bump
 
 *snapraid-7.0 (21 Dec 2014)
 



1.1  sys-fs/snapraid/snapraid-7.1.ebuild

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

Index: snapraid-7.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-7.1.ebuild,v 1.1 
2015/03/01 21:12:59 ottxor Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION=a backup program for disk array for home media centers
HOMEPAGE=http://snapraid.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

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

DOCS=( AUTHORS HISTORY README TODO snapraid.conf.example )






[gentoo-commits] gentoo-x86 commit in dev-tex/latexdiff: latexdiff-1.0.4.ebuild ChangeLog

2015-02-28 Thread Christoph Junghans (ottxor)
ottxor  15/02/28 21:25:14

  Modified: ChangeLog
  Added:latexdiff-1.0.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.28 dev-tex/latexdiff/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   9 May 2012 17:10:42 -   1.27
+++ ChangeLog   28 Feb 2015 21:25:14 -  1.28
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/latexdiff
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.27 
2012/05/09 17:10:42 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/ChangeLog,v 1.28 
2015/02/28 21:25:14 ottxor Exp $
+
+*latexdiff-1.0.4 (28 Feb 2015)
+
+  28 Feb 2015; Christoph Junghans ott...@gentoo.org +latexdiff-1.0.4.ebuild:
+  version bump
 
   09 May 2012; Alexis Ballier aball...@gentoo.org latexdiff-0.5.ebuild:
   keyword ~amd64-fbsd
@@ -92,4 +97,3 @@
   +latexdiff-0.2.ebuild:
   Initial import. Ebuild submitted by Anders Bo Rasmussen gen...@fuzz.dk;
   bug #68033.
-



1.1  dev-tex/latexdiff/latexdiff-1.0.4.ebuild

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

Index: latexdiff-1.0.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexdiff/latexdiff-1.0.4.ebuild,v 
1.1 2015/02/28 21:25:14 ottxor Exp $

EAPI=5

DESCRIPTION=Compare two latex files and mark up significant differences
HOMEPAGE=http://www.ctan.org/tex-archive/support/latexdiff/ 
https://github.com/ftilmann/latexdiff/;
SRC_URI=http://mirror.ctan.org/support/${PN}.zip - ${P}.zip

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

IUSE=

RDEPEND==dev-lang/perl-5.8
dev-perl/Algorithm-Diff
DEPEND=${RDEPEND}
app-arch/unzip

S=${WORKDIR}/${PN}

src_test() {
emake test-ext
}

src_install() {
dobin latexdiff latexrevise latexdiff-vc
doman latexdiff.1 latexrevise.1 latexdiff-vc.1
dodoc README doc/latexdiff-man.pdf
}






[gentoo-commits] gentoo-x86 commit in sci-physics/hoomd-blue: hoomd-blue-1.0.2.ebuild metadata.xml Manifest ChangeLog

2015-02-28 Thread Christoph Junghans (ottxor)
ottxor  15/03/01 05:10:07

  Added:hoomd-blue-1.0.2.ebuild metadata.xml Manifest
ChangeLog
  Log:
  initial commit
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild?rev=1.1content-type=text/plain

Index: hoomd-blue-1.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-physics/hoomd-blue/hoomd-blue-1.0.2.ebuild,v 1.1 
2015/03/01 05:10:07 ottxor Exp $

EAPI=5

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

inherit cmake-utils cuda python-single-r1

DESCRIPTION=a general-purpose particle simulation toolkit
HOMEPAGE=http://codeblue.umich.edu/hoomd-blue/;

if [[ ${PV} =  ]]; then
EGIT_REPO_URI=https://bitbucket.org/glotzer/${PN}.git;
inherit git-r3
KEYWORDS=
else
inherit vcs-snapshot
SRC_URI=https://bitbucket.org/glotzer/${PN}/get/v${PV}.tar.bz2 - 
${P}.tar.bz2
KEYWORDS=~amd64
fi

LICENSE=hoomd-blue
SLOT=0
IUSE=cuda doc test mpi +zlib

REQUIRED_USE=${PYTHON_REQUIRED_USE}

RDEPEND=${PYTHON_DEPS}
mpi? ( virtual/mpi )
cuda? ( dev-util/nvidia-cuda-sdk )
zlib? ( sys-libs/zlib )
dev-libs/boost:=[threads,python,mpi,${PYTHON_USEDEP}]
DEPEND=${RDEPEND}
doc? ( app-doc/doxygen )

src_prepare() {
use cuda  cuda_src_prepare

cmake-utils_src_prepare
}

src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable mpi MPI)
$(cmake-utils_use_enable doc DOXYGEN)
$(cmake-utils_use_enable cuda CUDA)
$(cmake-utils_use_enable zlib ZLIB)
$(cmake-utils_use_build test BUILD_TESTING)
-DPYTHON_SITEDIR=$(python_get_sitedir)
)
cmake-utils_src_configure
}

src_install() {
use doc  HTML_DOCS=( ${BUILD_DIR}/doc/hoomd-*doc* )
cmake-utils_src_install

sed -i s/^python/${EPYTHON}/ ${ED}/usr/bin/hoomd || die
}



1.1  sci-physics/hoomd-blue/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/hoomd-blue/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/hoomd-blue/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-chemistry/herd
  maintainer
emailott...@gentoo.org/email
nameChristoph Junghans/name
  /maintainer
  use
flag name=cudaEnable cuda non-bonded kernels/flag
  /use
/pkgmetadata



1.1  sci-physics/hoomd-blue/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/hoomd-blue/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/hoomd-blue/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST hoomd-blue-1.0.2.tar.bz2 2755462 SHA256 
bca7d377fa152b5f99047c5701db0fecb244f56a7861c35eef0ded6106c520d1 SHA512 
f9042e3afacc14e62490802d16a13a77592195befa61837703a39aeedf679e81f31aaafb377384d3b0a2f0e9e40dbce7ddd8b2673086706ba223fe265a2dff27
 WHIRLPOOL 
b72c12a88941899c7a51a0a8e78783bf8c108b85f3969663453b2048a9a9c43ab8d4fd3fbcefa0a6d3add47ac880a2462d92760dc9efc5dd7a822be0252bce19
EBUILD hoomd-blue-1.0.2.ebuild 1424 SHA256 
76b352fbefe8e8a177b0545bd8f929223de077ed7cb314879116d5d1f81f67de SHA512 
aca246a2355b6708f5eae4527139bb89259870d75a9130103b504f341cbfe1c88fa1444010e76f23bea01f467d4dd82bedd1cc1c2843eeda11f4fc9e4b3ca247
 WHIRLPOOL 
3c6f8ac77a208583093ddfc0d4a01a36365e6d18b651941e6fb9bcbdae5184a38ac642ccddbef4692ed2e0650f77fb500e1cd30e1b5a6f21ceb74919b2ce2589
MISC metadata.xml 349 SHA256 
7963a3bcdbac28de0111504b026c8224398120e0e7571a23dcce9fbdd84d86a9 SHA512 
d111b78e604b1cc87dc331eaeaf85ec0f5bbefe959a0bc4f52911a13129761a9cffb25dc40bb53ef7b70db6b8d16c9f042400f3928258722dc2eb00153956eca
 WHIRLPOOL 
c22b8e5d28b8e1af8c43b5722e7539018d8906cf6dd0371652f1bfb5d17945cae1e22bfa88e2c7bdf4c1541dedb6da955971f8ed96168264aae9b57d07078fc7



1.1  sci-physics/hoomd-blue/ChangeLog

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

Index: ChangeLog

[gentoo-commits] gentoo-x86 commit in sci-physics/hoomd-blue: - New directory

2015-02-28 Thread Christoph Junghans (ottxor)
ottxor  15/03/01 04:56:49

  Log:
  Directory /var/cvsroot/gentoo-x86/sci-physics/hoomd-blue added to the 
repository



[gentoo-commits] gentoo-x86 commit in licenses: hoomd-blue

2015-02-28 Thread Christoph Junghans (ottxor)
ottxor  15/03/01 05:03:12

  Added:hoomd-blue
  Log:
  added hoomd-blue license

Revision  ChangesPath
1.1  licenses/hoomd-blue

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/hoomd-blue?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/licenses/hoomd-blue?rev=1.1content-type=text/plain

Index: hoomd-blue
===
Highly Optimized Object-oriented Many-particle Dynamics -- Blue Edition
(HOOMD-blue) Open Source Software License Copyright 2009-2014 The Regents of
the University of Michigan All rights reserved.

HOOMD-blue may contain modifications (Contributions) provided, and to which
copyright is held, by various Contributors who have granted The Regents of the
University of Michigan the right to modify and/or distribute such Contributions.

You may redistribute, use, and create derivate works of HOOMD-blue, in source
and binary forms, provided you abide by the following conditions:

* Redistributions of source code must retain the above copyright notice, this
list of conditions, and the following disclaimer both in the code and
prominently in any materials provided with the distribution.

* Redistributions in binary form must reproduce the above copyright notice, this
list of conditions, and the following disclaimer in the documentation and/or
other materials provided with the distribution.

* All publications and presentations based on HOOMD-blue, including any reports
or published results obtained, in whole or in part, with HOOMD-blue, will
acknowledge its use according to the terms posted at the time of submission on:
http://codeblue.umich.edu/hoomd-blue/citations.html

* Any electronic documents citing HOOMD-Blue will link to the HOOMD-Blue 
website:
http://codeblue.umich.edu/hoomd-blue/

* Apart from the above required attributions, neither the name of the copyright
holder nor the names of HOOMD-blue's contributors may be used to endorse or
promote products derived from this software without specific prior written
permission.

Disclaimer

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND/OR ANY
WARRANTIES THAT THIS SOFTWARE IS FREE OF INFRINGEMENT ARE DISCLAIMED.

IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.






[gentoo-commits] gentoo-x86 commit in sys-process/numactl: numactl-2.0.10-r1.ebuild ChangeLog

2015-02-20 Thread Christoph Junghans (ottxor)
ottxor  15/02/20 02:47:47

  Modified: ChangeLog
  Added:numactl-2.0.10-r1.ebuild
  Log:
  added multilib support (bug #540034)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.39 sys-process/numactl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numactl/ChangeLog?rev=1.39view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numactl/ChangeLog?rev=1.39content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numactl/ChangeLog?r1=1.38r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/numactl/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   12 Nov 2014 14:56:05 -  1.38
+++ ChangeLog   20 Feb 2015 02:47:47 -  1.39
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/numactl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/numactl/ChangeLog,v 1.38 
2014/11/12 14:56:05 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/numactl/ChangeLog,v 1.39 
2015/02/20 02:47:47 ottxor Exp $
+
+*numactl-2.0.10-r1 (20 Feb 2015)
+
+  20 Feb 2015; Christoph Junghans ott...@gentoo.org 
+numactl-2.0.10-r1.ebuild:
+  added multilib support (bug #540034)
 
   12 Nov 2014; Justin Lecher j...@gentoo.org numactl-2.0.10.ebuild,
   metadata.xml:



1.1  sys-process/numactl/numactl-2.0.10-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numactl/numactl-2.0.10-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/numactl/numactl-2.0.10-r1.ebuild?rev=1.1content-type=text/plain

Index: numactl-2.0.10-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-process/numactl/numactl-2.0.10-r1.ebuild,v 1.1 
2015/02/20 02:47:47 ottxor Exp $

EAPI=5

inherit autotools eutils toolchain-funcs multilib-minimal

DESCRIPTION=Utilities and libraries for NUMA systems
HOMEPAGE=http://oss.sgi.com/projects/libnuma/;
SRC_URI=ftp://oss.sgi.com/www/projects/libnuma/download/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
# ARM lacks the __NR_migrate_pages syscall.
KEYWORDS=~amd64 -arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux
IUSE=

ECONF_SOURCE=${S}

src_prepare() {
eautoreconf
epatch ${FILESDIR}/${PN}-2.0.8-cpuid-pic.patch #456238
}

src_test() {
if [ -d /sys/devices/system/node ]; then
einfo The only generically safe test is regress2.
einfo The other test cases require 2 NUMA nodes.
emake regress2
else
ewarn You do not have baseline NUMA support in your kernel, 
skipping tests.
fi
}

multilib_src_compile() {
multilib_is_native_abi  default || emake libnuma.la
}

multilib_src_install() {
emake DESTDIR=${D} install$(multilib_is_native_abi || echo 
-libLTLIBRARIES install-includeHEADERS)
}

multilib_src_install_all() {
DOCS=( README TODO CHANGES DESIGN )
einstalldocs
# delete man pages provided by the man-pages package #238805
rm -r ${ED}/usr/share/man/man[25] || die
}






[gentoo-commits] gentoo-x86 commit in sys-apps/hwloc: hwloc-1.10.1.ebuild ChangeLog

2015-02-20 Thread Christoph Junghans (ottxor)
ottxor  15/02/20 15:26:40

  Modified: ChangeLog
  Added:hwloc-1.10.1.ebuild
  Log:
  version bump (bug #538760) and multilib support (bug #540036)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.50 sys-apps/hwloc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   5 Jan 2015 17:56:52 -   1.49
+++ ChangeLog   20 Feb 2015 15:26:40 -  1.50
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/hwloc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.49 2015/01/05 
17:56:52 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.50 2015/02/20 
15:26:40 ottxor Exp $
+
+*hwloc-1.10.1 (20 Feb 2015)
+
+  20 Feb 2015; Christoph Junghans ott...@gentoo.org +hwloc-1.10.1.ebuild:
+  version bump (bug #538760) and multilib support (bug #540036)
 
   05 Jan 2015; Alexis Ballier aball...@gentoo.org hwloc-1.10.0-r1.ebuild:
   keyword ~arm



1.1  sys-apps/hwloc/hwloc-1.10.1.ebuild

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

Index: hwloc-1.10.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/hwloc-1.10.1.ebuild,v 1.1 
2015/02/20 15:26:40 ottxor Exp $

EAPI=5

inherit flag-o-matic cuda autotools-multilib multilib versionator

MY_PV=v$(get_version_component_range 1-2)

DESCRIPTION=displays the hardware topology in convenient formats
HOMEPAGE=http://www.open-mpi.org/projects/hwloc/;
SRC_URI=http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2;

LICENSE=BSD
SLOT=0/5
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux
IUSE=cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml X

# TODO opencl only works with AMD so no virtual
# dev-util/nvidia-cuda-toolkit is always multilib

RDEPEND==sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
cairo? ( =x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] )
cuda? ( =dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
gl? ( media-video/nvidia-settings )
opencl? ( x11-drivers/ati-drivers:* )
pci? (
=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}]
=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}]
)
plugins? ( dev-libs/libltdl:0[${MULTILIB_USEDEP}] )
numa? ( =sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] )
xml? ( =dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] )
DEPEND=${RDEPEND}
=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]

DOCS=( AUTHORS NEWS README VERSION )

PATCHES=( ${FILESDIR}/${PN}-1.8.1-gl.patch )
AUTOTOOLS_AUTORECONF=1

src_prepare() {
if use cuda ; then
append-cflags -I/opt/cuda/include
append-cppflags -I/opt/cuda/include
fi
autotools-utils_src_prepare
}

multilib_src_configure() {
export HWLOC_PKG_CONFIG=$(tc-getPKG_CONFIG) #393467
use cuda  local LDFLAGS=${LDFLAGS} -L/opt/cuda/$(get_libdir)
local myeconfargs=(
--disable-silent-rules
--docdir=${EPREFIX}/usr/share/doc/${PF}
$(use_enable cairo)
$(use_enable cuda)
$(use_enable debug)
$(multilib_native_use_enable gl)
$(multilib_native_use_enable opencl)
$(use_enable pci)
$(use_enable plugins)
$(use_enable numa libnuma)
$(use_enable xml libxml2)
$(use_with X x)
)
autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-shells/mpibash: mpibash-1.2.ebuild mpibash-9999.ebuild ChangeLog mpibash-1.1.ebuild

2015-02-19 Thread Christoph Junghans (ottxor)
ottxor  15/02/19 16:00:12

  Modified: mpibash-1.2.ebuild mpibash-.ebuild ChangeLog
  Removed:  mpibash-1.1.ebuild
  Log:
  fixed build without examples (bug #540592)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  app-shells/mpibash/mpibash-1.2.ebuild

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

Index: mpibash-1.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpibash-1.2.ebuild  17 Feb 2015 23:21:14 -  1.1
+++ mpibash-1.2.ebuild  19 Feb 2015 16:00:12 -  1.2
@@ -1,15 +1,16 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-1.2.ebuild,v 1.1 
2015/02/17 23:21:14 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-1.2.ebuild,v 1.2 
2015/02/19 16:00:12 ottxor Exp $
 
 EAPI=5
 
-inherit autotools multilib
+inherit autotools-utils multilib
 
 if [[ ${PV} =  ]]; then
EGIT_REPO_URI=git://github.com/losalamos/MPI-Bash.git 
http://github.com/losalamos/MPI-Bash.git;
inherit git-r3
KEYWORDS=
+   AUTOTOOLS_AUTORECONF=1
 else

SRC_URI=https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz;
KEYWORDS=~amd64
@@ -27,17 +28,16 @@
sys-cluster/libcircle
 RDEPEND=${DEPEND}
 
-src_prepare() {
-   [[ ${PV} =  ]]  eautoreconf
-}
-
 src_configure() {
-   econf --with-bashdir=${EPREFIX}/usr/include/bash-plugins \
+   local myeconfargs=(
+   --with-bashdir=${EPREFIX}/usr/include/bash-plugins
--with-plugindir=${EPREFIX}/usr/$(get_libdir)/bash
+   )
+   autotools-utils_src_configure
 }
 
 src_install() {
-   default
+   autotools-utils_src_install
sed -i '/^export LD_LIBRARY_PATH/d' ${ED}/usr/bin/${PN} || die
use examples || rm -r ${ED}/usr/share/doc/${PF}/examples || die
 }



1.2  app-shells/mpibash/mpibash-.ebuild

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

Index: mpibash-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpibash-.ebuild 17 Feb 2015 23:10:31 -  1.1
+++ mpibash-.ebuild 19 Feb 2015 16:00:12 -  1.2
@@ -1,15 +1,16 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-.ebuild,v 
1.1 2015/02/17 23:10:31 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-.ebuild,v 
1.2 2015/02/19 16:00:12 ottxor Exp $
 
 EAPI=5
 
-inherit autotools multilib
+inherit autotools-utils multilib
 
 if [[ ${PV} =  ]]; then
EGIT_REPO_URI=git://github.com/losalamos/MPI-Bash.git 
http://github.com/losalamos/MPI-Bash.git;
inherit git-r3
KEYWORDS=
+   AUTOTOOLS_AUTORECONF=1
 else

SRC_URI=https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz;
KEYWORDS=~amd64
@@ -27,17 +28,16 @@
sys-cluster/libcircle
 RDEPEND=${DEPEND}
 
-src_prepare() {
-   [[ ${PV} =  ]]  eautoreconf
-}
-
 src_configure() {
-   econf --with-bashdir=${EPREFIX}/usr/include/bash-plugins \
+   local myeconfargs=(
+   --with-bashdir=${EPREFIX}/usr/include/bash-plugins
--with-plugindir=${EPREFIX}/usr/$(get_libdir)/bash
+   )
+   autotools-utils_src_configure
 }
 
 src_install() {
-   default
+   autotools-utils_src_install
sed -i '/^export LD_LIBRARY_PATH/d' ${ED}/usr/bin/${PN} || die
use examples || rm -r ${ED}/usr/share/doc/${PF}/examples || die
 }



1.4  app-shells/mpibash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/ChangeLog?rev=1.4content-type=text/plain
diff : 

[gentoo-commits] gentoo-x86 commit in app-shells/mpibash: mpibash-9999.ebuild ChangeLog

2015-02-17 Thread Christoph Junghans (ottxor)
ottxor  15/02/17 23:10:31

  Modified: ChangeLog
  Added:mpibash-.ebuild
  Log:
  added live version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  app-shells/mpibash/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   13 Feb 2015 23:26:09 -  1.1
+++ ChangeLog   17 Feb 2015 23:10:31 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/mpibash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.1 
2015/02/13 23:26:09 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.2 
2015/02/17 23:10:31 ottxor Exp $
+
+*mpibash- (17 Feb 2015)
+
+  17 Feb 2015; Christoph Junghans ott...@gentoo.org +mpibash-.ebuild:
+  added live version
 
 *mpibash-1.1 (13 Feb 2015)
 



1.1  app-shells/mpibash/mpibash-.ebuild

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

Index: mpibash-.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-.ebuild,v 1.1 
2015/02/17 23:10:31 ottxor Exp $

EAPI=5

inherit autotools multilib

if [[ ${PV} =  ]]; then
EGIT_REPO_URI=git://github.com/losalamos/MPI-Bash.git 
http://github.com/losalamos/MPI-Bash.git;
inherit git-r3
KEYWORDS=
else

SRC_URI=https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz;
KEYWORDS=~amd64
fi

DESCRIPTION=Parallel scripting right from the Bourne-Again Shell (Bash)
HOMEPAGE=https://github.com/losalamos/MPI-Bash;

LICENSE=GPL-3
SLOT=0
IUSE=examples

DEPEND=virtual/mpi
=app-shells/bash-4.2[plugins]
sys-cluster/libcircle
RDEPEND=${DEPEND}

src_prepare() {
[[ ${PV} =  ]]  eautoreconf
}

src_configure() {
econf --with-bashdir=${EPREFIX}/usr/include/bash-plugins \
--with-plugindir=${EPREFIX}/usr/$(get_libdir)/bash
}

src_install() {
default
sed -i '/^export LD_LIBRARY_PATH/d' ${ED}/usr/bin/${PN} || die
use examples || rm -r ${ED}/usr/share/doc/${PF}/examples || die
}






[gentoo-commits] gentoo-x86 commit in app-shells/mpibash: mpibash-1.2.ebuild ChangeLog

2015-02-17 Thread Christoph Junghans (ottxor)
ottxor  15/02/17 23:21:14

  Modified: ChangeLog
  Added:mpibash-1.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.3  app-shells/mpibash/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   17 Feb 2015 23:10:31 -  1.2
+++ ChangeLog   17 Feb 2015 23:21:14 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for app-shells/mpibash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.2 
2015/02/17 23:10:31 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.3 
2015/02/17 23:21:14 ottxor Exp $
+
+*mpibash-1.2 (17 Feb 2015)
+
+  17 Feb 2015; Christoph Junghans ott...@gentoo.org +mpibash-1.2.ebuild:
+  version bump
 
 *mpibash- (17 Feb 2015)
 



1.1  app-shells/mpibash/mpibash-1.2.ebuild

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

Index: mpibash-1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-1.2.ebuild,v 1.1 
2015/02/17 23:21:14 ottxor Exp $

EAPI=5

inherit autotools multilib

if [[ ${PV} =  ]]; then
EGIT_REPO_URI=git://github.com/losalamos/MPI-Bash.git 
http://github.com/losalamos/MPI-Bash.git;
inherit git-r3
KEYWORDS=
else

SRC_URI=https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz;
KEYWORDS=~amd64
fi

DESCRIPTION=Parallel scripting right from the Bourne-Again Shell (Bash)
HOMEPAGE=https://github.com/losalamos/MPI-Bash;

LICENSE=GPL-3
SLOT=0
IUSE=examples

DEPEND=virtual/mpi
=app-shells/bash-4.2[plugins]
sys-cluster/libcircle
RDEPEND=${DEPEND}

src_prepare() {
[[ ${PV} =  ]]  eautoreconf
}

src_configure() {
econf --with-bashdir=${EPREFIX}/usr/include/bash-plugins \
--with-plugindir=${EPREFIX}/usr/$(get_libdir)/bash
}

src_install() {
default
sed -i '/^export LD_LIBRARY_PATH/d' ${ED}/usr/bin/${PN} || die
use examples || rm -r ${ED}/usr/share/doc/${PF}/examples || die
}






[gentoo-commits] gentoo-x86 commit in sys-apps/pciutils: pciutils-3.3.0-r2.ebuild ChangeLog

2015-02-15 Thread Christoph Junghans (ottxor)
ottxor  15/02/16 02:33:21

  Modified: ChangeLog
  Added:pciutils-3.3.0-r2.ebuild
  Log:
  added multilib support (bug #540030)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.235sys-apps/pciutils/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog   29 Dec 2014 08:25:52 -  1.234
+++ ChangeLog   16 Feb 2015 02:33:21 -  1.235
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/pciutils
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.234 
2014/12/29 08:25:52 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/ChangeLog,v 1.235 
2015/02/16 02:33:21 ottxor Exp $
+
+*pciutils-3.3.0-r2 (16 Feb 2015)
+
+  16 Feb 2015; Christoph Junghans ott...@gentoo.org 
+pciutils-3.3.0-r2.ebuild:
+  added multilib support (bug #540030)
 
 *pciutils-3.3.0-r1 (29 Dec 2014)
 



1.1  sys-apps/pciutils/pciutils-3.3.0-r2.ebuild

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

Index: pciutils-3.3.0-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/pciutils/pciutils-3.3.0-r2.ebuild,v 
1.1 2015/02/16 02:33:21 ottxor Exp $

EAPI=5

inherit eutils multilib toolchain-funcs multilib-minimal

DESCRIPTION=Various utilities dealing with the PCI bus
HOMEPAGE=http://mj.ucw.cz/sw/pciutils/ 
http://git.kernel.org/?p=utils/pciutils/pciutils.git;
SRC_URI=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/${P}.tar.gz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux 
~x86-linux
IUSE=dns +kmod static-libs +udev zlib

# Have the sub-libs in RDEPEND with [static-libs] since, logically,
# our libssl.a depends on libz.a/etc... at runtime.
LIB_DEPEND=zlib? ( =sys-libs/zlib-1.2.8-r1[static-libs(+),${MULTILIB_USEDEP}] 
)
DEPEND=kmod? ( sys-apps/kmod )
static-libs? ( ${LIB_DEPEND} )
!static-libs? ( ${LIB_DEPEND//static-libs(+),} )
udev? ( =virtual/libudev-208[${MULTILIB_USEDEP}] )
RDEPEND=${DEPEND}
sys-apps/hwids
DEPEND=${DEPEND}
kmod? ( virtual/pkgconfig )

MULTILIB_WRAPPED_HEADERS=( /usr/include/pci/config.h )

switch_config() {
[[ $# -ne 2 ]]  return 1
local opt=$1 val=$2

sed s@^\(${opt}=\).*\$@\1${val}@ -i Makefile || die
return 0
}

src_prepare() {
epatch ${FILESDIR}/${PN}-3.1.9-static-pc.patch

if use static-libs ; then
cp -pPR ${S} ${S}.static || die
mv ${S}.static ${S}/static || die
fi

multilib_copy_sources
}

pemake() {
emake \
HOST=${CHOST} \
CROSS_COMPILE=${CHOST}- \
CC=$(tc-getCC) \
AR=$(tc-getAR) \
RANLIB=$(tc-getRANLIB) \
DNS=$(usex dns) \
IDSDIR='$(SHAREDIR)/misc' \
MANDIR='$(SHAREDIR)/man' \
PREFIX=${EPREFIX}/usr \
SHARED=yes \
STRIP= \
ZLIB=$(usex zlib) \
PCI_COMPRESSED_IDS=0 \
PCI_IDS=pci.ids \
LIBDIR=\${PREFIX}/$(get_libdir) \
LIBKMOD=$(multilib_native_usex kmod) \
HWDB=$(usex udev) \
$@
}

multilib_src_compile() {
pemake OPT=${CFLAGS} all
if use static-libs ; then
pemake \
-C ${BUILD_DIR}/static \
OPT=${CFLAGS} \
SHARED=no \
lib/libpci.a
fi
}

multilib_src_install() {
pemake DESTDIR=${D} install install-lib
use static-libs  dolib.a ${BUILD_DIR}/static/lib/libpci.a
}

multilib_src_install_all() {
dodoc ChangeLog README TODO

rm ${ED}/usr/sbin/update-pciids ${ED}/usr/share/misc/pci.ids \

[gentoo-commits] gentoo-x86 commit in app-shells/mpibash: - New directory

2015-02-13 Thread Christoph Junghans (ottxor)
ottxor  15/02/13 23:21:48

  Log:
  Directory /var/cvsroot/gentoo-x86/app-shells/mpibash added to the repository



[gentoo-commits] gentoo-x86 commit in app-shells/mpibash: metadata.xml mpibash-1.1.ebuild Manifest ChangeLog

2015-02-13 Thread Christoph Junghans (ottxor)
ottxor  15/02/13 23:26:09

  Added:metadata.xml mpibash-1.1.ebuild Manifest ChangeLog
  Log:
  import for science overlay
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  app-shells/mpibash/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/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
/pkgmetadata



1.1  app-shells/mpibash/mpibash-1.1.ebuild

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

Index: mpibash-1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/mpibash-1.1.ebuild,v 1.1 
2015/02/13 23:26:09 ottxor Exp $

EAPI=5

DESCRIPTION=Parallel scripting right from the Bourne-Again Shell (Bash)
HOMEPAGE=https://github.com/losalamos/MPI-Bash;
SRC_URI=https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz;

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64
IUSE=examples

DEPEND=virtual/mpi
=app-shells/bash-4.2[plugins]
sys-cluster/libcircle
RDEPEND=${DEPEND}

src_configure() {
econf --with-bashdir=${EPREFIX}/usr/include/bash-plugins
}

src_install() {
default
use examples || rm -r ${ED}/usr/share/doc/${PF}/examples || die
}



1.1  app-shells/mpibash/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/Manifest?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/Manifest?rev=1.1content-type=text/plain

Index: Manifest
===
DIST mpibash-1.1.tar.gz 346708 SHA256 
bbcb4b93db7e58be11c4cebb369b52fe8ea9de1abd474f7834c9937002335877 SHA512 
9729ed92025f0470dac110a2cc0a6ed971082ed98fa09493dc029dc32029474b8a51c55a571e01ee79a026f67829fc6011bcc074e318b5dfc327b3186f5d6f28
 WHIRLPOOL 
e40b98e6762916aa30f9bdb851c8667a0d1afd11cfdf89c76125df822b41f3dccb351581168b5090bb2b890be720c4943222cbd8917d6a3065925d835da820e4
EBUILD mpibash-1.1.ebuild 670 SHA256 
36bd86fa70cfcac91aca4477734fff3d377610b4f6fc3ed25dc41260c5e0c909 SHA512 
4eda54da99eae5eab171a0f98a8b9f9163212e996b5c9c389760104571647c3500ae00d6a6d16d7b05fe6e0008c27068b601136f3fd6cc0d8c14bd3e839e27c1
 WHIRLPOOL 
04de85a8520a732d40b37405f121babed5d5c4e1ee199cc2cca045486741b0fb175ff2089d3dcba89a9036c238f3c7c8cfef28d2dea19b5a0cd9282e6f753075
MISC metadata.xml 255 SHA256 
0da10db3f5e42de5c943d049c66694fd96ca133308b461943c25b1f0dfa89b74 SHA512 
ace4fc961efb6ff9bde0f3a2a82101c973af2e32322bc48f4c13d2c9d3e0e441722b567492652d24c471a4a4ddd5465d26baf7aac94d46de81d9b539c07e1462
 WHIRLPOOL 
c3e442ca6808e66a196647716f43c9809e044c26509586dfb2b07fe90b5d802898ffe1b1ca4d23c7cf22da0909f4f92fd491eb1cb4cf6c97740676f7a0434f12



1.1  app-shells/mpibash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/ChangeLog?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/mpibash/ChangeLog?rev=1.1content-type=text/plain

Index: ChangeLog
===
# ChangeLog for app-shells/mpibash
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mpibash/ChangeLog,v 1.1 
2015/02/13 23:26:09 ottxor Exp $

*mpibash-1.1 (13 Feb 2015)

  13 Feb 2015; Christoph Junghans ott...@gentoo.org +metadata.xml,
  +mpibash-1.1.ebuild:
  import for science overlay






[gentoo-commits] gentoo-x86 commit in dev-perl/Switch: Switch-2.160.0-r1.ebuild ChangeLog

2015-02-12 Thread Christoph Junghans (ottxor)
ottxor  15/02/12 15:58:35

  Modified: Switch-2.160.0-r1.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.7  dev-perl/Switch/Switch-2.160.0-r1.ebuild

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

Index: Switch-2.160.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Switch/Switch-2.160.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Switch-2.160.0-r1.ebuild18 Oct 2014 14:09:42 -  1.6
+++ Switch-2.160.0-r1.ebuild12 Feb 2015 15:58:35 -  1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/Switch-2.160.0-r1.ebuild,v 
1.6 2014/10/18 14:09:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/Switch-2.160.0-r1.ebuild,v 
1.7 2015/02/12 15:58:35 ottxor Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 SRC_URI+= 
http://dev.gentoo.org/~tove/distfiles/perl-core/Switch/Switch-2.16-rt60380.patch;
 
 SLOT=0
-KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd
+KEYWORDS=alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux
 IUSE=
 
 SRC_TEST=do



1.7  dev-perl/Switch/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Switch/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   18 Oct 2014 14:09:42 -  1.6
+++ ChangeLog   12 Feb 2015 15:58:35 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Switch
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/ChangeLog,v 1.6 2014/10/18 
14:09:42 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Switch/ChangeLog,v 1.7 2015/02/12 
15:58:35 ottxor Exp $
+
+  12 Feb 2015; Christoph Junghans ott...@gentoo.org Switch-2.160.0-r1.ebuild:
+  added ~amd64-linux (tested by me)
 
   18 Oct 2014; Agostino Sarubbo a...@gentoo.org Switch-2.160.0-r1.ebuild:
   Stable for sparc, wrt bug #524154






[gentoo-commits] gentoo-x86 commit in games-fps/enemy-territory-omnibot: enemy-territory-omnibot-0.82.ebuild enemy-territory-omnibot-0.83.1.ebuild ChangeLog

2015-02-11 Thread Christoph Junghans (ottxor)
ottxor  15/02/11 17:40:55

  Modified: enemy-territory-omnibot-0.82.ebuild
enemy-territory-omnibot-0.83.1.ebuild ChangeLog
  Log:
  made source mirror restricted (bug #539780)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  
games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild?r1=1.1r2=1.2

Index: enemy-territory-omnibot-0.82.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- enemy-territory-omnibot-0.82.ebuild 22 Jul 2014 01:36:22 -  1.1
+++ enemy-territory-omnibot-0.82.ebuild 11 Feb 2015 17:40:55 -  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/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild,v
 1.1 2014/07/22 01:36:22 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.82.ebuild,v
 1.2 2015/02/11 17:40:55 ottxor Exp $
 
 EAPI=2
 
@@ -16,3 +16,4 @@
 
 LICENSE=all-rights-reserved
 KEYWORDS=~amd64 ~x86
+RESTRICT=mirror strip



1.2  
games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild?r1=1.1r2=1.2

Index: enemy-territory-omnibot-0.83.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- enemy-territory-omnibot-0.83.1.ebuild   22 Jul 2014 01:36:22 -  
1.1
+++ enemy-territory-omnibot-0.83.1.ebuild   11 Feb 2015 17:40:55 -  
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/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild,v
 1.1 2014/07/22 01:36:22 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/enemy-territory-omnibot-0.83.1.ebuild,v
 1.2 2015/02/11 17:40:55 ottxor Exp $
 
 EAPI=2
 
@@ -19,3 +19,4 @@
 
 LICENSE=all-rights-reserved
 KEYWORDS=~amd64 ~x86
+RESTRICT=mirror strip



1.2  games-fps/enemy-territory-omnibot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog?r1=1.1r2=1.2

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 Jul 2014 01:36:22 -  1.1
+++ ChangeLog   11 Feb 2015 17:40:55 -  1.2
@@ -1,6 +1,10 @@
 # ChangeLog for games-fps/enemy-territory-omnibot
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog,v 1.1 
2014/07/22 01:36:22 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/games-fps/enemy-territory-omnibot/ChangeLog,v 1.2 
2015/02/11 17:40:55 ottxor Exp $
+
+  11 Feb 2015; Christoph Junghans ott...@gentoo.org
+  enemy-territory-omnibot-0.82.ebuild, enemy-territory-omnibot-0.83.1.ebuild:
+  made source mirror restricted (bug #539780)
 
 *enemy-territory-omnibot-0.82 (22 Jul 2014)
 *enemy-territory-omnibot-0.83.1 (22 Jul 2014)






[gentoo-commits] gentoo-x86 commit in sys-devel/byfl: byfl-9999.ebuild byfl-1.1.ebuild ChangeLog

2015-02-10 Thread Christoph Junghans (ottxor)
ottxor  15/02/10 21:04:46

  Modified: byfl-.ebuild byfl-1.1.ebuild ChangeLog
  Log:
  fixed deps
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.8  sys-devel/byfl/byfl-.ebuild

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

Index: byfl-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- byfl-.ebuild5 Dec 2014 16:26:47 -   1.7
+++ byfl-.ebuild10 Feb 2015 21:04:46 -  1.8
@@ -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/sys-devel/byfl/byfl-.ebuild,v 1.7 
2014/12/05 16:26:47 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-.ebuild,v 1.8 
2015/02/10 21:04:46 ottxor Exp $
 
 EAPI=5
 
@@ -13,11 +13,10 @@
AUTOTOOLS_AUTORECONF=1
LLVM_VERSION=
 else
-   LLVM_VERSION=3.5.0
+   LLVM_VERSION=3.5.1
MY_P=${P}-llvm-${LLVM_VERSION}

SRC_URI=https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz;
KEYWORDS=~amd64 ~amd64-linux
-   S=${WORKDIR}/${MY_P}
 fi
 
 DESCRIPTION=Compiler-based Application Analysis
@@ -29,7 +28,9 @@
 
 RDEPEND=~sys-devel/dragonegg-${LLVM_VERSION}
~sys-devel/clang-${LLVM_VERSION}
-   ~sys-devel/llvm-${LLVM_VERSION}
+   ~sys-devel/llvm-${LLVM_VERSION}
+   dev-lang/perl:=
+   dev-perl/Switch
 DEPEND=${RDEPEND}
 
 src_configure() {



1.2  sys-devel/byfl/byfl-1.1.ebuild

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

Index: byfl-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- byfl-1.1.ebuild 3 Feb 2015 20:57:33 -   1.1
+++ byfl-1.1.ebuild 10 Feb 2015 21:04:46 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v 1.1 
2015/02/03 20:57:33 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v 1.2 
2015/02/10 21:04:46 ottxor Exp $
 
 EAPI=5
 
@@ -28,7 +28,9 @@
 
 RDEPEND=~sys-devel/dragonegg-${LLVM_VERSION}
~sys-devel/clang-${LLVM_VERSION}
-   ~sys-devel/llvm-${LLVM_VERSION}
+   ~sys-devel/llvm-${LLVM_VERSION}
+   dev-lang/perl:=
+   dev-perl/Switch
 DEPEND=${RDEPEND}
 
 src_configure() {



1.9  sys-devel/byfl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 Feb 2015 20:57:33 -   1.8
+++ ChangeLog   10 Feb 2015 21:04:46 -  1.9
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/byfl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.8 2015/02/03 
20:57:33 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.9 2015/02/10 
21:04:46 ottxor Exp $
+
+  10 Feb 2015; Christoph Junghans ott...@gentoo.org byfl-1.1.ebuild,
+  byfl-.ebuild:
+  fixed deps
 
 *byfl-1.1 (03 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-devel/byfl: ChangeLog byfl-1.0.ebuild

2015-02-10 Thread Christoph Junghans (ottxor)
ottxor  15/02/10 21:18:46

  Modified: ChangeLog
  Removed:  byfl-1.0.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.10 sys-devel/byfl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   10 Feb 2015 21:04:46 -  1.9
+++ ChangeLog   10 Feb 2015 21:18:46 -  1.10
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/byfl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.9 2015/02/10 
21:04:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.10 2015/02/10 
21:18:46 ottxor Exp $
+
+  10 Feb 2015; Christoph Junghans ott...@gentoo.org -byfl-1.0.ebuild,
+  byfl-1.1.ebuild:
+  remove old
 
   10 Feb 2015; Christoph Junghans ott...@gentoo.org byfl-1.1.ebuild,
   byfl-.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-devel/byfl: byfl-9999.ebuild byfl-1.1.ebuild ChangeLog

2015-02-10 Thread Christoph Junghans (ottxor)
ottxor  15/02/10 22:07:53

  Modified: byfl-.ebuild byfl-1.1.ebuild ChangeLog
  Log:
  Added hdf5 support
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.9  sys-devel/byfl/byfl-.ebuild

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

Index: byfl-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- byfl-.ebuild10 Feb 2015 21:04:46 -  1.8
+++ byfl-.ebuild10 Feb 2015 22:07:53 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-.ebuild,v 1.8 
2015/02/10 21:04:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-.ebuild,v 1.9 
2015/02/10 22:07:53 ottxor Exp $
 
 EAPI=5
 
@@ -24,16 +24,17 @@
 
 SLOT=0
 LICENSE=BSD
-IUSE=
+IUSE=hdf5
 
 RDEPEND=~sys-devel/dragonegg-${LLVM_VERSION}
~sys-devel/clang-${LLVM_VERSION}
~sys-devel/llvm-${LLVM_VERSION}
dev-lang/perl:=
-   dev-perl/Switch
+   dev-perl/Switch
+   hdf5? ( sci-libs/hdf5 )
 DEPEND=${RDEPEND}
 
 src_configure() {
append-cxxflags -std=c++11
-   autotools-utils_src_configure
+   autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
 }



1.3  sys-devel/byfl/byfl-1.1.ebuild

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

Index: byfl-1.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- byfl-1.1.ebuild 10 Feb 2015 21:04:46 -  1.2
+++ byfl-1.1.ebuild 10 Feb 2015 22:07:53 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v 1.2 
2015/02/10 21:04:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v 1.3 
2015/02/10 22:07:53 ottxor Exp $
 
 EAPI=5
 
@@ -24,16 +24,17 @@
 
 SLOT=0
 LICENSE=BSD
-IUSE=
+IUSE=hdf5
 
 RDEPEND=~sys-devel/dragonegg-${LLVM_VERSION}
~sys-devel/clang-${LLVM_VERSION}
~sys-devel/llvm-${LLVM_VERSION}
dev-lang/perl:=
-   dev-perl/Switch
+   dev-perl/Switch
+   hdf5? ( sci-libs/hdf5 )
 DEPEND=${RDEPEND}
 
 src_configure() {
append-cxxflags -std=c++11
-   autotools-utils_src_configure
+   autotools-utils_src_configure H5CXX=$(usex hdf5 h5c++ no)
 }



1.11 sys-devel/byfl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   10 Feb 2015 21:18:46 -  1.10
+++ ChangeLog   10 Feb 2015 22:07:53 -  1.11
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/byfl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.10 2015/02/10 
21:18:46 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.11 2015/02/10 
22:07:53 ottxor Exp $
+
+  10 Feb 2015; Christoph Junghans ott...@gentoo.org byfl-1.1.ebuild,
+  byfl-.ebuild:
+  Added hdf5 support
 
   10 Feb 2015; Christoph Junghans ott...@gentoo.org -byfl-1.0.ebuild,
   byfl-1.1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-cpp/icnc: icnc-1.0.100.ebuild ChangeLog

2015-02-08 Thread Christoph Junghans (ottxor)
ottxor  15/02/08 20:41:08

  Modified: icnc-1.0.100.ebuild ChangeLog
  Log:
  fixed deps and install of api docu (bug #539318)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  dev-cpp/icnc/icnc-1.0.100.ebuild

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

Index: icnc-1.0.100.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icnc-1.0.100.ebuild 8 Dec 2014 19:03:02 -   1.1
+++ icnc-1.0.100.ebuild 8 Feb 2015 20:41:08 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v 1.1 
2014/12/08 19:03:02 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v 1.2 
2015/02/08 20:41:08 ottxor Exp $
 
 EAPI=5
 
@@ -32,6 +32,7 @@

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

 
@@ -64,7 +65,7 @@
insinto /usr/share/doc/${P}/html
doins -r ${ED}/usr/doc/api/*
fi
-   rm -r ${ED}/usr/doc/api || die
+   rm -fr ${ED}/usr/doc/api
rmdir ${ED}/usr/doc || die
if use examples ; then
insinto /usr/share/${PN}/examples



1.2  dev-cpp/icnc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   8 Dec 2014 19:03:02 -   1.1
+++ ChangeLog   8 Feb 2015 20:41:08 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-cpp/icnc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v 1.1 2014/12/08 
19:03:02 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v 1.2 2015/02/08 
20:41:08 ottxor Exp $
+
+  08 Feb 2015; Christoph Junghans ott...@gentoo.org icnc-1.0.100.ebuild:
+  fixed deps and install of api docu (bug #539318)
 
 *icnc-1.0.100 (08 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in media-sound/muine: muine-0.8.11-r3.ebuild ChangeLog

2015-02-07 Thread Christoph Junghans (ottxor)
ottxor  15/02/07 18:17:08

  Modified: muine-0.8.11-r3.ebuild ChangeLog
  Log:
  use mirror://gnome in SRC_URI
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.5  media-sound/muine/muine-0.8.11-r3.ebuild

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

Index: muine-0.8.11-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.11-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- muine-0.8.11-r3.ebuild  5 Dec 2014 10:18:10 -   1.4
+++ muine-0.8.11-r3.ebuild  7 Feb 2015 18:17:08 -   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/media-sound/muine/muine-0.8.11-r3.ebuild,v 
1.4 2014/12/05 10:18:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.11-r3.ebuild,v 
1.5 2015/02/07 18:17:08 ottxor Exp $
 
 EAPI=5
 GCONF_DEBUG=yes
@@ -9,7 +9,7 @@
 
 DESCRIPTION=A music player for GNOME
 HOMEPAGE=http://muine.gooeylinux.org/;
-SRC_URI=http://download.gnome.org/sources/muine/0.8/${P}.tar.bz2;
+SRC_URI=mirror://gnome/sources/muine/0.8/${P}.tar.bz2
 
 LICENSE=GPL-2
 SLOT=0



1.77 media-sound/muine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/ChangeLog?rev=1.77view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/ChangeLog?rev=1.77content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/muine/ChangeLog?r1=1.76r2=1.77

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog   6 Dec 2014 19:09:26 -   1.76
+++ ChangeLog   7 Feb 2015 18:17:08 -   1.77
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/muine
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.76 
2014/12/06 19:09:26 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.77 
2015/02/07 18:17:08 ottxor Exp $
+
+  07 Feb 2015; Christoph Junghans ott...@gentoo.org muine-0.8.11-r3.ebuild:
+  use mirror://gnome in SRC_URI
 
   06 Dec 2014; Pacho Ramos pa...@gentoo.org -muine-0.8.11-r2.ebuild:
   Drop old






[gentoo-commits] gentoo-x86 commit in x11-libs/guile-gtk: guile-gtk-2.1-r1.ebuild guile-gtk-2.1-r2.ebuild ChangeLog

2015-02-07 Thread Christoph Junghans (ottxor)
ottxor  15/02/07 18:22:22

  Modified: guile-gtk-2.1-r1.ebuild guile-gtk-2.1-r2.ebuild
ChangeLog
  Log:
  use mirror://gnu in SRC_URI
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.7  x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild?r1=1.6r2=1.7

Index: guile-gtk-2.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- guile-gtk-2.1-r1.ebuild 31 Jan 2013 23:09:35 -  1.6
+++ guile-gtk-2.1-r1.ebuild 7 Feb 2015 18:22:22 -   1.7
@@ -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/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild,v 1.6 
2013/01/31 23:09:35 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r1.ebuild,v 1.7 
2015/02/07 18:22:22 ottxor Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION=GTK+ bindings for guile
 HOMEPAGE=http://www.gnu.org/software/guile-gtk/;
-SRC_URI=ftp://ftp.gnu.org/gnu/guile-gtk/${P}.tar.gz;
+SRC_URI=mirror://gnu/guile-gtk/${P}.tar.gz
 
 LICENSE=GPL-3
 SLOT=0



1.2  x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild

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

Index: guile-gtk-2.1-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guile-gtk-2.1-r2.ebuild 4 May 2013 12:03:19 -   1.1
+++ guile-gtk-2.1-r2.ebuild 7 Feb 2015 18:22:22 -   1.2
@@ -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/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild,v 1.1 
2013/05/04 12:03:19 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-2.1-r2.ebuild,v 1.2 
2015/02/07 18:22:22 ottxor Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION=GTK+ bindings for guile
 HOMEPAGE=http://www.gnu.org/software/guile-gtk/;
-SRC_URI=ftp://ftp.gnu.org/gnu/guile-gtk/${P}.tar.gz;
+SRC_URI=mirror://gnu/guile-gtk/${P}.tar.gz
 
 LICENSE=GPL-3
 SLOT=0



1.47 x11-libs/guile-gtk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.47view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?rev=1.47content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/guile-gtk/ChangeLog?r1=1.46r2=1.47

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   6 Aug 2014 12:10:04 -   1.46
+++ ChangeLog   7 Feb 2015 18:22:22 -   1.47
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/guile-gtk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.46 
2014/08/06 12:10:04 creffett Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/ChangeLog,v 1.47 
2015/02/07 18:22:22 ottxor Exp $
+
+  07 Feb 2015; Christoph Junghans ott...@gentoo.org guile-gtk-2.1-r1.ebuild,
+  guile-gtk-2.1-r2.ebuild:
+  use mirror://gnu in SRC_URI
 
   06 Aug 2014; Chris Reffett creff...@gentoo.org -guile-gtk-2.1.ebuild:
   [QA] Drop old






[gentoo-commits] gentoo-x86 commit in sys-devel/gcc-apple: metadata.xml ChangeLog

2015-02-06 Thread Christoph Junghans (ottxor)
ottxor  15/02/06 21:54:13

  Modified: metadata.xml ChangeLog
  Log:
  added regression-test use flag to metadata.xml
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.8  sys-devel/gcc-apple/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/metadata.xml?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/metadata.xml?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/metadata.xml?r1=1.7r2=1.8

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml28 Jun 2009 11:07:44 -  1.7
+++ metadata.xml6 Feb 2015 21:54:13 -   1.8
@@ -7,5 +7,6 @@
   instead of just 3.3)/flag
 flag name=objcBuild support for the Objective C code language/flag
 flag name=objc++Build support for the Objective C++ language/flag
+flag name=regression-testRun the testsuite and install the results 
(requires FEATURES=test)/flag
   /use
 /pkgmetadata



1.32 sys-devel/gcc-apple/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.32view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.32content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/ChangeLog?r1=1.31r2=1.32

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   31 Jan 2015 16:15:23 -  1.31
+++ ChangeLog   6 Feb 2015 21:54:13 -   1.32
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gcc-apple
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.31 
2015/01/31 16:15:23 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.32 
2015/02/06 21:54:13 ottxor Exp $
+
+  06 Feb 2015; Christoph Junghans ott...@gentoo.org metadata.xml:
+  added regression-test use flag to metadata.xml
 
   31 Jan 2015; Fabian Groffen grob...@gentoo.org
   files/gcc-apple-4.2.1_p5666-darwin14.patch, gcc-apple-4.2.1_p5666-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-devel/byfl: byfl-1.1.ebuild ChangeLog

2015-02-03 Thread Christoph Junghans (ottxor)
ottxor  15/02/03 20:57:33

  Modified: ChangeLog
  Added:byfl-1.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.8  sys-devel/byfl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   5 Dec 2014 16:26:47 -   1.7
+++ ChangeLog   3 Feb 2015 20:57:33 -   1.8
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/byfl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.7 2014/12/05 
16:26:47 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/ChangeLog,v 1.8 2015/02/03 
20:57:33 ottxor Exp $
+
+*byfl-1.1 (03 Feb 2015)
+
+  03 Feb 2015; Christoph Junghans ott...@gentoo.org +byfl-1.1.ebuild:
+  version bump
 
   05 Dec 2014; Christoph Junghans ott...@gentoo.org byfl-1.0.ebuild,
   byfl-.ebuild:



1.1  sys-devel/byfl/byfl-1.1.ebuild

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

Index: byfl-1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/byfl/byfl-1.1.ebuild,v 1.1 
2015/02/03 20:57:33 ottxor Exp $

EAPI=5

inherit autotools-utils flag-o-matic

if [ ${PV} =  ]; then
EGIT_REPO_URI=git://github.com/losalamos/${PN^b}.git 
http://github.com/losalamos/${PN}.git;
inherit git-2
KEYWORDS=
AUTOTOOLS_AUTORECONF=1
LLVM_VERSION=
else
LLVM_VERSION=3.5.1
MY_P=${P}-llvm-${LLVM_VERSION}

SRC_URI=https://github.com/losalamos/Byfl/releases/download/v${MY_P#${PN}-}/${MY_P}.tar.gz;
KEYWORDS=~amd64 ~amd64-linux
fi

DESCRIPTION=Compiler-based Application Analysis
HOMEPAGE=https://github.com/losalamos/Byfl;

SLOT=0
LICENSE=BSD
IUSE=

RDEPEND=~sys-devel/dragonegg-${LLVM_VERSION}
~sys-devel/clang-${LLVM_VERSION}
~sys-devel/llvm-${LLVM_VERSION}
DEPEND=${RDEPEND}

src_configure() {
append-cxxflags -std=c++11
autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in app-admin/denyhosts: denyhosts-2.9.ebuild ChangeLog

2015-02-03 Thread Christoph Junghans (ottxor)
ottxor  15/02/03 21:07:20

  Modified: ChangeLog
  Added:denyhosts-2.9.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.88 app-admin/denyhosts/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog   28 Dec 2014 18:17:29 -  1.87
+++ ChangeLog   3 Feb 2015 21:07:20 -   1.88
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/denyhosts
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.87 
2014/12/28 18:17:29 floppym Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.88 
2015/02/03 21:07:20 ottxor Exp $
+
+*denyhosts-2.9 (03 Feb 2015)
+
+  03 Feb 2015; Christoph Junghans ott...@gentoo.org +denyhosts-2.9.ebuild:
+  version bump
 
   28 Dec 2014; Mike Gilbert flop...@gentoo.org denyhosts-2.6-r10.ebuild,
   denyhosts-2.6-r9.ebuild:



1.1  app-admin/denyhosts/denyhosts-2.9.ebuild

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

Index: denyhosts-2.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.9.ebuild,v 
1.1 2015/02/03 21:07:20 ottxor Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1 eutils readme.gentoo systemd

DESCRIPTION=DenyHosts is a utility to help sys admins thwart ssh hackers
HOMEPAGE=http://denyhost.sourceforge.net/;
SRC_URI=https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~sparc ~x86
IUSE=

DEPEND=
RDEPEND=

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=
=net-misc/openssh-6.7p1 dropped support for sys-apps/tcp-wrappers
(see bug#531156) that means you either have patch openssh or use
denyhosts' iptables feature to get any protection.

You can configure DenyHosts to run as a daemon by running:
# rc-update add denyhosts default
or:
# systemctl enable denyhosts.service
(if you use systemd)

To run DenyHosts as a cronjob instead of a daemon add the following
to /etc/crontab
# run DenyHosts every 10 minutes
*/10  *  * * *root/usr/bin/denyhosts.py -c /etc/denyhosts.conf

More information can be found at ${HOMEPAGE}faq.html

src_prepare() {
#systemd needs HOSTNAME
epatch ${FILESDIR}/${PN}-2.6-hostname.patch

sed -e '/^DENY_THRESHOLD_VALID =/s/=.*/= 5/' \
-e '/^SECURE_LOG/s/^/#/' \
-e '\@#SECURE_LOG.*/var/log/messages@s/^#//' \
-i denyhosts.conf || die sed failed

distutils-r1_src_prepare
}

src_install() {
readme.gentoo_create_doc

dodoc CHANGELOG.txt README.txt PKG-INFO
distutils-r1_src_install

dodir /etc/logrotate.d
insinto /etc/logrotate.d
newins ${FILESDIR}/${PN}.logrotate-r2 ${PN}

newinitd ${FILESDIR}/denyhosts.init-r2 denyhosts
systemd_dounit ${FILESDIR}/${PN}.service

keepdir /var/lib/denyhosts
}

pkg_postinst() {
[[ -f ${EROOT}etc/hosts.deny ]] || touch ${EROOT}etc/hosts.deny

readme.gentoo_print_elog
}






[gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: gromacs-4.6.7.ebuild metadata.xml gromacs-5.0.ebuild gromacs-4.6.5.ebuild gromacs-4.6.6.ebuild gromacs-5.0.4.ebuild gromacs-5.0.2.ebuild gr

2015-01-31 Thread Christoph Junghans (ottxor)
ottxor  15/01/31 20:23:56

  Modified: gromacs-4.6.7.ebuild metadata.xml
gromacs-5.0.ebuild gromacs-4.6.5.ebuild
gromacs-4.6.6.ebuild gromacs-5.0.4.ebuild
gromacs-5.0.2.ebuild gromacs-5.0.1.ebuild
gromacs-5.0.2-r1.ebuild ChangeLog
  Log:
  Switch to CPU_FLAGS_X86 (bug #538268)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sci-chemistry/gromacs/gromacs-4.6.7.ebuild

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

Index: gromacs-4.6.7.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gromacs-4.6.7.ebuild29 Aug 2014 19:29:11 -  1.1
+++ gromacs-4.6.7.ebuild31 Jan 2015 20:23:56 -  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-chemistry/gromacs/gromacs-4.6.7.ebuild,v 1.1 
2014/08/29 19:29:11 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-4.6.7.ebuild,v 1.2 
2015/01/31 20:23:56 ottxor Exp $
 
 EAPI=5
 
@@ -34,7 +34,7 @@
KEYWORDS=~alpha ~amd64 ~arm ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x86-macos
 fi
 
-ACCE_IUSE=sse2 sse4_1 avx128fma avx256
+ACCE_IUSE=cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 
cpu_flags_x86_avx
 
 DESCRIPTION=The ultimate molecular dynamics simulation package
 HOMEPAGE=http://www.gromacs.org/;
@@ -131,10 +131,10 @@
 
#go from slowest to fastest acceleration
local acce=None
-   use sse2  acce=SSE2
-   use sse4_1  acce=SSE4.1
-   use avx128fma  acce=AVX_128_FMA
-   use avx256  acce=AVX_256
+   use cpu_flags_x86_sse2  acce=SSE2
+   use cpu_flags_x86_sse4_1  acce=SSE4.1
+   use cpu_flags_x86_fma4  acce=AVX_128_FMA
+   use cpu_flags_x86_avx  acce=AVX_256
 
#to create man pages, build tree binaries are executed (bug #398437)
[[ ${CHOST} = *-darwin* ]]  \



1.21 sci-chemistry/gromacs/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/metadata.xml?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/metadata.xml?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/metadata.xml?r1=1.20r2=1.21

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/metadata.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- metadata.xml30 Jun 2014 03:24:04 -  1.20
+++ metadata.xml31 Jan 2015 20:23:56 -  1.21
@@ -14,12 +14,6 @@
flag name=tngEnable new trajectory format - tng/flag
flag name=make-symlinksCreate symbolic links for pre-5.0 binary 
names/flag
 !-- acceleration optimization flags --
-flag name=sse4_1Enable sse4.1 acceleration/flag
-   flag name=avx128fmaEnable 128bit avx with fma (e.g. AMD 
BullDozer)/flag
-   flag name=avx_128_fmaEnable 128bit avx with fma (e.g. AMD 
BullDozer)/flag
-   flag name=avx256Enable 256bit avx (e.g. Intel Sandy Bridge)/flag
-   flag name=avx_256Enable 256bit avx (e.g. Intel Sandy Bridge)/flag
-   flag name=avx2_256Enable 256bit avx2 (e.g. Intel Haswell)/flag
 flag name=offensiveEnable gromacs partly offensive quotes/flag
 flag name=openmmAdd acceleration through 
pkgsci-libs/openmm/pkg/flag
 flag name=mklUse pkgsci-libs/mkl/pkg for fft, blas, lapack 
routines/flag



1.4  sci-chemistry/gromacs/gromacs-5.0.ebuild

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

Index: gromacs-5.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-5.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gromacs-5.0.ebuild  25 Nov 2014 16:04:38 -  1.3
+++ gromacs-5.0.ebuild  31 Jan 2015 20:23:56 -  

[gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: ChangeLog gromacs-5.0.1.ebuild gromacs-5.0.2-r1.ebuild gromacs-4.6.6.ebuild gromacs-5.0.ebuild gromacs-5.0.2.ebuild

2015-01-31 Thread Christoph Junghans (ottxor)
ottxor  15/01/31 20:31:17

  Modified: ChangeLog
  Removed:  gromacs-5.0.1.ebuild gromacs-5.0.2-r1.ebuild
gromacs-4.6.6.ebuild gromacs-5.0.ebuild
gromacs-5.0.2.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.151sci-chemistry/gromacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   31 Jan 2015 20:23:56 -  1.150
+++ ChangeLog   31 Jan 2015 20:31:16 -  1.151
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/gromacs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.150 
2015/01/31 20:23:56 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.151 
2015/01/31 20:31:16 ottxor Exp $
+
+  31 Jan 2015; Christoph Junghans ott...@gentoo.org -gromacs-4.6.6.ebuild,
+  -gromacs-5.0.1.ebuild, -gromacs-5.0.2-r1.ebuild, -gromacs-5.0.2.ebuild,
+  -gromacs-5.0.ebuild:
+  remove old
 
   31 Jan 2015; Christoph Junghans ott...@gentoo.org gromacs-4.6.5.ebuild,
   gromacs-4.6.6.ebuild, gromacs-4.6.7.ebuild, gromacs-5.0.1.ebuild,






[gentoo-commits] gentoo-x86 commit in sys-cluster/libquo: libquo-1.2.3.ebuild ChangeLog

2015-01-28 Thread Christoph Junghans (ottxor)
ottxor  15/01/27 18:24:46

  Modified: ChangeLog
  Added:libquo-1.2.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.3  sys-cluster/libquo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libquo/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   6 Jan 2015 21:56:20 -   1.2
+++ ChangeLog   27 Jan 2015 18:24:46 -  1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/libquo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/ChangeLog,v 1.2 
2015/01/06 21:56:20 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/ChangeLog,v 1.3 
2015/01/27 18:24:46 ottxor Exp $
+
+*libquo-1.2.3 (27 Jan 2015)
+
+  27 Jan 2015; Christoph Junghans ott...@gentoo.org +libquo-1.2.3.ebuild:
+  version bump
 
 *libquo-1.2.2 (06 Jan 2015)
 



1.1  sys-cluster/libquo/libquo-1.2.3.ebuild

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

Index: libquo-1.2.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/libquo-1.2.3.ebuild,v 1.1 
2015/01/27 18:24:46 ottxor Exp $

EAPI=5

inherit autotools-utils

if [ ${PV} =  ]; then
EGIT_REPO_URI=git://github.com/losalamos/${PN}.git 
http://github.com/losalamos/${PN}.git;
inherit git-r3
KEYWORDS=
AUTOTOOLS_AUTORECONF=1
else
SRC_URI=http://losalamos.github.io/${PN}/dists/${P}.tar.gz;
KEYWORDS=~amd64
fi

DESCRIPTION=run-time tuning of process binding policies made easy
HOMEPAGE=http://losalamos.github.io/libquo/;

LICENSE=BSD
SLOT=0
IUSE=fortran static-libs

DEPEND=
virtual/mpi[fortran?]
sys-process/numactl
sys-apps/hwloc[numa,xml]

RDEPEND=${DEPEND}

src_configure() {
autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
}






[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-5.7_p2.ebuild ChangeLog openntpd-5.7_p1.ebuild

2015-01-24 Thread Christoph Junghans (ottxor)
ottxor  15/01/25 00:54:30

  Modified: ChangeLog
  Added:openntpd-5.7_p2.ebuild
  Removed:  openntpd-5.7_p1.ebuild
  Log:
  version bump (bug #537292, thx to Paul)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.130net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   12 Jan 2015 18:09:55 -  1.129
+++ ChangeLog   25 Jan 2015 00:54:30 -  1.130
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.129 
2015/01/12 18:09:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.130 
2015/01/25 00:54:30 ottxor Exp $
+
+*openntpd-5.7_p2 (25 Jan 2015)
+
+  25 Jan 2015; Christoph Junghans ott...@gentoo.org
+  +files/openntpd-5.7_p2-adjtimex.patch, 
+files/openntpd-5.7_p2-proctitle.patch,
+  +openntpd-5.7_p2.ebuild, -files/openntpd-5.7_p1-signal.patch,
+  -files/openntpd-5.7_p1-warn-s-failure.patch, -openntpd-5.7_p1.ebuild:
+  version bump (bug #537292, thx to Paul)
 
 *openntpd-5.7_p1 (12 Jan 2015)
 



1.1  net-misc/openntpd/openntpd-5.7_p2.ebuild

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

Index: openntpd-5.7_p2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-5.7_p2.ebuild,v 
1.1 2015/01/25 00:54:30 ottxor Exp $

EAPI=5

inherit autotools eutils systemd user

DESCRIPTION=Lightweight NTP server ported from OpenBSD
HOMEPAGE=http://www.openntpd.org/;

MY_P=${P/_p/p}
SRC_URI=mirror://openbsd/OpenNTPD/${MY_P}.tar.gz

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

CDEPEND=!=net-misc/ntp-4.2.0-r2
!net-misc/ntp[-openntpd]
DEPEND=${CDEPEND}
RDEPEND=${CDEPEND}
selinux? ( sec-policy/selinux-ntp )


S=${WORKDIR}/${MY_P}

pkg_setup() {
export NTP_HOME=${NTP_HOME:=/var/lib/openntpd/chroot}
enewgroup ntp
enewuser ntp -1 -1 ${NTP_HOME} ntp

# make sure user has correct HOME as flipping between
# the standard ntp pkg and this one was possible in
# the past
if [[ $(egethome ntp) != ${NTP_HOME} ]]; then
ewarn From this version on, the homedir of the ntp user cannot 
be changed
ewarn dynamically after the installation. For homedir 
different from
ewarn /var/lib/openntpd/chroot set NTP_HOME in your make.conf 
and re-emerge.
esethome ntp ${NTP_HOME}
fi
}

src_prepare() {
epatch ${FILESDIR}/${PN}-5.7_p1-runpath.patch
epatch ${FILESDIR}/${PN}-5.7_p1-driftpath.patch
epatch ${FILESDIR}/${PN}-5.7_p1-gentoopool.patch
epatch ${FILESDIR}/${P}-adjtimex.patch
epatch ${FILESDIR}/${P}-proctitle.patch
#Due to last patch
eautoreconf
}

src_configure() {
econf --with-privsep-user=ntp --with-privsep-path=${NTP_HOME}
}

src_install() {
default
rm -r ${ED}/var

newinitd ${FILESDIR}/${PN}.init.d-20080406-r6 ntpd
newconfd ${FILESDIR}/${PN}.conf.d-20080406-r6 ntpd

systemd_newunit ${FILESDIR}/${PN}.service-20080406-r4 ntpd.service
}

pkg_config() {
einfo Setting up chroot for ntp in ${NTP_HOME}
# remove localtime file from previous installations
rm -f ${EROOT%/}${NTP_HOME}/etc/localtime
mkdir -p ${EROOT%/}${NTP_HOME}/etc
if ! ln ${EROOT%/}/etc/localtime 
${EROOT%/}${NTP_HOME}/etc/localtime ; then
cp ${EROOT%/}/etc/localtime 
${EROOT%/}${NTP_HOME}/etc/localtime || die
einfo We could not create a hardlink from /etc/localtime to 
${NTP_HOME}/etc/localtime,
einfo so please run 'emerge --config =${CATEGORY}/${PF}' 
whenever you change
einfo your timezone.
fi
chown -R root:root ${EROOT%/}${NTP_HOME} || die
}

pkg_postinst() {
pkg_config

[[ -f 

[gentoo-commits] gentoo-x86 commit in net-misc/openntpd/files: openntpd-5.7_p2-adjtimex.patch openntpd-5.7_p2-proctitle.patch openntpd-5.7_p1-warn-s-failure.patch openntpd-5.7_p1-signal.patch

2015-01-24 Thread Christoph Junghans (ottxor)
ottxor  15/01/25 00:54:30

  Added:openntpd-5.7_p2-adjtimex.patch
openntpd-5.7_p2-proctitle.patch
  Removed:  openntpd-5.7_p1-warn-s-failure.patch
openntpd-5.7_p1-signal.patch
  Log:
  version bump (bug #537292, thx to Paul)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  net-misc/openntpd/files/openntpd-5.7_p2-adjtimex.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p2-adjtimex.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p2-adjtimex.patch?rev=1.1content-type=text/plain

Index: openntpd-5.7_p2-adjtimex.patch
===
From eeb97529cd5a332a69a312687e41939eb17f7a81 Mon Sep 17 00:00:00 2001
From: Brent Cook bust...@gmail.com
Date: Wed, 21 Jan 2015 10:30:37 -0600
Subject: [PATCH] prefer adjtimex over the deprecated ntp_adjtime on Linux

Thanks to @chneukirchen for the suggestion.
---
 compat/adjfreq_linux.c | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/compat/adjfreq_linux.c b/compat/adjfreq_linux.c
index 21ee40f..e4a8ae9 100644
--- a/compat/adjfreq_linux.c
+++ b/compat/adjfreq_linux.c
@@ -15,7 +15,7 @@
  */
 
 #include sys/types.h
-# include sys/timex.h
+#include sys/timex.h
 
 #include unistd.h
 
@@ -37,20 +37,20 @@ adjfreq(const int64_t *freq, int64_t *oldfreq)
txc.modes = ADJ_FREQUENCY;
txc.freq = *freq / 1e3 / (1LL  16);
 
-   if ((ntp_adjtime(txc)) == -1)
-   log_warn(ntp_adjtime (2) failed);
+   if ((adjtimex(txc)) == -1)
+   log_warn(adjtimex failed);
 
-   log_debug(ntp_adjtime adjusted frequency by %fppm,
+   log_debug(adjtimex adjusted frequency by %fppm,
  ((txc.freq * 1e3) *  (1LL16) / 1e3 / (1LL  32)));
}
if (oldfreq != NULL) {
txc.modes = 0;
-   if ((ntp_adjtime(txc)) == -1) {
-   log_warn(ntp_adjtime (1) failed);
+   if ((adjtimex(txc)) == -1) {
+   log_warn(adjtimex failed);
return -1;
}
newfreq = (txc.freq * 1e3) *  (1LL16);
-   log_debug(ntp_adjtime returns frequency of %fppm,
+   log_debug(adjtimex returns frequency of %fppm,
  newfreq / 1e3 / (1LL  32));
*oldfreq = newfreq;
}



1.1  net-misc/openntpd/files/openntpd-5.7_p2-proctitle.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p2-proctitle.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p2-proctitle.patch?rev=1.1content-type=text/plain

Index: openntpd-5.7_p2-proctitle.patch
===
diff -Nur openntpd-5.7p2-orig/Makefile.am openntpd-5.7p2/Makefile.am
--- openntpd-5.7p2-orig/Makefile.am 2015-01-19 17:18:56.0 -0800
+++ openntpd-5.7p2/Makefile.am  2015-01-21 12:09:17.221031344 -0800
@@ -162,6 +162,8 @@
 libcompat_la_SOURCES += compat/md5.c
 endif
 
+libcompat_la_SOURCES += compat/progname.c
+
 if !HAVE_REALLOCARRAY
 libcompat_la_SOURCES += compat/reallocarray.c
 endif
diff -Nur openntpd-5.7p2-orig/configure.ac openntpd-5.7p2/configure.ac
--- openntpd-5.7p2-orig/configure.ac2015-01-19 17:18:56.0 -0800
+++ openntpd-5.7p2/configure.ac 2015-01-21 12:10:32.118825079 -0800
@@ -153,6 +153,18 @@
   -a x$HOST_OS != xnetbsd \
   -a x$ac_cv_func_arc4random_uniform = xyes])
 
+AC_CACHE_CHECK([if libc defines __progname], ac_cv_libc_defines___progname, [
+   AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],
+[[ extern char *__progname; printf(%s, __progname); ]])],
+[ ac_cv_libc_defines___progname=yes ],
+[ ac_cv_libc_defines___progname=no
+])
+])
+if test x$ac_cv_libc_defines___progname = xyes ; then
+AC_DEFINE([HAVE___PROGNAME], [1], [Define if libc defines __progname])
+fi
+
+
 AC_CACHE_CHECK([whether va_copy exists], ac_cv_have_va_copy, [
AC_LINK_IFELSE([AC_LANG_PROGRAM([[
 #include stdarg.h
diff -Nur openntpd-5.7p2-orig/configure openntpd-5.7p2/configure
--- openntpd-5.7p2-orig/configure   2015-01-19 18:30:48.0 -0800
+++ openntpd-5.7p2/configure2015-01-21 12:11:19.827967669 -0800
@@ -13519,6 +13519,42 @@
 fi
 
 
+{ $as_echo $as_me:${as_lineno-$LINENO}: checking if libc defines __progname 
5
+$as_echo_n checking if libc defines __progname...  6; }
+if ${ac_cv_libc_defines___progname+:} false; then :
+  $as_echo_n (cached)  6
+else
+
+   cat confdefs.h - _ACEOF conftest.$ac_ext
+/* end confdefs.h.  */
+

[gentoo-commits] gentoo-x86 commit in dev-python/enum34: enum34-1.0.4.ebuild ChangeLog

2015-01-23 Thread Christoph Junghans (ottxor)
ottxor  15/01/23 17:47:55

  Modified: enum34-1.0.4.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.7  dev-python/enum34/enum34-1.0.4.ebuild

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

Index: enum34-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- enum34-1.0.4.ebuild 17 Jan 2015 23:03:22 -  1.6
+++ enum34-1.0.4.ebuild 23 Jan 2015 17:47:55 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.6 
2015/01/17 23:03:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.7 
2015/01/23 17:47:55 ottxor Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see 
DESCRIPTION
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~mips ~x86
+KEYWORDS=~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux
 IUSE=doc
 
 DEPEND=



1.11 dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   17 Jan 2015 23:03:22 -  1.10
+++ ChangeLog   23 Jan 2015 17:47:55 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.10 
2015/01/17 23:03:22 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.11 
2015/01/23 17:47:55 ottxor Exp $
+
+  23 Jan 2015; Christoph Junghans ott...@gentoo.org enum34-1.0.4.ebuild:
+  added ~amd64-linux (tested by me)
 
   17 Jan 2015; Anthony G. Basile bluen...@gentoo.org enum34-1.0.4.ebuild,
   enum34-1.0.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-cluster/libcircle: libcircle-0.2.0_rc1.ebuild ChangeLog

2015-01-23 Thread Christoph Junghans (ottxor)
ottxor  15/01/23 17:45:30

  Modified: libcircle-0.2.0_rc1.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild

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

Index: libcircle-0.2.0_rc1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libcircle-0.2.0_rc1.ebuild  17 Mar 2014 19:04:20 -  1.1
+++ libcircle-0.2.0_rc1.ebuild  23 Jan 2015 17:45:30 -  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/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v 1.1 
2014/03/17 19:04:20 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild,v 1.2 
2015/01/23 17:45:30 ottxor Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 else
inherit vcs-snapshot
SRC_URI=https://github.com/hpc/${PN}/archive/${PV/_rc/-rc.}.tar.gz - 
${P}.tar.gz
-   KEYWORDS=~amd64 ~x86
+   KEYWORDS=~amd64 ~x86 ~amd64-linux
 fi
 
 DESCRIPTION=an API for distributing embarrassingly parallel workloads using 
self-stabilization



1.5  sys-cluster/libcircle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Mar 2014 19:04:20 -  1.4
+++ ChangeLog   23 Jan 2015 17:45:30 -  1.5
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/libcircle
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.4 
2014/03/17 19:04:20 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libcircle/ChangeLog,v 1.5 
2015/01/23 17:45:30 ottxor Exp $
+
+  23 Jan 2015; Christoph Junghans ott...@gentoo.org
+  libcircle-0.2.0_rc1.ebuild:
+  added ~amd64-linux (tested by me)
 
 *libcircle-0.2.0_rc1 (17 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-python/enum34: enum34-1.0.4.ebuild ChangeLog

2015-01-23 Thread Christoph Junghans (ottxor)
ottxor  15/01/23 21:28:23

  Modified: enum34-1.0.4.ebuild ChangeLog
  Log:
  added ~x86-macos (tested by me)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.8  dev-python/enum34/enum34-1.0.4.ebuild

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

Index: enum34-1.0.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- enum34-1.0.4.ebuild 23 Jan 2015 17:47:55 -  1.7
+++ enum34-1.0.4.ebuild 23 Jan 2015 21:28:23 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.7 
2015/01/23 17:47:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/enum34-1.0.4.ebuild,v 1.8 
2015/01/23 21:28:23 ottxor Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3} pypy pypy3 )  # Do NOT add python3_4—see 
DESCRIPTION
@@ -13,7 +13,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux
+KEYWORDS=~amd64 ~arm ~hppa ~mips ~x86 ~amd64-linux ~x86-macos
 IUSE=doc
 
 DEPEND=



1.12 dev-python/enum34/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   23 Jan 2015 17:47:55 -  1.11
+++ ChangeLog   23 Jan 2015 21:28:23 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/enum34
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.11 
2015/01/23 17:47:55 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enum34/ChangeLog,v 1.12 
2015/01/23 21:28:23 ottxor Exp $
+
+  23 Jan 2015; Christoph Junghans ott...@gentoo.org enum34-1.0.4.ebuild:
+  added ~x86-macos (tested by me)
 
   23 Jan 2015; Christoph Junghans ott...@gentoo.org enum34-1.0.4.ebuild:
   added ~amd64-linux (tested by me)






[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-4.0_pre20080406.ebuild ChangeLog

2015-01-12 Thread Christoph Junghans (ottxor)
ottxor  15/01/12 16:27:39

  Modified: ChangeLog
  Added:openntpd-4.0_pre20080406.ebuild
  Log:
  copy 20080406-r9 version to 4.0_pre20080406 to prepare version bump to 5.7_p1 
(bug #536032)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.127net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog   2 Nov 2014 09:10:58 -   1.126
+++ ChangeLog   12 Jan 2015 16:27:39 -  1.127
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/openntpd
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.126 
2014/11/02 09:10:58 swift Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.127 
2015/01/12 16:27:39 ottxor Exp $
+
+*openntpd-4.0_pre20080406 (12 Jan 2015)
+
+  12 Jan 2015; Christoph Junghans ott...@gentoo.org
+  +openntpd-4.0_pre20080406.ebuild:
+  copy 20080406-r9 version to 4.0_pre20080406 to prepare version bump to 5.7_p1
+  (bug #536032)
 
   02 Nov 2014; Sven Vermeulen sw...@gentoo.org openntpd-20080406-r9.ebuild:
   Remove sec-policy/selinux-* dependency from DEPEND but keep in RDEPEND (bug



1.1  net-misc/openntpd/openntpd-4.0_pre20080406.ebuild

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

Index: openntpd-4.0_pre20080406.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.1 
2015/01/12 16:27:39 ottxor Exp $

EAPI=5

inherit autotools eutils toolchain-funcs systemd user

MY_PV=${PV##*pre}
MY_P=${PN}_${MY_PV}p
DEB_VER=6
DESCRIPTION=Lightweight NTP server ported from OpenBSD
HOMEPAGE=http://www.openntpd.org/;
SRC_URI=mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.orig.tar.gz

mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}-${DEB_VER}.debian.tar.gz

LICENSE=BSD GPL-2
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd
IUSE=ssl selinux

CDEPEND=ssl? ( dev-libs/openssl )
!=net-misc/ntp-4.2.0-r2
!net-misc/ntp[-openntpd]
DEPEND=${CDEPEND}
virtual/yacc
RDEPEND=${CDEPEND}
selinux? ( sec-policy/selinux-ntp )


S=${WORKDIR}/${MY_P/_/-}

pkg_setup() {
export NTP_HOME=${NTP_HOME:=/var/lib/openntpd/chroot}
enewgroup ntp
enewuser ntp -1 -1 ${NTP_HOME} ntp

# make sure user has correct HOME as flipng between
# the standard ntp pkg and this one was possible in
# the past
if [[ $(egethome ntp) != ${NTP_HOME} ]]; then
ewarn From this version on, the homedir of the ntp user cannot 
be changed
ewarn dynamically after the installation. For homedir 
different from
ewarn /var/lib/openntpd/chroot set NTP_HOME in your make.conf 
and re-emerge.
esethome ntp ${NTP_HOME}
fi
}

src_prepare() {
sed -i '/NTPD_USER/s:_ntp:ntp:' ntpd.h || die

epatch ${WORKDIR}/debian/patches/*.patch
epatch ${FILESDIR}/${PN}-${MY_PV}-pidfile.patch
epatch ${FILESDIR}/${PN}-${MY_PV}-signal.patch
epatch ${FILESDIR}/${PN}-${MY_PV}-dns-timeout.patch
sed -i 's:debian:gentoo:g' ntpd.conf || die
eautoreconf # deb patchset touches .ac files and such
}

src_configure() {
econf \
--disable-strip \
$(use_with !ssl builtin-arc4random) \
AR=$(type -p $(tc-getAR))
}

src_install() {
default
rmdir ${ED}/{var/empty,var}

newinitd ${FILESDIR}/${PN}.init.d-${MY_PV}-r6 ntpd
newconfd ${FILESDIR}/${PN}.conf.d-${MY_PV}-r6 ntpd

systemd_newunit ${FILESDIR}/${PN}.service-${MY_PV}-r4 ntpd.service
}

pkg_config() {
einfo Setting up chroot for ntp in ${NTP_HOME}
# remove localtime file from previous installations
rm -f ${EROOT%/}${NTP_HOME}/etc/localtime
mkdir -p ${EROOT%/}${NTP_HOME}/etc
if ! ln 

[gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-5.0.0.ebuild ChangeLog gnuplot-5.0_rc3.ebuild

2015-01-12 Thread Christoph Junghans (ottxor)
ottxor  15/01/13 02:37:51

  Modified: ChangeLog
  Added:gnuplot-5.0.0.ebuild
  Removed:  gnuplot-5.0_rc3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.260sci-visualization/gnuplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.260view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.260content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.259r2=1.260

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- ChangeLog   28 Dec 2014 23:34:41 -  1.259
+++ ChangeLog   13 Jan 2015 02:37:51 -  1.260
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/gnuplot
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.259 
2014/12/28 23:34:41 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.260 
2015/01/13 02:37:51 ottxor Exp $
+
+*gnuplot-5.0.0 (13 Jan 2015)
+
+  13 Jan 2015; Christoph Junghans ott...@gentoo.org +gnuplot-5.0.0.ebuild,
+  -gnuplot-5.0_rc3.ebuild:
+  version bump
 
 *gnuplot-5.0_rc3 (28 Dec 2014)
 



1.1  sci-visualization/gnuplot/gnuplot-5.0.0.ebuild

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

Index: gnuplot-5.0.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-5.0.0.ebuild,v 1.1 
2015/01/13 02:37:51 ottxor Exp $

EAPI=5

inherit eutils flag-o-matic multilib readme.gentoo toolchain-funcs wxwidgets

DESCRIPTION=Command-line driven interactive plotting program
HOMEPAGE=http://www.gnuplot.info/;

if [[ -z ${PV%%*} ]]; then
inherit autotools cvs
ECVS_SERVER=gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot
ECVS_MODULE=gnuplot
ECVS_BRANCH=branch-5-0-stable
ECVS_USER=anonymous
ECVS_CVS_OPTIONS=-dP
MY_P=${PN}
SRC_URI=
KEYWORDS=
else
MY_P=${P/_/.}
SRC_URI=mirror://sourceforge/gnuplot/${MY_P}.tar.gz
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
inherit autotools
fi

LICENSE=gnuplot bitmap? ( free-noncomm )
SLOT=0
IUSE=aqua bitmap cairo doc examples +gd ggi latex libcaca libcerf lua qt4 
readline svga wxwidgets X

RDEPEND=
cairo? (
x11-libs/cairo
x11-libs/pango )
gd? ( =media-libs/gd-2.0.35-r3[png] )
ggi? ( media-libs/libggi )
latex? (
virtual/latex-base
lua? (
dev-tex/pgf
=dev-texlive/texlive-latexrecommended-2008-r2 ) )
libcaca? ( media-libs/libcaca )
lua? ( dev-lang/lua )
qt4? ( =dev-qt/qtcore-4.5:4
=dev-qt/qtgui-4.5:4
=dev-qt/qtsvg-4.5:4 )
readline? ( sys-libs/readline )
libcerf? ( sci-libs/libcerf )
svga? ( media-libs/svgalib )
wxwidgets? (
x11-libs/wxGTK:2.8[X]
x11-libs/cairo
x11-libs/pango
x11-libs/gtk+:2 )
X? ( x11-libs/libXaw )
DEPEND=${RDEPEND}
virtual/pkgconfig
doc? (
virtual/latex-base
dev-texlive/texlive-latexextra
app-text/ghostscript-gpl )

S=${WORKDIR}/${MY_P}

GP_VERSION=${PV%.*}
E_SITEFILE=lisp/50${PN}-gentoo.el
TEXMF=${EPREFIX}/usr/share/texmf-site

src_prepare() {
if [[ -z ${PV%%*} ]]; then
local dir
for dir in config demo m4 term tutorial; do
emake -C $dir -f Makefile.am.in Makefile.am
done
eautoreconf
fi

# Add special version identification as required by provision 2
# of the gnuplot license
sed -i -e 1s/.*/ (Gentoo revision ${PR})/ PATCHLEVEL || die

# hacky workaround
# Please hack the buildsystem if you like
if use prefix  use qt4; then
append-ldflags 

[gentoo-commits] gentoo-x86 commit in dev-lang/ispc: ispc-1.8.1.ebuild ChangeLog

2015-01-12 Thread Christoph Junghans (ottxor)
ottxor  15/01/13 02:06:59

  Modified: ChangeLog
  Added:ispc-1.8.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.19 dev-lang/ispc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   25 Oct 2014 03:58:50 -  1.18
+++ ChangeLog   13 Jan 2015 02:06:59 -  1.19
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/ispc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.18 2014/10/25 
03:58:50 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.19 2015/01/13 
02:06:59 ottxor Exp $
+
+*ispc-1.8.1 (13 Jan 2015)
+
+  13 Jan 2015; Christoph Junghans ott...@gentoo.org +ispc-1.8.1.ebuild:
+  version bump
 
 *ispc-1.8.0 (25 Oct 2014)
 



1.1  dev-lang/ispc/ispc-1.8.1.ebuild

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

Index: ispc-1.8.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.8.1.ebuild,v 1.1 
2015/01/13 02:06:59 ottxor Exp $

EAPI=5

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

inherit toolchain-funcs python-any-r1

DESCRIPTION=Intel SPMD Program Compiler
HOMEPAGE=http://ispc.github.com/;

if [[ ${PV} = * ]]; then
inherit git-r3
EGIT_REPO_URI=git://github.com/ispc/ispc.git
KEYWORDS=
else
SRC_URI=https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - 
${P}.tar.gz
KEYWORDS=~amd64 ~x86
fi

LICENSE=BSD BSD-2 UoI-NCSA
SLOT=0
IUSE=examples

RDEPEND=
=sys-devel/clang-3.0
=sys-devel/llvm-3.0

DEPEND=
${RDEPEND}
${PYTHON_DEPS}
sys-devel/bison
sys-devel/flex


src_compile() {
sed -i '/^\t@/s/@//' Makefile || die #make all slient commands (@) 
verbose
emake LDFLAGS=${LDFLAGS} OPT=${CXXFLAGS} CXX=$(tc-getCXX) 
CPP=$(tc-getCPP)
}

src_install() {
dobin ispc
dodoc README.rst

if use examples; then
insinto /usr/share/doc/${PF}/examples
docompress -x /usr/share/doc/${PF}/examples
doins -r examples/*
fi
}






[gentoo-commits] gentoo-x86 commit in dev-lang/ispc: ChangeLog ispc-1.8.0.ebuild ispc-1.7.0.ebuild

2015-01-12 Thread Christoph Junghans (ottxor)
ottxor  15/01/13 02:08:11

  Modified: ChangeLog
  Removed:  ispc-1.8.0.ebuild ispc-1.7.0.ebuild
  Log:
  removed old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.20 dev-lang/ispc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   13 Jan 2015 02:06:59 -  1.19
+++ ChangeLog   13 Jan 2015 02:08:11 -  1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/ispc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.19 2015/01/13 
02:06:59 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.20 2015/01/13 
02:08:11 ottxor Exp $
+
+  13 Jan 2015; Christoph Junghans ott...@gentoo.org
+  -files/ispc-1.7.0-llvm-version.patch, -ispc-1.7.0.ebuild, -ispc-1.8.0.ebuild:
+  removed old
 
 *ispc-1.8.1 (13 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/ispc/files: ispc-1.7.0-llvm-version.patch

2015-01-12 Thread Christoph Junghans (ottxor)
ottxor  15/01/13 02:08:11

  Removed:  ispc-1.7.0-llvm-version.patch
  Log:
  removed old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)



[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-5.7_p1.ebuild ChangeLog

2015-01-12 Thread Christoph Junghans (ottxor)
ottxor  15/01/12 18:09:55

  Modified: ChangeLog
  Added:openntpd-5.7_p1.ebuild
  Log:
  version bump (bug #536032)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.129net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   12 Jan 2015 18:01:31 -  1.128
+++ ChangeLog   12 Jan 2015 18:09:55 -  1.129
@@ -1,6 +1,15 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.128 
2015/01/12 18:01:31 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.129 
2015/01/12 18:09:55 ottxor Exp $
+
+*openntpd-5.7_p1 (12 Jan 2015)
+
+  12 Jan 2015; Christoph Junghans ott...@gentoo.org
+  +files/openntpd-5.7_p1-driftpath.patch,
+  +files/openntpd-5.7_p1-gentoopool.patch, 
+files/openntpd-5.7_p1-runpath.patch,
+  +files/openntpd-5.7_p1-signal.patch,
+  +files/openntpd-5.7_p1-warn-s-failure.patch, +openntpd-5.7_p1.ebuild:
+  version bump (bug #536032)
 
   12 Jan 2015; Christoph Junghans ott...@gentoo.org
   -openntpd-20080406-r9.ebuild, openntpd-4.0_pre20080406.ebuild:



1.1  net-misc/openntpd/openntpd-5.7_p1.ebuild

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

Index: openntpd-5.7_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-5.7_p1.ebuild,v 
1.1 2015/01/12 18:09:55 ottxor Exp $

EAPI=5

inherit eutils systemd user

DESCRIPTION=Lightweight NTP server ported from OpenBSD
HOMEPAGE=http://www.openntpd.org/;

MY_P=${P/_p/p}
SRC_URI=mirror://openbsd/OpenNTPD/${MY_P}.tar.gz

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

CDEPEND=!=net-misc/ntp-4.2.0-r2
!net-misc/ntp[-openntpd]
DEPEND=${CDEPEND}
RDEPEND=${CDEPEND}
selinux? ( sec-policy/selinux-ntp )


S=${WORKDIR}/${MY_P}

pkg_setup() {
export NTP_HOME=${NTP_HOME:=/var/lib/openntpd/chroot}
enewgroup ntp
enewuser ntp -1 -1 ${NTP_HOME} ntp

# make sure user has correct HOME as flipping between
# the standard ntp pkg and this one was possible in
# the past
if [[ $(egethome ntp) != ${NTP_HOME} ]]; then
ewarn From this version on, the homedir of the ntp user cannot 
be changed
ewarn dynamically after the installation. For homedir 
different from
ewarn /var/lib/openntpd/chroot set NTP_HOME in your make.conf 
and re-emerge.
esethome ntp ${NTP_HOME}
fi
}

src_prepare() {
epatch ${FILESDIR}/${P}-runpath.patch
epatch ${FILESDIR}/${P}-driftpath.patch
epatch ${FILESDIR}/${P}-signal.patch
epatch ${FILESDIR}/${P}-gentoopool.patch
epatch ${FILESDIR}/${P}-warn-s-failure.patch
}

src_configure() {
econf --with-privsep-user=ntp --with-privsep-path=${NTP_HOME}
}

src_install() {
default
rm -r ${ED}/var

newinitd ${FILESDIR}/${PN}.init.d-20080406-r6 ntpd
newconfd ${FILESDIR}/${PN}.conf.d-20080406-r6 ntpd

systemd_newunit ${FILESDIR}/${PN}.service-20080406-r4 ntpd.service
}

pkg_config() {
einfo Setting up chroot for ntp in ${NTP_HOME}
# remove localtime file from previous installations
rm -f ${EROOT%/}${NTP_HOME}/etc/localtime
mkdir -p ${EROOT%/}${NTP_HOME}/etc
if ! ln ${EROOT%/}/etc/localtime 
${EROOT%/}${NTP_HOME}/etc/localtime ; then
cp ${EROOT%/}/etc/localtime 
${EROOT%/}${NTP_HOME}/etc/localtime || die
einfo We could not create a hardlink from /etc/localtime to 
${NTP_HOME}/etc/localtime,
einfo so please run 'emerge --config =${CATEGORY}/${PF}' 
whenever you change
einfo your timezone.
fi
chown -R root:root ${EROOT%/}${NTP_HOME} || die
}

pkg_postinst() {
pkg_config

[[ -f ${EROOT}var/log/ntpd.log ]]  \
ewarn 

[gentoo-commits] gentoo-x86 commit in net-misc/openntpd/files: openntpd-5.7_p1-driftpath.patch openntpd-5.7_p1-warn-s-failure.patch openntpd-5.7_p1-signal.patch openntpd-5.7_p1-runpath.patch openntpd-

2015-01-12 Thread Christoph Junghans (ottxor)
ottxor  15/01/12 18:09:55

  Added:openntpd-5.7_p1-driftpath.patch
openntpd-5.7_p1-warn-s-failure.patch
openntpd-5.7_p1-signal.patch
openntpd-5.7_p1-runpath.patch
openntpd-5.7_p1-gentoopool.patch
  Log:
  version bump (bug #536032)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  net-misc/openntpd/files/openntpd-5.7_p1-driftpath.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p1-driftpath.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p1-driftpath.patch?rev=1.1content-type=text/plain

Index: openntpd-5.7_p1-driftpath.patch
===
diff -u -r openntpd-5.7p1-orig/ntpd.8 openntpd-5.7p1/ntpd.8
--- openntpd-5.7p1-orig/ntpd.8  2015-01-09 16:22:41.451768526 -0800
+++ openntpd-5.7p1/ntpd.8   2015-01-09 16:23:23.840778527 -0800
@@ -118,7 +118,7 @@
 typically
 .Xr ntpd.conf 5 ,
 and its initial clock drift from
-.Pa /var/db/ntpd.drift .
+.Pa /var/lib/openntpd/ntpd.drift .
 Clock drift is periodically written to the drift file thereafter.
 .Pp
 When
@@ -129,10 +129,10 @@
 signal, it writes its peer and sensor status to
 .Xr syslog 3 .
 .Sh FILES
-.Bl -tag -width /var/db/ntpd.driftXXX -compact
+.Bl -tag -width /var/lib/openntpd/ntpd.driftXXX -compact
 .It Pa /etc/ntpd.conf
 Default configuration file.
-.It Pa /var/db/ntpd.drift
+.It Pa /var/lib/openntpd/ntpd.drift
 Drift file.
 .It Pa /run/ntpd.sock
 Socket file for communication with
diff -u -r openntpd-5.7p1-orig/ntpd.h openntpd-5.7p1/ntpd.h
--- openntpd-5.7p1-orig/ntpd.h  2015-01-09 16:22:41.452768549 -0800
+++ openntpd-5.7p1/ntpd.h   2015-01-09 16:23:55.100523371 -0800
@@ -48,7 +48,7 @@
 #ifndefLOCALSTATEDIR
 #defineLOCALSTATEDIR   /var
 #endif
-#defineDRIFTFILE   LOCALSTATEDIR /db/ntpd.drift
+#defineDRIFTFILE   LOCALSTATEDIR /openntpd/ntpd.drift
 #defineCTLSOCKET   /run/ntpd.sock
 
 #if defined(SO_SETFIB)



1.1  
net-misc/openntpd/files/openntpd-5.7_p1-warn-s-failure.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p1-warn-s-failure.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p1-warn-s-failure.patch?rev=1.1content-type=text/plain

Index: openntpd-5.7_p1-warn-s-failure.patch
===
diff -u -r openntpd-5.7p1-orig/ntpd.c openntpd-5.7p1/ntpd.c
--- openntpd-5.7p1-orig/ntpd.c  2015-01-09 18:58:14.498903138 -0800
+++ openntpd-5.7p1/ntpd.c   2015-01-09 19:00:59.917844614 -0800
@@ -242,7 +242,7 @@
lconf.settime = 0;
timeout = INFTIM;
log_init(lconf.debug);
-   log_debug(no reply received in time, skipping initial 
+   log_warnx(no reply received in time, skipping initial 
time setting);
if (!lconf.debug) {
if (daemon(1, 0))



1.1  net-misc/openntpd/files/openntpd-5.7_p1-signal.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p1-signal.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p1-signal.patch?rev=1.1content-type=text/plain

Index: openntpd-5.7_p1-signal.patch
===
Only in openntpd-5.7p1: .ntpd.8.swp
diff -u -r openntpd-5.7p1-orig/ntpd.8 openntpd-5.7p1/ntpd.8
--- openntpd-5.7p1-orig/ntpd.8  2015-01-09 18:51:48.724711211 -0800
+++ openntpd-5.7p1/ntpd.8   2015-01-09 18:56:32.461471870 -0800
@@ -126,7 +126,11 @@
 .Pq engine
 receives a
 .Dv SIGINFO
-signal, it writes its peer and sensor status to
+signal (or a
+.Dv SIGUSR1
+signal on systems without
+.Dv SIGINFO),
+it writes its peer and sensor status to
 .Xr syslog 3 .
 .Sh FILES
 .Bl -tag -width /var/db/ntpd.driftXXX -compact



1.1  net-misc/openntpd/files/openntpd-5.7_p1-runpath.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p1-runpath.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/files/openntpd-5.7_p1-runpath.patch?rev=1.1content-type=text/plain

Index: openntpd-5.7_p1-runpath.patch
===
diff -u -r openntpd-5.7p1-orig/ntpctl.8 openntpd-5.7p1/ntpctl.8
--- openntpd-5.7p1-orig/ntpctl.82015-01-09 16:16:37.102087085 -0800
+++ openntpd-5.7p1/ntpctl.8 2015-01-09 16:18:07.162232969 -0800
@@ 

[gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-4.0_pre20080406.ebuild ChangeLog openntpd-20080406-r9.ebuild

2015-01-12 Thread Christoph Junghans (ottxor)
ottxor  15/01/12 18:01:31

  Modified: openntpd-4.0_pre20080406.ebuild ChangeLog
  Removed:  openntpd-20080406-r9.ebuild
  Log:
  move stable keywords from 20080406-r9 to 4.0_pre20080406 in preparation of 
version bump to 5.7_p1 (bug #536032)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  net-misc/openntpd/openntpd-4.0_pre20080406.ebuild

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

Index: openntpd-4.0_pre20080406.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- openntpd-4.0_pre20080406.ebuild 12 Jan 2015 16:27:39 -  1.1
+++ openntpd-4.0_pre20080406.ebuild 12 Jan 2015 18:01:31 -  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/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.1 
2015/01/12 16:27:39 ottxor Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-4.0_pre20080406.ebuild,v 1.2 
2015/01/12 18:01:31 ottxor Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE=BSD GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd
 IUSE=ssl selinux
 
 CDEPEND=ssl? ( dev-libs/openssl )



1.128net-misc/openntpd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog   12 Jan 2015 16:27:39 -  1.127
+++ ChangeLog   12 Jan 2015 18:01:31 -  1.128
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/openntpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.127 
2015/01/12 16:27:39 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.128 
2015/01/12 18:01:31 ottxor Exp $
+
+  12 Jan 2015; Christoph Junghans ott...@gentoo.org
+  -openntpd-20080406-r9.ebuild, openntpd-4.0_pre20080406.ebuild:
+  move stable keywords from 20080406-r9 to 4.0_pre20080406 in preparation of
+  version bump to 5.7_p1 (bug #536032)
 
 *openntpd-4.0_pre20080406 (12 Jan 2015)
 






[gentoo-commits] gentoo-x86 commit in sys-cluster/libquo: libquo-1.2.2.ebuild ChangeLog

2015-01-06 Thread Christoph Junghans (ottxor)
ottxor  15/01/06 21:56:20

  Modified: ChangeLog
  Added:libquo-1.2.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sys-cluster/libquo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libquo/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   19 Nov 2014 21:33:27 -  1.1
+++ ChangeLog   6 Jan 2015 21:56:20 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/libquo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/ChangeLog,v 1.1 
2014/11/19 21:33:27 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/ChangeLog,v 1.2 
2015/01/06 21:56:20 ottxor Exp $
+
+*libquo-1.2.2 (06 Jan 2015)
+
+  06 Jan 2015; Christoph Junghans ott...@gentoo.org +libquo-1.2.2.ebuild:
+  version bump
 
 *libquo-1.2 (19 Nov 2014)
 



1.1  sys-cluster/libquo/libquo-1.2.2.ebuild

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

Index: libquo-1.2.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/libquo-1.2.2.ebuild,v 1.1 
2015/01/06 21:56:20 ottxor Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION=run-time tuning of process binding policies made easy
HOMEPAGE=http://losalamos.github.io/libquo/;
SRC_URI=http://losalamos.github.io/${PN}/dists/${P}.tar.gz;

LICENSE=BSD
SLOT=0
KEYWORDS=~amd64
IUSE=fortran

DEPEND=
virtual/mpi[fortran?]
sys-process/numactl
sys-apps/hwloc[numa,xml]

RDEPEND=${DEPEND}

AUTOTOOLS_IN_SOURCE_BUILD=1

src_configure() {
autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
}






[gentoo-commits] gentoo-x86 commit in dev-tex/latexmk: latexmk-441.ebuild ChangeLog

2015-01-05 Thread Christoph Junghans (ottxor)
ottxor  15/01/05 23:30:29

  Modified: ChangeLog
  Added:latexmk-441.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.71 dev-tex/latexmk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexmk/ChangeLog?rev=1.71view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexmk/ChangeLog?rev=1.71content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/latexmk/ChangeLog?r1=1.70r2=1.71

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   10 Aug 2014 21:26:39 -  1.70
+++ ChangeLog   5 Jan 2015 23:30:29 -   1.71
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/latexmk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.70 2014/08/10 
21:26:39 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/ChangeLog,v 1.71 2015/01/05 
23:30:29 ottxor Exp $
+
+*latexmk-441 (05 Jan 2015)
+
+  05 Jan 2015; Christoph Junghans ott...@gentoo.org +latexmk-441.ebuild:
+  version bump
 
   10 Aug 2014; Sergei Trofimovich sly...@gentoo.org latexmk-435.ebuild,
   latexmk-437.ebuild, latexmk-439.ebuild:



1.1  dev-tex/latexmk/latexmk-441.ebuild

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

Index: latexmk-441.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/latexmk/latexmk-441.ebuild,v 1.1 
2015/01/05 23:30:29 ottxor Exp $

EAPI=5

inherit bash-completion-r1

DESCRIPTION=Perl script for automatically building LaTeX documents
HOMEPAGE=http://www.phys.psu.edu/~collins/software/latexmk/;
SRC_URI=http://www.phys.psu.edu/~collins/software/latexmk/${P}.zip;

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

RDEPEND=virtual/latex-base
dev-lang/perl
DEPEND=${RDEPEND}
app-arch/unzip

S=${WORKDIR}

src_install() {
newbin latexmk.pl latexmk
doman latexmk.1
dodoc CHANGES README latexmk.pdf latexmk.ps latexmk.txt
dodoc -r example_rcfiles extra-scripts
newbashcomp ${FILESDIR}/completion.bash-2 ${PN}
}






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

2015-01-05 Thread Christoph Junghans (ottxor)
ottxor  15/01/05 17:58:25

  Modified: boost-1.56.0-r1.ebuild ChangeLog
  Log:
  added prefix keywords (ebuild does not differ from prefix overlay)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.3  dev-libs/boost/boost-1.56.0-r1.ebuild

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

Index: boost-1.56.0-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- boost-1.56.0-r1.ebuild  5 Jan 2015 15:30:02 -   1.2
+++ boost-1.56.0-r1.ebuild  5 Jan 2015 17:58:25 -   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/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.2 
2015/01/05 15:30:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.56.0-r1.ebuild,v 1.3 
2015/01/05 17:58:25 ottxor Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -16,7 +16,7 @@
 
 LICENSE=Boost-1.0
 SLOT=0/${PV} # ${PV} instead ${MAJOR_V} due to bug 486122
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt
 
 IUSE=context debug doc icu +nls mpi python static-libs +threads tools
 



1.343dev-libs/boost/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -r1.342 -r1.343
--- ChangeLog   5 Jan 2015 15:30:02 -   1.342
+++ ChangeLog   5 Jan 2015 17:58:25 -   1.343
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.342 2015/01/05 
15:30:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.343 2015/01/05 
17:58:25 ottxor Exp $
+
+  05 Jan 2015; Christoph Junghans ott...@gentoo.org boost-1.56.0-r1.ebuild:
+  added prefix keywords (ebuild does not differ from prefix overlay)
 
   05 Jan 2015; Alexis Ballier aball...@gentoo.org boost-1.56.0-r1.ebuild:
   fix cross compile of boost_python; leave native path as is






[gentoo-commits] gentoo-x86 commit in sci-libs/nfft: nfft-3.2.3.ebuild ChangeLog

2015-01-04 Thread Christoph Junghans (ottxor)
ottxor  15/01/04 16:32:28

  Modified: nfft-3.2.3.ebuild ChangeLog
  Log:
  fixed deps (bug #534346)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sci-libs/nfft/nfft-3.2.3.ebuild

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

Index: nfft-3.2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nfft/nfft-3.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nfft-3.2.3.ebuild   6 May 2013 15:24:57 -   1.1
+++ nfft-3.2.3.ebuild   4 Jan 2015 16:32:28 -   1.2
@@ -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/sci-libs/nfft/nfft-3.2.3.ebuild,v 1.1 
2013/05/06 15:24:57 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nfft/nfft-3.2.3.ebuild,v 1.2 
2015/01/04 16:32:28 ottxor Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 KEYWORDS=~x86 ~amd64
 IUSE=openmp static-libs
 
-RDEPEND=sci-libs/fftw:3.0[openmp?]
+RDEPEND=sci-libs/fftw:3.0[threads,openmp?]
 DEPEND=${RDEPEND}
 
 pkg_pretend() {



1.2  sci-libs/nfft/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-libs/nfft/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   6 May 2013 15:24:57 -   1.1
+++ ChangeLog   4 Jan 2015 16:32:28 -   1.2
@@ -1,6 +1,9 @@
 # ChangeLog for sci-libs/nfft
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/nfft/ChangeLog,v 1.1 2013/05/06 
15:24:57 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/nfft/ChangeLog,v 1.2 2015/01/04 
16:32:28 ottxor Exp $
+
+  04 Jan 2015; Christoph Junghans ott...@gentoo.org nfft-3.2.3.ebuild:
+  fixed deps (bug #534346)
 
 *nfft-3.2.3 (06 May 2013)
 






[gentoo-commits] gentoo-x86 commit in app-arch/gzip/files: gzip-1.4-asmv.patch

2014-12-31 Thread Christoph Junghans (ottxor)
ottxor  14/12/31 19:44:40

  Added:gzip-1.4-asmv.patch
  Log:
  added prefix support (bug #534032)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.1  app-arch/gzip/files/gzip-1.4-asmv.patch

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

Index: gzip-1.4-asmv.patch
===
http://bugs.gentoo.org/show_bug.cgi?id=302773

--- tailor.h.old2010-01-29 11:13:02.0 +
+++ tailor.h2010-01-29 13:18:15.0 +
@@ -69,9 +69,6 @@
 #  include io.h
 #  define OS_CODE  0x00
 #  define SET_BINARY_MODE(fd) setmode(fd, O_BINARY)
-#  if !defined(NO_ASM)  !defined(ASMV)
-#define ASMV
-#  endif
 #else
 #  define near
 #endif
@@ -182,7 +179,6 @@
 #  define PATH_SEP2 ':'
 #  define STDC_HEADERS
 #  define OS_CODE  0x01
-#  define ASMV
 #  ifdef __GNUC__
 #define HAVE_DIRENT_H
 #define HAVE_FCNTL_H
@@ -201,7 +197,6 @@
 #endif
 
 #if defined(ATARI) || defined(atarist)
-#  define ASMV
 #  define OS_CODE  0x05
 #  ifdef TOSFS
 #define PATH_SEP2 '\\'






[gentoo-commits] gentoo-x86 commit in app-arch/gzip: gzip-1.6.ebuild ChangeLog

2014-12-31 Thread Christoph Junghans (ottxor)
ottxor  14/12/31 19:44:40

  Modified: gzip-1.6.ebuild ChangeLog
  Log:
  added prefix support (bug #534032)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.3  app-arch/gzip/gzip-1.6.ebuild

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

Index: gzip-1.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gzip-1.6.ebuild 18 Jan 2014 01:18:08 -  1.2
+++ gzip-1.6.ebuild 31 Dec 2014 19:44:39 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.2 
2014/01/18 01:18:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.3 
2014/12/31 19:44:39 ottxor Exp $
 
 EAPI=4
 
@@ -14,11 +14,12 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=pic static
 
 src_prepare() {
epatch ${FILESDIR}/${PN}-1.3.8-install-symlinks.patch
+   epatch ${FILESDIR}/${PN}-1.4-asmv.patch
 }
 
 src_configure() {
@@ -36,5 +37,5 @@
# keep most things in /usr, just the fun stuff in /
dodir /bin
mv ${ED}/usr/bin/{gunzip,gzip,uncompress,zcat} ${ED}/bin/ || die
-   sed -i -e 's:/usr::' ${ED}/bin/gunzip || die
+   sed -e s:${EPREFIX}/usr:${EPREFIX}: -i ${ED}/bin/gunzip || die
 }



1.125app-arch/gzip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog   18 Jan 2014 01:18:08 -  1.124
+++ ChangeLog   31 Dec 2014 19:44:39 -  1.125
@@ -1,6 +1,10 @@
 # ChangeLog for app-arch/gzip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.124 2014/01/18 
01:18:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.125 2014/12/31 
19:44:39 ottxor Exp $
+
+  31 Dec 2014; Christoph Junghans ott...@gentoo.org
+  +files/gzip-1.4-asmv.patch, gzip-1.6.ebuild:
+  added prefix support (bug #534032)
 
   18 Jan 2014; Mike Frysinger vap...@gentoo.org gzip-1.5.ebuild,
   gzip-1.6.ebuild:






[gentoo-commits] gentoo-x86 commit in profiles/prefix: ChangeLog

2014-12-28 Thread Christoph Junghans (ottxor)
ottxor  14/12/28 23:19:48

  Modified: ChangeLog
  Log:
  masked media-libs/xvid[pic], bug #529584

Revision  ChangesPath
1.442profiles/prefix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v
retrieving revision 1.441
retrieving revision 1.442
diff -u -r1.441 -r1.442
--- ChangeLog   15 Dec 2014 20:58:21 -  1.441
+++ ChangeLog   28 Dec 2014 23:19:48 -  1.442
@@ -1,6 +1,10 @@
 # ChangeLog for profiles/prefix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.441 
2014/12/15 20:58:21 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.442 
2014/12/28 23:19:48 ottxor Exp $
+
+  28 Dec 2014; Christoph Junghans ott...@gentoo.org
+  darwin/macos/arch/x64/package.use.mask:
+  masked media-libs/xvid[pic], bug #529584
 
   15 Dec 2014; Ruud Koolen redliz...@gentoo.org linux-standalone/amd64/eapi,
   linux-standalone/amd64/make.defaults, linux-standalone/amd64/parent,






[gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin/macos/arch/x64: package.use.mask

2014-12-28 Thread Christoph Junghans (ottxor)
ottxor  14/12/28 23:19:48

  Modified: package.use.mask
  Log:
  masked media-libs/xvid[pic], bug #529584

Revision  ChangesPath
1.2  profiles/prefix/darwin/macos/arch/x64/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.use.mask?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.use.mask?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.use.mask?r1=1.1r2=1.2

Index: package.use.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.use.mask,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- package.use.mask30 Dec 2011 15:49:36 -  1.1
+++ package.use.mask28 Dec 2014 23:19:48 -  1.2
@@ -1,11 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.use.mask,v
 1.1 2011/12/30 15:49:36 grobian Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/prefix/darwin/macos/arch/x64/package.use.mask,v
 1.2 2014/12/28 23:19:48 ottxor Exp $
 
 # The 32-bits profile is inherited by the 64-bits one!
 # All the Mac OS X profiles inherit from their matching arch profile here.
 
 
+# Christoph Junghans ott...@gentoo.org (29 Dec 2014)
+# disable optimized assembly code, bug #529584
+media-libs/xvid -pic
+
 # Jeremy Olexa darks...@gentoo.org (29 Jul 2010)
 # Relocation issues on 32-bit OSX only, bug #329859
 media-sound/mpg123 -mmx -sse






[gentoo-commits] gentoo-x86 commit in media-libs/xvid: xvid-1.3.3.ebuild ChangeLog

2014-12-28 Thread Christoph Junghans (ottxor)
ottxor  14/12/28 23:23:42

  Modified: xvid-1.3.3.ebuild ChangeLog
  Log:
  added prefix support (bug #529584)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.12 media-libs/xvid/xvid-1.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xvid/xvid-1.3.3.ebuild?rev=1.12view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xvid/xvid-1.3.3.ebuild?rev=1.12content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xvid/xvid-1.3.3.ebuild?r1=1.11r2=1.12

Index: xvid-1.3.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.3.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xvid-1.3.3.ebuild   25 Aug 2014 11:00:20 -  1.11
+++ xvid-1.3.3.ebuild   28 Dec 2014 23:23:42 -  1.12
@@ -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/xvid/xvid-1.3.3.ebuild,v 1.11 
2014/08/25 11:00:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/xvid-1.3.3.ebuild,v 1.12 
2014/12/28 23:23:42 ottxor Exp $
 
 EAPI=5
 inherit flag-o-matic multilib multilib-minimal
@@ -14,7 +14,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris
 IUSE=examples elibc_FreeBSD +threads pic
 
 NASM==dev-lang/nasm-2
@@ -24,7 +24,9 @@
amd64? ( || ( ${YASM} ${NASM} ) )
amd64-fbsd? ( ${NASM} )
x86? ( || ( ${YASM} ${NASM} ) )
-   x86-fbsd? ( ${NASM} )
+   x86-fbsd? ( ${NASM} )
+   x86-macos? ( ${NASM} )
+   x64-macos? ( ${NASM} )
 RDEPEND=abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] 
)
 
 S=${WORKDIR}/${MY_PN}/build/generic



1.151media-libs/xvid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/xvid/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog   25 Aug 2014 11:00:20 -  1.150
+++ ChangeLog   28 Dec 2014 23:23:42 -  1.151
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/xvid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/ChangeLog,v 1.150 
2014/08/25 11:00:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xvid/ChangeLog,v 1.151 
2014/12/28 23:23:42 ottxor Exp $
+
+  28 Dec 2014; Christoph Junghans ott...@gentoo.org xvid-1.3.3.ebuild:
+  added prefix support (bug #529584)
 
   25 Aug 2014; Agostino Sarubbo a...@gentoo.org xvid-1.3.3.ebuild:
   Stable for alpha, wrt bug #512012






[gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot: gnuplot-5.0_rc3.ebuild ChangeLog gnuplot-5.0_rc2.ebuild

2014-12-28 Thread Christoph Junghans (ottxor)
ottxor  14/12/28 23:34:41

  Modified: ChangeLog
  Added:gnuplot-5.0_rc3.ebuild
  Removed:  gnuplot-5.0_rc2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.259sci-visualization/gnuplot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.259view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?rev=1.259content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/ChangeLog?r1=1.258r2=1.259

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- ChangeLog   8 Nov 2014 20:38:11 -   1.258
+++ ChangeLog   28 Dec 2014 23:34:41 -  1.259
@@ -1,6 +1,12 @@
 # ChangeLog for sci-visualization/gnuplot
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.258 
2014/11/08 20:38:11 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.259 
2014/12/28 23:34:41 ottxor Exp $
+
+*gnuplot-5.0_rc3 (28 Dec 2014)
+
+  28 Dec 2014; Christoph Junghans ott...@gentoo.org +gnuplot-5.0_rc3.ebuild,
+  -files/gnuplot-5.0_rc1-libcerf.patch, -gnuplot-5.0_rc2.ebuild:
+  version bump
 
 *gnuplot-4.6.6 (08 Nov 2014)
 



1.1  sci-visualization/gnuplot/gnuplot-5.0_rc3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-5.0_rc3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/gnuplot/gnuplot-5.0_rc3.ebuild?rev=1.1content-type=text/plain

Index: gnuplot-5.0_rc3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-5.0_rc3.ebuild,v 1.1 
2014/12/28 23:34:41 ottxor Exp $

EAPI=5

inherit eutils flag-o-matic multilib readme.gentoo toolchain-funcs wxwidgets

DESCRIPTION=Command-line driven interactive plotting program
HOMEPAGE=http://www.gnuplot.info/;

if [[ -z ${PV%%*} ]]; then
inherit autotools cvs
ECVS_SERVER=gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot
ECVS_MODULE=gnuplot
ECVS_BRANCH=branch-5-0-stable
ECVS_USER=anonymous
ECVS_CVS_OPTIONS=-dP
MY_P=${PN}
SRC_URI=
KEYWORDS=
else
MY_P=${P/_/.}
SRC_URI=mirror://sourceforge/gnuplot/${MY_P}.tar.gz
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
inherit autotools
fi

LICENSE=gnuplot bitmap? ( free-noncomm )
SLOT=0
IUSE=aqua bitmap cairo doc examples +gd ggi latex libcaca libcerf lua qt4 
readline svga wxwidgets X

RDEPEND=
cairo? (
x11-libs/cairo
x11-libs/pango )
gd? ( =media-libs/gd-2.0.35-r3[png] )
ggi? ( media-libs/libggi )
latex? (
virtual/latex-base
lua? (
dev-tex/pgf
=dev-texlive/texlive-latexrecommended-2008-r2 ) )
libcaca? ( media-libs/libcaca )
lua? ( dev-lang/lua )
qt4? ( =dev-qt/qtcore-4.5:4
=dev-qt/qtgui-4.5:4
=dev-qt/qtsvg-4.5:4 )
readline? ( sys-libs/readline )
libcerf? ( sci-libs/libcerf )
svga? ( media-libs/svgalib )
wxwidgets? (
x11-libs/wxGTK:2.8[X]
x11-libs/cairo
x11-libs/pango
x11-libs/gtk+:2 )
X? ( x11-libs/libXaw )
DEPEND=${RDEPEND}
virtual/pkgconfig
doc? (
virtual/latex-base
dev-texlive/texlive-latexextra
app-text/ghostscript-gpl )

S=${WORKDIR}/${MY_P}

GP_VERSION=${PV%.*}
E_SITEFILE=lisp/50${PN}-gentoo.el
TEXMF=${EPREFIX}/usr/share/texmf-site

src_prepare() {
if [[ -z ${PV%%*} ]]; then
local dir
for dir in config demo m4 term tutorial; do
emake -C $dir -f Makefile.am.in Makefile.am
done
eautoreconf
fi

# Add special version identification as required by provision 2
# of the gnuplot license
sed -i -e 1s/.*/ (Gentoo revision ${PR})/ PATCHLEVEL || die

# hacky workaround
# Please hack the buildsystem if you like
if use prefix  use qt4; then
append-ldflags 

[gentoo-commits] gentoo-x86 commit in sci-visualization/gnuplot/files: gnuplot-5.0_rc1-libcerf.patch

2014-12-28 Thread Christoph Junghans (ottxor)
ottxor  14/12/28 23:34:41

  Removed:  gnuplot-5.0_rc1-libcerf.patch
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)



[gentoo-commits] gentoo-x86 commit in sys-cluster/hpx: hpx-0.9.9.ebuild ChangeLog

2014-12-24 Thread Christoph Junghans (ottxor)
ottxor  14/12/24 18:57:40

  Modified: hpx-0.9.9.ebuild ChangeLog
  Log:
  fixed deps (bug #529066)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.2  sys-cluster/hpx/hpx-0.9.9.ebuild

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

Index: hpx-0.9.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/hpx/hpx-0.9.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hpx-0.9.9.ebuild5 Nov 2014 05:30:37 -   1.1
+++ hpx-0.9.9.ebuild24 Dec 2014 18:57:40 -  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/sys-cluster/hpx/hpx-0.9.9.ebuild,v 1.1 
2014/11/05 05:30:37 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpx/hpx-0.9.9.ebuild,v 1.2 
2014/12/24 18:57:40 ottxor Exp $
 
 EAPI=5
 
@@ -33,6 +33,7 @@
 DEPEND=${RDEPEND}
virtual/pkgconfig
test? ( dev-lang/python )
+   doc? ( =dev-libs/boost-1.56.0-r1[tools] )
 
 REQUIRED_USE=test? ( ${PYTHON_REQUIRED_USE} )
jemalloc? ( !perftools !tbb )



1.3  sys-cluster/hpx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/hpx/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   5 Nov 2014 05:30:37 -   1.2
+++ ChangeLog   24 Dec 2014 18:57:40 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/hpx
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpx/ChangeLog,v 1.2 2014/11/05 
05:30:37 slis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpx/ChangeLog,v 1.3 2014/12/24 
18:57:40 ottxor Exp $
+
+  24 Dec 2014; Christoph Junghans ott...@gentoo.org hpx-0.9.9.ebuild:
+  fixed deps (bug #529066)
 
 *hpx-0.9.9 (05 Nov 2014)
 






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

2014-12-24 Thread Christoph Junghans (ottxor)
ottxor  14/12/24 19:37:24

  Modified: ChangeLog package.use.mask
  Log:
  dropped hpx[doc] mask as bug #529066 got fixed

Revision  ChangesPath
1.757profiles/base/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.756
retrieving revision 1.757
diff -u -r1.756 -r1.757
--- ChangeLog   16 Dec 2014 00:17:42 -  1.756
+++ ChangeLog   24 Dec 2014 19:37:24 -  1.757
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.756 2014/12/16 
00:17:42 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.757 2014/12/24 
19:37:24 ottxor Exp $
+
+  24 Dec 2014; Christoph Junghans ott...@gentoo.org package.use.mask:
+  dropped hpx[doc] mask as bug #529066 got fixed
 
   16 Dec 2014; Ruud Koolen redliz...@gentoo.org make.defaults:
   Add prefix-guest to IUSE_IMPLICIT.



1.632profiles/base/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -r1.631 -r1.632
--- package.use.mask13 Dec 2014 10:56:49 -  1.631
+++ package.use.mask24 Dec 2014 19:37:24 -  1.632
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.631 
2014/12/13 10:56:49 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.632 
2014/12/24 19:37:24 ottxor Exp $
 
 # This file requires =portage-2.1.1
 # New entries go on top.
@@ -15,10 +15,6 @@
 # https://github.com/groonga/groonga/issues/6 (Japanese)
 app-text/groonga lzo zlib
 
-# Christoph Junghans ott...@gentoo.org (24 Nov 2014)
-# needs boost auto_index tool (bug #529066)
-=sys-cluster/hpx-0.9.9 doc
-
 # Jeroen Roovers j...@gentoo.org (18 Nov 2014)
 # Requires dev-lang/lua-5.2 (bug #253269)
 net-analyzer/nmap system-lua






[gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs: gromacs-5.0.4.ebuild ChangeLog

2014-12-21 Thread Christoph Junghans (ottxor)
ottxor  14/12/21 23:12:47

  Modified: ChangeLog
  Added:gromacs-5.0.4.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.149sci-chemistry/gromacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.149view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?rev=1.149content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gromacs/ChangeLog?r1=1.148r2=1.149

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog   25 Nov 2014 16:04:38 -  1.148
+++ ChangeLog   21 Dec 2014 23:12:47 -  1.149
@@ -1,6 +1,11 @@
 # ChangeLog for sci-chemistry/gromacs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.148 
2014/11/25 16:04:38 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.149 
2014/12/21 23:12:47 ottxor Exp $
+
+*gromacs-5.0.4 (21 Dec 2014)
+
+  21 Dec 2014; Christoph Junghans ott...@gentoo.org +gromacs-5.0.4.ebuild:
+  version bump
 
   25 Nov 2014; Christoph Junghans ott...@gentoo.org gromacs-4.6.5.ebuild,
   gromacs-4.6.6.ebuild, gromacs-4.6.7.ebuild, gromacs-5.0.1.ebuild,



1.1  sci-chemistry/gromacs/gromacs-5.0.4.ebuild

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

Index: gromacs-5.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-5.0.4.ebuild,v 
1.1 2014/12/21 23:12:47 ottxor Exp $

EAPI=5

CMAKE_MAKEFILE_GENERATOR=ninja

inherit bash-completion-r1 cmake-utils cuda eutils multilib readme.gentoo 
toolchain-funcs

if [[ $PV = ** ]]; then
EGIT_REPO_URI=git://git.gromacs.org/gromacs.git
https://gerrit.gromacs.org/gromacs.git
git://github.com/gromacs/gromacs.git
http://repo.or.cz/r/gromacs.git;
EGIT_BRANCH=release-5-0
inherit git-r3
KEYWORDS=
else
SRC_URI=ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz
test? ( 
http://gerrit.gromacs.org/download/regressiontests-${PV}.tar.gz )
KEYWORDS=~alpha ~amd64 ~arm ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~x64-macos ~x86-macos
fi

ACCE_IUSE=sse2 sse4_1 avx_128_fma avx_256 avx2_256

DESCRIPTION=The ultimate molecular dynamics simulation package
HOMEPAGE=http://www.gromacs.org/;

# see COPYING for details
# http://repo.or.cz/w/gromacs.git/blob/HEAD:/COPYING
#base,vmd plugins, fftpack from numpy,  blas/lapck from netlib, 
   memtestG80 library,  mpi_thread lib
LICENSE=LGPL-2.1 UoI-NCSA !mkl? ( !fftw? ( BSD ) !blas? ( BSD ) !lapack? ( BSD 
) ) cuda? ( LGPL-3 ) threads? ( BSD )
SLOT=0/${PV}
IUSE=X blas boost cuda +doc -double-precision +fftw lapack +make-symlinks mkl 
mpi +offensive openmp +single-precision test +threads +tng ${ACCE_IUSE}

CDEPEND=
X? (
x11-libs/libX11
x11-libs/libSM
x11-libs/libICE
)
blas? ( virtual/blas )
boost? ( =dev-libs/boost-1.55 )
cuda? ( =dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
fftw? ( sci-libs/fftw:3.0 )
lapack? ( virtual/lapack )
mkl? ( sci-libs/mkl )
mpi? ( virtual/mpi )

DEPEND=${CDEPEND}
virtual/pkgconfig
doc? (
app-doc/doxygen
dev-texlive/texlive-latex
dev-texlive/texlive-latexextra
media-gfx/imagemagick
)
RDEPEND=${CDEPEND}

REQUIRED_USE=
|| ( single-precision double-precision )
cuda? ( single-precision )
mkl? ( !blas !fftw !lapack )

DOCS=( AUTHORS README )

if [[ ${PV} != * ]]; then
S=${WORKDIR}/${PN}-${PV/_/-}
fi

pkg_pretend() {
[[ $(gcc-version) == 4.1 ]]  die gcc 4.1 is not supported by 
gromacs
use openmp  ! tc-has-openmp  \
die Please switch to an openmp compatible compiler
}

src_unpack() {
if [[ ${PV} != * ]]; then
default
else
git-r3_src_unpack
if use test; then

EGIT_REPO_URI=git://git.gromacs.org/regressiontests.git \
EGIT_BRANCH=master EGIT_COMMIT=master \
   

[gentoo-commits] gentoo-x86 commit in sys-fs/snapraid: snapraid-7.0.ebuild ChangeLog

2014-12-21 Thread Christoph Junghans (ottxor)
ottxor  14/12/21 23:25:52

  Modified: ChangeLog
  Added:snapraid-7.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  ChangesPath
1.20 sys-fs/snapraid/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   25 Oct 2014 03:45:59 -  1.19
+++ ChangeLog   21 Dec 2014 23:25:52 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/snapraid
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.19 2014/10/25 
03:45:59 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/ChangeLog,v 1.20 2014/12/21 
23:25:52 ottxor Exp $
+
+*snapraid-7.0 (21 Dec 2014)
+
+  21 Dec 2014; Christoph Junghans ott...@gentoo.org +snapraid-7.0.ebuild:
+  version bump
 
 *snapraid-6.3 (25 Oct 2014)
 



1.1  sys-fs/snapraid/snapraid-7.0.ebuild

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

Index: snapraid-7.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/snapraid/snapraid-7.0.ebuild,v 1.1 
2014/12/21 23:25:52 ottxor Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION=a backup program for disk array for home media centers
HOMEPAGE=http://snapraid.sourceforge.net/;
SRC_URI=mirror://sourceforge/${PN}/${P}.tar.gz

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

DEPEND=
RDEPEND=${DEPEND}

DOCS=( AUTHORS HISTORY README TODO snapraid.conf.example )

AUTOTOOLS_IN_SOURCE_BUILD=1






  1   2   3   >