[gentoo-commits] gentoo-x86 commit in mail-mta/postfix: postfix-3.1_pre20150330.ebuild ChangeLog postfix-3.1_pre20150329.ebuild

2015-03-30 Thread Eray Aslan (eras)
eras15/03/31 06:38:59

  Modified: ChangeLog
  Added:postfix-3.1_pre20150330.ebuild
  Removed:  postfix-3.1_pre20150329.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  ChangesPath
1.576mail-mta/postfix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.576&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?rev=1.576&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/ChangeLog?r1=1.575&r2=1.576

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v
retrieving revision 1.575
retrieving revision 1.576
diff -u -r1.575 -r1.576
--- ChangeLog   30 Mar 2015 06:07:26 -  1.575
+++ ChangeLog   31 Mar 2015 06:38:59 -  1.576
@@ -1,6 +1,12 @@
 # ChangeLog for mail-mta/postfix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.575 
2015/03/30 06:07:26 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/ChangeLog,v 1.576 
2015/03/31 06:38:59 eras Exp $
+
+*postfix-3.1_pre20150330 (31 Mar 2015)
+
+  31 Mar 2015; Eray Aslan  +postfix-3.1_pre20150330.ebuild,
+  -postfix-3.1_pre20150329.ebuild:
+  Version bump
 
 *postfix-3.1_pre20150329 (30 Mar 2015)
 



1.1  mail-mta/postfix/postfix-3.1_pre20150330.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.1_pre20150330.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/postfix/postfix-3.1_pre20150330.ebuild?rev=1.1&content-type=text/plain

Index: postfix-3.1_pre20150330.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-3.1_pre20150330.ebuild,v 1.1 
2015/03/31 06:38:59 eras Exp $

EAPI=5
inherit eutils flag-o-matic multilib pam ssl-cert systemd toolchain-funcs user 
versionator

MY_PV="${PV/_pre/-}"
MY_SRC="${PN}-${MY_PV}"
MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/experimental";
VDA_PV="2.10.0"
VDA_P="${PN}-vda-v13-${VDA_PV}"
RC_VER="2.7"

DESCRIPTION="A fast and secure drop-in replacement for sendmail"
HOMEPAGE="http://www.postfix.org/";
SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
vda? ( http://vda.sourceforge.net/VDA/${VDA_P}.patch ) "

LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl +eai hardened ldap ldap-bind lmdb memcached 
mbox mysql nis pam postgres sasl selinux sqlite ssl vda"

DEPEND=">=dev-libs/libpcre-3.4
dev-lang/perl
berkdb? ( >=sys-libs/db-3.2:* )
cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r1 ) )
eai? ( dev-libs/icu )
ldap? ( net-nds/openldap )
ldap-bind? ( net-nds/openldap[sasl] )
lmdb? ( >=dev-db/lmdb-0.9.11 )
mysql? ( virtual/mysql )
pam? ( virtual/pam )
postgres? ( dev-db/postgresql:* )
sasl? (  >=dev-libs/cyrus-sasl-2 )
sqlite? ( dev-db/sqlite:3 )
ssl? ( >=dev-libs/openssl-0.9.6g:* )"

RDEPEND="${DEPEND}
dovecot-sasl? ( net-mail/dovecot )
memcached? ( net-misc/memcached )
net-mail/mailbase
!mail-mta/courier
!mail-mta/esmtp
!mail-mta/exim
!mail-mta/mini-qmail
!mail-mta/msmtp[mta]
!mail-mta/netqmail
!mail-mta/nullmailer
!mail-mta/qmail-ldap
!mail-mta/sendmail
!mail-mta/opensmtpd
!=mail-mta/ssmtp-2.64-r2[mta]
!net-mail/fastforward
selinux? ( sec-policy/selinux-postfix )"

# No vda support for postfix-3.0
REQUIRED_USE="ldap-bind? ( ldap sasl )
!vda"

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

pkg_setup() {
# Add postfix, postdrop user/group (bug #77565)
enewgroup postfix 207
enewgroup postdrop 208
enewuser postfix 207 -1 /var/spool/postfix postfix,mail
}

src_prepare() {
if use vda; then
epatch "${DISTDIR}"/${VDA_P}.patch
fi

sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \
src/util/sys_defs.h || die "sed failed"

# change default paths to better comply with portage standard paths
sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"

epatch_user
}

src_configure() {
for name in CDB LDAP LMDB MYSQL PCRE PGSQL SDBM SQLITE
do
local AUXLIBS_${name}=""
done

# Make sure LDFLAGS get passed down to the executables.
local mycc="-DHAS_PCRE" mylibs="

[gentoo-commits] gentoo-x86 commit in dev-python/werkzeug: werkzeug-0.10.4.ebuild ChangeLog

2015-03-30 Thread Patrick Lauer (patrick)
patrick 15/03/31 06:26:55

  Modified: ChangeLog
  Added:werkzeug-0.10.4.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.64 dev-python/werkzeug/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   7 Mar 2015 08:26:28 -   1.63
+++ ChangeLog   31 Mar 2015 06:26:55 -  1.64
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/werkzeug
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.63 
2015/03/07 08:26:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.64 
2015/03/31 06:26:55 patrick Exp $
+
+*werkzeug-0.10.4 (31 Mar 2015)
+
+  31 Mar 2015; Patrick Lauer  +werkzeug-0.10.4.ebuild:
+  Bump
 
   07 Mar 2015; Pacho Ramos  werkzeug-0.9.6.ebuild:
   ppc stable, bug 540290



1.1  dev-python/werkzeug/werkzeug-0.10.4.ebuild

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

Index: werkzeug-0.10.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.10.4.ebuild,v 
1.1 2015/03/31 06:26:55 patrick Exp $

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

inherit distutils-r1

MY_PN="Werkzeug"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Collection of various utilities for WSGI applications"
HOMEPAGE="http://werkzeug.pocoo.org/ http://pypi.python.org/pypi/Werkzeug";
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
IUSE="test"

RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/requests[${PYTHON_USEDEP}] )"

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

python_test() {
esetup.py test
}






[gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.8.4.ebuild gcc-4.9.2.ebuild ChangeLog

2015-03-30 Thread Mike Frysinger (vapier)
vapier  15/03/31 06:23:55

  Modified: gcc-4.8.4.ebuild gcc-4.9.2.ebuild ChangeLog
  Log:
  Add fix from upstream for config.h/bconfig.h parallel build problems #487398 
and #545010 by Thomas D.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  sys-devel/gcc/gcc-4.8.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?r1=1.4&r2=1.5

Index: gcc-4.8.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gcc-4.8.4.ebuild21 Feb 2015 17:39:28 -  1.4
+++ gcc-4.8.4.ebuild31 Mar 2015 06:23:55 -  1.5
@@ -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-devel/gcc/gcc-4.8.4.ebuild,v 1.4 
2015/02/21 17:39:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v 1.5 
2015/03/31 06:23:55 vapier Exp $
 
 EAPI="4"
 
-PATCH_VER="1.3"
+PATCH_VER="1.4"
 UCLIBC_VER="1.0"
 
 # Hardened gcc 4 stuff



1.16 sys-devel/gcc/gcc-4.9.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?r1=1.15&r2=1.16

Index: gcc-4.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gcc-4.9.2.ebuild28 Feb 2015 23:14:31 -  1.15
+++ gcc-4.9.2.ebuild31 Mar 2015 06:23:55 -  1.16
@@ -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-devel/gcc/gcc-4.9.2.ebuild,v 1.15 
2015/02/28 23:14:31 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.16 
2015/03/31 06:23:55 vapier Exp $
 
 EAPI="4"
 
-PATCH_VER="1.2"
+PATCH_VER="1.3"
 UCLIBC_VER="1.0"
 
 # Hardened gcc 4 stuff



1.1055   sys-devel/gcc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.1054
retrieving revision 1.1055
diff -u -r1.1054 -r1.1055
--- ChangeLog   29 Mar 2015 19:24:26 -  1.1054
+++ ChangeLog   31 Mar 2015 06:23:55 -  1.1055
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/gcc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1054 2015/03/29 
19:24:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1055 2015/03/31 
06:23:55 vapier Exp $
+
+  31 Mar 2015; Mike Frysinger  gcc-4.8.4.ebuild,
+  gcc-4.9.2.ebuild:
+  Add fix from upstream for config.h/bconfig.h parallel build problems #487398
+  and #545010 by Thomas D.
 
   29 Mar 2015; Mike Frysinger 
   -files/3.4.1/gcc-3.4.1-mips-n32only.patch,






[gentoo-commits] gentoo commit in src/patchsets/gcc/4.9.2/gentoo: 93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch README.history

2015-03-30 Thread Mike Frysinger (vapier)
vapier  15/03/31 06:19:50

  Modified: README.history
  Added:   

93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch
  Log:
  backport fix from upstream for bconfig.h/config.h parallel build issues 
#463796 #487398 #545010

Revision  ChangesPath
1.4  src/patchsets/gcc/4.9.2/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.2/gentoo/README.history?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.2/gentoo/README.history?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.2/gentoo/README.history?r1=1.3&r2=1.4

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.9.2/gentoo/README.history,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.history  19 Feb 2015 20:32:36 -  1.3
+++ README.history  31 Mar 2015 06:19:50 -  1.4
@@ -1,3 +1,6 @@
+1.330 Mar 2015
+   + 93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch
+
 1.219 Feb 2015
+ 91_all_pr61538-atomic-compare-exchange.patch
 



1.1  
src/patchsets/gcc/4.9.2/gentoo/93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.2/gentoo/93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.9.2/gentoo/93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch?rev=1.1&content-type=text/plain

Index: 93_all_gcc-4.9-config.h-bconfig.h-parallel-PR57125-PR61899.patch
===
https://gcc.gnu.org/ml/gcc-patches/2014-11/msg03092.html
https://gcc.gnu.org/PR57125
https://gcc.gnu.org/PR61899
https://bugs.gentoo.org/463796
https://bugs.gentoo.org/487398
https://bugs.gentoo.org/545010

fix parallel build issues around config.h/bconfig.h inclusion

>From ed89620f0e3de714864805f5d29dbab0341a1746 Mon Sep 17 00:00:00 2001
From: jakub 
Date: Wed, 3 Dec 2014 16:44:27 +
Subject: [PATCH] Fix building of gengtype

Found bootstrap failures even with this patch (dunno what changed on my box
that I started getting these last night, make has not changed), that time
with errors.o and gcc-ar.o.
The generated headers are solved these days in automatic dependencies world
through
# In order for parallel make to really start compiling the expensive
# objects from $(OBJS) as early as possible, build all their
# prerequisites strictly before all objects.
$(ALL_HOST_OBJS) : | $(generated_files)
and build/*.o have explicit dependencies.
I've tried to compare $(ALL_HOST_OBJS) on my box with all *.o */*.o files
I had in stage3 directory, and besides build/*.o, I found:

crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtfastmath.o crtprec32.o 
crtprec64.o crtprec80.o
errors.o gcc-ar.o gcc-nm.o gcc-ranlib.o gengtype-lex.o gengtype.o 
gengtype-parse.o gengtype-state.o

not being listed in ALL_HOST_OBJS.  The crt*.o files come from libgcc build
and thus are ok, the rest I've tried to handle in the following updated
patch.  If the #define GENERATOR_FILE inside of the 5 files is too ugly,
another alternative might be to define both -DHOST_GENERATOR_FILE 
-DGENERATOR_FILE
in Makefile.in and don't error in config.h if GENERATOR_FILE is defined,
if HOST_GENERATOR_FILE is also defined.

2014-12-03  Jakub Jelinek  

* Makefile.in (ALL_HOST_BACKEND_OBJS): Add $(GENGTYPE_OBJS),
gcc-ar.o, gcc-nm.o and gcc-ranlib.o.
(GENGTYPE_OBJS): New.
(gengtype-lex.o, gengtype-parse.o, gengtype-state.o, gengtype.o):
Remove explicit dependencies.
(CFLAGS-gengtype-lex.o, CFLAGS-gengtype-parse.o,
CFLAGS-gengtype-state.o, CFLAGS-gengtype.o): Add -DHOST_GENERATOR_FILE
instead of -DGENERATOR_FILE.
(CFLAGS-errors.o): New.
* gengtype.c: Instead of testing GENERATOR_FILE define, test
HOST_GENERATOR_FILE.  If defined, include config.h and define
GENERATOR_FILE afterwards, otherwise include bconfig.h.
* gengtype-parse.c: Likewise.
* gengtype-state.c: Likewise.
* gengtype-lex.l: Likewise.
* errors.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218325 
138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog| 75 
 gcc/Makefile.in  | 20 +++---
 gcc/errors.c |  7 ++---
 gcc/gengtype-lex.l   |  7 ++---
 gcc/gengtype-parse.c |  7 ++---
 gcc/gengtype-state.c |  7 ++---
 gcc/gengtype.c   |  7 ++---
 7 files changed, 77 insertions(+), 53 deletions(-)

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 204bd85..3820d0b 100644
--- a/gcc/Makefi

[gentoo-commits] gentoo commit in src/patchsets/gcc/4.8.4/gentoo: 93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch README.history

2015-03-30 Thread Mike Frysinger (vapier)
vapier  15/03/31 06:19:50

  Modified: README.history
  Added:   

93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch
  Log:
  backport fix from upstream for bconfig.h/config.h parallel build issues 
#463796 #487398 #545010

Revision  ChangesPath
1.5  src/patchsets/gcc/4.8.4/gentoo/README.history

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history?r1=1.4&r2=1.5

Index: README.history
===
RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.8.4/gentoo/README.history,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README.history  21 Feb 2015 17:30:47 -  1.4
+++ README.history  31 Mar 2015 06:19:50 -  1.5
@@ -1,3 +1,6 @@
+1.430 Mar 2015
+   + 93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch
+
 1.321 Feb 2015
+ 94_all_gcc48_alpha_bootstrap.patch
 



1.1  
src/patchsets/gcc/4.8.4/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.8.4/gentoo/93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch?rev=1.1&content-type=text/plain

Index: 93_all_gcc-4.8-config.h-bconfig.h-parallel-PR57125-PR61899.patch
===
https://gcc.gnu.org/ml/gcc-patches/2014-11/msg03092.html
https://gcc.gnu.org/PR57125
https://gcc.gnu.org/PR61899
https://bugs.gentoo.org/463796
https://bugs.gentoo.org/487398
https://bugs.gentoo.org/545010

fix parallel build issues around config.h/bconfig.h inclusion

note: this also includes:
commit ea38f4be892b22b61a540a102bed374ddb381b9a
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202894 
138bc75d-0d04-0410-961f-82ee72b054a4
which adds to-wrapper.o to ALL_HOST_BACKEND_OBJS

>From ed89620f0e3de714864805f5d29dbab0341a1746 Mon Sep 17 00:00:00 2001
From: jakub 
Date: Wed, 3 Dec 2014 16:44:27 +
Subject: [PATCH] Fix building of gengtype

Found bootstrap failures even with this patch (dunno what changed on my box
that I started getting these last night, make has not changed), that time
with errors.o and gcc-ar.o.
The generated headers are solved these days in automatic dependencies world
through
# In order for parallel make to really start compiling the expensive
# objects from $(OBJS) as early as possible, build all their
# prerequisites strictly before all objects.
$(ALL_HOST_OBJS) : | $(generated_files)
and build/*.o have explicit dependencies.
I've tried to compare $(ALL_HOST_OBJS) on my box with all *.o */*.o files
I had in stage3 directory, and besides build/*.o, I found:

crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o crtfastmath.o crtprec32.o 
crtprec64.o crtprec80.o
errors.o gcc-ar.o gcc-nm.o gcc-ranlib.o gengtype-lex.o gengtype.o 
gengtype-parse.o gengtype-state.o

not being listed in ALL_HOST_OBJS.  The crt*.o files come from libgcc build
and thus are ok, the rest I've tried to handle in the following updated
patch.  If the #define GENERATOR_FILE inside of the 5 files is too ugly,
another alternative might be to define both -DHOST_GENERATOR_FILE 
-DGENERATOR_FILE
in Makefile.in and don't error in config.h if GENERATOR_FILE is defined,
if HOST_GENERATOR_FILE is also defined.

2014-12-03  Jakub Jelinek  

* Makefile.in (ALL_HOST_BACKEND_OBJS): Add $(GENGTYPE_OBJS),
gcc-ar.o, gcc-nm.o and gcc-ranlib.o.
(GENGTYPE_OBJS): New.
(gengtype-lex.o, gengtype-parse.o, gengtype-state.o, gengtype.o):
Remove explicit dependencies.
(CFLAGS-gengtype-lex.o, CFLAGS-gengtype-parse.o,
CFLAGS-gengtype-state.o, CFLAGS-gengtype.o): Add -DHOST_GENERATOR_FILE
instead of -DGENERATOR_FILE.
(CFLAGS-errors.o): New.
* gengtype.c: Instead of testing GENERATOR_FILE define, test
HOST_GENERATOR_FILE.  If defined, include config.h and define
GENERATOR_FILE afterwards, otherwise include bconfig.h.
* gengtype-parse.c: Likewise.
* gengtype-state.c: Likewise.
* gengtype-lex.l: Likewise.
* errors.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218325 
138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog| 75 
 gcc/Makefile.in  | 20 +++---
 gcc/errors.c |  7 ++---
 gcc/gengtype-lex.l   |  7 ++---
 gcc/gengtype-parse.c |  7 ++---
 gcc/

[gentoo-commits] gentoo-x86 commit in dev-ruby/rest-client: ChangeLog rest-client-1.7.3-r1.ebuild rest-client-1.7.3.ebuild

2015-03-30 Thread Hans de Graaff (graaff)
graaff  15/03/31 06:15:29

  Modified: ChangeLog
  Removed:  rest-client-1.7.3-r1.ebuild
rest-client-1.7.3.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.32 dev-ruby/rest-client/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   29 Mar 2015 12:04:59 -  1.31
+++ ChangeLog   31 Mar 2015 06:15:29 -  1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/rest-client
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.31 
2015/03/29 12:04:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rest-client/ChangeLog,v 1.32 
2015/03/31 06:15:29 graaff Exp $
+
+  31 Mar 2015; Hans de Graaff  -rest-client-1.7.3.ebuild,
+  -rest-client-1.7.3-r1.ebuild:
+  Cleanup.
 
   29 Mar 2015; Agostino Sarubbo  rest-client-1.8.0.ebuild:
   Stable for x86, wrt bug #544326






[gentoo-commits] gentoo-x86 commit in dev-ruby/yard: ChangeLog yard-0.8.7.6.ebuild

2015-03-30 Thread Hans de Graaff (graaff)
graaff  15/03/31 06:13:17

  Modified: ChangeLog yard-0.8.7.6.ebuild
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.96 dev-ruby/yard/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog   18 Nov 2014 11:49:50 -  1.95
+++ ChangeLog   31 Mar 2015 06:13:16 -  1.96
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/yard
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.95 2014/11/18 
11:49:50 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/ChangeLog,v 1.96 2015/03/31 
06:13:16 graaff Exp $
+
+  31 Mar 2015; Hans de Graaff  yard-0.8.7.6.ebuild:
+  Add ruby22.
 
   18 Nov 2014; Manuel Rüger  -yard-0.8.7.2.ebuild:
   Cleanup old.



1.3  dev-ruby/yard/yard-0.8.7.6.ebuild

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

Index: yard-0.8.7.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yard-0.8.7.6.ebuild 29 Oct 2014 19:32:46 -  1.2
+++ yard-0.8.7.6.ebuild 31 Mar 2015 06:13:16 -  1.3
@@ -1,10 +1,10 @@
-# 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-ruby/yard/yard-0.8.7.6.ebuild,v 1.2 
2014/10/29 19:32:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.6.ebuild,v 1.3 
2015/03/31 06:13:16 graaff Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec"
 RUBY_FAKEGEM_TASK_DOC="yard"






[gentoo-commits] gentoo-x86 commit in app-emacs/pymacs: pymacs-0.25-r1.ebuild ChangeLog

2015-03-30 Thread Ian Delaney (idella4)
idella4 15/03/31 06:10:22

  Modified: pymacs-0.25-r1.ebuild ChangeLog
  Log:
  Clean old python impls, add py3.4 support and correction to install phase
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.10 app-emacs/pymacs/pymacs-0.25-r1.ebuild

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

Index: pymacs-0.25-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pymacs-0.25-r1.ebuild   15 Jan 2014 09:17:18 -  1.9
+++ pymacs-0.25-r1.ebuild   31 Mar 2015 06:10:22 -  1.10
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 
1.9 2014/01/15 09:17:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 
1.10 2015/03/31 06:10:22 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit elisp distutils-r1 vcs-snapshot
 
@@ -39,6 +39,7 @@
 
 python_install_all() {
elisp_src_install
+   distutils-r1_python_install_all
dodoc pymacs.rst
use doc && dodoc pymacs.pdf
 }



1.67 app-emacs/pymacs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog   15 Jan 2014 09:17:18 -  1.66
+++ ChangeLog   31 Mar 2015 06:10:22 -  1.67
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/pymacs
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.66 
2014/01/15 09:17:18 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.67 
2015/03/31 06:10:22 idella4 Exp $
+
+  31 Mar 2015; Ian Delaney  pymacs-0.25-r1.ebuild:
+  Clean old python impls, add py3.4 support and correction to install phase
 
   15 Jan 2014; Agostino Sarubbo  pymacs-0.25-r1.ebuild:
   Stable for ia64, wrt bug #490096






[gentoo-commits] gentoo-x86 commit in dev-ruby/sass-rails: sass-rails-5.0.2.ebuild ChangeLog

2015-03-30 Thread Hans de Graaff (graaff)
graaff  15/03/31 06:05:05

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

Revision  ChangesPath
1.25 dev-ruby/sass-rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sass-rails/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   31 Mar 2015 05:57:08 -  1.24
+++ ChangeLog   31 Mar 2015 06:05:05 -  1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/sass-rails
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass-rails/ChangeLog,v 1.24 
2015/03/31 05:57:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass-rails/ChangeLog,v 1.25 
2015/03/31 06:05:05 graaff Exp $
+
+*sass-rails-5.0.2 (31 Mar 2015)
+
+  31 Mar 2015; Hans de Graaff  +sass-rails-5.0.2.ebuild:
+  Version bump.
 
   31 Mar 2015; Hans de Graaff  -sass-rails-4.0.3.ebuild,
   -sass-rails-4.0.4.ebuild, -sass-rails-5.0.0.ebuild:



1.1  dev-ruby/sass-rails/sass-rails-5.0.2.ebuild

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

Index: sass-rails-5.0.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/sass-rails/sass-rails-5.0.2.ebuild,v 1.1 
2015/03/31 06:05:05 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"

inherit ruby-fakegem versionator

DESCRIPTION="Official Ruby-on-Rails Integration with Sass"
HOMEPAGE="https://github.com/rails/sass-rails";
SRC_URI="https://github.com/rails/sass-rails/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~arm ~x86"

IUSE=""

# Restrict tests for now since it is hard to set up the right
# environment with the correct ruby interpreter and Rails test
# application.
RESTRICT="test"

#ruby_add_bdepend "test? ( dev-ruby/sfl dev-ruby/bundler )"

ruby_add_rdepend ">=dev-ruby/sass-3.1 =dev-ruby/sass-3*
=dev-ruby/railties-4*
>=dev-ruby/sprockets-rails-2.0 =dev-ruby/sprockets-2.8 =dev-ruby/tilt-1.1 =dev-ruby/tilt-1*"

each_ruby_test() {
${RUBY} -S bundle exec rake test || die
}






[gentoo-commits] gentoo-x86 commit in dev-ruby/sass-rails: ChangeLog sass-rails-4.0.3.ebuild sass-rails-4.0.4.ebuild sass-rails-5.0.0.ebuild

2015-03-30 Thread Hans de Graaff (graaff)
graaff  15/03/31 05:57:08

  Modified: ChangeLog
  Removed:  sass-rails-4.0.3.ebuild sass-rails-4.0.4.ebuild
sass-rails-5.0.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  ChangesPath
1.24 dev-ruby/sass-rails/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sass-rails/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   30 Dec 2014 06:52:17 -  1.23
+++ ChangeLog   31 Mar 2015 05:57:08 -  1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/sass-rails
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass-rails/ChangeLog,v 1.23 
2014/12/30 06:52:17 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass-rails/ChangeLog,v 1.24 
2015/03/31 05:57:08 graaff Exp $
+
+  31 Mar 2015; Hans de Graaff  -sass-rails-4.0.3.ebuild,
+  -sass-rails-4.0.4.ebuild, -sass-rails-5.0.0.ebuild:
+  Cleanup.
 
 *sass-rails-5.0.1 (30 Dec 2014)
 






[gentoo-commits] gentoo-x86 commit in net-analyzer/tcpreplay/files: tcpreplay-3.4.4-crash.patch

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/31 05:21:19

  Removed:  tcpreplay-3.4.4-crash.patch
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)



[gentoo-commits] gentoo-x86 commit in net-analyzer/tcpreplay: tcpreplay-4.1.0.ebuild ChangeLog tcpreplay-3.4.4-r1.ebuild

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/31 05:21:19

  Modified: ChangeLog
  Added:tcpreplay-4.1.0.ebuild
  Removed:  tcpreplay-3.4.4-r1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.58 net-analyzer/tcpreplay/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   30 Oct 2014 09:54:08 -  1.57
+++ ChangeLog   31 Mar 2015 05:21:19 -  1.58
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/tcpreplay
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.57 
2014/10/30 09:54:08 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/ChangeLog,v 1.58 
2015/03/31 05:21:19 jer Exp $
+
+*tcpreplay-4.1.0 (31 Mar 2015)
+
+  31 Mar 2015; Jeroen Roovers  -tcpreplay-3.4.4-r1.ebuild,
+  +tcpreplay-4.1.0.ebuild, -files/tcpreplay-3.4.4-crash.patch:
+  Version bump.
 
   30 Oct 2014; Agostino Sarubbo  tcpreplay-4.0.4.ebuild:
   Stable for x86, wrt bug #509058



1.1  net-analyzer/tcpreplay/tcpreplay-4.1.0.ebuild

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

Index: tcpreplay-4.1.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/tcpreplay/tcpreplay-4.1.0.ebuild,v 1.1 
2015/03/31 05:21:19 jer Exp $

EAPI=5
inherit autotools eutils flag-o-matic

DESCRIPTION="a suite of utilities for editing and replaying previously captured 
network traffic"
HOMEPAGE="http://tcpreplay.appneta.com/ https://github.com/appneta/tcpreplay";
LICENSE="BSD GPL-3"
SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV}/${P}.tar.gz";

SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE="debug pcapnav +tcpdump"

DEPEND="
>=sys-devel/autogen-5.16.2[libopts]
dev-libs/libdnet
>=net-libs/libpcap-0.9
tcpdump? ( net-analyzer/tcpdump )
pcapnav? ( net-libs/libpcapnav )
"

RDEPEND="${DEPEND}"

DOCS=( docs/{CHANGELOG,CREDIT,HACKING,TODO} )

src_prepare() {
sed -i \
-e 's|-O3||g' \
-e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \
configure.ac || die
sed -i \
-e 's|#include |#include |g' \
src/common/sendpacket.c || die
sed -i \
-e 's|@\([A-Z_]*\)@|$(\1)|g' \
-e '/tcpliveplay_CFLAGS/s|$| $(LDNETINC)|g' \
-e '/tcpliveplay_LDADD/s|$| $(LDNETLIB)|g' \
src/Makefile.am || die

eautoreconf
}

src_configure() {
# By default it uses static linking. Avoid that, bug 252940
econf \
$(use_enable debug) \
$(use_with pcapnav pcapnav-config /usr/bin/pcapnav-config) \
$(use_with tcpdump tcpdump /usr/sbin/tcpdump) \
--disable-local-libopts \
--enable-dynamic-link \
--enable-shared \
--with-libdnet \
--with-testnic2=lo \
--with-testnic=lo
}

src_test() {
if [[ ! ${EUID} -eq 0 ]]; then
ewarn "Some tests were disabled due to FEATURES=userpriv"
ewarn "To run all tests issue the following command as root:"
ewarn " # make -C ${S}/test"
emake -j1 -C test tcpprep || die "self test failed - see 
${S}/test/test.log"
else
emake -j1 test || {
ewarn "Note, that some tests require eth0 iface to be 
UP." ;
die "self test failed - see ${S}/test/test.log" ; }
fi
}






[gentoo-commits] gentoo-x86 commit in sys-libs/ncurses/files: ncurses-5.9-no-I-usr-include.patch

2015-03-30 Thread Mike Frysinger (vapier)
vapier  15/03/31 04:53:02

  Added:ncurses-5.9-no-I-usr-include.patch
  Log:
  Fix the inverted leak flag #329537#5 by Arthur Taylor.  Fix from upstream for 
building with -I/usr/include/ncursesw #522586 by Joakim Tjernlund.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.1  sys-libs/ncurses/files/ncurses-5.9-no-I-usr-include.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.9-no-I-usr-include.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/files/ncurses-5.9-no-I-usr-include.patch?rev=1.1&content-type=text/plain

Index: ncurses-5.9-no-I-usr-include.patch
===
https://bugs.gentoo.org/522586

delete the -I$includedir paths that get added to CPPFLAGS.  these are never
needed when building natively or cross-compiling and really get in the way
in both cases (upgrades/cross-compiling/etc...).

extracted from the upstream change:
http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commitdiff;h=9ee3995474454b7d956885e0fe5c8cac2ae25d42#patch5

--- a/configure
+++ b/configure
@@ -18596,33 +18596,11 @@ CPPFLAGS="$CPPFLAGS -I. -I../include"
 if test "$srcdir" != "."; then
CPPFLAGS="$CPPFLAGS -I\${srcdir}/../include"
 fi
-if test "$GCC" != yes; then
-   CPPFLAGS="$CPPFLAGS -I\${includedir}"
-elif test "$includedir" != "/usr/include"; then
-   if test "$includedir" = '${prefix}/include' ; then
-   if test $prefix != /usr ; then
-   CPPFLAGS="$CPPFLAGS -I\${includedir}"
-   fi
-   else
-   CPPFLAGS="$CPPFLAGS -I\${includedir}"
-   fi
-fi
 
 ACPPFLAGS="-I. -I../include -I../../include $ACPPFLAGS"
 if test "$srcdir" != "."; then
ACPPFLAGS="-I\${srcdir}/../../include $ACPPFLAGS"
 fi
-if test "$GCC" != yes; then
-   ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
-elif test "$includedir" != "/usr/include"; then
-   if test "$includedir" = '${prefix}/include' ; then
-   if test $prefix != /usr ; then
-   ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
-   fi
-   else
-   ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
-   fi
-fi
 
 ### Build up pieces for makefile rules
 echo "$as_me:18628: checking default library suffix" >&5






[gentoo-commits] gentoo-x86 commit in sys-libs/ncurses: ncurses-5.9-r4.ebuild ChangeLog

2015-03-30 Thread Mike Frysinger (vapier)
vapier  15/03/31 04:53:02

  Modified: ChangeLog
  Added:ncurses-5.9-r4.ebuild
  Log:
  Fix the inverted leak flag #329537#5 by Arthur Taylor.  Fix from upstream for 
building with -I/usr/include/ncursesw #522586 by Joakim Tjernlund.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.232sys-libs/ncurses/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.232&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?rev=1.232&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ChangeLog?r1=1.231&r2=1.232

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog   6 Nov 2014 19:30:09 -   1.231
+++ ChangeLog   31 Mar 2015 04:53:02 -  1.232
@@ -1,6 +1,13 @@
 # ChangeLog for sys-libs/ncurses
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.231 
2014/11/06 19:30:09 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ChangeLog,v 1.232 
2015/03/31 04:53:02 vapier Exp $
+
+*ncurses-5.9-r4 (31 Mar 2015)
+
+  31 Mar 2015; Mike Frysinger 
+  +files/ncurses-5.9-no-I-usr-include.patch, +ncurses-5.9-r4.ebuild:
+  Fix the inverted leak flag #329537#5 by Arthur Taylor.  Fix from upstream for
+  building with -I/usr/include/ncursesw #522586 by Joakim Tjernlund.
 
   06 Nov 2014; Manuel Rüger  -files/ncurses-5.6-build.patch,
   -files/ncurses-5.6-gfbsd.patch, -files/ncurses-5.7-emacs.patch,



1.1  sys-libs/ncurses/ncurses-5.9-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r4.ebuild?rev=1.1&content-type=text/plain

Index: ncurses-5.9-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.9-r4.ebuild,v 1.1 
2015/03/31 04:53:02 vapier Exp $

EAPI="4"
inherit eutils flag-o-matic toolchain-funcs multilib-minimal

MY_PV=${PV:0:3}
PV_SNAP=${PV:4}
MY_P=${PN}-${MY_PV}
DESCRIPTION="console display library"
HOMEPAGE="http://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/";
SRC_URI="mirror://gnu/ncurses/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="5"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="ada +cxx debug doc gpm minimal profile static-libs tinfo trace unicode"

DEPEND="gpm? ( sys-libs/gpm )"
#   berkdb? ( sys-libs/db )"
RDEPEND="${DEPEND}
!/dev/null)
local basedir=$(basename $(dirname "${termfile}"))

if [[ -n ${termfile} ]] ; then
dodir /etc/terminfo/${basedir}
mv ${termfile} "${ED}"/etc/terminfo/${basedir}/
dosym ../../../../etc/terminfo/${basedir}/${x} \
/usr/share/terminfo/${basedir}/${x}
fi
done
#   fi

echo "CONFIG_PROTECT_MASK=\"/etc/terminfo\"" > "${T}"/50ncurses
doenvd "${T}"/50ncurses

use minimal && rm -r "${ED}"/usr/share/terminfo*
# Because ncurses5-config --terminfo returns the directory we keep it
keepdir /usr/share/terminfo #245374

cd "${S}"
dodoc ANNOUNCE MANIFEST NEWS README* TO-DO doc/*.doc
use doc && dohtml -r doc/html/
}






[gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.15-r4.ebuild

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/31 04:47:30

  Modified: ChangeLog
  Removed:  libsdl-1.2.15-r4.ebuild
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.232media-libs/libsdl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.232&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.232&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.231&r2=1.232

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog   31 Mar 2015 04:39:37 -  1.231
+++ ChangeLog   31 Mar 2015 04:47:29 -  1.232
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.231 
2015/03/31 04:39:37 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.232 
2015/03/31 04:47:29 mr_bones_ Exp $
+
+  31 Mar 2015; Michael Sterrett  
-libsdl-1.2.15-r4.ebuild:
+  old
 
   31 Mar 2015;  libsdl-1.2.15-r8.ebuild:
   ppc64 stable wrt #522270






[gentoo-commits] gentoo-x86 commit in media-libs/libsdl: ChangeLog libsdl-1.2.15-r8.ebuild

2015-03-30 Thread Jack Morgan (jmorgan)
jmorgan 15/03/31 04:39:37

  Modified: ChangeLog libsdl-1.2.15-r8.ebuild
  Log:
  ppc64 stable wrt #522270
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.231media-libs/libsdl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.231&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?rev=1.231&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/ChangeLog?r1=1.230&r2=1.231

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog   3 Mar 2015 08:53:07 -   1.230
+++ ChangeLog   31 Mar 2015 04:39:37 -  1.231
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libsdl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.230 
2015/03/03 08:53:07 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.231 
2015/03/31 04:39:37 jmorgan Exp $
+
+  31 Mar 2015;  libsdl-1.2.15-r8.ebuild:
+  ppc64 stable wrt #522270
 
   03 Mar 2015; Yixun Lan  libsdl-1.2.15-r8.ebuild:
   add arm64 support, tested on A53 board



1.9  media-libs/libsdl/libsdl-1.2.15-r8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild?r1=1.8&r2=1.9

Index: libsdl-1.2.15-r8.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libsdl-1.2.15-r8.ebuild 3 Mar 2015 08:53:07 -   1.8
+++ libsdl-1.2.15-r8.ebuild 31 Mar 2015 04:39:37 -  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/media-libs/libsdl/libsdl-1.2.15-r8.ebuild,v 
1.8 2015/03/03 08:53:07 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.15-r8.ebuild,v 
1.9 2015/03/31 04:39:37 jmorgan Exp $
 
 EAPI=5
 inherit autotools flag-o-matic multilib toolchain-funcs eutils multilib-minimal
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 
~amd64-fbsd ~x86-fbsd"
 # WARNING:
 # If you turn on the custom-cflags use flag in USE and something breaks,
 # you pick up the pieces.  Be prepared for bug reports to be marked INVALID.






[gentoo-commits] gentoo-x86 commit in eclass: toolchain-funcs.eclass

2015-03-30 Thread Mike Frysinger (vapier)
vapier  15/03/31 04:27:29

  Modified: toolchain-funcs.eclass
  Log:
  tc-export_build_env: export BUILD_CPPFLAGS/BUILD_LDFLAGS to non-empty values 
so they do not get defaulted by build systems #526734 by Matthias Maier

Revision  ChangesPath
1.136eclass/toolchain-funcs.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-funcs.eclass?rev=1.136&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-funcs.eclass?rev=1.136&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain-funcs.eclass?r1=1.135&r2=1.136

Index: toolchain-funcs.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- toolchain-funcs.eclass  16 Mar 2015 21:12:27 -  1.135
+++ toolchain-funcs.eclass  31 Mar 2015 04:27:29 -  1.136
@@ -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/eclass/toolchain-funcs.eclass,v 1.135 
2015/03/16 21:12:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.136 
2015/03/31 04:27:29 vapier Exp $
 
 # @ECLASS: toolchain-funcs.eclass
 # @MAINTAINER:
@@ -223,10 +223,13 @@
 # Export common build related compiler settings.
 tc-export_build_env() {
tc-export "$@"
+   # Some build envs will initialize vars like:
+   # : ${BUILD_LDFLAGS:-${LDFLAGS}}
+   # So make sure all variables are non-empty. #526734
: ${BUILD_CFLAGS:=-O1 -pipe}
: ${BUILD_CXXFLAGS:=-O1 -pipe}
-   : ${BUILD_CPPFLAGS:=}
-   : ${BUILD_LDFLAGS:=}
+   : ${BUILD_CPPFLAGS:= }
+   : ${BUILD_LDFLAGS:= }
export BUILD_{C,CXX,CPP,LD}FLAGS
 
# Some packages use XXX_FOR_BUILD.






[gentoo-commits] gentoo-x86 commit in dev-python/tagpy: tagpy-2013.1.ebuild ChangeLog

2015-03-30 Thread Ian Delaney (idella4)
idella4 15/03/31 04:26:20

  Modified: tagpy-2013.1.ebuild ChangeLog
  Log:
  Clean up even more PYTHON_COMPAT from old implementations, add py3.4 support, 
fixes bug #461276
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.3  dev-python/tagpy/tagpy-2013.1.ebuild

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

Index: tagpy-2013.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-2013.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tagpy-2013.1.ebuild 5 Sep 2013 18:47:12 -   1.2
+++ tagpy-2013.1.ebuild 31 Mar 2015 04:26:20 -  1.3
@@ -1,9 +1,9 @@
-# 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/dev-python/tagpy/tagpy-2013.1.ebuild,v 1.2 
2013/09/05 18:47:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/tagpy-2013.1.ebuild,v 1.3 
2015/03/31 04:26:20 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit distutils-r1
 
@@ -20,6 +20,7 @@
>=media-libs/taglib-1.7.2"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
+
 DISTUTILS_IN_SOURCE_BUILD=1
 
 python_configure() {



1.56 dev-python/tagpy/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/tagpy/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   5 Sep 2013 18:47:12 -   1.55
+++ ChangeLog   31 Mar 2015 04:26:20 -  1.56
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/tagpy
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/ChangeLog,v 1.55 
2013/09/05 18:47:12 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tagpy/ChangeLog,v 1.56 
2015/03/31 04:26:20 idella4 Exp $
+
+  31 Mar 2015; Ian Delaney  tagpy-2013.1.ebuild:
+  Clean up even more PYTHON_COMPAT from old implementations, add py3.4 support,
+  fixes bug #461276
 
   05 Sep 2013; Michał Górny  tagpy-2013.1.ebuild:
   Clean up PYTHON_COMPAT from old implementations.






[gentoo-commits] gentoo-x86 commit in virtual/perl-ExtUtils-MakeMaker: perl-ExtUtils-MakeMaker-6.980.0.ebuild ChangeLog

2015-03-30 Thread Thomas Alan Gall (tgall)
tgall   15/03/31 03:37:32

  Modified: perl-ExtUtils-MakeMaker-6.980.0.ebuild ChangeLog
  Log:
  stable on arm64
  
  (Portage version: 2.2.14/cvs/Linux aarch64, signed Manifest commit with key 
EDA949AA)

Revision  ChangesPath
1.13 
virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild?r1=1.12&r2=1.13

Index: perl-ExtUtils-MakeMaker-6.980.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-ExtUtils-MakeMaker-6.980.0.ebuild  18 Feb 2015 08:37:22 -  
1.12
+++ perl-ExtUtils-MakeMaker-6.980.0.ebuild  31 Mar 2015 03:37:32 -  
1.13
@@ -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/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild,v
 1.12 2015/02/18 08:37:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker-6.980.0.ebuild,v
 1.13 2015/03/31 03:37:32 tgall Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



1.95 virtual/perl-ExtUtils-MakeMaker/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog?rev=1.95&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog?rev=1.95&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   25 Feb 2015 23:10:11 -  1.94
+++ ChangeLog   31 Mar 2015 03:37:32 -  1.95
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-ExtUtils-MakeMaker
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v 
1.94 2015/02/25 23:10:11 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-ExtUtils-MakeMaker/ChangeLog,v 
1.95 2015/03/31 03:37:32 tgall Exp $
+
+  31 Mar 2015; Tom Gall 
+  perl-ExtUtils-MakeMaker-6.980.0.ebuild:
+  stable on arm64
 
 *perl-ExtUtils-MakeMaker-7.40.0 (25 Feb 2015)
 






[gentoo-commits] gentoo-x86 commit in perl-core/libnet: libnet-1.270.0.ebuild ChangeLog

2015-03-30 Thread Thomas Alan Gall (tgall)
tgall   15/03/31 03:14:32

  Modified: libnet-1.270.0.ebuild ChangeLog
  Log:
  stable on arm64
  
  (Portage version: 2.2.14/cvs/Linux aarch64, signed Manifest commit with key 
EDA949AA)

Revision  ChangesPath
1.12 perl-core/libnet/libnet-1.270.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/libnet-1.270.0.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/libnet-1.270.0.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/libnet-1.270.0.ebuild?r1=1.11&r2=1.12

Index: libnet-1.270.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/libnet/libnet-1.270.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libnet-1.270.0.ebuild   3 Mar 2015 09:46:29 -   1.11
+++ libnet-1.270.0.ebuild   31 Mar 2015 03:14:32 -  1.12
@@ -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/perl-core/libnet/libnet-1.270.0.ebuild,v 
1.11 2015/03/03 09:46:29 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/libnet-1.270.0.ebuild,v 
1.12 2015/03/31 03:14:32 tgall Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A URI Perl Module"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~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="sasl"
 
 RDEPEND="sasl? ( dev-perl/Authen-SASL )"



1.51 perl-core/libnet/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/ChangeLog?rev=1.51&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/ChangeLog?rev=1.51&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/libnet/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog   3 Mar 2015 09:46:29 -   1.50
+++ ChangeLog   31 Mar 2015 03:14:32 -  1.51
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/libnet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.50 
2015/03/03 09:46:29 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.51 
2015/03/31 03:14:32 tgall Exp $
+
+  31 Mar 2015; Tom Gall  libnet-1.270.0.ebuild:
+  stable on arm64
 
   03 Mar 2015; Yixun Lan  libnet-1.270.0.ebuild:
   add arm64 support, tested on A53 board






[gentoo-commits] gentoo-x86 commit in virtual/perl-Perl-OSType: perl-Perl-OSType-1.7.0.ebuild ChangeLog

2015-03-30 Thread Thomas Alan Gall (tgall)
tgall   15/03/31 02:51:32

  Modified: perl-Perl-OSType-1.7.0.ebuild ChangeLog
  Log:
  stable on arm64
  
  (Portage version: 2.2.14/cvs/Linux aarch64, signed Manifest commit with key 
EDA949AA)

Revision  ChangesPath
1.11 virtual/perl-Perl-OSType/perl-Perl-OSType-1.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/perl-Perl-OSType-1.7.0.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/perl-Perl-OSType-1.7.0.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/perl-Perl-OSType-1.7.0.ebuild?r1=1.10&r2=1.11

Index: perl-Perl-OSType-1.7.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Perl-OSType/perl-Perl-OSType-1.7.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Perl-OSType-1.7.0.ebuild   18 Feb 2015 08:38:17 -  1.10
+++ perl-Perl-OSType-1.7.0.ebuild   31 Mar 2015 02:51:32 -  1.11
@@ -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/virtual/perl-Perl-OSType/perl-Perl-OSType-1.7.0.ebuild,v
 1.10 2015/02/18 08:38:17 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Perl-OSType/perl-Perl-OSType-1.7.0.ebuild,v
 1.11 2015/03/31 02:51:32 tgall Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



1.46 virtual/perl-Perl-OSType/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog?rev=1.46&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog?rev=1.46&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   18 Feb 2015 08:38:17 -  1.45
+++ ChangeLog   31 Mar 2015 02:51:32 -  1.46
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/perl-Perl-OSType
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog,v 1.45 
2015/02/18 08:38:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Perl-OSType/ChangeLog,v 1.46 
2015/03/31 02:51:32 tgall Exp $
+
+  31 Mar 2015; Tom Gall  perl-Perl-OSType-1.7.0.ebuild:
+  stable on arm64
 
   18 Feb 2015; Agostino Sarubbo  
perl-Perl-OSType-1.7.0.ebuild:
   Stable for alpha, wrt bug #536790






[gentoo-commits] gentoo-x86 commit in games-action/descent2-data: descent2-data-1.0.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/31 02:49:11

  Modified: descent2-data-1.0.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 games-action/descent2-data/descent2-data-1.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild?r1=1.9&r2=1.10

Index: descent2-data-1.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- descent2-data-1.0.ebuild16 Jan 2012 19:03:03 -  1.9
+++ descent2-data-1.0.ebuild31 Mar 2015 02:49:11 -  1.10
@@ -1,7 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild,v 
1.9 2012/01/16 19:03:03 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild,v 
1.10 2015/03/31 02:49:11 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils cdrom games
 
 MY_PV=${PV/./}
@@ -61,7 +62,7 @@
 
[[ -e "${f}" ]] || f="${CDROM_ROOT}/d2data/${SOW}"
# Extract level data
-   unarj e "${f}" || die "unarj ${f} failed"
+   unarj e "${f}" || die
 
if use videos ; then
# Include both high and low resolution movie files
@@ -69,7 +70,7 @@
f="${DISTDIR}/${m}"
[[ -e "${f}" ]] || f="${CDROM_ROOT}/d2data/${m}"
einfo "Copying ${m}"
-   cp -f "${f}" . || die "cp ${f} failed"
+   cp -f "${f}" . || die
done
fi
 
@@ -83,7 +84,7 @@
 
 src_install() {
insinto "${dir}"
-   doins * || die "doins * failed"
+   doins *
 
dodoc doc/*
 



1.9  games-action/descent2-data/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/descent2-data/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   16 Jan 2012 19:03:03 -  1.8
+++ ChangeLog   31 Mar 2015 02:49:11 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/descent2-data
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-data/ChangeLog,v 1.8 
2012/01/16 19:03:03 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-data/ChangeLog,v 1.9 
2015/03/31 02:49:11 mr_bones_ Exp $
+
+  31 Mar 2015; Michael Sterrett  
descent2-data-1.0.ebuild:
+  EAPI=5
 
   16 Jan 2012; Ulrich Müller  descent2-data-1.0.ebuild:
   Migrate to cdrom.eclass, bug 398809.
@@ -34,4 +37,3 @@
   +descent2-data-1.0.ebuild:
   Initial import. Ebuild by Paul Bredbury  based loosely on
   the games-action/d2x ebuild. Closing bug #137307.
-






[gentoo-commits] gentoo-x86 commit in virtual/perl-Archive-Tar: perl-Archive-Tar-1.960.0.ebuild ChangeLog

2015-03-30 Thread Thomas Alan Gall (tgall)
tgall   15/03/31 02:44:18

  Modified: perl-Archive-Tar-1.960.0.ebuild ChangeLog
  Log:
  stable on arm64
  
  (Portage version: 2.2.14/cvs/Linux aarch64, signed Manifest commit with key 
EDA949AA)

Revision  ChangesPath
1.12 virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild?r1=1.11&r2=1.12

Index: perl-Archive-Tar-1.960.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- perl-Archive-Tar-1.960.0.ebuild 18 Feb 2015 08:36:39 -  1.11
+++ perl-Archive-Tar-1.960.0.ebuild 31 Mar 2015 02:44:18 -  1.12
@@ -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/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild,v
 1.11 2015/02/18 08:36:39 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/perl-Archive-Tar-1.960.0.ebuild,v
 1.12 2015/03/31 02:44:18 tgall Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



1.82 virtual/perl-Archive-Tar/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog?rev=1.82&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog?rev=1.82&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   18 Feb 2015 08:36:39 -  1.81
+++ ChangeLog   31 Mar 2015 02:44:18 -  1.82
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/perl-Archive-Tar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v 1.81 
2015/02/18 08:36:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Archive-Tar/ChangeLog,v 1.82 
2015/03/31 02:44:18 tgall Exp $
+
+  31 Mar 2015; Tom Gall  perl-Archive-Tar-1.960.0.ebuild:
+  stable on arm64
 
   18 Feb 2015; Agostino Sarubbo 
   perl-Archive-Tar-1.960.0.ebuild:






[gentoo-commits] gentoo-x86 commit in games-arcade/spout: spout-1.3.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/31 02:31:55

  Modified: spout-1.3.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-arcade/spout/spout-1.3.ebuild

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

Index: spout-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- spout-1.3.ebuild24 Apr 2007 15:13:43 -  1.7
+++ spout-1.3.ebuild31 Mar 2015 02:31:55 -  1.8
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.7 
2007/04/24 15:13:43 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.8 
2015/03/31 02:31:55 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils games
 
 MY_P="spout-unix-${PV}"
@@ -15,11 +16,12 @@
 IUSE=""
 
 DEPEND=">=media-libs/libsdl-1.2.6"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${MY_P}
 
 src_install() {
-   dogamesbin spout || die "dogamesbin failed"
+   dogamesbin spout
doicon spout.png
make_desktop_entry spout "Spout"
dodoc README



1.9  games-arcade/spout/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   24 Apr 2007 15:13:43 -  1.8
+++ ChangeLog   31 Mar 2015 02:31:55 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/spout
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.8 
2007/04/24 15:13:43 drizzt Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.9 
2015/03/31 02:31:55 mr_bones_ Exp $
+
+  31 Mar 2015; Michael Sterrett  spout-1.3.ebuild:
+  EAPI=5
 
   24 Apr 2007; Timothy Redaelli  spout-1.3.ebuild:
   Add ~x86-fbsd keyword.
@@ -32,4 +35,3 @@
   21 Jul 2004; Michael Sterrett  +metadata.xml,
   +spout-1.2.ebuild:
   Initial commit - ebuild supplied by ro...@mizzenblog.com via bug #57558
-






[gentoo-commits] gentoo-x86 commit in virtual/perl-version: perl-version-0.990.900-r1.ebuild ChangeLog

2015-03-30 Thread Thomas Alan Gall (tgall)
tgall   15/03/31 02:25:38

  Modified: perl-version-0.990.900-r1.ebuild ChangeLog
  Log:
  stable on arm64
  
  (Portage version: 2.2.14/cvs/Linux aarch64, signed Manifest commit with key 
EDA949AA)

Revision  ChangesPath
1.3  virtual/perl-version/perl-version-0.990.900-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-version/perl-version-0.990.900-r1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-version/perl-version-0.990.900-r1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-version/perl-version-0.990.900-r1.ebuild?r1=1.2&r2=1.3

Index: perl-version-0.990.900-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-version/perl-version-0.990.900-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-version-0.990.900-r1.ebuild21 Feb 2015 16:06:08 -  1.2
+++ perl-version-0.990.900-r1.ebuild31 Mar 2015 02:25:38 -  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/virtual/perl-version/perl-version-0.990.900-r1.ebuild,v 
1.2 2015/02/21 16:06:08 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-version/perl-version-0.990.900-r1.ebuild,v 
1.3 2015/03/31 02:25:38 tgall Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="



1.108virtual/perl-version/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-version/ChangeLog?rev=1.108&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-version/ChangeLog?rev=1.108&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-version/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   21 Feb 2015 16:06:08 -  1.107
+++ ChangeLog   31 Mar 2015 02:25:38 -  1.108
@@ -1,6 +1,9 @@
 # ChangeLog for virtual/perl-version
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.107 
2015/02/21 16:06:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-version/ChangeLog,v 1.108 
2015/03/31 02:25:38 tgall Exp $
+
+  31 Mar 2015; Tom Gall  perl-version-0.990.900-r1.ebuild:
+  stable on arm64
 
   21 Feb 2015; Michał Górny  -perl-version-0.990.900.ebuild,
   perl-version-0.990.900-r1.ebuild:






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

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/31 02:08:43

  Modified: package.mask
  Log:
  add games-action/descent1-maps to unfetchable mask

Revision  ChangesPath
1.16451  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16450
retrieving revision 1.16451
diff -u -r1.16450 -r1.16451
--- package.mask30 Mar 2015 22:38:49 -  1.16450
+++ package.mask31 Mar 2015 02:08:41 -  1.16451
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16450 2015/03/30 
22:38:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16451 2015/03/31 
02:08:41 mr_bones_ 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
@@ -56,6 +56,8 @@
 # Michael Sterrett  (30 Mar 2015)
 # Unfetchable.
 # masked for removal on 20150429
+games-action/descent1-maps
+games-fps/doom3-phantasm
 games-fps/enemy-territory-fortress
 games-fps/quake1-ctf
 games-fps/quake3-brainworks
@@ -64,7 +66,6 @@
 games-rpg/rain-slick
 games-server/bf1942-desertcombat
 games-strategy/dominions2-demo
-games-fps/doom3-phantasm
 
 # Chí-Thanh Christopher Nguyễn  (30 Mar 2015)
 # Does not build against glibc-2.20 or modern X servers, bug #544904.






[gentoo-commits] gentoo-x86 commit in net-misc/s3cmd: s3cmd-1.5.2-r1.ebuild ChangeLog s3cmd-1.5.2.ebuild

2015-03-30 Thread Ian Delaney (idella4)
idella4 15/03/31 01:51:53

  Modified: ChangeLog
  Added:s3cmd-1.5.2-r1.ebuild
  Removed:  s3cmd-1.5.2.ebuild
  Log:
  revbump; add missing deps and update install phase, all wrt to bug #543266, 
fixes said bug, remove broken ebuild
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.30 net-misc/s3cmd/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   12 Mar 2015 03:42:12 -  1.29
+++ ChangeLog   31 Mar 2015 01:51:53 -  1.30
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/s3cmd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v 1.29 2015/03/12 
03:42:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/s3cmd/ChangeLog,v 1.30 2015/03/31 
01:51:53 idella4 Exp $
+
+*s3cmd-1.5.2-r1 (31 Mar 2015)
+
+  31 Mar 2015; Ian Delaney  +s3cmd-1.5.2-r1.ebuild,
+  -s3cmd-1.5.2.ebuild:
+  revbump; add missing deps and update install phase, all wrt to bug #543266,
+  fixes said bug, remove broken ebuild
 
   12 Mar 2015; Ian Delaney  -s3cmd-1.5.0_beta1.ebuild,
   -s3cmd-1.5.0_rc1.ebuild:



1.1  net-misc/s3cmd/s3cmd-1.5.2-r1.ebuild

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

Index: s3cmd-1.5.2-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/s3cmd/s3cmd-1.5.2-r1.ebuild,v 1.1 
2015/03/31 01:51:53 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"

inherit distutils-r1

DESCRIPTION="Command line client for Amazon S3"
HOMEPAGE="http://s3tools.org/s3cmd";
SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64 ~x86 ~x64-macos"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/python-magic[${PYTHON_USEDEP}]"

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

python_install_all() {
# setup/py doesn't intereact well with the eclass
distutils-r1_python_install_all
#   rm -rf "${D}"usr/share/doc/packages || die
}






[gentoo-commits] gentoo-x86 commit in net-misc/logmein-hamachi: ChangeLog logmein-hamachi-2.1.0.119.ebuild

2015-03-30 Thread Ian Delaney (idella4)
idella4 15/03/31 01:16:32

  Modified: ChangeLog
  Removed:  logmein-hamachi-2.1.0.119.ebuild
  Log:
  rm oldest
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.18 net-misc/logmein-hamachi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/logmein-hamachi/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/logmein-hamachi/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/logmein-hamachi/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   28 Mar 2015 11:18:21 -  1.17
+++ ChangeLog   31 Mar 2015 01:16:32 -  1.18
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/logmein-hamachi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/ChangeLog,v 1.17 
2015/03/28 11:18:21 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/logmein-hamachi/ChangeLog,v 1.18 
2015/03/31 01:16:32 idella4 Exp $
+
+  31 Mar 2015; Ian Delaney 
+  -logmein-hamachi-2.1.0.119.ebuild:
+  rm oldest
 
 *logmein-hamachi-2.1.0.139 (28 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/ansi-wl-pprint: ansi-wl-pprint-0.6.7.2.ebuild ChangeLog

2015-03-30 Thread Mark Wright (gienah)
gienah  15/03/31 01:11:12

  Modified: ChangeLog
  Added:ansi-wl-pprint-0.6.7.2.ebuild
  Log:
  Bump ansi-wl-pprint to 0.6.7.2
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.35 dev-haskell/ansi-wl-pprint/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   26 Jan 2015 13:06:49 -  1.34
+++ ChangeLog   31 Mar 2015 01:11:12 -  1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/ansi-wl-pprint
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.34 
2015/01/26 13:06:49 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ChangeLog,v 1.35 
2015/03/31 01:11:12 gienah Exp $
+
+*ansi-wl-pprint-0.6.7.2 (31 Mar 2015)
+
+  31 Mar 2015; Mark Wright  +ansi-wl-pprint-0.6.7.2.ebuild:
+  Bump ansi-wl-pprint to 0.6.7.2
 
   26 Jan 2015; Alexander Vershilov 
   -ansi-wl-pprint-0.6.4.ebuild, ansi-wl-pprint-0.6.7.1.ebuild:



1.1  dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.2.ebuild?rev=1.1&content-type=text/plain

Index: ansi-wl-pprint-0.6.7.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/ansi-wl-pprint/ansi-wl-pprint-0.6.7.2.ebuild,v
 1.1 2015/03/31 01:11:12 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
HOMEPAGE="http://github.com/batterseapower/ansi-wl-pprint";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="example"

RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?] 
=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2
"

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag example example)
}






[gentoo-commits] gentoo-x86 commit in x11-apps/xpr: ChangeLog xpr-1.0.3.ebuild

2015-03-30 Thread Manuel Rueger (mrueg)
mrueg   15/03/31 00:55:32

  Modified: ChangeLog
  Removed:  xpr-1.0.3.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.45 x11-apps/xpr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xpr/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xpr/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xpr/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xpr/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   26 Aug 2012 17:05:56 -  1.44
+++ ChangeLog   31 Mar 2015 00:55:32 -  1.45
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xpr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xpr/ChangeLog,v 1.44 2012/08/26 
17:05:56 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xpr/ChangeLog,v 1.45 2015/03/31 
00:55:32 mrueg Exp $
+
+  31 Mar 2015; Manuel Rüger  -xpr-1.0.3.ebuild:
+  Remove old.
 
   26 Aug 2012; Raúl Porcel  xpr-1.0.4.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #419473
@@ -152,4 +155,3 @@
 
   08 Aug 2005; Donnie Berkholz ; +xpr-0.99.0.ebuild:
   Initial commit for modular X.
-






[gentoo-commits] gentoo-x86 commit in x11-apps/xtrap: ChangeLog xtrap-1.0.2.ebuild

2015-03-30 Thread Manuel Rueger (mrueg)
mrueg   15/03/31 00:54:40

  Modified: ChangeLog
  Removed:  xtrap-1.0.2.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.31 x11-apps/xtrap/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtrap/ChangeLog?rev=1.31&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtrap/ChangeLog?rev=1.31&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xtrap/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   1 Jan 2013 18:49:12 -   1.30
+++ ChangeLog   31 Mar 2015 00:54:40 -  1.31
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xtrap
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.30 2013/01/01 
18:49:12 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.31 2015/03/31 
00:54:40 mrueg Exp $
+
+  31 Mar 2015; Manuel Rüger  -xtrap-1.0.2.ebuild:
+  Remove old.
 
   01 Jan 2013; Raúl Porcel  xtrap-1.0.2-r1.ebuild:
   s390/sh stable wrt #440872
@@ -109,4 +112,3 @@
 
   08 Aug 2005; Donnie Berkholz ; +xtrap-0.99.0.ebuild:
   Initial commit for modular X.
-






[gentoo-commits] gentoo-x86 commit in x11-apps/xgamma: ChangeLog xgamma-1.0.4.ebuild

2015-03-30 Thread Manuel Rueger (mrueg)
mrueg   15/03/31 00:53:37

  Modified: ChangeLog
  Removed:  xgamma-1.0.4.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.53 x11-apps/xgamma/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.53&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xgamma/ChangeLog?rev=1.53&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xgamma/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   26 Aug 2012 16:46:54 -  1.52
+++ ChangeLog   31 Mar 2015 00:53:37 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for x11-apps/xgamma
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.52 2012/08/26 
16:46:54 armin76 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.53 2015/03/31 
00:53:37 mrueg Exp $
+
+  31 Mar 2015; Manuel Rüger  -xgamma-1.0.4.ebuild:
+  Remove old.
 
   26 Aug 2012; Raúl Porcel  xgamma-1.0.5.ebuild:
   alpha/ia64/s390/sh/sparc stable wrt #419473
@@ -188,4 +191,3 @@
   08 Aug 2005; Donnie Berkholz ;
   +xgamma-0.99.0.ebuild:
   Initial commit for modular X.
-






[gentoo-commits] gentoo-x86 commit in dev-games/hlsdk: hlsdk-2.3.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/31 00:52:54

  Modified: hlsdk-2.3.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  dev-games/hlsdk/hlsdk-2.3.ebuild

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

Index: hlsdk-2.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/hlsdk/hlsdk-2.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hlsdk-2.3.ebuild4 Apr 2007 19:21:40 -   1.7
+++ hlsdk-2.3.ebuild31 Mar 2015 00:52:54 -  1.8
@@ -1,7 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/hlsdk/hlsdk-2.3.ebuild,v 1.7 
2007/04/04 19:21:40 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/hlsdk/hlsdk-2.3.ebuild,v 1.8 
2015/03/31 00:52:54 mr_bones_ Exp $
 
+EAPI=5
 inherit games
 
 DESCRIPTION="Half-Life Software Development Kit for mod authors"
@@ -13,13 +14,13 @@
 KEYWORDS="x86"
 IUSE=""
 
-src_compile() {
-   find -iname '*.orig' -exec rm -f '{}' \;
+src_prepare() {
+   find -iname '*.orig' -exec rm -f '{}' +
 }
 
 src_install() {
insinto "$(games_get_libdir)"/${PN}
-   doins -r multiplayer singleplayer || die "doins failed"
+   doins -r multiplayer singleplayer
dodoc metamod.hlsdk-2.3.txt metamod.hlsdk-2.3.patch
prepgamesdirs
 }



1.7  dev-games/hlsdk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/hlsdk/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   21 Feb 2007 23:16:23 -  1.6
+++ ChangeLog   31 Mar 2015 00:52:54 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/hlsdk
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/hlsdk/ChangeLog,v 1.6 2007/02/21 
23:16:23 peper Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/hlsdk/ChangeLog,v 1.7 2015/03/31 
00:52:54 mr_bones_ Exp $
+
+  31 Mar 2015; Michael Sterrett  hlsdk-2.3.ebuild:
+  EAPI=5
 
   21 Feb 2007; Piotr Jaroszyński  ChangeLog:
   Transition to Manifest2.






[gentoo-commits] gentoo-x86 commit in games-action/trine-bin: trine-bin-1.08.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/31 00:48:37

  Modified: trine-bin-1.08.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-action/trine-bin/trine-bin-1.08.ebuild

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

Index: trine-bin-1.08.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- trine-bin-1.08.ebuild   29 Mar 2013 15:48:19 -  1.5
+++ trine-bin-1.08.ebuild   31 Mar 2015 00:48:37 -  1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.5 
2013/03/29 15:48:19 hasufell Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/trine-bin/trine-bin-1.08.ebuild,v 1.6 
2015/03/31 00:48:37 mr_bones_ Exp $
 
 # these are ELFs that include a ZIP (504b0304) appended to it
 #   dd if=Trine.64.run of=Trine.64.zip ibs=$((0x342a8)) skip=1
@@ -8,6 +8,7 @@
 # but `unzip` will skip the ELF at the start.  both ELFs contain
 # the same zip appended, so only need to hash one of them.
 
+EAPI=5
 inherit unpacker games eutils
 
 DESCRIPTION="a physics-based action game where diff characters allow diff 
solutions to challenges"
@@ -28,7 +29,7 @@
 
 S=${WORKDIR}
 
-d="${GAMES_PREFIX_OPT}/${PN}"
+d=${GAMES_PREFIX_OPT}/${PN}
 QA_PRESTRIPPED="${d#/}/trine-launcher ${d#/}/trine-bin ${d#/}/lib*/lib*.so*"
 QA_TEXTRELS_x86="`echo 
${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`"
 
@@ -47,20 +48,20 @@
local b bb
local sfx=$(use x86 && echo 32 || echo 64)
 
-   doicon Trine.xpm || die
+   doicon Trine.xpm
for b in bin launcher ; do
bb="trine-${b}"
exeinto ${d}
-   newexe ${bb}${sfx} ${bb} || die
-   games_make_wrapper ${bb} "./${bb}" "${d}" || die
+   newexe ${bb}${sfx} ${bb}
+   games_make_wrapper ${bb} "./${bb}" "${d}"
make_desktop_entry ${bb} "Trine ${b}" Trine
done
 
exeinto ${d}/lib${sfx}
-   doexe lib${sfx}/* || die
+   doexe lib${sfx}/*
 
insinto ${d}
-   doins -r binds config data dev profiles *.fbz *.glade trine-logo.png || 
die
+   doins -r binds config data dev profiles *.fbz *.glade trine-logo.png
 
dodoc Trine_Manual_linux.pdf Trine_updates.txt
 



1.4  games-action/trine-bin/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/trine-bin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   29 Mar 2013 15:45:51 -  1.3
+++ ChangeLog   31 Mar 2015 00:48:37 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/trine-bin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/ChangeLog,v 1.3 
2013/03/29 15:45:51 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/trine-bin/ChangeLog,v 1.4 
2015/03/31 00:48:37 mr_bones_ Exp $
+
+  31 Mar 2015; Michael Sterrett  trine-bin-1.08.ebuild:
+  EAPI=5
 
   29 Mar 2013; Julian Ospald  trine-bin-1.08.ebuild:
   use unpack_zip from unpacker.eclass instead of unzip






[gentoo-commits] gentoo-x86 commit in games-action/fakk2: fakk2-1.02.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/31 00:43:12

  Modified: fakk2-1.02.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.20 games-action/fakk2/fakk2-1.02.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild?r1=1.19&r2=1.20

Index: fakk2-1.02.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- fakk2-1.02.ebuild   16 Jan 2012 19:06:50 -  1.19
+++ fakk2-1.02.ebuild   31 Mar 2015 00:43:12 -  1.20
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.19 
2012/01/16 19:06:50 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.20 
2015/03/31 00:43:12 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils cdrom games
 
-IUSE="nocd"
 DESCRIPTION="Heavy Metal: FAKK2 - 3D third-person action shooter based on the 
Heavy Metal comics/movies"
 HOMEPAGE="http://www.lokigames.com/products/fakk2/";
 SRC_URI=""
@@ -12,6 +12,7 @@
 LICENSE="LOKI-EULA"
 SLOT="0"
 KEYWORDS="x86"
+IUSE="nocd"
 RESTRICT="strip"
 
 RDEPEND="virtual/opengl"



1.20 games-action/fakk2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   16 Jan 2012 19:06:50 -  1.19
+++ ChangeLog   31 Mar 2015 00:43:12 -  1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/fakk2
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.19 
2012/01/16 19:06:50 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.20 
2015/03/31 00:43:12 mr_bones_ Exp $
+
+  31 Mar 2015; Michael Sterrett  fakk2-1.02.ebuild:
+  EAPI=5
 
   16 Jan 2012; Ulrich Müller  fakk2-1.02.ebuild:
   Migrate to cdrom.eclass, bug 398809.
@@ -60,4 +63,3 @@
 
   27 Jul 2003; Chris Gianelloni  files/fakk2:
   Initial import. Ebuild by me.
-






[gentoo-commits] gentoo-x86 commit in dev-db/mydumper: mydumper-0.6.2.ebuild ChangeLog

2015-03-30 Thread Ian Delaney (idella4)
idella4 15/03/31 00:15:29

  Modified: mydumper-0.6.2.ebuild ChangeLog
  Log:
  set upper border limit to sphinx for doc build, fixes bugs 544360 & 543864
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.2  dev-db/mydumper/mydumper-0.6.2.ebuild

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

Index: mydumper-0.6.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mydumper/mydumper-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mydumper-0.6.2.ebuild   30 Sep 2014 03:39:07 -  1.1
+++ mydumper-0.6.2.ebuild   31 Mar 2015 00:15:29 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mydumper/mydumper-0.6.2.ebuild,v 1.1 
2014/09/30 03:39:07 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mydumper/mydumper-0.6.2.ebuild,v 1.2 
2015/03/31 00:15:29 idella4 Exp $
 
 EAPI=5
 inherit cmake-utils versionator
@@ -18,7 +18,7 @@
dev-libs/glib:2"
 DEPEND="${RDEPEND}
virtual/pkgconfig
-   doc? ( dev-python/sphinx )"
+   doc? ( http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mydumper/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mydumper/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mydumper/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-db/mydumper/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   3 Feb 2015 06:48:01 -   1.8
+++ ChangeLog   31 Mar 2015 00:15:29 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/mydumper
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mydumper/ChangeLog,v 1.8 2015/02/03 
06:48:01 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mydumper/ChangeLog,v 1.9 2015/03/31 
00:15:29 idella4 Exp $
+
+  31 Mar 2015; Ian Delaney  mydumper-0.6.2.ebuild:
+  set upper border limit to sphinx for doc build, fixes bugs 544360 & 543864
 
   03 Feb 2015; Ben de Groot  -mydumper-0.5.2.ebuild:
   remove old (bug #514100)






[gentoo-commits] gentoo-x86 commit in dev-haskell/transformers: transformers-0.4.2.0.ebuild ChangeLog

2015-03-30 Thread Mark Wright (gienah)
gienah  15/03/31 00:08:45

  Modified: transformers-0.4.2.0.ebuild ChangeLog
  Log:
  Sync CABAL_CORE_LIB_GHC_PV from the Haskell overlay for transformers 0.4.2.0
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  ChangesPath
1.2  dev-haskell/transformers/transformers-0.4.2.0.ebuild

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

Index: transformers-0.4.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/transformers/transformers-0.4.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- transformers-0.4.2.0.ebuild 14 Dec 2014 06:35:05 -  1.1
+++ transformers-0.4.2.0.ebuild 31 Mar 2015 00:08:45 -  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-haskell/transformers/transformers-0.4.2.0.ebuild,v 
1.1 2014/12/14 06:35:05 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/transformers/transformers-0.4.2.0.ebuild,v 
1.2 2015/03/31 00:08:45 gienah Exp $
 
 EAPI=5
 
@@ -24,4 +24,4 @@
>=dev-haskell/cabal-1.6
 "
 
-CABAL_CORE_LIB_GHC_PV="7.9.2014*"
+CABAL_CORE_LIB_GHC_PV="PM:7.8.4-r1 PM:7.8.4-r2  PM:7.8.4-r3 PM:7.10.1_rc3 
PM:7.10.1 7.11.2015*"



1.23 dev-haskell/transformers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/transformers/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   23 Dec 2014 22:52:43 -  1.22
+++ ChangeLog   31 Mar 2015 00:08:45 -  1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/transformers
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers/ChangeLog,v 1.22 
2014/12/23 22:52:43 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers/ChangeLog,v 1.23 
2015/03/31 00:08:45 gienah Exp $
+
+  31 Mar 2015; Mark Wright  transformers-0.4.2.0.ebuild:
+  Sync CABAL_CORE_LIB_GHC_PV from the Haskell overlay for transformers 0.4.2.0
 
   23 Dec 2014; Sergei Trofimovich 
   transformers-0.3.0.0-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in sys-libs/musl: musl-1.1.8.ebuild musl-9999.ebuild ChangeLog

2015-03-30 Thread Anthony G. Basile (blueness)
blueness15/03/30 23:31:59

  Modified: musl-.ebuild ChangeLog
  Added:musl-1.1.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.17 sys-libs/musl/musl-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-.ebuild?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-.ebuild?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/musl-.ebuild?r1=1.16&r2=1.17

Index: musl-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- musl-.ebuild28 Mar 2015 12:28:53 -  1.16
+++ musl-.ebuild30 Mar 2015 23:31:59 -  1.17
@@ -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-libs/musl/musl-.ebuild,v 1.16 
2015/03/28 12:28:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-.ebuild,v 1.17 
2015/03/30 23:31:59 blueness Exp $
 
 EAPI=5
 
@@ -83,7 +83,7 @@
local sysroot
is_crosscompile && sysroot=/usr/${CTARGET}
local ldso=$(basename "${D}"${sysroot}/lib/ld-musl-*)
-   dosym /lib/${ldso} ${sysroot}/usr/bin/ldd
+   dosym ${sysroot}/lib/${ldso} ${sysroot}/usr/bin/ldd
 }
 
 pkg_postinst() {



1.49 sys-libs/musl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.49&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?rev=1.49&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/musl/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   28 Mar 2015 16:24:57 -  1.48
+++ ChangeLog   30 Mar 2015 23:31:59 -  1.49
@@ -1,6 +1,12 @@
 # ChangeLog for sys-libs/musl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.48 2015/03/28 
16:24:57 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/ChangeLog,v 1.49 2015/03/30 
23:31:59 blueness Exp $
+
+*musl-1.1.8 (30 Mar 2015)
+
+  30 Mar 2015; Anthony G. Basile  +musl-1.1.8.ebuild,
+  musl-.ebuild:
+  Version bump.
 
 *musl-1.1.7-r3 (28 Mar 2015)
 



1.1  sys-libs/musl/musl-1.1.8.ebuild

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

Index: musl-1.1.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/musl/musl-1.1.8.ebuild,v 1.1 
2015/03/30 23:31:59 blueness Exp $

EAPI=5

inherit eutils flag-o-matic multilib toolchain-funcs
if [[ ${PV} == "" ]] ; then
EGIT_REPO_URI="git://git.musl-libc.org/musl"
inherit git-2
fi

export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
if [[ ${CATEGORY} == cross-* ]] ; then
export CTARGET=${CATEGORY#cross-}
fi
fi

DESCRIPTION="Lightweight, fast and simple C library focused on 
standards-conformance and safety"
HOMEPAGE="http://www.musl-libc.org/";
if [[ ${PV} != "" ]] ; then
PATCH_VER=""
SRC_URI="http://www.musl-libc.org/releases/${P}.tar.gz";
KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~x86"
fi

LICENSE="MIT"
SLOT="0"
IUSE="crosscompile_opts_headers-only"

if [[ ${CATEGORY} != cross-* ]] ; then
RDEPEND+=" sys-apps/getent"
fi

is_crosscompile() {
[[ ${CHOST} != ${CTARGET} ]]
}

just_headers() {
use crosscompile_opts_headers-only && is_crosscompile
}

pkg_setup() {
if [ ${CTARGET} == ${CHOST} ] ; then
case ${CHOST} in
*-musl*) ;;
*) die "Use sys-devel/crossdev to build a musl toolchain" ;;
esac
fi

epatch_user
}

src_configure() {
tc-getCC ${CTARGET}
just_headers && export CC=true

local sysroot
is_crosscompile && sysroot=/usr/${CTARGET}
./configure \
--target=${CTARGET} \
--prefix=${sysroot}/usr \
--syslibdir=${sysroot}/lib \
--disable-gcc-wrapper
}

src_c

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

2015-03-30 Thread Martin Mokrejs
commit: d80145ef93597dea34ba14fb06ee4975740c6c84
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Mar 30 22:44:17 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 30 22:44:17 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=d80145ef

sci-biology/augustus: version bump, new license (temporarily), new dependencies 
since 3.0 series

Package-Manager: portage-2.2.18

 sci-biology/augustus/ChangeLog | 78 ++
 sci-biology/augustus/augustus-3.0.3.ebuild | 59 ++
 sci-biology/augustus/metadata.xml  |  5 ++
 3 files changed, 142 insertions(+)

diff --git a/sci-biology/augustus/ChangeLog b/sci-biology/augustus/ChangeLog
new file mode 100644
index 000..ee07f16
--- /dev/null
+++ b/sci-biology/augustus/ChangeLog
@@ -0,0 +1,78 @@
+# ChangeLog for sci-biology/augustus
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/augustus/ChangeLog,v 1.19 
2013/03/11 14:37:00 jlec Exp $
+
+  11 Mar 2013; Justin Lecher  metadata.xml:
+  Drop Andrey as maintainer so that bugs get assigned to sci-biology directly
+
+  31 Jan 2013; Justin Lecher  -augustus-2.3.1.ebuild,
+  -augustus-2.4.ebuild, -augustus-2.5.ebuild, metadata.xml:
+  Drop old, fixes multiple QA issues, #454822
+
+  31 Jan 2013; Agostino Sarubbo  augustus-2.5.5.ebuild:
+  Stable for x86, wrt bug #454842
+
+  31 Jan 2013; Agostino Sarubbo  augustus-2.5.5.ebuild:
+  Stable for amd64, wrt bug #454842
+
+*augustus-2.5.5 (23 Jun 2011)
+
+  23 Jun 2011; Justin Lecher  augustus-2.3.1.ebuild,
+  augustus-2.4.ebuild, augustus-2.5.ebuild, +augustus-2.5.5.ebuild,
+  +files/augustus-2.5.5-sane-build.patch:
+  Version Bump, respect LDFLAGS, #337655
+
+  09 Mar 2011; Markos Chandras  augustus-2.4.ebuild:
+  Stable on amd64 wrt bug #353573
+
+  09 Mar 2011; Thomas Kahle  augustus-2.4.ebuild:
+  x86 stable per bug 353573
+
+  04 Feb 2011; Andrey Kislyuk  augustus-2.4.ebuild,
+  augustus-2.5.ebuild:
+  Respect LDFLAGS
+
+*augustus-2.5 (03 Feb 2011)
+
+  03 Feb 2011; Andrey Kislyuk  augustus-2.4.ebuild,
+  +augustus-2.5.ebuild:
+  Version bump, update SRC_URI
+
+*augustus-2.4 (26 Sep 2010)
+
+  26 Sep 2010; Andrey Kislyuk  -augustus-2.1.ebuild,
+  -files/augustus-2.1-glibc-2.10.patch, +augustus-2.4.ebuild:
+  Version bump, drop old
+
+  09 Feb 2010; Pacho Ramos  augustus-2.3.1.ebuild:
+  amd64 stable, bug 298767
+
+  29 Dec 2009; Christian Faulhammer 
+  augustus-2.3.1.ebuild:
+  stable x86, bug 298767
+
+*augustus-2.3.1 (16 Nov 2009)
+
+  16 Nov 2009; Andrey Kislyuk  +augustus-2.3.1.ebuild:
+  Version bump
+
+  31 Oct 2009; Markus Meier  augustus-2.1.ebuild:
+  amd64/x86 stable, bug #290924
+
+  09 Aug 2009; Samuli Suominen  augustus-2.1.ebuild,
+  +files/augustus-2.1-glibc-2.10.patch:
+  Fix building with GLIBC 2.10+ wrt #276719.
+
+*augustus-2.1 (19 Mar 2009)
+
+  19 Mar 2009; Andrey Kislyuk 
+  -files/augustus-2.0.3-cflags.patch, -files/augustus-2.0.3-gcc4.3.patch,
+  -augustus-2.0.3.ebuild, +augustus-2.1.ebuild:
+  Version bump
+
+*augustus-2.0.3 (04 Jan 2009)
+
+  04 Jan 2009; weaver 
+  +files/augustus-2.0.3-cflags.patch, +files/augustus-2.0.3-gcc4.3.patch,
+  +metadata.xml, +augustus-2.0.3.ebuild:
+  Initial commit, ebuild written by me

diff --git a/sci-biology/augustus/augustus-3.0.3.ebuild 
b/sci-biology/augustus/augustus-3.0.3.ebuild
new file mode 100644
index 000..da2db42
--- /dev/null
+++ b/sci-biology/augustus/augustus-3.0.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/sci-biology/augustus/augustus-2.5.5.ebuild,v 1.3 
2013/01/31 18:42:11 ago Exp $
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Eukaryotic gene predictor"
+HOMEPAGE="http://augustus.gobics.de/";
+SRC_URI="http://bioinf.uni-greifswald.de/augustus/binaries/${P}.tar.gz";
+
+LICENSE="GPL-3"
+# temporary drop in licensing scheme, see 
http://stubber.math-inf.uni-greifswald.de/bioinf/augustus/binaries/HISTORY.TXT
+# 
http://stubber.math-inf.uni-greifswald.de/bioinf/augustus/binaries/LICENCE.TXT
+# LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+DEPEND="
+   sci-libs/gsl
+   dev-libs/boost
+   sys-libs/zlib
+   sys-devel/flex"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+   # TODO: do we need anything from the 2.5.5 patch?
+   # epatch "${FILESDIR}"/${P}-sane-build.patch
+   tc-export CC CXX
+}
+
+src_compile() {
+   emake clean && emake
+}
+
+src_install() {
+   dobin bin/*
+#  dobin 
src/{augustus,etraining,consensusFinder,curve2hints,fastBlockSearch,prepareAlign}
+
+   exeinto /usr/libexec/${PN}
+   doexe scripts/*.p*
+   insinto /usr/libexec/${PN}
+   doins scripts/*.conf
+
+   insinto /usr/share/${PN}
+   doins -r config
+
+   echo "AUGUSTUS_CONFIG_PATH=\"/usr/share/${PN}/c

[gentoo-commits] gentoo-x86 commit in virtual/perl-CPAN-Meta: ChangeLog perl-CPAN-Meta-2.140.640.ebuild

2015-03-30 Thread Andreas HAttel (dilfridge)
dilfridge15/03/30 22:43:33

  Modified: ChangeLog perl-CPAN-Meta-2.140.640.ebuild
  Log:
  Add dependency on recent enough Parse::CPAN::Meta, bug 545054
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0B08240A96F66571)

Revision  ChangesPath
1.61 virtual/perl-CPAN-Meta/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog?rev=1.61&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog?rev=1.61&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   27 Feb 2015 23:44:59 -  1.60
+++ ChangeLog   30 Mar 2015 22:43:33 -  1.61
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-CPAN-Meta
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.60 
2015/02/27 23:44:59 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/ChangeLog,v 1.61 
2015/03/30 22:43:33 dilfridge Exp $
+
+  30 Mar 2015; Andreas K. Huettel 
+  perl-CPAN-Meta-2.140.640.ebuild:
+  Add dependency on recent enough Parse::CPAN::Meta, bug 545054
 
 *perl-CPAN-Meta-2.143.240 (27 Feb 2015)
 



1.14 virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild?r1=1.13&r2=1.14

Index: perl-CPAN-Meta-2.140.640.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- perl-CPAN-Meta-2.140.640.ebuild 18 Feb 2015 08:36:51 -  1.13
+++ perl-CPAN-Meta-2.140.640.ebuild 30 Mar 2015 22:43:33 -  1.14
@@ -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/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild,v
 1.13 2015/02/18 08:36:51 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-CPAN-Meta/perl-CPAN-Meta-2.140.640.ebuild,v
 1.14 2015/03/30 22:43:33 dilfridge Exp $
 
 EAPI=5
 
@@ -19,5 +19,6 @@
!>perl-core/${PN#perl-}-${PV}-r999
>=virtual/perl-CPAN-Meta-YAML-0.11.0
>=virtual/perl-JSON-PP-2.271.30
+   >=virtual/perl-Parse-CPAN-Meta-1.441.400
 "
-# see bug 519974
+# see bug 519974 and bug 545054






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

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 22:38:50

  Modified: package.mask
  Log:
  mask some crufty games packages for removal

Revision  ChangesPath
1.16450  profiles/package.mask

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

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16449
retrieving revision 1.16450
diff -u -r1.16449 -r1.16450
--- package.mask30 Mar 2015 18:14:04 -  1.16449
+++ package.mask30 Mar 2015 22:38:49 -  1.16450
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16449 2015/03/30 
18:14:04 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16450 2015/03/30 
22:38:49 mr_bones_ 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,42 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Sterrett  (30 Mar 2015)
+# Not used by anything in the tree and no upstream anymore.
+# masked for removal on 20150429
+dev-games/libgrapple
+
+# Michael Sterrett  (30 Mar 2015)
+# Masked since 2011 because of fmod:0 dep.  Things haven't
+# improved so...
+# masked for removal on 20150429
+games-simulation/stoned-bin
+games-sports/racer-bin
+games-strategy/savage-bin
+
+# Michael Sterrett  (30 Mar 2015)
+# Last release in 2004; doesn't work with newer tcl
+# masked for removal on 20150429
+games-strategy/xconq
+
+# Michael Sterrett  (30 Mar 2015)
+# Last release in 2001; doesn't build on modern systems.
+# masked for removal on 20150429
+games-emulation/tuxnes
+
+# Michael Sterrett  (30 Mar 2015)
+# Unfetchable.
+# masked for removal on 20150429
+games-fps/enemy-territory-fortress
+games-fps/quake1-ctf
+games-fps/quake3-brainworks
+games-fps/ut2004-da2
+games-fps/ut2004-damnation
+games-rpg/rain-slick
+games-server/bf1942-desertcombat
+games-strategy/dominions2-demo
+games-fps/doom3-phantasm
+
 # Chí-Thanh Christopher Nguyễn  (30 Mar 2015)
 # Does not build against glibc-2.20 or modern X servers, bug #544904.
 # Removal in 30 days.






[gentoo-commits] gentoo-x86 commit in app-admin/salt: salt-2014.7.4.ebuild ChangeLog

2015-03-30 Thread Patrick McLean (chutzpah)
chutzpah15/03/30 22:36:49

  Modified: ChangeLog
  Added:salt-2014.7.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  ChangesPath
1.57 app-admin/salt/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog   17 Feb 2015 20:08:27 -  1.56
+++ ChangeLog   30 Mar 2015 22:36:49 -  1.57
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/salt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.56 2015/02/17 
20:08:27 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.57 2015/03/30 
22:36:49 chutzpah Exp $
+
+*salt-2014.7.4 (30 Mar 2015)
+
+  30 Mar 2015; Patrick McLean  +salt-2014.7.4.ebuild:
+  Version bump.
 
   17 Feb 2015; Patrick McLean  -salt-2014.7.0-r1.ebuild,
   -salt-2014.7.1.ebuild:



1.1  app-admin/salt/salt-2014.7.4.ebuild

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

Index: salt-2014.7.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/salt-2014.7.4.ebuild,v 1.1 
2015/03/30 22:36:49 chutzpah Exp $

EAPI=5
PYTHON_COMPAT=(python2_7)

inherit eutils distutils-r1 systemd

DESCRIPTION="Salt is a remote execution and configuration manager"
HOMEPAGE="http://saltstack.org/";

if [[ ${PV} == * ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/${PN}stack/${PN}.git"
EGIT_BRANCH="develop"
SRC_URI=""
KEYWORDS=""
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~x86 ~amd64"
fi

LICENSE="Apache-2.0"
SLOT="0"
IUSE="api ldap libcloud libvirt gnupg keyring mako mongodb mysql nova"
IUSE+=" openssl redis selinux timelib raet +zeromq test"

RDEPEND="sys-apps/pciutils
dev-python/jinja[${PYTHON_USEDEP}]
>=dev-python/msgpack-0.3[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/markupsafe[${PYTHON_USEDEP}]
>=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
libcloud? ( >=dev-python/libcloud-0.14.0[${PYTHON_USEDEP}] )
mako? ( dev-python/mako[${PYTHON_USEDEP}] )
ldap? ( dev-python/python-ldap[${PYTHON_USEDEP}] )
openssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
libvirt? ( dev-python/libvirt-python[${PYTHON_USEDEP}] )
raet? (
dev-python/libnacl[${PYTHON_USEDEP}]
dev-python/ioflo[${PYTHON_USEDEP}]
dev-python/raet[${PYTHON_USEDEP}]
)
zeromq? (
>=dev-python/pyzmq-2.2.0[${PYTHON_USEDEP}]
>=dev-python/m2crypto-0.22.3[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
)
api? (
|| (
dev-python/cherrypy[${PYTHON_USEDEP}]
www-servers/tornado[${PYTHON_USEDEP}]
)
)
mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )
selinux? ( sec-policy/selinux-salt )
timelib? ( dev-python/timelib[${PYTHON_USEDEP}] )
nova? ( >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}] )
gnupg? ( dev-python/python-gnupg[${PYTHON_USEDEP}] )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pip[${PYTHON_USEDEP}]
dev-python/virtualenv[${PYTHON_USEDEP}]
dev-python/timelib[${PYTHON_USEDEP}]
>=dev-python/SaltTesting-2015.2.16[${PYTHON_USEDEP}]
${RDEPEND}
)"

DOCS=(README.rst AUTHORS)

REQUIRED_USE="|| ( raet zeromq )"

PATCHES=(
"${FILESDIR}/${PN}-2014.7.1-remove-pydsl-includes-test.patch"
)

python_prepare() {
# this test fails because it trys to "pip install distribute"
rm tests/unit/{modules,states}/zcbuildout_test.py

[gentoo-commits] gentoo-x86 commit in games-action/battalion/files: battalion-1.4b-warning.patch

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 22:36:05

  Added:battalion-1.4b-warning.patch
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.1  games-action/battalion/files/battalion-1.4b-warning.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/battalion/files/battalion-1.4b-warning.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/battalion/files/battalion-1.4b-warning.patch?rev=1.1&content-type=text/plain

Index: battalion-1.4b-warning.patch
===
diff -ru battalion1.4b.orig/net.c battalion1.4b/net.c
--- battalion1.4b.orig/net.c2002-05-06 09:57:01.0 -0400
+++ battalion1.4b/net.c 2015-03-30 18:29:23.885306334 -0400
@@ -378,7 +378,7 @@
 
 /* nother copy of this elsewhere */
 
-   sprintf(mesg, "%s %d %3.1f %3.1f %3.1f %3.1f %0.3f %d %d #", 
MESG_NEW_TANK,
+   sprintf(mesg, "%s %d %3.1f %3.1f %3.1f %3.1f %0.3f %d #", MESG_NEW_TANK,
 tempTank->number, 
 tempTank->x-globalxshift, 
 tempTank->z-globalzshift, 






[gentoo-commits] gentoo-x86 commit in games-action/battalion: battalion-1.4b.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 22:36:05

  Modified: battalion-1.4b.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.18 games-action/battalion/battalion-1.4b.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild?r1=1.17&r2=1.18

Index: battalion-1.4b.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- battalion-1.4b.ebuild   10 Aug 2014 21:21:43 -  1.17
+++ battalion-1.4b.ebuild   30 Mar 2015 22:36:05 -  1.18
@@ -1,9 +1,9 @@
-# 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-action/battalion/battalion-1.4b.ebuild,v 1.17 
2014/08/10 21:21:43 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild,v 1.18 
2015/03/30 22:36:05 mr_bones_ Exp $
 
-EAPI=2
-inherit games
+EAPI=5
+inherit eutils games
 
 DESCRIPTION="Be a rampaging monster and destroy the city"
 HOMEPAGE="http://evlweb.eecs.uic.edu/aej/AndyBattalion.html";
@@ -15,41 +15,44 @@
 IUSE=""
 
 DEPEND="virtual/opengl
-   virtual/glu"
+   virtual/glu
+   x11-libs/libX11"
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/${PN}${PV}
 
 src_prepare() {
+   epatch "${FILESDIR}"/${P}-warning.patch
# Modify data paths
sed -i \
-e "s:SOUNDS/:${GAMES_DATADIR}/${PN}/SOUNDS/:" \
-e "s:MUSIC/:${GAMES_DATADIR}/${PN}/MUSIC/:" \
-   audio.c || die "sed audio.c failed"
+   audio.c || die
sed -i \
-e "s:DATA/:${GAMES_DATADIR}/${PN}/DATA/:" \
-e "s:/usr/tmp:${GAMES_STATEDIR}:" \
-   battalion.c || die "sed battalion.c failed"
+   battalion.c || die
sed -i \
-e "s:TEXTURES/:${GAMES_DATADIR}/${PN}/TEXTURES/:" \
-   graphics.c || die "sed graphics.c failed"
+   graphics.c || die
 
# Modify Makefile and add CFLAGS
sed -i \
-e "s:-O2:${CFLAGS}:" \
-e "/^CC/d" \
-   Makefile || die "sed Makefile failed"
+   Makefile || die
# Only .raw sound files are used on Linux. The .au files are not needed.
rm -f {SOUNDS,MUSIC}/*.au
 }
 
 src_compile() {
-   emake LIBFLAGS="${LDFLAGS}" || die "died running emake"
+   emake LIBFLAGS="${LDFLAGS}"
 }
 
 src_install() {
-   dogamesbin battalion || die "dogamesbin failed"
+   dogamesbin battalion
insinto "${GAMES_DATADIR}"/${PN}
-   doins -r DATA MUSIC SOUNDS TEXTURES || die "doins failed"
+   doins -r DATA MUSIC SOUNDS TEXTURES
dodoc README
 
dodir "${GAMES_STATEDIR}"



1.14 games-action/battalion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/battalion/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   10 Aug 2014 21:21:43 -  1.13
+++ ChangeLog   30 Mar 2015 22:36:05 -  1.14
@@ -1,6 +1,10 @@
 # ChangeLog for games-action/battalion
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/ChangeLog,v 1.13 
2014/08/10 21:21:43 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/ChangeLog,v 1.14 
2015/03/30 22:36:05 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett 
+  +files/battalion-1.4b-warning.patch, battalion-1.4b.ebuild:
+  EAPI=5
 
   10 Aug 2014; Sergei Trofimovich  battalion-1.4b.ebuild:
   QA: drop trailing '.' from DESCRIPTION






[gentoo-commits] gentoo-x86 commit in dev-games/ode: ode-0.11.1.ebuild ode-0.12.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 21:52:38

  Modified: ode-0.11.1.ebuild ode-0.12.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  dev-games/ode/ode-0.11.1.ebuild

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

Index: ode-0.11.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/ode/ode-0.11.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ode-0.11.1.ebuild   20 Sep 2010 03:47:35 -  1.7
+++ ode-0.11.1.ebuild   30 Mar 2015 21:52:38 -  1.8
@@ -1,8 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ode/ode-0.11.1.ebuild,v 1.7 
2010/09/20 03:47:35 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ode/ode-0.11.1.ebuild,v 1.8 
2015/03/30 21:52:38 mr_bones_ Exp $
+
+EAPI=5
+inherit eutils
 
-EAPI=2
 DESCRIPTION="Open Dynamics Engine SDK"
 HOMEPAGE="http://ode.org/";
 SRC_URI="mirror://sourceforge/opende/${P}.tar.bz2"
@@ -22,15 +24,13 @@
sed -i \
-e "s:\$.*/drawstuff/textures:/usr/share/doc/${PF}/examples:" \
drawstuff/src/Makefile.in \
-   ode/demo/Makefile.in \
-   || die "sed Makefile.in failed"
+   ode/demo/Makefile.in || die
 }
 
 src_configure() {
# use bash (bug #335760)
CONFIG_SHELL=/bin/bash \
econf \
-   --disable-dependency-tracking \
--enable-shared \
$(use_enable static-libs static) \
$(use_enable debug asserts) \
@@ -41,29 +41,26 @@
 }
 
 src_compile() {
-   emake || die "emake failed"
+   emake
if use doc ; then
cd ode/doc
-   doxygen Doxyfile || die "doxygen failed"
+   doxygen Doxyfile || die
fi
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc CHANGELOG.txt README.txt
-   if ! use static-libs ; then
-   find "${D}" -type f -name '*.la' -exec rm {} + \
-   || die "la removal failed"
-   fi
+   DOCS="CHANGELOG.txt README.txt" \
+   default
+   prune_libtool_files
if use doc ; then
-   dohtml docs/* || die "dohtml failed"
+   dohtml docs/*
fi
if use examples; then
cd ode/demo
exeinto /usr/share/doc/${PF}/examples
local f
for f in *.c* ; do
-   doexe .libs/${f%.*} || die "doexe ${f%.*} failed"
+   doexe .libs/${f%.*}
done
cd ../..
doexe drawstuff/dstest/dstest
@@ -71,7 +68,6 @@
doins ode/demo/*.{c,cpp,h} \
drawstuff/textures/*.ppm \
drawstuff/dstest/dstest.cpp \
-   drawstuff/src/{drawstuff.cpp,internal.h,x11.cpp} \
-   || die "doins failed"
+   drawstuff/src/{drawstuff.cpp,internal.h,x11.cpp}
fi
 }



1.7  dev-games/ode/ode-0.12.ebuild

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

Index: ode-0.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/ode/ode-0.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ode-0.12.ebuild 8 Dec 2012 12:32:25 -   1.6
+++ ode-0.12.ebuild 30 Mar 2015 21:52:38 -  1.7
@@ -1,8 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ode/ode-0.12.ebuild,v 1.6 
2012/12/08 12:32:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ode/ode-0.12.ebuild,v 1.7 
2015/03/30 21:52:38 mr_bones_ Exp $
+
+EAPI=5
+inherit eutils
 
-EAPI=2
 DESCRIPTION="Open Dynamics Engine SDK"
 HOMEPAGE="http://ode.org/";
 SRC_URI="mirror://sourceforge/opende/${P}.tar.bz2"
@@ -22,15 +24,13 @@
sed -i \
-e "s:\$.*/drawstuff/textures:/usr/share/doc/${PF}/examples:" \
drawstuff/src/Ma

[gentoo-commits] gentoo-x86 commit in games-action/postalplus: postalplus-1.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 21:45:32

  Modified: postalplus-1.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-action/postalplus/postalplus-1.ebuild

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

Index: postalplus-1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- postalplus-1.ebuild 16 Jan 2012 19:09:15 -  1.5
+++ postalplus-1.ebuild 30 Mar 2015 21:45:32 -  1.6
@@ -1,7 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.5 
2012/01/16 19:09:15 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-action/postalplus/postalplus-1.ebuild,v 1.6 
2015/03/30 21:45:32 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils cdrom games
 
 DESCRIPTION="Ultraviolent and controversial game featuring the Postal Dude"
@@ -21,12 +22,12 @@
 
cdrom_get_cds postal_plus.ini
exeinto "${dir}"
-   doexe "${CDROM_ROOT}"/bin/x86/postal || die
+   doexe "${CDROM_ROOT}"/bin/x86/postal
insinto "${dir}"
-   doins "${CDROM_ROOT}"/{icon.{bmp,xpm},postal_plus.ini,README} || die
+   doins "${CDROM_ROOT}"/{icon.{bmp,xpm},postal_plus.ini,README}
cp "${CDROM_ROOT}"/icon.xpm ${PN}.xpm || die
 
-   cp -r "${CDROM_ROOT}"/res "${D}${dir}" || die "cp data failed"
+   cp -r "${CDROM_ROOT}"/res "${D}${dir}" || die
find "${D}" -name TRANS.TBL -exec rm '{}' +
 
games_make_wrapper ${PN} ./postal "${dir}"



1.4  games-action/postalplus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   16 Jan 2012 19:09:15 -  1.3
+++ ChangeLog   30 Mar 2015 21:45:32 -  1.4
@@ -1,6 +1,9 @@
 # ChangeLog for games-action/postalplus
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.3 
2012/01/16 19:09:15 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/postalplus/ChangeLog,v 1.4 
2015/03/30 21:45:32 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  postalplus-1.ebuild:
+  EAPI=5
 
   16 Jan 2012; Ulrich Müller  postalplus-1.ebuild:
   Migrate to cdrom.eclass, bug 398809.
@@ -14,4 +17,3 @@
   31 Jan 2009; Michael Sterrett  +metadata.xml,
   +postalplus-1.ebuild:
   initial commit - ebuild submitted by Paul Bredbury via bug #117096
-






[gentoo-commits] gentoo-x86 commit in games-strategy/netherearth: netherearth-0.52.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 21:25:15

  Modified: netherearth-0.52.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.11 games-strategy/netherearth/netherearth-0.52.ebuild

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

Index: netherearth-0.52.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- netherearth-0.52.ebuild 10 Aug 2014 21:21:05 -  1.10
+++ netherearth-0.52.ebuild 30 Mar 2015 21:25:15 -  1.11
@@ -1,7 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v 
1.10 2014/08/10 21:21:05 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/netherearth/netherearth-0.52.ebuild,v 
1.11 2015/03/30 21:25:15 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils games
 
 MY_PV="${PV/./}"
@@ -19,7 +20,6 @@
 RDEPEND=">=media-libs/libsdl-1.2.6-r3
>=media-libs/sdl-mixer-1.2.5-r1
media-libs/freeglut"
-
 DEPEND="${RDEPEND}
app-arch/unzip"
 
@@ -28,12 +28,14 @@
 data=../nether\ earth\ v${PV}
 
 src_unpack() {
+   unzip -LL "${DISTDIR}/${PN}${MY_PV}.zip" >/dev/null || die
+   unzip -LL "${DISTDIR}/sources.zip" >/dev/null || die
+}
+
+src_prepare() {
DATA_DIR=${GAMES_DATADIR}/${PN}
 
-   unzip -LL "${DISTDIR}/${PN}${MY_PV}.zip" >/dev/null || die "unzip 
${PN}${MY_PV} failed"
-   unzip -LL "${DISTDIR}/sources.zip" >/dev/null || die "unzip sources.zip 
failed"
-   cd "${S}"
-   cp "${FILESDIR}/Makefile" . || die "Makefile copying failed"
+   cp "${FILESDIR}/Makefile" . || die
 
# Fix compilation errors/warnings
epatch "${FILESDIR}"/${P}-linux.patch
@@ -49,29 +51,29 @@
-e "s:textures:${DATA_DIR}/textures:" \
-e "s:maps/\*:${DATA_DIR}/maps/\*:" \
-e "s:\./maps:${DATA_DIR}/maps:" \
-   mainmenu.cpp || die "sed mainmenu.cpp failed"
+   mainmenu.cpp || die
sed -i \
-e "s:models:${DATA_DIR}/models:g" \
-e "s:textures:${DATA_DIR}/textures:" \
-e "s:sound/:${DATA_DIR}/sound/:" \
-   nether.cpp || die "sed nether.cpp failed"
+   nether.cpp || die
sed -i -e "s:maps:${DATA_DIR}/maps:" \
-   main.cpp || die "sed main.cpp failed"
+   main.cpp || die
sed -i -e "s:textures/:${DATA_DIR}/textures/:" \
-   myglutaux.cpp || die "sed myglutaux.cpp failed"
+   myglutaux.cpp || die
 
cd "${data}"
rm textures/thumbs.db
 }
 
 src_install() {
-   dogamesbin nether_earth || die "dogamesbin failed"
+   dogamesbin nether_earth
 
cd "${data}"
 
# Install all game data
insinto "${DATA_DIR}"
-   doins -r maps models sound textures || die "doins failed"
+   doins -r maps models sound textures
 
dodoc readme.txt
 



1.11 games-strategy/netherearth/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   10 Aug 2014 21:21:05 -  1.10
+++ ChangeLog   30 Mar 2015 21:25:15 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/netherearth
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v 1.10 
2014/08/10 21:21:05 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/netherearth/ChangeLog,v 1.11 
2015/03/30 21:25:15 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  netherearth-0.52.ebuild:
+  EAPI=5
 
   10 Aug 2014; Sergei Trofimovich  netherearth-0.52.ebuild:
   QA: drop trailing '.' from DESCRIPTION






[gentoo-commits] gentoo-x86 commit in sci-physics/geant: ChangeLog geant-4.10.01.ebuild

2015-03-30 Thread Guilherme Amadio (amadio)
amadio  15/03/30 20:46:18

  Modified: ChangeLog geant-4.10.01.ebuild
  Log:
  Fix examples install location
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF0DE108F)

Revision  ChangesPath
1.82 sci-physics/geant/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.82&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?rev=1.82&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/geant/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog   5 Mar 2015 01:05:38 -   1.81
+++ ChangeLog   30 Mar 2015 20:46:18 -  1.82
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/geant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.81 
2015/03/05 01:05:38 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/ChangeLog,v 1.82 
2015/03/30 20:46:18 amadio Exp $
+
+  30 Mar 2015; Guilherme Amadio  geant-4.10.01.ebuild:
+  Fix examples install location
 
   05 Mar 2015; Benda Xu  geant-4.10.00.ebuild,
   geant-4.10.00_p01.ebuild, geant-4.10.01.ebuild, geant-4.9.6_p02-r1.ebuild:



1.3  sci-physics/geant/geant-4.10.01.ebuild

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

Index: geant-4.10.01.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.10.01.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- geant-4.10.01.ebuild5 Mar 2015 01:05:38 -   1.2
+++ geant-4.10.01.ebuild30 Mar 2015 20:46:18 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.10.01.ebuild,v 
1.2 2015/03/05 01:05:38 heroxbd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant/geant-4.10.01.ebuild,v 
1.3 2015/03/30 20:46:18 amadio Exp $
 
 EAPI=5
 
@@ -40,7 +40,9 @@
 
 S="${WORKDIR}/${MYP}"
 
-PATCHES=( "${FILESDIR}"/${PN}-4.10.0-no-examples.patch )
+src_prepare() {
+   use examples || epatch "${FILESDIR}"/${PN}-4.10.0-no-examples.patch
+}
 
 src_configure() {
local mycmakeargs=(
@@ -75,9 +77,8 @@
cmake-utils_src_install
insinto /usr/share/doc/${PF}
doins ReleaseNotes/ReleaseNotes${PV1}.${PV2}.${SPV3}.html
-   [[ -e ReleaseNotes/Patch${PV1}.${PV2}.${SPV3}-1.txt ]] && \
+   [[ -f ReleaseNotes/Patch${PV1}.${PV2}.${SPV3}-1.txt ]] && \
dodoc ReleaseNotes/Patch${mypv}-*.txt
-   use examples && doins -r examples
 }
 
 pkg_postinst() {






[gentoo-commits] gentoo-x86 commit in dev-libs/eventlog: eventlog-0.2.12.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 20:34:30

  Modified: eventlog-0.2.12.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.12 dev-libs/eventlog/eventlog-0.2.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eventlog/eventlog-0.2.12.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eventlog/eventlog-0.2.12.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/eventlog/eventlog-0.2.12.ebuild?r1=1.11&r2=1.12

Index: eventlog-0.2.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/eventlog/eventlog-0.2.12.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- eventlog-0.2.12.ebuild  9 Jun 2014 23:57:45 -   1.11
+++ eventlog-0.2.12.ebuild  30 Mar 2015 20:34:29 -  1.12
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eventlog/eventlog-0.2.12.ebuild,v 
1.11 2014/06/09 23:57:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eventlog/eventlog-0.2.12.ebuild,v 
1.12 2015/03/30 20:34:29 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit libtool eutils
 
 DESCRIPTION="Support library for syslog-ng"
@@ -21,16 +21,11 @@
 }
 
 src_configure() {
-   econf \
-   --disable-dependency-tracking \
-   $(use_enable static-libs static)
+   econf $(use_enable static-libs static)
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc AUTHORS CREDITS ChangeLog NEWS PORTS README
-   if ! use static-libs ; then
-   find "${D}" -type f -name '*.la' -exec rm {} + \
-   || die "la removal failed"
-   fi
+   DOCS="AUTHORS CREDITS ChangeLog NEWS PORTS README" \
+   default
+   prune_libtool_files
 }



1.53 dev-libs/eventlog/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/eventlog/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   9 Jun 2014 23:57:45 -   1.52
+++ ChangeLog   30 Mar 2015 20:34:29 -  1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/eventlog
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/eventlog/ChangeLog,v 1.52 
2014/06/09 23:57:45 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eventlog/ChangeLog,v 1.53 
2015/03/30 20:34:29 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  eventlog-0.2.12.ebuild:
+  EAPI=5
 
   09 Jun 2014; Mike Frysinger  eventlog-0.2.12.ebuild:
   Add arm64/m68k love.






[gentoo-commits] gentoo-x86 commit in dev-games/quake4-sdk: quake4-sdk-1.4.2.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 20:30:36

  Modified: quake4-sdk-1.4.2.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.5  dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild

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

Index: quake4-sdk-1.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- quake4-sdk-1.4.2.ebuild 25 Mar 2015 13:50:03 -  1.4
+++ quake4-sdk-1.4.2.ebuild 30 Mar 2015 20:30:36 -  1.5
@@ -1,7 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild,v 1.4 
2015/03/25 13:50:03 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-games/quake4-sdk/quake4-sdk-1.4.2.ebuild,v 1.5 
2015/03/30 20:30:36 mr_bones_ Exp $
 
+EAPI=5
 inherit unpacker games
 
 DESCRIPTION="Quake4 SDK"
@@ -23,6 +24,6 @@
 
 src_install() {
insinto "${GAMES_PREFIX_OPT}/${PN}"
-   doins -r * || die
+   doins -r *
prepgamesdirs
 }



1.7  dev-games/quake4-sdk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/quake4-sdk/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   25 Mar 2015 13:50:03 -  1.6
+++ ChangeLog   30 Mar 2015 20:30:36 -  1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/quake4-sdk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/quake4-sdk/ChangeLog,v 1.6 
2015/03/25 13:50:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/quake4-sdk/ChangeLog,v 1.7 
2015/03/30 20:30:36 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  quake4-sdk-1.4.2.ebuild:
+  EAPI=5
 
   25 Mar 2015; Agostino Sarubbo  quake4-sdk-1.4.2.ebuild:
   Stable for x86, wrt bug #542942






[gentoo-commits] gentoo-x86 commit in sci-physics/geant-data: ChangeLog geant-data-4.10.01.ebuild

2015-03-30 Thread Guilherme Amadio (amadio)
amadio  15/03/30 20:29:33

  Modified: ChangeLog geant-data-4.10.01.ebuild
  Log:
  Dataset version bumps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF0DE108F)

Revision  ChangesPath
1.6  sci-physics/geant-data/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/geant-data/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   4 Mar 2015 04:27:35 -   1.5
+++ ChangeLog   30 Mar 2015 20:29:33 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for sci-physics/geant-data
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-data/ChangeLog,v 1.5 
2015/03/04 04:27:35 amadio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/geant-data/ChangeLog,v 1.6 
2015/03/30 20:29:33 amadio Exp $
+
+  30 Mar 2015; Guilherme Amadio  geant-data-4.10.01.ebuild:
+  Dataset version bumps
 
 *geant-data-4.10.01 (04 Mar 2015)
 



1.2  sci-physics/geant-data/geant-data-4.10.01.ebuild

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

Index: geant-data-4.10.01.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-physics/geant-data/geant-data-4.10.01.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- geant-data-4.10.01.ebuild   4 Mar 2015 04:27:35 -   1.1
+++ geant-data-4.10.01.ebuild   30 Mar 2015 20:29:33 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-physics/geant-data/geant-data-4.10.01.ebuild,v 1.1 
2015/03/04 04:27:35 amadio Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-physics/geant-data/geant-data-4.10.01.ebuild,v 1.2 
2015/03/30 20:29:33 amadio Exp $
 
 EAPI=5
 
@@ -8,9 +8,9 @@
 HOMEPAGE="http://geant4.cern.ch/";
 
 GEANT4_DATA="
-   G4NDL.4.4
-   G4EMLOW.6.39
-   G4RadioactiveDecay.4.1
+   G4NDL.4.5
+   G4EMLOW.6.41
+   G4RadioactiveDecay.4.2
G4SAIDDATA.1.1
G4NEUTRONXS.1.4
G4PII.1.3






[gentoo-commits] gentoo-x86 commit in dev-games/clanlib: clanlib-0.8.1.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 20:28:50

  Modified: clanlib-0.8.1.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 dev-games/clanlib/clanlib-0.8.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild?r1=1.12&r2=1.13

Index: clanlib-0.8.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- clanlib-0.8.1.ebuild29 Dec 2012 22:01:44 -  1.12
+++ clanlib-0.8.1.ebuild30 Mar 2015 20:28:50 -  1.13
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v 
1.12 2012/12/29 22:01:44 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v 
1.13 2015/03/30 20:28:50 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit flag-o-matic eutils
 
 DESCRIPTION="multi-platform game development library"
@@ -65,16 +65,13 @@
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
+   DOCS="CODING_STYLE CREDITS NEWS PATCHES README* INSTALL.linux" \
+   default
if use doc ; then
dodir /usr/share/doc/${PF}/html
mv "${D}"/usr/share/doc/clanlib/* 
"${D}"/usr/share/doc/${PF}/html/ || die
rm -rf "${D}"/usr/share/doc/clanlib
cp -r Examples Resources "${D}"/usr/share/doc/${PF}/ || die
fi
-   if ! use static-libs ; then
-   find "${D}" -type f -name '*.la' -exec rm {} + \
-   || die "la removal failed"
-   fi
-   dodoc CODING_STYLE CREDITS NEWS PATCHES README* INSTALL.linux
+   prune_libtool_files
 }



1.70 dev-games/clanlib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   26 Mar 2015 18:05:23 -  1.69
+++ ChangeLog   30 Mar 2015 20:28:50 -  1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/clanlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.69 
2015/03/26 18:05:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.70 
2015/03/30 20:28:50 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  clanlib-0.8.1.ebuild:
+  EAPI=5
 
   26 Mar 2015; Michael Sterrett  -clanlib-2.3.6.ebuild,
   -files/clanlib-2.3.6-autotools.patch, -files/clanlib-2.3.6-mesa.patch:






[gentoo-commits] gentoo-x86 commit in dev-games/ps2-packer: ps2-packer-0.4.4.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 20:17:44

  Modified: ps2-packer-0.4.4.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  dev-games/ps2-packer/ps2-packer-0.4.4.ebuild

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

Index: ps2-packer-0.4.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ps2-packer-0.4.4.ebuild 26 Jan 2010 17:29:45 -  1.6
+++ ps2-packer-0.4.4.ebuild 30 Mar 2015 20:17:44 -  1.7
@@ -1,12 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v 1.6 
2010/01/26 17:29:45 nyhm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-games/ps2-packer/ps2-packer-0.4.4.ebuild,v 1.7 
2015/03/30 20:17:44 mr_bones_ Exp $
 
+EAPI=5
 inherit games
 
 DESCRIPTION="another ELF packer for the PS2"
-HOMEPAGE="http://ps2dev.org/kb.x?T=1061";
-SRC_URI="http://ps2dev.org/files/${P}-linux.tar.gz";
+HOMEPAGE="https://github.com/ps2dev/ps2-packer";
+SRC_URI="mirror://gentoo/${P}-linux.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -35,15 +36,15 @@
${GAMES_PREFIX_OPT:1}/ps2-packer/stub/lzo-1d00-stub
${GAMES_PREFIX_OPT:1}/ps2-packer/stub/n2d-0088-stub"
 
-DEPEND="sys-libs/glibc"
+RDEPEND="sys-libs/glibc"
 
 S=${WORKDIR}
 
 src_install() {
insinto "${GAMES_PREFIX_OPT}"/${PN}
-   doins -r README.txt stub || die "doins"
+   doins -r README.txt stub
exeinto "${GAMES_PREFIX_OPT}"/${PN}
-   doexe *.so ps2-packer || die "doexe"
+   doexe *.so ps2-packer
games_make_wrapper ${PN} "${GAMES_PREFIX_OPT}"/${PN}/${PN}
prepgamesdirs
 }



1.5  dev-games/ps2-packer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   31 Mar 2009 06:34:27 -  1.4
+++ ChangeLog   30 Mar 2015 20:17:44 -  1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/ps2-packer
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ChangeLog,v 1.4 
2009/03/31 06:34:27 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/ps2-packer/ChangeLog,v 1.5 
2015/03/30 20:17:44 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  ps2-packer-0.4.4.ebuild:
+  EAPI=5
 
   31 Mar 2009; Mike Frysinger  ps2-packer-0.4.4.ebuild:
   Use QA_WX_LOAD rather than QA_EXECSTACK #264348 by Mr. Bones.






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

2015-03-30 Thread Martin Mokrejs
commit: 4e5f247e6640ad89353ec2f10e9453e6ee280491
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Mar 30 19:50:10 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 30 19:50:10 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4e5f247e

renamed to maker

 sci-biology/MAKER/ChangeLog | 12 
 sci-biology/MAKER/MAKER-.ebuild | 21 -
 sci-biology/MAKER/metadata.xml  |  9 -
 3 files changed, 42 deletions(-)

diff --git a/sci-biology/MAKER/ChangeLog b/sci-biology/MAKER/ChangeLog
deleted file mode 100644
index d954ed6..000
--- a/sci-biology/MAKER/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for sci-biology/MAKER
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  16 Sep 2014; Christoph Junghans  MAKER-.ebuild:
-  added license
-
-*MAKER- (23 Mar 2014)
-
-  23 Mar 2014; Martin Mokrejs  +MAKER-.ebuild,
-  +metadata.xml:
-  a skeleton for a new package

diff --git a/sci-biology/MAKER/MAKER-.ebuild 
b/sci-biology/MAKER/MAKER-.ebuild
deleted file mode 100644
index fa4733e..000
--- a/sci-biology/MAKER/MAKER-.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="A genome annotation viewer and pipeline for small eukaryota and 
prokaryota"
-HOMEPAGE="http://www.yandell-lab.org/software/maker.html";
-SRC_URI=""
-
-RESTRICT="fetch"
-
-# for academia: GPL-v2 or Artistic-2
-# for commercial: ask
-LICENSE="|| ( GPL-2 Artistic-2 )"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"

diff --git a/sci-biology/MAKER/metadata.xml b/sci-biology/MAKER/metadata.xml
deleted file mode 100644
index 2bc8930..000
--- a/sci-biology/MAKER/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  sci-biology
-  
-mmokr...@fold.natur.cuni.cz
-Martin Mokrejs
-  
-



[gentoo-commits] proj/qt:master commit in: dev-python/pyside/, dev-python/shiboken/

2015-03-30 Thread Davide Pesavento
commit: eb947b77a1572fcc3ab0d1313de2c4a455b794f7
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Mar 30 19:45:44 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Mar 30 19:45:44 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=eb947b77

[dev-python/{shiboken,pyside}] Switch EGIT_REPO_URI to code.qt.io

 dev-python/pyside/pyside-.ebuild | 4 ++--
 dev-python/shiboken/shiboken-.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyside/pyside-.ebuild 
b/dev-python/pyside/pyside-.ebuild
index 938bdc6..33689f7 100644
--- a/dev-python/pyside/pyside-.ebuild
+++ b/dev-python/pyside/pyside-.ebuild
@@ -13,8 +13,8 @@ MY_P="${PN}-qt4.8+${PV}"
 DESCRIPTION="Python bindings for the Qt framework"
 HOMEPAGE="http://qt-project.org/wiki/PySide";
 EGIT_REPO_URI=(
-   "git://gitorious.org/pyside/${PN}.git"
-   "https://git.gitorious.org/pyside/${PN}.git";
+   "git://code.qt.io/pyside/${PN}.git"
+   "https://code.qt.io/git/pyside/${PN}.git";
 )
 
 LICENSE="LGPL-2.1"

diff --git a/dev-python/shiboken/shiboken-.ebuild 
b/dev-python/shiboken/shiboken-.ebuild
index 00b4fdf..c2b6f63 100644
--- a/dev-python/shiboken/shiboken-.ebuild
+++ b/dev-python/shiboken/shiboken-.ebuild
@@ -11,8 +11,8 @@ inherit cmake-utils multilib python-r1 git-r3
 DESCRIPTION="A tool for creating Python bindings for C++ libraries"
 HOMEPAGE="http://qt-project.org/wiki/PySide";
 EGIT_REPO_URI=(
-   "git://gitorious.org/pyside/${PN}.git"
-   "https://git.gitorious.org/pyside/${PN}.git";
+   "git://code.qt.io/pyside/${PN}.git"
+   "https://code.qt.io/git/pyside/${PN}.git";
 )
 
 LICENSE="LGPL-2.1"



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

2015-03-30 Thread Martin Mokrejs
commit: 461e6b39d6ca6b02f0feb37821e4ca65934e619d
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Mar 30 19:44:47 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 30 19:44:47 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=461e6b39

sci-biology/allpathslg: noted another home-like web page

Package-Manager: portage-2.2.18

 sci-biology/allpathslg/ChangeLog   | 6 +-
 sci-biology/allpathslg/allpathslg-52415.ebuild | 1 +
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-biology/allpathslg/ChangeLog b/sci-biology/allpathslg/ChangeLog
index 5e25459..41ef438 100644
--- a/sci-biology/allpathslg/ChangeLog
+++ b/sci-biology/allpathslg/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-biology/allpathslg
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/ChangeLog,v 1.16 
2013/11/13 02:34:46 patrick Exp $
 
+  30 Mar 2015; Martin Mokrejs 
+  allpathslg-52415.ebuild:
+  sci-biology/allpathslg: noted another home-like web page
+
   13 Nov 2013; Patrick Lauer  allpathslg-42337.ebuild,
   allpathslg-47093.ebuild:
   Removing x86 keyword as dependency sci-biology/vaal does not work on x86

diff --git a/sci-biology/allpathslg/allpathslg-52415.ebuild 
b/sci-biology/allpathslg/allpathslg-52415.ebuild
index 8750b5f..ff7bdca 100644
--- a/sci-biology/allpathslg/allpathslg-52415.ebuild
+++ b/sci-biology/allpathslg/allpathslg-52415.ebuild
@@ -7,6 +7,7 @@ EAPI=4
 inherit autotools flag-o-matic
 
 DESCRIPTION="De novo assembly of whole-genome shotgun microreads"
+# see also http://www.broadinstitute.org/software/allpaths-lg/blog/?page_id=12
 HOMEPAGE="http://www.broadinstitute.org/science/programs/genome-biology/crd";
 
SRC_URI="ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/${P}.tar.gz";
 



[gentoo-commits] proj/qt:master commit in: dev-qt/qtchooser/

2015-03-30 Thread Davide Pesavento
commit: 7c2ba289094eb227693569c7b7a32c55ecb67953
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Mar 30 19:38:33 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Mar 30 19:38:33 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=7c2ba289

[dev-qt/qtchooser] Switch EGIT_REPO_URI to code.qt.io and add github mirror.

Package-Manager: portage-2.2.18

 dev-qt/qtchooser/qtchooser-.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtchooser/qtchooser-.ebuild 
b/dev-qt/qtchooser/qtchooser-.ebuild
index 92c2811..787c314 100644
--- a/dev-qt/qtchooser/qtchooser-.ebuild
+++ b/dev-qt/qtchooser/qtchooser-.ebuild
@@ -7,8 +7,12 @@ EAPI=5
 inherit qmake-utils toolchain-funcs git-r3
 
 DESCRIPTION="Qt4/Qt5 version chooser"
-HOMEPAGE="https://qt.gitorious.org/qt/qtchooser";
-EGIT_REPO_URI="https://gitorious.org/qt/${PN}.git";
+HOMEPAGE="https://code.qt.io/cgit/qt/qtchooser.git/";
+EGIT_REPO_URI=(
+   "git://code.qt.io/qt/${PN}.git"
+   "https://code.qt.io/git/qt/${PN}.git";
+   "https://github.com/qtproject/${PN}.git";
+)
 
 LICENSE="|| ( LGPL-2.1 GPL-3 )"
 SLOT="0"



[gentoo-commits] gentoo-x86 commit in dev-lang/clojure: clojure-1.5.1.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 19:38:05

  Modified: clojure-1.5.1.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  dev-lang/clojure/clojure-1.5.1.ebuild

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

Index: clojure-1.5.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/clojure/clojure-1.5.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- clojure-1.5.1.ebuild1 May 2013 10:35:27 -   1.3
+++ clojure-1.5.1.ebuild30 Mar 2015 19:38:05 -  1.4
@@ -1,8 +1,8 @@
-# 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/dev-lang/clojure/clojure-1.5.1.ebuild,v 1.3 
2013/05/01 10:35:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/clojure/clojure-1.5.1.ebuild,v 1.4 
2015/03/30 19:38:05 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 JAVA_PKG_IUSE="source test"
 
 inherit java-pkg-2 java-ant-2
@@ -29,5 +29,5 @@
 src_install() {
java-pkg_newjar ${P/_/-}.jar
java-pkg_dolauncher  ${PN}-${SLOT} --main clojure.main
-   dodoc changes.md readme.txt || die
+   dodoc changes.md readme.txt
 }



1.21 dev-lang/clojure/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/clojure/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   23 Mar 2015 07:53:04 -  1.20
+++ ChangeLog   30 Mar 2015 19:38:05 -  1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/clojure
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/clojure/ChangeLog,v 1.20 
2015/03/23 07:53:04 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/clojure/ChangeLog,v 1.21 
2015/03/30 19:38:05 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  clojure-1.5.1.ebuild:
+  EAPI=5
 
   23 Mar 2015; Michael Sterrett  -clojure-1.4.0.ebuild:
   old






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

2015-03-30 Thread Martin Mokrejs
commit: 1b6ab4256d7bcac9f54bac2ed2bb33dbb9183c24
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Mar 30 19:36:20 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 30 19:36:20 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1b6ab425

sci-biology/allpathslg: version bump; added dependency on >=gcc-4.7

Package-Manager: portage-2.2.18

 sci-biology/allpathslg/ChangeLog   | 76 ++
 sci-biology/allpathslg/allpathslg-52415.ebuild | 39 +
 sci-biology/allpathslg/metadata.xml|  5 ++
 3 files changed, 120 insertions(+)

diff --git a/sci-biology/allpathslg/ChangeLog b/sci-biology/allpathslg/ChangeLog
new file mode 100644
index 000..5e25459
--- /dev/null
+++ b/sci-biology/allpathslg/ChangeLog
@@ -0,0 +1,76 @@
+# ChangeLog for sci-biology/allpathslg
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/allpathslg/ChangeLog,v 1.16 
2013/11/13 02:34:46 patrick Exp $
+
+  13 Nov 2013; Patrick Lauer  allpathslg-42337.ebuild,
+  allpathslg-47093.ebuild:
+  Removing x86 keyword as dependency sci-biology/vaal does not work on x86
+
+*allpathslg-47093 (17 Jul 2013)
+
+  17 Jul 2013; Justin Lecher  allpathslg-42337.ebuild,
+  +allpathslg-47093.ebuild:
+  Version Bump
+
+  11 Mar 2013; Justin Lecher  metadata.xml:
+  Drop Andrey as maintainer so that bugs get assigned to sci-biology directly
+
+  20 Feb 2013; Justin Lecher  -allpathslg-37578.ebuild:
+  Drop old
+
+  20 Feb 2013; Agostino Sarubbo  allpathslg-42337.ebuild:
+  Stable for amd64, wrt bug #458106
+
+  18 Feb 2013; Justin Lecher  -allpathslg-41839.ebuild,
+  metadata.xml:
+  Drop old
+
+  14 Dec 2012; Ulrich Müller  allpathslg-37578.ebuild,
+  allpathslg-41839.ebuild, allpathslg-42337.ebuild:
+  Fix LICENSE, MIT (Expat) according to COPYING file.
+
+  19 Nov 2012; Justin Lecher  allpathslg-37578.ebuild,
+  allpathslg-41839.ebuild, allpathslg-42337.ebuild:
+  Block sci-biology/allpaths due to file collision, #443740
+
+*allpathslg-42337 (09 Jul 2012)
+
+  09 Jul 2012; Justin Lecher  +allpathslg-42337.ebuild:
+  Version bump, fix compilation errors with gcc-4.7, #425472
+
+*allpathslg-41839 (29 May 2012)
+
+  29 May 2012; Andrey Kislyuk  -allpathslg-38573.ebuild,
+  -allpathslg-40063.ebuild, +allpathslg-41839.ebuild:
+  version bump
+
+*allpathslg-40063 (28 Dec 2011)
+
+  28 Dec 2011; Andrey Kislyuk 
+  -allpathslg-35725-r1.ebuild, +allpathslg-40063.ebuild:
+  Version bump, remove old
+
+  15 Oct 2011; Markos Chandras  allpathslg-37578.ebuild:
+  Stable on amd64 wrt bug #384379
+
+*allpathslg-38573 (25 Sep 2011)
+
+  25 Sep 2011; Andrey Kislyuk  +allpathslg-38573.ebuild:
+  Version bump
+
+*allpathslg-37578 (20 Jun 2011)
+
+  20 Jun 2011; Andrey Kislyuk  +allpathslg-37578.ebuild:
+  Version bump
+
+*allpathslg-35725-r1 (27 Jan 2011)
+
+  27 Jan 2011; Andrey Kislyuk  -allpathslg-35725.ebuild,
+  +allpathslg-35725-r1.ebuild:
+  Drop ~x86, avoid collision with sci-biology/vaal
+
+*allpathslg-35725 (25 Jan 2011)
+
+  25 Jan 2011; Andrey Kislyuk  +allpathslg-35725.ebuild,
+  +metadata.xml:
+  Package move from sci-biology/allpaths and version bump

diff --git a/sci-biology/allpathslg/allpathslg-52415.ebuild 
b/sci-biology/allpathslg/allpathslg-52415.ebuild
new file mode 100644
index 000..8750b5f
--- /dev/null
+++ b/sci-biology/allpathslg/allpathslg-52415.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/sci-biology/allpathslg/allpathslg-42337.ebuild,v 1.6 
2013/11/13 02:34:46 patrick Exp $
+
+EAPI=4
+
+inherit autotools flag-o-matic
+
+DESCRIPTION="De novo assembly of whole-genome shotgun microreads"
+HOMEPAGE="http://www.broadinstitute.org/science/programs/genome-biology/crd";
+SRC_URI="ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+KEYWORDS="~amd64"
+
+# as of release 44849, GCC 4.7.0 (or higher) is required
+# seems pre gcc-4.7 users must stay with:
+# 
ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/2013/2013-01/allpathslg-44837.tar.gz
+DEPEND="
+   >=sys-devel/gcc-4.7
+   dev-libs/boost
+   !sci-biology/allpaths
+   sci-biology/vaal"
+RDEPEND=""
+
+src_prepare() {
+   sed -i 's/-ggdb3//' configure.ac || die
+   eautoreconf
+}
+
+src_install() {
+   einstall || die
+   # Provided by sci-biology/vaal
+   for i in QueryLookupTable ScaffoldAccuracy MakeLookupTable Fastb 
ShortQueryLookup; do
+   rm "${D}/usr/bin/$i" || die
+   done
+}

diff --git a/sci-biology/allpathslg/metadata.xml 
b/sci-biology/allpathslg/metadata.xml
new file mode 100644
index 000..f17a827
--- /dev/null
+++ b/sci-biology/allpathslg/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci-bio

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

2015-03-30 Thread Davide Pesavento
commit: 41dfbf3cfeac30f8cb4ab660e41e454f40a536ce
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Mar 30 19:29:42 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Mar 30 19:29:42 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=41dfbf3c

[qt4-build-multilib.eclass] Switch EGIT_REPO_URI to code.qt.io and add github 
mirror.

 eclass/qt4-build-multilib.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass
index b171ba5..e5563e5 100644
--- a/eclass/qt4-build-multilib.eclass
+++ b/eclass/qt4-build-multilib.eclass
@@ -27,8 +27,9 @@ case ${PV} in
4.?.)
QT4_BUILD_TYPE="live"
EGIT_REPO_URI=(
-   "git://gitorious.org/qt/qt.git"
-   "https://git.gitorious.org/qt/qt.git";
+   "git://code.qt.io/qt/qt.git"
+   "https://code.qt.io/git/qt/qt.git";
+   "https://github.com/qtproject/qt.git";
)
EGIT_BRANCH=${PV%.}
inherit git-r3



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

2015-03-30 Thread Davide Pesavento
commit: 7930e357c955fb17c3deccd43ecfc23033f6bb36
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Mar 30 19:26:13 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Mar 30 19:26:13 2015 +
URL:https://gitweb.gentoo.org/proj/qt.git/commit/?id=7930e357

[qt5-build.eclass] Switch EGIT_REPO_URI to code.qt.io and add github mirror.

 eclass/qt5-build.eclass | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 89c8daa..82e2030 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -60,8 +60,9 @@ case ${PV} in
 esac
 
 EGIT_REPO_URI=(
-   "git://gitorious.org/qt/${QT5_MODULE}.git"
-   "https://git.gitorious.org/qt/${QT5_MODULE}.git";
+   "git://code.qt.io/qt/${QT5_MODULE}.git"
+   "https://code.qt.io/git/qt/${QT5_MODULE}.git";
+   "https://github.com/qtproject/${QT5_MODULE}.git";
 )
 [[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3
 



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

2015-03-30 Thread Martin Mokrejs
commit: 88a8a7c98513e17af66a583de1bc0b5ad414771c
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Mar 30 19:20:56 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 30 19:20:56 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=88a8a7c9

sci-biology/exonerate-gff3: an improved version of exonerate-2.2.0 with GFF3 
format output support

 sci-biology/exonerate-gff3/ChangeLog   | 12 +
 .../exonerate-gff3/exonerate-gff3-2.2.0-r1.ebuild  | 53 ++
 .../files/exonerate-gff3-2.2.0-asneeded.patch  | 15 ++
 sci-biology/exonerate-gff3/metadata.xml|  9 
 4 files changed, 89 insertions(+)

diff --git a/sci-biology/exonerate-gff3/ChangeLog 
b/sci-biology/exonerate-gff3/ChangeLog
new file mode 100644
index 000..fc492c8
--- /dev/null
+++ b/sci-biology/exonerate-gff3/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for sci-biology/exonerate-gff3
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*exonerate-gff3-2.2.0-r1 (30 Mar 2015)
+
+  30 Mar 2015; Martin Mokrejs 
+  +exonerate-gff3-2.2.0-r1.ebuild, +files/exonerate-gff3-2.2.0-asneeded.patch,
+  +metadata.xml:
+  sci-biology/exonerate-gff3: an improved version of exonerate-2.2.0 with GFF3
+  format output support
+

diff --git a/sci-biology/exonerate-gff3/exonerate-gff3-2.2.0-r1.ebuild 
b/sci-biology/exonerate-gff3/exonerate-gff3-2.2.0-r1.ebuild
new file mode 100644
index 000..fd24728
--- /dev/null
+++ b/sci-biology/exonerate-gff3/exonerate-gff3-2.2.0-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/sci-biology/exonerate/exonerate-2.2.0-r1.ebuild,v 1.5 
2013/01/25 16:24:50 jlec Exp $
+
+EAPI=4
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils toolchain-funcs git-r3
+
+DESCRIPTION="exonerate-2.2.0 with patches to add GFF3 formatted output"
+HOMEPAGE="https://github.com/hotdogee/exonerate-gff3";
+EGIT_REPO_URI="https://github.com/hotdogee/exonerate-gff3.git";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="utils test threads"
+
+REQUIRED_USE="test? ( utils )"
+
+# block with sci-biology/exonerate , maybe the best would be to change SRC_URI 
in sci-biology/exonerate
+DEPEND="
+   !sci-biology/exonerate
+   dev-libs/glib:2"
+RDEPEND="${DEPEND}"
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+PATCHES=( "${FILESDIR}"/${P}-asneeded.patch )
+
+src_prepare() {
+   tc-export CC
+   sed \
+   -e 's: -O3 -finline-functions::g' \
+   -i configure.in || die
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable utils utilities)
+   $(use_enable threads pthreads)
+   --enable-largefile
+   --enable-glib2
+   )
+   autotools-utils_src_configure
+}
+
+src_install() {
+   autotools-utils_src_install
+   doman doc/man/man1/*.1
+}

diff --git 
a/sci-biology/exonerate-gff3/files/exonerate-gff3-2.2.0-asneeded.patch 
b/sci-biology/exonerate-gff3/files/exonerate-gff3-2.2.0-asneeded.patch
new file mode 100644
index 000..3268055
--- /dev/null
+++ b/sci-biology/exonerate-gff3/files/exonerate-gff3-2.2.0-asneeded.patch
@@ -0,0 +1,15 @@
+Fix build with --as-needed
+
+https://bugs.gentoo.org/268094
+
+--- configure.in
 configure.in
+@@ -289,7 +289,7 @@
+ if test "$enable_pthreads" = yes; then
+ echo "Using PTHREADS"
+ CFLAGS="$CFLAGS -DUSE_PTHREADS"
+-LDFLAGS="$LDFLAGS -lpthread"
++LIBS="$LIBS -lpthread"
+ elif test "$enable_pthreads" = no; then
+ echo "Not using pthreads"
+ else

diff --git a/sci-biology/exonerate-gff3/metadata.xml 
b/sci-biology/exonerate-gff3/metadata.xml
new file mode 100644
index 000..2bc8930
--- /dev/null
+++ b/sci-biology/exonerate-gff3/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci-biology
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+



[gentoo-commits] gentoo-x86 commit in dev-vcs/svn2git: svn2git-9999.ebuild svn2git-1.0.2.1.ebuild svn2git-0_pre20100303.ebuild svn2git-0_pre20100324.ebuild svn2git-1.0.3_p1.ebuild svn2git-0_pre2010100

2015-03-30 Thread Sebastian Pipping (sping)
sping   15/03/30 19:18:14

  Modified: svn2git-.ebuild svn2git-1.0.2.1.ebuild
svn2git-0_pre20100303.ebuild
svn2git-0_pre20100324.ebuild
svn2git-1.0.3_p1.ebuild
svn2git-0_pre20101008.ebuild ChangeLog
svn2git-0_pre20100327.ebuild svn2git-1.0.6.ebuild
svn2git-0_pre20101101.ebuild svn2git-1.0.10.ebuild
svn2git-1.0.5.ebuild svn2git-1.0.4.ebuild
svn2git-1.0.8-r1.ebuild
  Log:
  dev-vcs/svn2git: Upstream moved to GitHub now (bug #544844)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x401A1600)

Revision  ChangesPath
1.13 dev-vcs/svn2git/svn2git-.ebuild

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

Index: svn2git-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- svn2git-.ebuild 30 Mar 2015 14:54:59 -  1.12
+++ svn2git-.ebuild 30 Mar 2015 19:18:14 -  1.13
@@ -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-vcs/svn2git/svn2git-.ebuild,v 1.12 
2015/03/30 14:54:59 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-.ebuild,v 1.13 
2015/03/30 19:18:14 sping Exp $
 
 EAPI="2"
 
@@ -8,10 +8,9 @@
 [ "$PV" == "" ] && inherit git-2
 
 DESCRIPTION="Tool for one-time conversion from svn to git"
-HOMEPAGE="http://gitorious.org/svn2git/svn2git";
+HOMEPAGE="https://github.com/svn-all-fast-export/svn2git";
 if [ "$PV" == "" ]; then
-   EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git
-   https://git.gitorious.org/${PN}/${PN}.git";
+   EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git";
KEYWORDS=""
 else
SRC_URI="https://www.hartwork.org/public/${P}.tar.gz";



1.6  dev-vcs/svn2git/svn2git-1.0.2.1.ebuild

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

Index: svn2git-1.0.2.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- svn2git-1.0.2.1.ebuild  30 Mar 2015 14:54:59 -  1.5
+++ svn2git-1.0.2.1.ebuild  30 Mar 2015 19:18:14 -  1.6
@@ -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-vcs/svn2git/svn2git-1.0.2.1.ebuild,v 
1.5 2015/03/30 14:54:59 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-1.0.2.1.ebuild,v 
1.6 2015/03/30 19:18:14 sping Exp $
 
 EAPI="2"
 
@@ -10,9 +10,9 @@
 MY_PV="1.0.2-1-gebac099"
 
 DESCRIPTION="Tool for one-time conversion from svn to git"
-HOMEPAGE="http://gitorious.org/svn2git/svn2git";
+HOMEPAGE="https://github.com/svn-all-fast-export/svn2git";
 if [ "$PV" == "" ]; then
-   EGIT_REPO_URI="git://gitorious.org/svn2git/svn2git.git"
+   EGIT_REPO_URI="https://github.com/svn-all-fast-export/svn2git.git";
KEYWORDS=""
 else
SRC_URI="https://www.hartwork.org/public/${P}.tar.gz";



1.8  dev-vcs/svn2git/svn2git-0_pre20100303.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild?r1=1.7&r2=1.8

Index: svn2git-0_pre20100303.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svn2git/svn2git-0_pre20100303.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- svn2git-0_pre20100303.ebuild30 Mar 2015 14:54:59 -  1.7
+++ svn2git-0_pre20100303.ebuild30 Mar 2015 19:18:14 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the 

[gentoo-commits] gentoo-x86 commit in sys-auth/nss-pam-ldapd: nss-pam-ldapd-0.9.5.ebuild ChangeLog

2015-03-30 Thread Patrick McLean (chutzpah)
chutzpah15/03/30 19:01:38

  Modified: ChangeLog
  Added:nss-pam-ldapd-0.9.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  ChangesPath
1.20 sys-auth/nss-pam-ldapd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   11 Mar 2015 22:32:36 -  1.19
+++ ChangeLog   30 Mar 2015 19:01:38 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for sys-auth/nss-pam-ldapd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.19 
2015/03/11 22:32:36 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/ChangeLog,v 1.20 
2015/03/30 19:01:38 chutzpah Exp $
+
+*nss-pam-ldapd-0.9.5 (30 Mar 2015)
+
+  30 Mar 2015; Patrick McLean  
+nss-pam-ldapd-0.9.5.ebuild:
+  Version bump.
 
   11 Mar 2015; Patrick McLean 
   nss-pam-ldapd-0.9.4-r2.ebuild:



1.1  sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.5.ebuild?rev=1.1&content-type=text/plain

Index: nss-pam-ldapd-0.9.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/nss-pam-ldapd/nss-pam-ldapd-0.9.5.ebuild,v 1.1 
2015/03/30 19:01:38 chutzpah Exp $

EAPI=5

PYTHON_COMPAT=(python2_7)
inherit eutils prefix user python-r1 multilib multilib-minimal

DESCRIPTION="NSS module for name lookups using LDAP"
HOMEPAGE="http://arthurdejong.org/nss-pam-ldapd/";
SRC_URI="http://arthurdejong.org/${PN}/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
IUSE="debug kerberos +pam sasl test +utils"

COMMON_DEP="
net-nds/openldap[${MULTILIB_USEDEP}]
sasl? ( dev-libs/cyrus-sasl[${MULTILIB_USEDEP}] )
kerberos? ( virtual/krb5[${MULTILIB_USEDEP}] )
pam? ( virtual/pam[${MULTILIB_USEDEP}] )
utils? ( ${PYTHON_DEPS} )
!sys-auth/nss_ldap
!sys-auth/pam_ldap"
RDEPEND="${COMMON_DEP}"
DEPEND="${COMMON_DEP}
test? (
${PYTHON_DEPS}
dev-python/pylint[${PYTHON_USEDEP}]
)
sys-devel/automake"

REQUIRED_USE="
utils? ( ${PYTHON_REQUIRED_USE} )
test? ( ${PYTHON_REQUIRED_USE} )"

pkg_setup() {
enewgroup nslcd
enewuser nslcd -1 -1 -1 nslcd
}

src_prepare() {
epatch "${FILESDIR}"/${PN}-0.9.4-disable-py3-only-linters.patch
epatch_user
use utils && python_setup
}

multilib_src_configure() {
local -a myconf

myconf=(
--disable-utils
--enable-warnings
--with-ldap-lib=openldap
--with-ldap-conf-file=/etc/nslcd.conf
--with-nslcd-pidfile=/run/nslcd/nslcd.pid
--with-nslcd-socket=/run/nslcd/socket
$(usex x86-fbsd '--with-nss-flavour=' '--with-nss-flavour=' 
'freebsd' 'glibc')
$(use_enable debug)
$(use_enable kerberos)
$(use_enable pam)
$(use_enable sasl)
)

# nss libraries always go in /lib on Gentoo
if multilib_is_native_abi ; then

myconf+=("--with-pam-seclib-dir=${EPREFIX}/$(get_libdir)/security")
myconf+=("--libdir=${EPREFIX}/$(get_libdir)")
else
myconf+=("--with-pam-seclib-dir=/$(get_libdir)/security")
myconf+=("--libdir=/$(get_libdir)")
fi

ECONF_SOURCE="${S}" econf "${myconf[@]}"
}

multilib_src_install_all() {
local script

newinitd "${FILESDIR}"/nslcd-init-r1 nslcd

insinto /usr/share/nss-pam-ldapd
doins nslcd.conf

fperms o-r /etc/nslcd.conf

if use utils; then
python_moduleinto nslcd
python_foreach_impl && python_domodule utils/*.py

for script in chsh getent; do
python_foreach_impl python_newscript utils/${script}.py 
${script}.ldap
done
fi
}

multilib_src_test() {
python_foreach_impl emake check
}

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

2015-03-30 Thread Manuel Rüger
commit: c23a748b72e17d06effcf40a34a5655341f7ca4a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar 30 18:56:02 2015 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar 30 18:56:02 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=c23a748b

[eclass] Raise frameworks dep to 5.8.0 for upcoming KDE Applications 15.04.

 eclass/kde5-functions.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index a525abd..494205c 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -26,12 +26,12 @@ esac
 # @ECLASS-VARIABLE: ECM_MINIMAL
 # @DESCRIPTION:
 # Minimal extra-cmake-modules version to require for the package.
-: ${ECM_MINIMAL:=1.7.0}
+: ${ECM_MINIMAL:=1.8.0}
 
 # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
 # @DESCRIPTION:
 # Minimal Frameworks version to require for the package.
-: ${FRAMEWORKS_MINIMAL:=5.7.0}
+: ${FRAMEWORKS_MINIMAL:=5.8.0}
 
 # @ECLASS-VARIABLE: PLASMA_MINIMAL
 # @DESCRIPTION:



[gentoo-commits] gentoo-x86 commit in games-emulation/kigb: kigb-2.02.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 18:52:44

  Modified: kigb-2.02.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.7  games-emulation/kigb/kigb-2.02.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild?r1=1.6&r2=1.7

Index: kigb-2.02.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kigb-2.02.ebuild17 Apr 2014 16:06:33 -  1.6
+++ kigb-2.02.ebuild30 Mar 2015 18:52:44 -  1.7
@@ -1,7 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v 1.6 
2014/04/17 16:06:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/kigb-2.02.ebuild,v 1.7 
2015/03/30 18:52:44 mr_bones_ Exp $
 
+EAPI=5
 inherit games
 
 DESCRIPTION="A Gameboy (GB, SGB, GBA) Emulator for Linux"
@@ -21,23 +22,20 @@
 
 S=${WORKDIR}
 
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
+src_prepare() {
# use the system version
rm -f libNL.so*
# wrapper script creates these in the users' home directories.
rm -rf cfg inp snap state rom save
-   cp "${FILESDIR}/kigb" "${T}/" || die "cp failed"
+   cp "${FILESDIR}/kigb" "${T}/" || die
sed -i \
-   -e "s:GENTOODIR:${GAMES_PREFIX_OPT}:" "${T}/kigb" \
-   || die "sed failed"
+   -e "s:GENTOODIR:${GAMES_PREFIX_OPT}:" "${T}/kigb" || die
 }
 
 src_install() {
-   dogamesbin "${T}/kigb" || die "dogamesbin failed"
+   dogamesbin "${T}/kigb"
exeinto "${GAMES_PREFIX_OPT}/${PN}"
-   doexe kigb || die "doexe failed"
+   doexe kigb
dodoc doc/*
prepgamesdirs
 }



1.15 games-emulation/kigb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   17 Apr 2014 16:06:33 -  1.14
+++ ChangeLog   30 Mar 2015 18:52:44 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/kigb
-# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.14 
2014/04/17 16:06:33 ulm Exp $
+# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/kigb/ChangeLog,v 1.15 
2015/03/30 18:52:44 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  kigb-2.02.ebuild:
+  EAPI=5
 
   17 Apr 2014; Ulrich Müller  kigb-2.02.ebuild:
   Fix LICENSE, add mirror and bindist restrictions, bug 505624.






[gentoo-commits] gentoo-x86 commit in games-strategy/xbattle: xbattle-5.4.1.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 18:42:25

  Modified: xbattle-5.4.1.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.14 games-strategy/xbattle/xbattle-5.4.1.ebuild

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

Index: xbattle-5.4.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xbattle-5.4.1.ebuild18 Oct 2010 14:17:48 -  1.13
+++ xbattle-5.4.1.ebuild30 Mar 2015 18:42:25 -  1.14
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.13 
2010/10/18 14:17:48 tupone Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/xbattle/xbattle-5.4.1.ebuild,v 1.14 
2015/03/30 18:42:25 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit games
 
 DESCRIPTION="A multi-player game of strategy and coordination"
@@ -24,25 +24,25 @@
 
 src_prepare() {
sed -i \
-   -e "s:/export/home/lesher/:${GAMES_DATADIR}/${PN}/:" Imakefile \
-   || die "sed Imakefile failed"
+   -e "s:/export/home/lesher/:${GAMES_DATADIR}/${PN}/:" Imakefile 
|| die
 }
 
 src_configure() {
-   xmkmf || die "xmkmf failed"
+   xmkmf || die
 }
 
 src_compile() {
-   emake CDEBUGFLAGS="${CFLAGS}" \
-   LOCAL_LDFLAGS="${LDFLAGS}" || die "emake failed"
+   emake \
+   CDEBUGFLAGS="${CFLAGS}" \
+   LOCAL_LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {
-   dogamesbin xbattle || die "dogamesbin failed"
-   newgamesbin tutorial1 xbattle-tutorial1 || die "newgamesbin failed"
-   newgamesbin tutorial2 xbattle-tutorial2 || die "newgamesbin failed"
+   dogamesbin xbattle
+   newgamesbin tutorial1 xbattle-tutorial1
+   newgamesbin tutorial2 xbattle-tutorial2
dodir "${GAMES_DATADIR}/${PN}"
-   cp -r xbas/ xbos/ xbts/ "${D}${GAMES_DATADIR}/${PN}/" || die "cp failed"
+   cp -r xbas/ xbos/ xbts/ "${D}${GAMES_DATADIR}/${PN}/" || die
newman xbattle.man xbattle.6
dodoc README xbattle.dot
prepgamesdirs



1.11 games-strategy/xbattle/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   18 Oct 2010 14:17:48 -  1.10
+++ ChangeLog   30 Mar 2015 18:42:25 -  1.11
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/xbattle
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.10 
2010/10/18 14:17:48 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/xbattle/ChangeLog,v 1.11 
2015/03/30 18:42:25 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  xbattle-5.4.1.ebuild:
+  EAPI=5
 
   18 Oct 2010; Tupone Alfredo  xbattle-5.4.1.ebuild:
   Respect LDFLAGS. Bug #331949 by flamee...@gentoo.org
@@ -30,4 +33,3 @@
 
   25 Sep 2003; Michael Sterrett  xbattle-5.4.1.ebuild:
   initial commit; ebuild based on the one submitted by Marc Bevand via bug 
29224
-






[gentoo-commits] gentoo-x86 commit in media-sound/qsynth: qsynth-0.3.6.ebuild qsynth-0.3.9.ebuild ChangeLog qsynth-0.3.8.ebuild qsynth-0.3.7.ebuild

2015-03-30 Thread Manuel Rueger (mrueg)
mrueg   15/03/30 18:36:06

  Modified: qsynth-0.3.6.ebuild qsynth-0.3.9.ebuild ChangeLog
  Removed:  qsynth-0.3.8.ebuild qsynth-0.3.7.ebuild
  Log:
  Drop support for media-sound/fluidsynth[oss]. Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  ChangesPath
1.9  media-sound/qsynth/qsynth-0.3.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild?r1=1.8&r2=1.9

Index: qsynth-0.3.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qsynth-0.3.6.ebuild 2 Mar 2013 22:01:34 -   1.8
+++ qsynth-0.3.6.ebuild 30 Mar 2015 18:36:06 -  1.9
@@ -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/media-sound/qsynth/qsynth-0.3.6.ebuild,v 
1.8 2013/03/02 22:01:34 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.6.ebuild,v 
1.9 2015/03/30 18:36:06 mrueg Exp $
 
 EAPI=4
 LANGS="cs de es ru"
@@ -19,10 +19,11 @@
 DEPEND=">=dev-qt/qtcore-4.2:4
>=dev-qt/qtgui-4.2:4
>=media-sound/fluidsynth-1.0.7a[jack?,alsa?,pulseaudio?]
-   x11-libs/libX11
-   !pulseaudio? ( !jack? ( !alsa? ( >=media-sound/fluidsynth-1.0.7a[oss] ) 
) )"
+   x11-libs/libX11"
 RDEPEND="${DEPEND}"
 
+REQUIRED_USE="|| ( alsa jack pulseaudio )"
+
 DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"
 
 src_prepare() {



1.2  media-sound/qsynth/qsynth-0.3.9.ebuild

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

Index: qsynth-0.3.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qsynth-0.3.9.ebuild 26 Mar 2015 13:31:22 -  1.1
+++ qsynth-0.3.9.ebuild 30 Mar 2015 18:36:06 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild,v 
1.1 2015/03/26 13:31:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/qsynth-0.3.9.ebuild,v 
1.2 2015/03/30 18:36:06 mrueg Exp $
 
 EAPI=5
 LANGS="cs de fr ru sr"
@@ -19,10 +19,11 @@
 DEPEND=">=dev-qt/qtcore-4.2:4
>=dev-qt/qtgui-4.2:4
>=media-sound/fluidsynth-1.0.7a[jack?,alsa?,pulseaudio?]
-   x11-libs/libX11
-   !pulseaudio? ( !jack? ( !alsa? ( >=media-sound/fluidsynth-1.0.7a[oss] ) 
) )"
+   x11-libs/libX11"
 RDEPEND="${DEPEND}"
 
+REQUIRED_USE="|| ( alsa jack pulseaudio )"
+
 DOCS="AUTHORS ChangeLog README TODO TRANSLATORS"
 
 src_configure() {



1.62 media-sound/qsynth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qsynth/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   26 Mar 2015 13:31:22 -  1.61
+++ ChangeLog   30 Mar 2015 18:36:06 -  1.62
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/qsynth
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.61 
2015/03/26 13:31:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qsynth/ChangeLog,v 1.62 
2015/03/30 18:36:06 mrueg Exp $
+
+  30 Mar 2015; Manuel Rüger  -qsynth-0.3.7.ebuild,
+  -qsynth-0.3.8.ebuild, qsynth-0.3.6.ebuild, qsynth-0.3.9.ebuild:
+  Drop support for media-sound/fluidsynth[oss]. Remove old.
 
 *qsynth-0.3.9 (26 Mar 2015)
 






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

2015-03-30 Thread Martin Mokrejs
commit: dbe9de4c173e746690c8bd2f979d0866934ad7f5
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Mar 30 18:26:24 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 30 18:26:24 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=dbe9de4c

sci-biology/snap: new package

Package-Manager: portage-2.2.18

 sci-biology/snap/ChangeLog|  9 +
 sci-biology/snap/metadata.xml |  9 +
 sci-biology/snap/snap-20131129.ebuild | 35 +++
 3 files changed, 53 insertions(+)

diff --git a/sci-biology/snap/ChangeLog b/sci-biology/snap/ChangeLog
new file mode 100644
index 000..68ed8bc
--- /dev/null
+++ b/sci-biology/snap/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/snap
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*snap-20131129 (30 Mar 2015)
+
+  30 Mar 2015; Martin Mokrejs  +metadata.xml,
+  +snap-20131129.ebuild:
+  sci-biology/snap: new package

diff --git a/sci-biology/snap/metadata.xml b/sci-biology/snap/metadata.xml
new file mode 100644
index 000..2bc8930
--- /dev/null
+++ b/sci-biology/snap/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci-biology
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+

diff --git a/sci-biology/snap/snap-20131129.ebuild 
b/sci-biology/snap/snap-20131129.ebuild
new file mode 100644
index 000..6592102
--- /dev/null
+++ b/sci-biology/snap/snap-20131129.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="HMM-based prokaryotic and eukaryotic gene prediction tool"
+HOMEPAGE="http://korflab.ucdavis.edu/software.html";
+SRC_URI="http://korflab.ucdavis.edu/Software/snap-2013-11-29.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/snap
+
+src_prepare(){
+   sed -e "s#CC=\"gcc.*#CC=$(tc-getCC)#" -i Zoe/Makefile || die
+   sed -e "s#CC=\"gcc.*#CC=$(tc-getCC)#" -i Makefile || die
+}
+
+src_install(){
+   echo "ZOE=/usr/share/snap/HMM" > 99snap || die
+   doenvd 99snap
+   insinto /usr/share/snap/HMM
+   doins HMM/[a-zA-Z]*.hmm
+   dobin snap fathom forge *.pl
+   dodoc 00README
+}



[gentoo-commits] gentoo-x86 commit in games-util/hearse: hearse-1.5.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 18:27:29

  Modified: hearse-1.5.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-util/hearse/hearse-1.5.ebuild

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

Index: hearse-1.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-util/hearse/hearse-1.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hearse-1.5.ebuild   20 Feb 2015 21:36:31 -  1.5
+++ hearse-1.5.ebuild   30 Mar 2015 18:27:29 -  1.6
@@ -1,8 +1,8 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/hearse/hearse-1.5.ebuild,v 1.5 
2015/02/20 21:36:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/hearse/hearse-1.5.ebuild,v 1.6 
2015/03/30 18:27:29 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit games
 
 DESCRIPTION="exchange Nethack bones files with other players"
@@ -35,7 +35,7 @@
 }
 
 src_install() {
-   dogamesbin hearse bones-info || die "dogamesbin failed"
+   dogamesbin hearse bones-info
doman blib/man1/*.1
dodoc Notes README debian/changelog
prepgamesdirs



1.12 games-util/hearse/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-util/hearse/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   20 Feb 2015 21:36:31 -  1.11
+++ ChangeLog   30 Mar 2015 18:27:29 -  1.12
@@ -1,6 +1,9 @@
 # ChangeLog for games-util/hearse
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/hearse/ChangeLog,v 1.11 
2015/02/20 21:36:31 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/hearse/ChangeLog,v 1.12 
2015/03/30 18:27:29 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  hearse-1.5.ebuild:
+  EAPI=5
 
   20 Feb 2015; Ulrich Müller  hearse-1.5.ebuild:
   [QA] Drop keywords to unstable because of dropped games-roguelike/nethack
@@ -36,4 +39,3 @@
 
   25 Nov 2003; Michael Sterrett  hearse-1.4.ebuild:
   initial commit; ebuild supplied by Eric Harney via bug 33647 (modified)
-






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

2015-03-30 Thread Martin Mokrejs
commit: 024e8b388e709b7340cfcb8c620d057fc6bcdef4
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Mar 30 18:25:09 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 30 18:25:09 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=024e8b38

sci-biology/maker: improving the ebuild, needs some perl packages to be first 
introduced into portage tree; needs proper install and to avoid bundled 
3rd-party binaries, not sure if the perl modules are a copy of bioperl or not

Package-Manager: portage-2.2.18

 sci-biology/maker/ChangeLog   | 12 
 sci-biology/maker/maker-2.31.8.ebuild | 54 +++
 sci-biology/maker/metadata.xml|  9 ++
 3 files changed, 75 insertions(+)

diff --git a/sci-biology/maker/ChangeLog b/sci-biology/maker/ChangeLog
new file mode 100644
index 000..d954ed6
--- /dev/null
+++ b/sci-biology/maker/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for sci-biology/MAKER
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  16 Sep 2014; Christoph Junghans  MAKER-.ebuild:
+  added license
+
+*MAKER- (23 Mar 2014)
+
+  23 Mar 2014; Martin Mokrejs  +MAKER-.ebuild,
+  +metadata.xml:
+  a skeleton for a new package

diff --git a/sci-biology/maker/maker-2.31.8.ebuild 
b/sci-biology/maker/maker-2.31.8.ebuild
new file mode 100644
index 000..6bc8ff5
--- /dev/null
+++ b/sci-biology/maker/maker-2.31.8.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit eutils perl-module
+
+DESCRIPTION="A genome annotation viewer and pipeline for small eukaryota and 
prokaryota"
+HOMEPAGE="http://www.yandell-lab.org/software/maker.html";
+SRC_URI="maker-"${PV}".tgz"
+
+RESTRICT="fetch"
+
+# for academia: GPL-v2 or Artistic-2
+# for commercial: ask
+LICENSE="|| ( GPL-2 Artistic-2 )"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+# http://search.cpan.org/~rgarcia/Perl-Unsafe-Signals-0.02/
+# http://search.cpan.org/~rybskej/forks-0.36/lib/forks.pm
+# http://search.cpan.org/~rybskej/forks-0.36/lib/forks/shared.pm
+# http://search.cpan.org/~dconway/IO-Prompt-0.997002/lib/IO/Prompt.pm
+DEPEND="virtual/mpi
+   dev-perl/DBI
+   dev-perl/DBD-SQLite
+   dev-perl/File-Which
+   dev-perl/Bit-Vector
+   dev-perl/Inline-C
+   dev-perl/IO-All
+   dev-perl/libwww-perl
+   dev-perl/DBD-Pg
+   virtual/perl-Module-Build
+   >=sci-biology/bioperl-1.6
+   sci-biology/ncbi-tools || ( sci-biology/ncbi-tools++ )
+   sci-biology/snap
+   sci-biology/repeatmasker
+   sci-biology/exonerate
+   sci-biology/augustus"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/maker/src
+
+pkg_nofetch() {
+   einfo "Please visit ${HOMEPAGE} and obtain the file"
+   einfo "maker-"${PV}".tgz and place it into ${DISTDIR}"
+}
+
+src_compile(){
+   perl Build.PL || die
+   ./Build install || die
+}

diff --git a/sci-biology/maker/metadata.xml b/sci-biology/maker/metadata.xml
new file mode 100644
index 000..2bc8930
--- /dev/null
+++ b/sci-biology/maker/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  sci-biology
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+



[gentoo-commits] gentoo-x86 commit in games-sports/miniracer: miniracer-1.04.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 18:22:24

  Modified: miniracer-1.04.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  games-sports/miniracer/miniracer-1.04.ebuild

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

Index: miniracer-1.04.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-sports/miniracer/miniracer-1.04.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- miniracer-1.04.ebuild   13 Oct 2010 12:28:28 -  1.7
+++ miniracer-1.04.ebuild   30 Mar 2015 18:22:23 -  1.8
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-sports/miniracer/miniracer-1.04.ebuild,v 1.7 
2010/10/13 12:28:28 tupone Exp $
-EAPI=2
+# $Header: 
/var/cvsroot/gentoo-x86/games-sports/miniracer/miniracer-1.04.ebuild,v 1.8 
2015/03/30 18:22:23 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="an OpenGL car racing game, based on ID's famous Quake engine"
@@ -33,13 +33,10 @@
-e "s:@CFLAGS@:${CFLAGS}:" \
-e "s:@GAMES_LIBDIR@:$(games_get_libdir)/${PN}:" \
-e "s:@GAMES_BINDIR@:${GAMES_BINDIR}:" \
-   miniracer \
-   Makefile \
-   || die "2nd sed failed"
+   miniracer Makefile || die
 }
 
 src_install() {
-   emake DESTDIR="${D}" install || die "emake install failed"
-   dodoc TODO README ChangeLog
+   default
prepgamesdirs
 }



1.9  games-sports/miniracer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-sports/miniracer/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   13 Oct 2010 12:28:28 -  1.8
+++ ChangeLog   30 Mar 2015 18:22:23 -  1.9
@@ -1,6 +1,9 @@
 # ChangeLog for games-sports/miniracer
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/miniracer/ChangeLog,v 1.8 
2010/10/13 12:28:28 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-sports/miniracer/ChangeLog,v 1.9 
2015/03/30 18:22:23 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  miniracer-1.04.ebuild:
+  EAPI=5
 
   13 Oct 2010; Tupone Alfredo  miniracer-1.04.ebuild,
   +files/miniracer-1.04-ldflags.patch,
@@ -29,4 +32,3 @@
   01 Jun 2005; Michael Sterrett  +metadata.xml,
   +miniracer-1.04.ebuild:
   initial commit - ebuild submitted by Christoph Brill (egore) via bug #93056
-






[gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/pkg_pretend/

2015-03-30 Thread Markos Chandras
commit: e06fbb1a1067eb1971cecd6c99feaa683d138fae
Author: Thomas D  whissi  de>
AuthorDate: Wed Mar 25 21:25:03 2015 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Wed Mar 25 21:25:03 2015 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e06fbb1a

pkg_pretend: Binary packages also call this function

Proof: Create a dummy ebuild with

  pkg_pretend() {
  echo "Calling pkg_pretend()..."
  }

Now create the binary package:

  # emerge --buildpkgonly app-misc/testpkg::my-overlay

  These are the packages that would be built, in order:

  Calculating dependencies... done!
  [ebuild  N*] app-misc/testpkg-0.0.1::my-overlay  0 KiB

  Total: 1 package (1 new), Size of downloads: 0 KiB

  >>> Verifying ebuild manifests
  >>> Running pre-merge checks for app-misc/testpkg-0.0.1
  Calling pkg_pretend()...

  [...]

When you now install the binary package, pkg_pretend() will be called again:

  # emerge --usepkg=y -a1 app-misc/testpkg::my-overlay

  These are the packages that would be merged, in order:

  Calculating dependencies... done!
  [binary  N*] app-misc/testpkg-0.0.1::my-overlay  0 KiB

  Total: 1 package (1 new, 1 binary), Size of downloads: 0 KiB

  Would you like to merge these packages? [Yes/No] y
  >>> Running pre-merge checks for app-misc/testpkg-0.0.1
   * testpkg-0.0.1.tbz2 MD5 SHA1 size ;-) ...  [ ok ]
  Calling pkg_pretend()...

  [...]

 ebuild-writing/functions/pkg_pretend/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ebuild-writing/functions/pkg_pretend/text.xml 
b/ebuild-writing/functions/pkg_pretend/text.xml
index 0279145..61d213d 100644
--- a/ebuild-writing/functions/pkg_pretend/text.xml
+++ b/ebuild-writing/functions/pkg_pretend/text.xml
@@ -23,7 +23,7 @@
   
   
 Called for
-ebuild
+ebuild, binary
   
   
 EAPI



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

2015-03-30 Thread Markos Chandras
commit: 27924700b3ec2c7f88b0680e818baad84ad5002d
Author: Zero_Chaos  gmail  com>
AuthorDate: Wed Mar 25 21:40:58 2015 +
Commit: Markos Chandras  gentoo  org>
CommitDate: Wed Mar 25 21:40:58 2015 +
URL:https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=27924700

Merge pull request #27 from Whissi/correct-pkg_pretend-calltime

pkg_pretend: Binary packages also call this function

 ebuild-writing/functions/pkg_pretend/text.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[gentoo-commits] gentoo-x86 commit in games-server/ut2004-ded: ut2004-ded-3369.3-r1.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 18:15:37

  Modified: ut2004-ded-3369.3-r1.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.6  games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild

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

Index: ut2004-ded-3369.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ut2004-ded-3369.3-r1.ebuild 14 Dec 2011 17:31:42 -  1.5
+++ ut2004-ded-3369.3-r1.ebuild 30 Mar 2015 18:15:37 -  1.6
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v 
1.5 2011/12/14 17:31:42 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v 
1.6 2015/03/30 18:15:37 mr_bones_ Exp $
 
-EAPI=2
+EAPI=5
 inherit games
 
 BONUSPACK_P="dedicatedserver3339-bonuspack.zip"
@@ -62,22 +62,20 @@
games_make_wrapper ${PN} "./ucc-bin server" "${dir}"/System
 
insinto "${dir}"
-   doins -r * || die "doins failed"
-   fperms +x "${dir}"/System/ucc-bin || die "fperms failed"
+   doins -r *
+   fperms +x "${dir}"/System/ucc-bin
 
sed \
-e "s:@USER@:${GAMES_USER_DED}:" \
-e "s:@GROUP@:${GAMES_GROUP}:" \
-e "s:@HOME@:${GAMES_PREFIX}:" \
-   "${FILESDIR}"/${PN}.confd > "${T}"/${PN}.confd \
-   || die "sed confd failed"
-   newconfd "${T}"/${PN}.confd ${PN} || die "newconfd failed"
+   "${FILESDIR}"/${PN}.confd > "${T}"/${PN}.confd || die
+   newconfd "${T}"/${PN}.confd ${PN}
 
sed \
-e "s:@DIR@:${GAMES_BINDIR}:g" \
-   "${FILESDIR}"/${PN}.initd > "${T}"/${PN}.initd \
-   || die "sed initd failed"
-   newinitd "${T}"/${PN}.initd ${PN} || die "initd failed"
+   "${FILESDIR}"/${PN}.initd > "${T}"/${PN}.initd || die
+   newinitd "${T}"/${PN}.initd ${PN}
 
prepgamesdirs
 }



1.28 games-server/ut2004-ded/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   14 Dec 2011 17:31:42 -  1.27
+++ ChangeLog   30 Mar 2015 18:15:37 -  1.28
@@ -1,6 +1,10 @@
 # ChangeLog for games-server/ut2004-ded
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.27 
2011/12/14 17:31:42 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.28 
2015/03/30 18:15:37 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett 
+  ut2004-ded-3369.3-r1.ebuild:
+  EAPI=5
 
   14 Dec 2011; Mike Frysinger  ut2004-ded-3369.3-r1.ebuild:
   The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now
@@ -128,4 +132,3 @@
with an init script submitted by Ken Smith
   . Updated to 3236-1 patch by Davin Boling
with some modifications by me. Closing bug #46057.
-






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

2015-03-30 Thread Markos Chandras (hwoarang)
hwoarang15/03/30 18:14:04

  Modified: ChangeLog package.mask
  Log:
  Update lightdm mask

Revision  ChangesPath
1.9890   profiles/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9889
retrieving revision 1.9890
diff -u -r1.9889 -r1.9890
--- ChangeLog   30 Mar 2015 12:10:41 -  1.9889
+++ ChangeLog   30 Mar 2015 18:14:03 -  1.9890
@@ -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.9889 2015/03/30 
12:10:41 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9890 2015/03/30 
18:14:03 hwoarang 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!
 
+  30 Mar 2015; Markos Chandras  package.mask:
+  Update lightdm mask
+
   30 Mar 2015; Chí-Thanh Christopher Nguyễn 
   package.mask:
   Mask http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16449&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16449&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16448&r2=1.16449

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16448
retrieving revision 1.16449
diff -u -r1.16448 -r1.16449
--- package.mask30 Mar 2015 12:10:41 -  1.16448
+++ package.mask30 Mar 2015 18:14:04 -  1.16449
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16448 2015/03/30 
12:10:41 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16449 2015/03/30 
18:14:04 hwoarang 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
@@ -669,7 +669,7 @@
 
 # Markos Chandras  (18 Nov 2014)
 # Mask latest development version for testing
-=x11-misc/lightdm-1.13*
+=x11-misc/lightdm-1.14*
 
 # Samuli Suominen  (05 Nov 2014)
 # ConsoleKit2 from github by Eric Koegel, auth of xfce4-power-manager






[gentoo-commits] gentoo-x86 commit in x11-misc/lightdm: lightdm-1.14.0.ebuild ChangeLog lightdm-1.10.4.ebuild lightdm-1.12.2.ebuild

2015-03-30 Thread Markos Chandras (hwoarang)
hwoarang15/03/30 18:12:36

  Modified: ChangeLog
  Added:lightdm-1.14.0.ebuild
  Removed:  lightdm-1.10.4.ebuild lightdm-1.12.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.110x11-misc/lightdm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.110&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?rev=1.110&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   17 Mar 2015 20:37:44 -  1.109
+++ ChangeLog   30 Mar 2015 18:12:36 -  1.110
@@ -1,6 +1,12 @@
 # ChangeLog for x11-misc/lightdm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.109 
2015/03/17 20:37:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/ChangeLog,v 1.110 
2015/03/30 18:12:36 hwoarang Exp $
+
+*lightdm-1.14.0 (30 Mar 2015)
+
+  30 Mar 2015; Markos Chandras  +lightdm-1.14.0.ebuild,
+  -lightdm-1.10.4.ebuild, -lightdm-1.12.2.ebuild:
+  Version bump
 
 *lightdm-1.12.3 (17 Mar 2015)
 *lightdm-1.10.5 (17 Mar 2015)



1.1  x11-misc/lightdm/lightdm-1.14.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.14.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/lightdm-1.14.0.ebuild?rev=1.1&content-type=text/plain

Index: lightdm-1.14.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/lightdm/lightdm-1.14.0.ebuild,v 1.1 
2015/03/30 18:12:36 hwoarang Exp $

EAPI=5
inherit autotools eutils pam readme.gentoo systemd versionator

TRUNK_VERSION="$(get_version_component_range 1-2)"
DESCRIPTION="A lightweight display manager"
HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM";
SRC_URI="http://launchpad.net/${PN}/${TRUNK_VERSION}/${PV}/+download/${P}.tar.xz
mirror://gentoo/introspection-20110205.m4.tar.bz2"

LICENSE="GPL-3 LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="+gtk +introspection kde qt4 +gnome"
REQUIRED_USE="|| ( gtk kde )"

COMMON_DEPEND=">=dev-libs/glib-2.32.3:2
dev-libs/libxml2
gnome? ( sys-apps/accountsservice )
virtual/pam
x11-libs/libX11
>=x11-libs/libxklavier-5
introspection? ( >=dev-libs/gobject-introspection-1 )
qt4? (
dev-qt/qtcore:4
dev-qt/qtdbus:4
dev-qt/qtgui:4
)"
RDEPEND="${COMMON_DEPEND}
>=sys-auth/pambase-20101024-r2"
DEPEND="${COMMON_DEPEND}
dev-util/gtk-doc-am
dev-util/intltool
gnome? ( gnome-base/gnome-common )
sys-devel/gettext
virtual/pkgconfig"
PDEPEND="gtk? ( x11-misc/lightdm-gtk-greeter )
kde? ( x11-misc/lightdm-kde )"

DOCS=( NEWS )
RESTRICT="test"

src_prepare() {
sed -i -e 's:getgroups:lightdm_&:' tests/src/libsystem.c || die #412369
sed -i -e '/minimum-uid/s:500:1000:' data/users.conf || die

einfo "Fixing the session-wrapper variable in lightdm.conf"
sed -i -e \
"/session-wrapper/s@^.*@session-wrapper=/etc/${PN}/Xsession@" \
data/lightdm.conf || die "Failed to fix lightdm.conf"

epatch_user

# Remove bogus Makefile statement. This needs to go upstream
sed -i /"@YELP_HELP_RULES@"/d help/Makefile.am || die
if has_version dev-libs/gobject-introspection; then
eautoreconf
else
AT_M4DIR=${WORKDIR} eautoreconf
fi
}

src_configure() {
# Set default values if global vars unset
local _greeter _session _user
_greeter=${LIGHTDM_GREETER:=lightdm-gtk-greeter}
_session=${LIGHTDM_SESSION:=gnome}
_user=${LIGHTDM_USER:=root}
# Let user know how lightdm is configured
einfo "Gentoo configuration"
einfo "Default greeter: ${_greeter}"
einfo "Default session: ${_session}"
einfo "Greeter user: ${_user}"

# also disable tests because libsystem.c does not build. Tests are
# restricted so it does not matter anyway.
econf \
--localstatedir=/var \
--disable-static \
--disable-tests \
$(use_enable introspection) \
$(use_enable qt4 liblightdm-qt) \
 

[gentoo-commits] gentoo-x86 commit in games-simulation/dangerdeep: dangerdeep-0.3.0.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 17:54:11

  Modified: dangerdeep-0.3.0.ebuild ChangeLog
  Log:
  mark stable
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.15 games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild?r1=1.14&r2=1.15

Index: dangerdeep-0.3.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dangerdeep-0.3.0.ebuild 28 Feb 2015 06:59:17 -  1.14
+++ dangerdeep-0.3.0.ebuild 30 Mar 2015 17:54:11 -  1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 
1.14 2015/02/28 06:59:17 mr_bones_ Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 
1.15 2015/03/30 17:54:11 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils scons-utils games
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 CC-BY-NC-ND-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="cpu_flags_x86_sse debug"
 
 RDEPEND="virtual/opengl



1.18 games-simulation/dangerdeep/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   28 Feb 2015 06:59:17 -  1.17
+++ ChangeLog   30 Mar 2015 17:54:11 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for games-simulation/dangerdeep
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 
1.17 2015/02/28 06:59:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 
1.18 2015/03/30 17:54:11 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett  dangerdeep-0.3.0.ebuild:
+  mark stable
 
   28 Feb 2015; Michael Sterrett  dangerdeep-0.3.0.ebuild:
   EAPI=5






[gentoo-commits] gentoo-x86 commit in games-server/bf1942-lnxded: bf1942-lnxded-1.61.ebuild ChangeLog

2015-03-30 Thread Michael Sterrett (mr_bones_)
mr_bones_15/03/30 17:43:34

  Modified: bf1942-lnxded-1.61.ebuild ChangeLog
  Log:
  EAPI=5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.10 games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild?r1=1.9&r2=1.10

Index: bf1942-lnxded-1.61.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bf1942-lnxded-1.61.ebuild   30 Apr 2014 19:25:04 -  1.9
+++ bf1942-lnxded-1.61.ebuild   30 Mar 2015 17:43:34 -  1.10
@@ -1,13 +1,14 @@
-# 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-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild,v 
1.9 2014/04/30 19:25:04 ulm Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-server/bf1942-lnxded/bf1942-lnxded-1.61.ebuild,v 
1.10 2015/03/30 17:43:34 mr_bones_ Exp $
 
+EAPI=5
 inherit eutils unpacker games
 
 DESCRIPTION="dedicated server for Battlefield 1942"
-HOMEPAGE="http://www.eagames.com/official/battlefield/1942/us/editorial/serveradminfaq.jsp";
-SRC_URI="http://bf1942.lightcubed.com/dist/${PN/-/_}-1.6-rc2.run
-   ftp://largedownloads.ea.com/pub/misc/bf1942-update-${PV}.tar.gz";
+HOMEPAGE="http://www.battlefield.com/battlefield-1942";
+SRC_URI="http://ftp.games.skynet.be/pub/misc/${PN/-/_}-1.6-rc2.run
+   http://ftp.games.skynet.be/pub/misc/bf1942-update-${PV}.tar.gz";
 
 LICENSE="bf1942-lnxded"
 SLOT="0"
@@ -20,6 +21,8 @@
 dir=${GAMES_PREFIX_OPT}/bf1942
 Ddir=${D}/${dir}
 
+QA_PREBUILT="${dir}/*.so ${dir}/bf1942_lnxded.*"
+
 src_unpack() {
mkdir bf1942 && cd bf1942
unpack_makeself ${PN/-/_}-1.6-rc2.run
@@ -29,10 +32,10 @@
 
 src_install() {
dodir "${dir}"
-   mv -f "${S}"/bf1942/* "${S}" || die "Copying patch files"
-   rm -rf "${S}"/bf1942 || die "removing extra directory"
+   mv -f "${S}"/bf1942/* "${S}" || die
+   rm -rf "${S}"/bf1942 || die
 
-   mv "${S}"/* "${Ddir}" || die "Copying game data"
+   mv "${S}"/* "${Ddir}" || die
dosym bf1942_lnxded.dynamic "${dir}"/bf1942_lnxded
games_make_wrapper ${PN} ./bf1942_lnxded "${dir}"
 



1.13 games-server/bf1942-lnxded/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-server/bf1942-lnxded/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   30 Apr 2014 19:25:04 -  1.12
+++ ChangeLog   30 Mar 2015 17:43:34 -  1.13
@@ -1,6 +1,10 @@
 # ChangeLog for games-server/bf1942-lnxded
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/bf1942-lnxded/ChangeLog,v 1.12 
2014/04/30 19:25:04 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-server/bf1942-lnxded/ChangeLog,v 1.13 
2015/03/30 17:43:34 mr_bones_ Exp $
+
+  30 Mar 2015; Michael Sterrett 
+  bf1942-lnxded-1.61.ebuild:
+  EAPI=5
 
   30 Apr 2014; Ulrich Müller  bf1942-lnxded-1.61.ebuild:
   Fix LICENSE, bug 505746.






[gentoo-commits] gentoo-x86 commit in media-gfx/argyllcms: argyllcms-1.6.3-r1.ebuild ChangeLog

2015-03-30 Thread Bernard Cafarelli (voyageur)
voyageur15/03/30 17:24:54

  Modified: ChangeLog
  Added:argyllcms-1.6.3-r1.ebuild
  Log:
  Fix obsolete /lib/udev/usb-db use, patch from Debian, fixes bug #544728. Also 
add some slot operator deps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.39 media-gfx/argyllcms/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?rev=1.39&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?rev=1.39&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   14 Aug 2014 12:40:00 -  1.38
+++ ChangeLog   30 Mar 2015 17:24:54 -  1.39
@@ -1,6 +1,13 @@
 # ChangeLog for media-gfx/argyllcms
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.38 
2014/08/14 12:40:00 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/argyllcms/ChangeLog,v 1.39 
2015/03/30 17:24:54 voyageur Exp $
+
+*argyllcms-1.6.3-r1 (30 Mar 2015)
+
+  30 Mar 2015; Bernard Cafarelli 
+  +argyllcms-1.6.3-r1.ebuild, +files/argyllcms-1.6.3-usb-db.patch:
+  Fix obsolete /lib/udev/usb-db use, patch from Debian, fixes bug #544728. Also
+  add some slot operator deps
 
   14 Aug 2014; Jeroen Roovers  argyllcms-1.6.3.ebuild:
   Stable for HPPA (bug #517804).



1.1  media-gfx/argyllcms/argyllcms-1.6.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/argyllcms-1.6.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/argyllcms-1.6.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: argyllcms-1.6.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/argyllcms/argyllcms-1.6.3-r1.ebuild,v 1.1 
2015/03/30 17:24:54 voyageur Exp $

EAPI=5

inherit base flag-o-matic multiprocessing toolchain-funcs udev

MY_P="Argyll_V${PV}"

DESCRIPTION="Open source, ICC compatible color management system"
HOMEPAGE="http://www.argyllcms.com/";
SRC_URI="http://www.argyllcms.com/${MY_P}_src.zip";

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
IUSE="doc"

RDEPEND="
media-libs/tiff:0
sys-libs/zlib
virtual/jpeg:0
x11-libs/libX11
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libXxf86vm
x11-libs/libXScrnSaver"
DEPEND="${RDEPEND}
app-arch/unzip
dev-util/ftjam"

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

PATCHES=(
"${FILESDIR}"/${P}-usb-db.patch
)

src_compile() {
# Make it respect LDFLAGS
echo "LINKFLAGS += ${LDFLAGS} ;" >> Jamtop

# Evil hack to get --as-needed working. The build system unfortunately 
lists all
# the shared libraries by default on the command line _before_ the 
object to be built...
echo "STDLIBS += -ldl -lrt -lX11 -lXext -lXxf86vm -lXinerama -lXrandr 
-lXau -lXdmcp -lXss -ltiff -ljpeg ;" >> Jamtop

append-cflags -DUNIX -D_THREAD_SAFE

sed \
-e 's:CCFLAGS:CFLAGS:g' \
-e "s:ar rusc:$(tc-getAR) rusc:g" \
-i Jambase || die

tc-export CC RANLIB

jam -dx -fJambase "-j$(makeopts_jobs)" || die
}

src_install() {
jam -dx -fJambase install || die

rm bin/License.txt || die

pushd bin > /dev/null
local binname
for binname in * ; do
newbin ${binname} argyll-${binname}
done
popd > /dev/null

use doc && dohtml doc/*

dodoc log.txt Readme.txt ttbd.txt notes.txt

insinto /usr/share/${PN}
doins -r ref

udev_dorules usb/55-Argyll.rules
}

pkg_postinst() {
elog "If you have a Spyder2 you need to extract the firmware"
elog "from the CVSpyder.dll of the windows driver package"
elog "and store it as /usr/share/color/spyd2PLD.bin"
echo
elog "For further info on setting up instrument access read"
elog "http://www.argyllcms.com/doc/Installing_Linux.html";
echo
}






[gentoo-commits] gentoo-x86 commit in media-gfx/argyllcms/files: argyllcms-1.6.3-usb-db.patch

2015-03-30 Thread Bernard Cafarelli (voyageur)
voyageur15/03/30 17:24:55

  Added:argyllcms-1.6.3-usb-db.patch
  Log:
  Fix obsolete /lib/udev/usb-db use, patch from Debian, fixes bug #544728. Also 
add some slot operator deps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  ChangesPath
1.1  media-gfx/argyllcms/files/argyllcms-1.6.3-usb-db.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/files/argyllcms-1.6.3-usb-db.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/argyllcms/files/argyllcms-1.6.3-usb-db.patch?rev=1.1&content-type=text/plain

Index: argyllcms-1.6.3-usb-db.patch
===
Index: trunk/usb/55-Argyll.rules
===
--- trunk.orig/usb/55-Argyll.rules  2014-09-25 11:10:12.0 +0200
+++ trunk/usb/55-Argyll.rules   2014-09-26 14:08:21.067295380 +0200
@@ -85,6 +85,6 @@
 ENV{COLOR_MEASUREMENT_DEVICE}=="*?", ENV{ACL_MANAGE}!="*?", MODE="660", 
GROUP="plugdev"
 
 # Set ID_VENDOR and ID_MODEL acording to VID and PID
-TEST=="/lib/udev/usb-db", IMPORT{program}="usb-db %p"
+IMPORT{builtin}="hwdb --subsystem=usb"
 
 LABEL="argyll_rules_end"






[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-trident/files: xf86-video-trident-1.3.6-no-xaa.patch xf86-video-trident-1.3.6-remove-mibstore_h.patch

2015-03-30 Thread Matt Turner (mattst88)
mattst8815/03/30 17:19:57

  Removed:  xf86-video-trident-1.3.6-no-xaa.patch
xf86-video-trident-1.3.6-remove-mibstore_h.patch
  Log:
  Drop old.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
974CA72A)



[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-trident: xf86-video-trident-1.3.7.ebuild ChangeLog

2015-03-30 Thread Matt Turner (mattst88)
mattst8815/03/30 17:19:18

  Modified: ChangeLog
  Added:xf86-video-trident-1.3.7.ebuild
  Log:
  Version bump to 1.3.7, straight to stable. Fixes bug 449112.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 974CA72A)

Revision  ChangesPath
1.73 x11-drivers/xf86-video-trident/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   8 Oct 2013 05:06:51 -   1.72
+++ ChangeLog   30 Mar 2015 17:19:18 -  1.73
@@ -1,6 +1,12 @@
 # ChangeLog for x11-drivers/xf86-video-trident
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 
1.72 2013/10/08 05:06:51 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 
1.73 2015/03/30 17:19:18 mattst88 Exp $
+
+*xf86-video-trident-1.3.7 (30 Mar 2015)
+
+  30 Mar 2015; Matt Turner 
+  +xf86-video-trident-1.3.7.ebuild:
+  Version bump to 1.3.7, straight to stable. Fixes bug 449112.
 
   08 Oct 2013; Agostino Sarubbo 
   xf86-video-trident-1.3.6-r2.ebuild:



1.1  
x11-drivers/xf86-video-trident/xf86-video-trident-1.3.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.7.ebuild?rev=1.1&content-type=text/plain

Index: xf86-video-trident-1.3.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/xf86-video-trident-1.3.7.ebuild,v
 1.1 2015/03/30 17:19:18 mattst88 Exp $

EAPI=5
inherit xorg-2

DESCRIPTION="Trident video driver"
KEYWORDS="amd64 ia64 ppc x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND=">=x11-base/xorg-server-1.0.99"
DEPEND="${RDEPEND}"






[gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-trident: ChangeLog xf86-video-trident-1.3.5.ebuild xf86-video-trident-1.3.6-r2.ebuild xf86-video-trident-1.3.6-r1.ebuild

2015-03-30 Thread Matt Turner (mattst88)
mattst8815/03/30 17:19:57

  Modified: ChangeLog
  Removed:  xf86-video-trident-1.3.5.ebuild
xf86-video-trident-1.3.6-r2.ebuild
xf86-video-trident-1.3.6-r1.ebuild
  Log:
  Drop old.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
974CA72A)

Revision  ChangesPath
1.74 x11-drivers/xf86-video-trident/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog?rev=1.74&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog?rev=1.74&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog   30 Mar 2015 17:19:18 -  1.73
+++ ChangeLog   30 Mar 2015 17:19:57 -  1.74
@@ -1,6 +1,13 @@
 # ChangeLog for x11-drivers/xf86-video-trident
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 
1.73 2015/03/30 17:19:18 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-trident/ChangeLog,v 
1.74 2015/03/30 17:19:57 mattst88 Exp $
+
+  30 Mar 2015; Matt Turner 
+  -files/xf86-video-trident-1.3.6-no-xaa.patch,
+  -files/xf86-video-trident-1.3.6-remove-mibstore_h.patch,
+  -xf86-video-trident-1.3.5.ebuild, -xf86-video-trident-1.3.6-r1.ebuild,
+  -xf86-video-trident-1.3.6-r2.ebuild:
+  Drop old.
 
 *xf86-video-trident-1.3.7 (30 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-10.5.2.ebuild ChangeLog

2015-03-30 Thread Matt Turner (mattst88)
mattst8815/03/30 17:04:32

  Modified: mesa-10.5.2.ebuild ChangeLog
  Log:
  Move python deps back, bug 545058.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
974CA72A)

Revision  ChangesPath
1.2  media-libs/mesa/mesa-10.5.2.ebuild

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

Index: mesa-10.5.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mesa-10.5.2.ebuild  28 Mar 2015 19:53:47 -  1.1
+++ mesa-10.5.2.ebuild  30 Mar 2015 17:04:32 -  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-libs/mesa/mesa-10.5.2.ebuild,v 1.1 
2015/03/28 19:53:47 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild,v 1.2 
2015/03/30 17:04:32 mattst88 Exp $
 
 EAPI=5
 
@@ -154,12 +154,12 @@
>=x11-proto/xextproto-7.2.1-r1:=[${MULTILIB_USEDEP}]
>=x11-proto/xf86driproto-2.1.1-r1:=[${MULTILIB_USEDEP}]
>=x11-proto/xf86vidmodeproto-2.3.1-r1:=[${MULTILIB_USEDEP}]
+   ${PYTHON_DEPS}
+   $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
 "
 [[ ${PV} == "" ]] && DEPEND+="
sys-devel/bison
sys-devel/flex
-   ${PYTHON_DEPS}
-   $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
 "
 
 S="${WORKDIR}/${MY_P}"



1.634media-libs/mesa/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.634&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.634&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.633&r2=1.634

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
retrieving revision 1.633
retrieving revision 1.634
diff -u -r1.633 -r1.634
--- ChangeLog   28 Mar 2015 19:53:47 -  1.633
+++ ChangeLog   30 Mar 2015 17:04:32 -  1.634
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/mesa
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.633 
2015/03/28 19:53:47 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.634 
2015/03/30 17:04:32 mattst88 Exp $
+
+  30 Mar 2015; Matt Turner  mesa-10.5.2.ebuild:
+  Move python deps back, bug 545058.
 
 *mesa-10.5.2 (28 Mar 2015)
 






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

2015-03-30 Thread Martin Mokrejs
commit: 4d653b1c16ed43c5fc7f86ab5d2e93e71573cae2
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Mon Mar 30 16:41:32 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Mon Mar 30 16:41:32 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d653b1c

sci-biology/kmergenie: version bump

Package-Manager: portage-2.2.18

 sci-biology/kmergenie/ChangeLog | 6 ++
 .../kmergenie/{kmergenie-1.6950.ebuild => kmergenie-1.6971.ebuild}  | 0
 2 files changed, 6 insertions(+)

diff --git a/sci-biology/kmergenie/ChangeLog b/sci-biology/kmergenie/ChangeLog
index 93a1fa9..72b81bf 100644
--- a/sci-biology/kmergenie/ChangeLog
+++ b/sci-biology/kmergenie/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*kmergenie-1.6971 (30 Mar 2015)
+
+  30 Mar 2015; Martin Mokrejs 
+  +kmergenie-1.6971.ebuild, -kmergenie-1.6950.ebuild:
+  sci-biology/kmergenie: version bump
+
   18 Mar 2015; Martin Mokrejs 
   kmergenie-1.6950.ebuild:
   install the real binary, add dependency of external python module; the DEPEND

diff --git a/sci-biology/kmergenie/kmergenie-1.6950.ebuild 
b/sci-biology/kmergenie/kmergenie-1.6971.ebuild
similarity index 100%
rename from sci-biology/kmergenie/kmergenie-1.6950.ebuild
rename to sci-biology/kmergenie/kmergenie-1.6971.ebuild



[gentoo-commits] gentoo-x86 commit in dev-libs/liblognorm: ChangeLog liblognorm-1.1.0.ebuild

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:32:53

  Modified: ChangeLog liblognorm-1.1.0.ebuild
  Log:
  Stable for HPPA (bug #544208).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.35 dev-libs/liblognorm/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblognorm/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   25 Mar 2015 14:12:22 -  1.34
+++ ChangeLog   30 Mar 2015 16:32:53 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/liblognorm
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblognorm/ChangeLog,v 1.34 
2015/03/25 14:12:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblognorm/ChangeLog,v 1.35 
2015/03/30 16:32:53 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  liblognorm-1.1.0.ebuild:
+  Stable for HPPA (bug #544208).
 
   25 Mar 2015; Agostino Sarubbo  liblognorm-1.1.0.ebuild:
   Stable for x86, wrt bug #544208



1.4  dev-libs/liblognorm/liblognorm-1.1.0.ebuild

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

Index: liblognorm-1.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblognorm/liblognorm-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- liblognorm-1.1.0.ebuild 25 Mar 2015 14:12:22 -  1.3
+++ liblognorm-1.1.0.ebuild 30 Mar 2015 16:32:53 -  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/dev-libs/liblognorm/liblognorm-1.1.0.ebuild,v 1.3 
2015/03/25 14:12:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/liblognorm/liblognorm-1.1.0.ebuild,v 1.4 
2015/03/30 16:32:53 jer Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~hppa x86 ~amd64-linux"
+KEYWORDS="amd64 ~arm hppa x86 ~amd64-linux"
 IUSE="debug doc pcre static-libs test"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in app-admin/rsyslog: ChangeLog rsyslog-8.7.0-r2.ebuild

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:33:26

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

Revision  ChangesPath
1.138app-admin/rsyslog/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/ChangeLog?rev=1.138&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/ChangeLog?rev=1.138&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/rsyslog/ChangeLog?r1=1.137&r2=1.138

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/rsyslog/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog   27 Mar 2015 16:28:58 -  1.137
+++ ChangeLog   30 Mar 2015 16:33:26 -  1.138
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/rsyslog
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/ChangeLog,v 1.137 
2015/03/27 16:28:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/ChangeLog,v 1.138 
2015/03/30 16:33:26 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  rsyslog-8.7.0-r2.ebuild:
+  Stable for HPPA (bug #536786).
 
   27 Mar 2015; Agostino Sarubbo  rsyslog-8.7.0-r2.ebuild:
   Stable for amd64, wrt bug #536786



1.4  app-admin/rsyslog/rsyslog-8.7.0-r2.ebuild

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

Index: rsyslog-8.7.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-8.7.0-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rsyslog-8.7.0-r2.ebuild 27 Mar 2015 16:28:58 -  1.3
+++ rsyslog-8.7.0-r2.ebuild 30 Mar 2015 16:33:26 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-8.7.0-r2.ebuild,v 
1.3 2015/03/27 16:28:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/rsyslog/rsyslog-8.7.0-r2.ebuild,v 
1.4 2015/03/30 16:33:26 jer Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=1
@@ -33,7 +33,7 @@
http://www.rsyslog.com/files/download/${PN}/${P}.tar.gz
doc? ( 
http://www.rsyslog.com/files/download/${PN}/${PN}-doc-${PV}.tar.gz )
"
-   KEYWORDS="amd64 ~arm ~hppa ~x86"
+   KEYWORDS="amd64 ~arm hppa ~x86"
 
PATCHES+=( 
"${FILESDIR}"/${BRANCH}/50-rsyslog-run-queue-persist-test-only-once.patch )
PATCHES+=( 
"${FILESDIR}"/${BRANCH}/50-rsyslog-fix-size-based-legacy-config-statements.patch
 )






[gentoo-commits] gentoo-x86 commit in app-office/lyx: lyx-2.1.3.ebuild ChangeLog

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:27:40

  Modified: lyx-2.1.3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #544700).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  app-office/lyx/lyx-2.1.3.ebuild

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

Index: lyx-2.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lyx-2.1.3.ebuild28 Feb 2015 14:59:13 -  1.1
+++ lyx-2.1.3.ebuild30 Mar 2015 16:27:40 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.1.3.ebuild,v 1.1 
2015/02/28 14:59:13 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-2.1.3.ebuild,v 1.2 
2015/03/30 16:27:40 jer Exp $
 
 EAPI=5
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos 
~x86-macos"
 IUSE="cups debug nls +latex monolithic-build html rtf dot docbook dia 
subversion rcs svg gnumeric +hunspell aspell enchant"
 
 LANGS="ar ca cs de da el en es eu fi fr gl he hu ia id it ja nb nn pl pt ro ru 
sk sr sv tr uk zh_CN zh_TW"



1.330app-office/lyx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?rev=1.330&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?rev=1.330&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/lyx/ChangeLog?r1=1.329&r2=1.330

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -r1.329 -r1.330
--- ChangeLog   28 Feb 2015 14:59:13 -  1.329
+++ ChangeLog   30 Mar 2015 16:27:40 -  1.330
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/lyx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.329 2015/02/28 
14:59:13 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.330 2015/03/30 
16:27:40 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  lyx-2.1.3.ebuild:
+  Stable for HPPA (bug #544700).
 
 *lyx-2.1.3 (28 Feb 2015)
 






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

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:23:29

  Modified: linux-headers-3.18.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #541048).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.7  sys-kernel/linux-headers/linux-headers-3.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild?r1=1.6&r2=1.7

Index: linux-headers-3.18.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-headers-3.18.ebuild   30 Mar 2015 03:21:40 -  1.6
+++ linux-headers-3.18.ebuild   30 Mar 2015 16:23:29 -  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/sys-kernel/linux-headers/linux-headers-3.18.ebuild,v 
1.6 2015/03/30 03:21:40 tgall Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-3.18.ebuild,v 
1.7 2015/03/30 16:23:29 jer Exp $
 
 EAPI="4"
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://gentoo/gentoo-headers-base-${PV}.tar.xz
${PATCH_VER:+mirror://gentoo/gentoo-headers-${PV}-${PATCH_VER}.tar.xz}"
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
 
 DEPEND="app-arch/xz-utils
dev-lang/perl"



1.432sys-kernel/linux-headers/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v
retrieving revision 1.431
retrieving revision 1.432
diff -u -r1.431 -r1.432
--- ChangeLog   30 Mar 2015 03:21:40 -  1.431
+++ ChangeLog   30 Mar 2015 16:23:29 -  1.432
@@ -1,6 +1,9 @@
 # ChangeLog for sys-kernel/linux-headers
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.431 
2015/03/30 03:21:40 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/ChangeLog,v 1.432 
2015/03/30 16:23:29 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  linux-headers-3.18.ebuild:
+  Stable for HPPA (bug #541048).
 
   30 Mar 2015;   linux-headers-3.18.ebuild:
   stable on arm64, minimum needed for HiKey and other boards






[gentoo-commits] gentoo-x86 commit in dev-tcltk/tls: tls-1.6-r3.ebuild ChangeLog

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:22:19

  Modified: tls-1.6-r3.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #543898).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.5  dev-tcltk/tls/tls-1.6-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tls/tls-1.6-r3.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tls/tls-1.6-r3.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tls/tls-1.6-r3.ebuild?r1=1.4&r2=1.5

Index: tls-1.6-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tls/tls-1.6-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tls-1.6-r3.ebuild   28 Mar 2015 21:43:52 -  1.4
+++ tls-1.6-r3.ebuild   30 Mar 2015 16:22:19 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/tls-1.6-r3.ebuild,v 1.4 
2015/03/28 21:43:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/tls-1.6-r3.ebuild,v 1.5 
2015/03/30 16:22:19 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos"
 IUSE="tk"
 
 DEPEND="



1.40 dev-tcltk/tls/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tls/ChangeLog?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tls/ChangeLog?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/tls/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog   28 Mar 2015 21:43:52 -  1.39
+++ ChangeLog   30 Mar 2015 16:22:19 -  1.40
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/tls
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v 1.39 2015/03/28 
21:43:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tls/ChangeLog,v 1.40 2015/03/30 
16:22:19 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  tls-1.6-r3.ebuild:
+  Stable for HPPA (bug #543898).
 
   28 Mar 2015; Agostino Sarubbo  tls-1.6-r3.ebuild:
   Stable for ppc, wrt bug #543898






[gentoo-commits] gentoo-x86 commit in dev-tcltk/thread: thread-2.7.1.ebuild ChangeLog

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:21:29

  Modified: thread-2.7.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #535386).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.6  dev-tcltk/thread/thread-2.7.1.ebuild

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

Index: thread-2.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.7.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- thread-2.7.1.ebuild 28 Mar 2015 21:42:04 -  1.5
+++ thread-2.7.1.ebuild 30 Mar 2015 16:21:29 -  1.6
@@ -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-tcltk/thread/thread-2.7.1.ebuild,v 1.5 
2015/03/28 21:42:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/thread-2.7.1.ebuild,v 1.6 
2015/03/30 16:21:29 jer Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~x86-fbsd"
 IUSE="debug gdbm"
 
 DEPEND="



1.36 dev-tcltk/thread/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   28 Mar 2015 21:42:04 -  1.35
+++ ChangeLog   30 Mar 2015 16:21:29 -  1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-tcltk/thread
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.35 
2015/03/28 21:42:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/thread/ChangeLog,v 1.36 
2015/03/30 16:21:29 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  thread-2.7.1.ebuild:
+  Stable for HPPA (bug #535386).
 
   28 Mar 2015; Agostino Sarubbo  thread-2.7.1.ebuild:
   Stable for ppc, wrt bug #535386






[gentoo-commits] gentoo-x86 commit in dev-python/testtools: testtools-1.7.1.ebuild ChangeLog

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:19:53

  Modified: testtools-1.7.1.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #544146).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-python/testtools/testtools-1.7.1.ebuild

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

Index: testtools-1.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testtools-1.7.1.ebuild  21 Mar 2015 15:21:53 -  1.1
+++ testtools-1.7.1.ebuild  30 Mar 2015 16:19:53 -  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-python/testtools/testtools-1.7.1.ebuild,v 1.1 
2015/03/21 15:21:53 alunduil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.7.1.ebuild,v 1.2 
2015/03/30 16:19:53 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE="doc test"
 
 CDEPEND="



1.119dev-python/testtools/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog   21 Mar 2015 15:21:53 -  1.118
+++ ChangeLog   30 Mar 2015 16:19:53 -  1.119
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testtools
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.118 
2015/03/21 15:21:53 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/ChangeLog,v 1.119 
2015/03/30 16:19:53 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  testtools-1.7.1.ebuild:
+  Marked ~hppa (bug #544146).
 
 *testtools-1.7.1 (21 Mar 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/unittest2: ChangeLog unittest2-1.0.1.ebuild

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:17:22

  Modified: ChangeLog unittest2-1.0.1.ebuild
  Log:
  Marked ~hppa (bug #544146).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.56 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   19 Mar 2015 15:46:15 -  1.55
+++ ChangeLog   30 Mar 2015 16:17:22 -  1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.55 
2015/03/19 15:46:15 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.56 
2015/03/30 16:17:22 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  unittest2-1.0.1.ebuild:
+  Marked ~hppa (bug #544146).
 
 *unittest2-1.0.1 (19 Mar 2015)
 



1.2  dev-python/unittest2/unittest2-1.0.1.ebuild

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

Index: unittest2-1.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unittest2-1.0.1.ebuild  19 Mar 2015 15:46:15 -  1.1
+++ unittest2-1.0.1.ebuild  30 Mar 2015 16:17:22 -  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-python/unittest2/unittest2-1.0.1.ebuild,v 1.1 
2015/03/19 15:46:15 alunduil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1.ebuild,v 1.2 
2015/03/30 16:17:22 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE=""
 
 CDEPEND="






[gentoo-commits] gentoo-x86 commit in dev-python/traceback2: ChangeLog traceback2-1.4.0.ebuild

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:16:41

  Modified: ChangeLog traceback2-1.4.0.ebuild
  Log:
  Marked ~hppa (bug #544142).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.2  dev-python/traceback2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/traceback2/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   17 Mar 2015 19:09:59 -  1.1
+++ ChangeLog   30 Mar 2015 16:16:41 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/traceback2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/traceback2/ChangeLog,v 1.1 
2015/03/17 19:09:59 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/traceback2/ChangeLog,v 1.2 
2015/03/30 16:16:41 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  traceback2-1.4.0.ebuild:
+  Marked ~hppa (bug #544142).
 
 *traceback2-1.4.0 (17 Mar 2015)
 



1.2  dev-python/traceback2/traceback2-1.4.0.ebuild

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

Index: traceback2-1.4.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- traceback2-1.4.0.ebuild 17 Mar 2015 19:09:59 -  1.1
+++ traceback2-1.4.0.ebuild 30 Mar 2015 16:16:41 -  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-python/traceback2/traceback2-1.4.0.ebuild,v 1.1 
2015/03/17 19:09:59 alunduil Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v 1.2 
2015/03/30 16:16:41 jer Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE=""
 
 DEPEND="






[gentoo-commits] gentoo-x86 commit in dev-python/linecache2: linecache2-1.0.0.ebuild ChangeLog

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:16:06

  Modified: linecache2-1.0.0.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #544142).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.3  dev-python/linecache2/linecache2-1.0.0.ebuild

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

Index: linecache2-1.0.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linecache2-1.0.0.ebuild 28 Mar 2015 06:58:39 -  1.2
+++ linecache2-1.0.0.ebuild 30 Mar 2015 16:16:06 -  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-python/linecache2/linecache2-1.0.0.ebuild,v 1.2 
2015/03/28 06:58:39 maekke Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v 1.3 
2015/03/30 16:16:06 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
 
 LICENSE="PSF-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~hppa"
 IUSE="test"
 
 DEPEND="



1.3  dev-python/linecache2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   28 Mar 2015 06:58:39 -  1.2
+++ ChangeLog   30 Mar 2015 16:16:06 -  1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/linecache2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v 1.2 
2015/03/28 06:58:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/ChangeLog,v 1.3 
2015/03/30 16:16:06 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  linecache2-1.0.0.ebuild:
+  Marked ~hppa (bug #544142).
 
   28 Mar 2015; Markus Meier  linecache2-1.0.0.ebuild:
   add ~arm, bug #544142






[gentoo-commits] gentoo-x86 commit in net-misc/putty: ChangeLog putty-0.63_p20141002.ebuild

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:12:40

  Modified: ChangeLog
  Removed:  putty-0.63_p20141002.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.113net-misc/putty/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/ChangeLog?rev=1.113&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/ChangeLog?rev=1.113&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/putty/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   30 Mar 2015 10:02:24 -  1.112
+++ ChangeLog   30 Mar 2015 16:12:40 -  1.113
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/putty
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.112 2015/03/30 
10:02:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/putty/ChangeLog,v 1.113 2015/03/30 
16:12:40 jer Exp $
+
+  30 Mar 2015; Jeroen Roovers  -putty-0.63_p20141002.ebuild:
+  Old.
 
   30 Mar 2015; Agostino Sarubbo  putty-0.64.ebuild:
   Stable for alpha, wrt bug #542098






[gentoo-commits] gentoo-x86 commit in dev-libs/libnl: ChangeLog libnl-3.2.26.ebuild libnl-3.2.26_rc1.ebuild

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 16:10:31

  Modified: ChangeLog
  Added:libnl-3.2.26.ebuild
  Removed:  libnl-3.2.26_rc1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.223dev-libs/libnl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -r1.222 -r1.223
--- ChangeLog   22 Mar 2015 11:01:59 -  1.222
+++ ChangeLog   30 Mar 2015 16:10:31 -  1.223
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libnl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.222 2015/03/22 
11:01:59 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.223 2015/03/30 
16:10:31 jer Exp $
+
+*libnl-3.2.26 (30 Mar 2015)
+
+  30 Mar 2015; Jeroen Roovers  -libnl-3.2.26_rc1.ebuild,
+  +libnl-3.2.26.ebuild:
+  Version bump.
 
   22 Mar 2015; Andreas Schuerch  libnl-3.2.25.ebuild:
   x86 stable, see bug 509544



1.1  dev-libs/libnl/libnl-3.2.26.ebuild

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

Index: libnl-3.2.26.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.26.ebuild,v 1.1 
2015/03/30 16:10:31 jer Exp $

EAPI=5
PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} )
DISTUTILS_OPTIONAL=1
inherit distutils-r1 eutils libtool multilib multilib-minimal

NL_P=${P/_/-}

DESCRIPTION="A collection of libraries providing APIs to netlink protocol based 
Linux kernel interfaces"
HOMEPAGE="http://www.infradead.org/~tgr/libnl/";
SRC_URI="

https://github.com/thom311/${PN}/releases/download/${PN}${PV//./_}/${P}.tar.gz
"
LICENSE="LGPL-2.1 utils? ( GPL-2 )"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="static-libs python utils"

RDEPEND="python? ( ${PYTHON_DEPS} )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20140508-r5
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="${RDEPEND}
python? ( dev-lang/swig )
sys-devel/flex
sys-devel/bison
"

REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

DOCS=( ChangeLog )

S=${WORKDIR}/${NL_P}

MULTILIB_WRAPPED_HEADERS=(
# we do not install CLI stuff for non-native
/usr/include/libnl3/netlink/cli/addr.h
/usr/include/libnl3/netlink/cli/class.h
/usr/include/libnl3/netlink/cli/cls.h
/usr/include/libnl3/netlink/cli/ct.h
/usr/include/libnl3/netlink/cli/exp.h
/usr/include/libnl3/netlink/cli/link.h
/usr/include/libnl3/netlink/cli/neigh.h
/usr/include/libnl3/netlink/cli/qdisc.h
/usr/include/libnl3/netlink/cli/route.h
/usr/include/libnl3/netlink/cli/rule.h
/usr/include/libnl3/netlink/cli/tc.h
/usr/include/libnl3/netlink/cli/utils.h
)

src_prepare() {
epatch "${FILESDIR}"/${PN}-1.1-vlan-header.patch
epatch "${FILESDIR}"/${PN}-3.2.20-rtnl_tc_get_ops.patch
epatch "${FILESDIR}"/${PN}-3.2.20-cache-api.patch

elibtoolize

if use python; then
cd "${S}"/python || die
distutils-r1_src_prepare
fi

# out-of-source build broken
# https://github.com/thom311/libnl/pull/58
multilib_copy_sources
}

multilib_src_configure() {
econf \
--disable-silent-rules \
$(use_enable static-libs static) \
$(multilib_native_use_enable utils cli)
}

multilib_src_compile() {
default

if multilib_is_native_abi && use python; then
cd python || die
distutils-r1_src_compile
fi
}

multilib_src_install() {
emake DESTDIR="${D}" install

if multilib_is_native_abi && use python; then
# Unset DOCS= since distutils-r1.eclass interferes
local DOCS=()
cd python || die
distutils-r1_src_install
fi
}

multilib_src_install_all() {
einstalldocs
  

[gentoo-commits] gentoo-x86 commit in dev-libs/quazip: quazip-0.7.1.ebuild ChangeLog

2015-03-30 Thread Justin Lecher (jlec)
jlec15/03/30 16:00:29

  Modified: quazip-0.7.1.ebuild ChangeLog
  Log:
  Fix tests by using S instead of BUILD_DIR, bug #545074
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  ChangesPath
1.3  dev-libs/quazip/quazip-0.7.1.ebuild

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

Index: quazip-0.7.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quazip-0.7.1.ebuild 20 Mar 2015 10:26:44 -  1.2
+++ quazip-0.7.1.ebuild 30 Mar 2015 16:00:29 -  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/quazip/quazip-0.7.1.ebuild,v 1.2 
2015/03/20 10:26:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.7.1.ebuild,v 1.3 
2015/03/30 16:00:29 jlec Exp $
 
 EAPI=5
 
@@ -62,7 +62,7 @@
 
 src_test() {
cd qztest || die
-   LD_LIBRARY_PATH="${BUILD_DIR}"/${PN} ./qztest || die
+   LD_LIBRARY_PATH="${S}"/${PN} ./qztest || die
 }
 
 src_install() {



1.45 dev-libs/quazip/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   28 Mar 2015 21:39:08 -  1.44
+++ ChangeLog   30 Mar 2015 16:00:29 -  1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/quazip
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.44 2015/03/28 
21:39:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.45 2015/03/30 
16:00:29 jlec Exp $
+
+  30 Mar 2015; Justin Lecher  quazip-0.7.1.ebuild:
+  Fix tests by using S instead of BUILD_DIR, bug #545074
 
   28 Mar 2015; Agostino Sarubbo  quazip-0.6.2-r1.ebuild:
   Stable for ppc, wrt bug #542716






[gentoo-commits] gentoo-x86 commit in www-client/vivaldi: ChangeLog vivaldi-1.0.141.2_p1.ebuild vivaldi-1.0.135.2_p1.ebuild

2015-03-30 Thread Jeroen Roovers (jer)
jer 15/03/30 15:59:39

  Modified: ChangeLog
  Added:vivaldi-1.0.141.2_p1.ebuild
  Removed:  vivaldi-1.0.135.2_p1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.15 www-client/vivaldi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/vivaldi/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   27 Mar 2015 05:41:44 -  1.14
+++ ChangeLog   30 Mar 2015 15:59:39 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/vivaldi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/vivaldi/ChangeLog,v 1.14 
2015/03/27 05:41:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/vivaldi/ChangeLog,v 1.15 
2015/03/30 15:59:39 jer Exp $
+
+*vivaldi-1.0.141.2_p1 (30 Mar 2015)
+
+  30 Mar 2015; Jeroen Roovers  -vivaldi-1.0.135.2_p1.ebuild,
+  +vivaldi-1.0.141.2_p1.ebuild:
+  Version bump.
 
 *vivaldi-1.0.138.4_p1 (27 Mar 2015)
 



1.1  www-client/vivaldi/vivaldi-1.0.141.2_p1.ebuild

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

Index: vivaldi-1.0.141.2_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/vivaldi/vivaldi-1.0.141.2_p1.ebuild,v 1.1 
2015/03/30 15:59:39 jer Exp $

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

DESCRIPTION="A new browser for our friends"
HOMEPAGE="http://vivaldi.com/";
VIVALDI_BASE_URI="${HOMEPAGE}download/download.php?f=${PN}-snapshot_${PV/_p/-}_"
SRC_URI="
amd64? ( ${VIVALDI_BASE_URI}amd64.deb -> ${P}-amd64.deb )
x86? ( ${VIVALDI_BASE_URI}i386.deb -> ${P}-i386.deb )
"

LICENSE="Vivaldi"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RESTRICT="bindist mirror"

S=${WORKDIR}

RDEPEND="
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
>=dev-libs/openssl-1.0.1:0
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-misc/curl
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/libX11
x11-libs/libXScrnSaver
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrandr
x11-libs/libXrender
x11-libs/libXtst
x11-libs/pango[X]
"

QA_PREBUILT="*"
S=${WORKDIR}
VIVALDI_HOME="opt/${PN}-snapshot"

src_unpack() {
unpack_deb ${A}
}

src_prepare() {
sed -i \
-e 's|vivaldi-snapshot|vivaldi|g' \
usr/share/applications/${PN}-snapshot.desktop \
usr/share/xfce4/helpers/${PN}-snapshot.desktop || die

mv usr/share/doc/${PN}-snapshot usr/share/doc/${PF} || die
rm usr/bin/${PN}-snapshot || die
rm _gpgbuilder || die

local c d
for d in 16 22 24 32 48 64 128 256; do
mkdir -p usr/share/icons/hicolor/${d}x${d}/apps || die
cp \
${VIVALDI_HOME}/product_logo_${d}.png \
usr/share/icons/hicolor/${d}x${d}/apps/vivaldi.png || 
die
done

pushd "${VIVALDI_HOME}/locales" > /dev/null || die
chromium_remove_language_paks
popd > /dev/null || die

}

src_install() {
mv * "${D}" || die
dosym /${VIVALDI_HOME}/${PN} /usr/bin/${PN}

fperms 4711 /${VIVALDI_HOME}/${PN}-sandbox
}






  1   2   >