[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoin-qt: bitcoin-qt-0.10.2.ebuild ChangeLog

2015-05-26 Thread Anthony G. Basile (blueness)
blueness15/05/27 01:40:54

  Modified: ChangeLog
  Added:bitcoin-qt-0.10.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.104net-p2p/bitcoin-qt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.104view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?rev=1.104content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog?r1=1.103r2=1.104

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog   29 Mar 2015 10:21:13 -  1.103
+++ ChangeLog   27 May 2015 01:40:54 -  1.104
@@ -1,6 +1,12 @@
 # ChangeLog for net-p2p/bitcoin-qt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.103 
2015/03/29 10:21:13 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/ChangeLog,v 1.104 
2015/05/27 01:40:54 blueness Exp $
+
+*bitcoin-qt-0.10.2 (27 May 2015)
+
+  27 May 2015; Anthony G. Basile bluen...@gentoo.org
+  +bitcoin-qt-0.10.2.ebuild:
+  Version bump.
 
   29 Mar 2015; Johannes Huber j...@gentoo.org bitcoin-qt-0.9.4.ebuild:
   EAPI 5, needed for kde4*eclass EAPI 4 removal.



1.1  net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild

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

Index: bitcoin-qt-0.10.2.ebuild
===
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/bitcoin-qt/bitcoin-qt-0.10.2.ebuild,v 1.1 
2015/05/27 01:40:54 blueness Exp $

EAPI=5

BITCOINCORE_COMMITHASH=d8ac90184254fea3a7f4991fd0529dfbd750aea0
BITCOINCORE_LJR_PV=0.10.1
BITCOINCORE_LJR_DATE=20150428
BITCOINCORE_IUSE=1stclassmsg dbus kde ljr +qrcode qt4 qt5 test upnp +wallet xt 
zeromq
BITCOINCORE_POLICY_PATCHES=cpfp dcmp rbf spamfilter
LANGS=ach af_ZA ar be_BY bg bs ca ca@valencia ca_ES cmn cs cy da de el_GR en 
eo es es_CL es_DO es_MX es_UY et eu_ES fa fa_IR fi fr fr_CA gl gu_IN he hi_IN 
hr hu id_ID it ja ka kk_KZ ko_KR ky la lt lv_LV mn ms_MY nb nl pam pl pt_BR 
pt_PT ro_RO ru sah sk sl_SI sq sr sv th_TH tr uk ur_PK uz@Cyrl vi vi_VN zh_HK 
zh_CN zh_TW
BITCOINCORE_NEED_LEVELDB=1
BITCOINCORE_NEED_LIBSECP256K1=1
inherit bitcoincore eutils fdo-mime gnome2-utils kde4-functions qt4-r2

DESCRIPTION=An end-user Qt GUI for the Bitcoin crypto-currency
LICENSE=MIT GPL-3 LGPL-2.1 || ( CC-BY-SA-3.0 LGPL-2.1 )
SLOT=0
KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux

RDEPEND=
dev-libs/protobuf
qrcode? (
media-gfx/qrencode
)
qt4? ( dev-qt/qtgui:4 )
qt5? ( dev-qt/qtgui:5 )
dbus? (
qt4? ( dev-qt/qtdbus:4 )
qt5? ( dev-qt/qtdbus:5 )
)

DEPEND=${RDEPEND}
REQUIRED_USE=${REQUIRED_USE} ^^ ( qt4 qt5 )

src_prepare() {
bitcoincore_prepare

local filt= yeslang= nolang=

for lan in $LANGS; do
if [ ! -e src/qt/locale/bitcoin_$lan.ts ]; then
ewarn Language '$lan' no longer supported. Ebuild 
needs update.
fi
done

for ts in $(ls src/qt/locale/*.ts)
do
x=${ts/*bitcoin_/}
x=${x/.ts/}
if ! use linguas_$x; then
nolang=$nolang $x
rm $ts
filt=$filt\\|$x
else
yeslang=$yeslang $x
fi
done
filt=bitcoin_\\(${filt:2}\\)\\.\(qm\|ts\)
sed /${filt}/d -i 'src/qt/bitcoin_locale.qrc'
sed s/locale\/${filt}/bitcoin.qrc/ -i 'src/Makefile.qt.include'
einfo Languages -- Enabled:$yeslang -- Disabled:$nolang

bitcoincore_autoreconf
}

src_configure() {
# NOTE: --enable-zmq actually disables it
bitcoincore_conf \
$(use_with dbus qtdbus)  \
$(use_with qrcode qrencode)  \
$(usex 1stclassmsg --enable-first-class-messaging)  \
--with-gui=$(usex qt5 qt5 qt4)
}

src_install() {
bitcoincore_src_install

insinto /usr/share/pixmaps
newins share/pixmaps/bitcoin.ico ${PN}.ico
make_desktop_entry ${PN} %u Bitcoin-Qt 
/usr/share/pixmaps/${PN}.ico Qt;Network;P2P;Office;Finance; 

[gentoo-commits] gentoo-x86 commit in dev-util/bitcoin-tx: bitcoin-tx-0.10.1.ebuild ChangeLog

2015-05-26 Thread Anthony G. Basile (blueness)
blueness15/05/27 00:48:43

  Modified: ChangeLog
  Added:bitcoin-tx-0.10.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.4  dev-util/bitcoin-tx/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?rev=1.4view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?rev=1.4content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bitcoin-tx/ChangeLog?r1=1.3r2=1.4

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   14 Mar 2015 19:19:16 -  1.3
+++ ChangeLog   27 May 2015 00:48:43 -  1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-util/bitcoin-tx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v 1.3 
2015/03/14 19:19:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/ChangeLog,v 1.4 
2015/05/27 00:48:43 blueness Exp $
+
+*bitcoin-tx-0.10.1 (27 May 2015)
+
+  27 May 2015; Anthony G. Basile bluen...@gentoo.org
+  +bitcoin-tx-0.10.1.ebuild:
+  Version bump.
 
   14 Mar 2015; Anthony G. Basile bluen...@gentoo.org 
bitcoin-tx-0.10.0.ebuild:
   Update BITCOINCORE_LJR_DATE.  Keyword ~arm64 ~amd64-linux ~x86-linux



1.1  dev-util/bitcoin-tx/bitcoin-tx-0.10.1.ebuild

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

Index: bitcoin-tx-0.10.1.ebuild
===
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/bitcoin-tx/bitcoin-tx-0.10.1.ebuild,v 1.1 
2015/05/27 00:48:43 blueness Exp $

EAPI=5

BITCOINCORE_COMMITHASH=d8ac90184254fea3a7f4991fd0529dfbd750aea0
BITCOINCORE_LJR_DATE=20150428
BITCOINCORE_IUSE=
BITCOINCORE_NEED_LIBSECP256K1=1
inherit bitcoincore

DESCRIPTION=Command-line Bitcoin transaction tool
LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux

src_prepare() {
bitcoincore_prepare
bitcoincore_autoreconf
}

src_configure() {
bitcoincore_conf \
--enable-util-tx
}






[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.10.2.ebuild ChangeLog

2015-05-26 Thread Anthony G. Basile (blueness)
blueness15/05/27 01:35:06

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

Revision  ChangesPath
1.105net-p2p/bitcoind/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog   14 Mar 2015 19:41:34 -  1.104
+++ ChangeLog   27 May 2015 01:35:06 -  1.105
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/bitcoind
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.104 
2015/03/14 19:41:34 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.105 
2015/05/27 01:35:06 blueness Exp $
+
+*bitcoind-0.10.2 (27 May 2015)
+
+  27 May 2015; Anthony G. Basile bluen...@gentoo.org +bitcoind-0.10.2.ebuild:
+  Version bump
 
   14 Mar 2015; Anthony G. Basile bluen...@gentoo.org
   bitcoind-0.10.0-r1.ebuild:



1.1  net-p2p/bitcoind/bitcoind-0.10.2.ebuild

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

Index: bitcoind-0.10.2.ebuild
===
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.10.2.ebuild,v 
1.1 2015/05/27 01:35:06 blueness Exp $

EAPI=5

BITCOINCORE_COMMITHASH=d8ac90184254fea3a7f4991fd0529dfbd750aea0
BITCOINCORE_LJR_PV=0.10.1
BITCOINCORE_LJR_DATE=20150428
BITCOINCORE_IUSE=examples ljr logrotate test upnp +wallet xt zeromq
BITCOINCORE_POLICY_PATCHES=cpfp dcmp rbf spamfilter
BITCOINCORE_NEED_LEVELDB=1
BITCOINCORE_NEED_LIBSECP256K1=1
inherit bash-completion-r1 bitcoincore user systemd

DESCRIPTION=Original Bitcoin crypto-currency wallet for automated services
LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux

RDEPEND=
logrotate? (
app-admin/logrotate
)

DEPEND=${RDEPEND}

pkg_setup() {
local UG='bitcoin'
enewgroup ${UG}
enewuser ${UG} -1 -1 /var/lib/bitcoin ${UG}
}

src_prepare() {
epatch ${FILESDIR}/0.10.0-openrc-compat.patch
bitcoincore_src_prepare
}

src_configure() {
# NOTE: --enable-zmq actually disables it
bitcoincore_conf \
--with-daemon
}

src_install() {
bitcoincore_src_install

insinto /etc/bitcoin
newins ${FILESDIR}/bitcoin.conf bitcoin.conf
fowners bitcoin:bitcoin /etc/bitcoin/bitcoin.conf
fperms 600 /etc/bitcoin/bitcoin.conf

newconfd contrib/init/bitcoind.openrcconf ${PN}
newinitd contrib/init/bitcoind.openrc ${PN}
systemd_dounit ${FILESDIR}/bitcoind.service

keepdir /var/lib/bitcoin/.bitcoin
fperms 700 /var/lib/bitcoin
fowners bitcoin:bitcoin /var/lib/bitcoin/
fowners bitcoin:bitcoin /var/lib/bitcoin/.bitcoin
dosym /etc/bitcoin/bitcoin.conf /var/lib/bitcoin/.bitcoin/bitcoin.conf

dodoc doc/assets-attribution.md doc/tor.md
doman contrib/debian/manpages/{bitcoind.1,bitcoin.conf.5}

newbashcomp contrib/${PN}.bash-completion ${PN}

if use examples; then
docinto examples
dodoc -r contrib/{bitrpc,qos,spendfrom,tidy_datadir.sh}
fi

if use logrotate; then
insinto /etc/logrotate.d
newins ${FILESDIR}/bitcoind.logrotate-r1 bitcoind
fi
}






[gentoo-commits] gentoo-x86 commit in eclass: bitcoincore.eclass

2015-05-26 Thread Anthony G. Basile (blueness)
blueness15/05/27 00:18:02

  Modified: bitcoincore.eclass
  Log:
  Update bitcoincore eclass.

Revision  ChangesPath
1.4  eclass/bitcoincore.eclass

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

Index: bitcoincore.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/bitcoincore.eclass,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- bitcoincore.eclass  3 Mar 2015 23:56:08 -   1.3
+++ bitcoincore.eclass  27 May 2015 00:18:02 -  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/eclass/bitcoincore.eclass,v 1.3 2015/03/03 
23:56:08 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/bitcoincore.eclass,v 1.4 2015/05/27 
00:18:02 blueness Exp $
 #
 # @ECLASS: bitcoincore.eclass
 # @MAINTAINER:
@@ -62,16 +62,22 @@
 # Set this variable before the inherit line, to a space-delimited list of
 # supported policies.
 
+MyPV=${PV/_/}
+MyPN=bitcoin
+MyP=${MyPN}-${MyPV}
+
 # These are expected to change in future versions
 DOCS=${DOCS} doc/README.md doc/release-notes.md
 OPENSSL_DEPEND=dev-libs/openssl:0[-bindist]
 WALLET_DEPEND=sys-libs/db:$(db_ver_to_slot ${DB_VER})[cxx]
+[ -n ${BITCOINCORE_LJR_PV} ] || BITCOINCORE_LJR_PV=${PV}
 
 case ${PV} in
 0.10*)
BITCOINCORE_SERIES=0.10.x
LIBSECP256K1_DEPEND==dev-libs/libsecp256k1-0.0.0_pre20141212
-   
BITCOINCORE_RBF_DIFF=e43f25c5b1c7b38d28cd0fba09098a9d56d9ac6b...eb22364e5a7cd2595d98c890e3668e97c0905a06
+   
BITCOINCORE_RBF_DIFF=16f45600c8c372a738ffef544292864256382601...a23678edc70204599299459a206709a00e039db7
+   BITCOINCORE_RBF_PATCHFILE=${MyPN}-rbf-v0.10.2.patch

BITCOINCORE_XT_DIFF=047a89831760ff124740fe9f58411d57ee087078...d4084b62c42c38bfe302d712b98909ab26ecce2f
;;
 *)
@@ -83,10 +89,7 @@
;;
 esac
 
-MyPV=${PV/_/}
-MyPN=bitcoin
-MyP=${MyPN}-${MyPV}
-LJR_PV() { echo ${MyPV}.${1}${BITCOINCORE_LJR_DATE}; }
+LJR_PV() { echo ${BITCOINCORE_LJR_PV}.${1}${BITCOINCORE_LJR_DATE}; }
 LJR_PATCHDIR=${MyPN}-$(LJR_PV ljr).patches
 LJR_PATCH() { echo ${WORKDIR}/${LJR_PATCHDIR}/${MyPN}-$(LJR_PV 
ljr).$@.patch; }
 
LJR_PATCH_DESC=http://luke.dashjr.org/programs/${MyPN}/files/${MyPN}d/luke-jr/${BITCOINCORE_SERIES}/$(LJR_PV
 ljr)/${MyPN}-$(LJR_PV ljr).desc.txt
@@ -106,7 +109,6 @@
SRC_URI=${SRC_URI} xt? ( 
https://github.com/bitcoinxt/bitcoinxt/compare/${BITCOINCORE_XT_DIFF}.diff - 
${BITCOINXT_PATCHFILE} )
fi
if in_bcc_policy rbf; then
-   BITCOINCORE_RBF_PATCHFILE=${MyPN}-rbf-v${PV}.patch
SRC_URI=${SRC_URI} bitcoin_policy_rbf? ( 
https://github.com/petertodd/bitcoin/compare/${BITCOINCORE_RBF_DIFF}.diff - 
${BITCOINCORE_RBF_PATCHFILE} )
fi
S=${WORKDIR}/${MyPN}-${BITCOINCORE_COMMITHASH}






[gentoo-commits] gentoo-x86 commit in sys-process/parallel: parallel-20150522.ebuild ChangeLog

2015-05-26 Thread Robin H. Johnson (robbat2)
robbat2 15/05/27 01:09:26

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

Revision  ChangesPath
1.71 sys-process/parallel/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog   1 Apr 2015 23:02:27 -   1.70
+++ ChangeLog   27 May 2015 01:09:26 -  1.71
@@ -1,6 +1,11 @@
 # ChangeLog for sys-process/parallel
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.70 
2015/04/01 23:02:27 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/parallel/ChangeLog,v 1.71 
2015/05/27 01:09:26 robbat2 Exp $
+
+*parallel-20150522 (27 May 2015)
+
+  27 May 2015; Robin H. Johnson robb...@gentoo.org +parallel-20150522.ebuild:
+  Bump.
 
 *parallel-20150322 (01 Apr 2015)
 



1.1  sys-process/parallel/parallel-20150522.ebuild

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

Index: parallel-20150522.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-process/parallel/parallel-20150522.ebuild,v 1.1 
2015/05/27 01:09:26 robbat2 Exp $

EAPI=5

DESCRIPTION=A shell tool for executing jobs in parallel locally or on remote 
machines
HOMEPAGE=http://www.gnu.org/software/parallel/;
SRC_URI=mirror://gnu/${PN}/${P}.tar.bz2

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

RDEPEND=dev-lang/perl
dev-perl/Devel-Size
virtual/perl-Data-Dumper
virtual/perl-File-Temp
virtual/perl-IO
# moreutils for `parallel` and grass for 'sql.1' manpage
DEPEND=${RDEPEND}
!sys-apps/moreutils-0.45-r1
!sci-geosciences/grass-6.4.1-r1

DOCS=NEWS README

src_configure() {
econf --docdir=${EPREFIX}/usr/share/doc/${PF}/html
}

src_install() {
default

# See src/Makefile.am for this one:
rm -f ${ED}usr/bin/sem
dosym ${PN} /usr/bin/sem
}

pkg_postinst() {
elog To distribute jobs to remote machines you'll need these 
dependencies
elog  net-misc/openssh
elog  net-misc/rsync
}






[gentoo-commits] gentoo-x86 commit in games-emulation/vbam: vbam-9999.ebuild ChangeLog

2015-05-26 Thread Michael Sterrett (mr_bones_)
mr_bones_15/05/27 01:41:41

  Modified: vbam-.ebuild ChangeLog
  Log:
  tidy; update man page install
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.9  games-emulation/vbam/vbam-.ebuild

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

Index: vbam-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vbam-.ebuild21 Apr 2015 18:41:16 -  1.8
+++ vbam-.ebuild27 May 2015 01:41:40 -  1.9
@@ -1,10 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-.ebuild,v 1.8 
2015/04/21 18:41:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/vbam-.ebuild,v 1.9 
2015/05/27 01:41:40 mr_bones_ Exp $
 
 EAPI=5
 WX_GTK_VER=3.0
-
 inherit cmake-utils wxwidgets subversion gnome2-utils fdo-mime games
 
 ESVN_REPO_URI=https://vbam.svn.sourceforge.net/svnroot/vbam/trunk;
@@ -54,7 +53,7 @@
CMakeLists.txt src/wx/CMakeLists.txt || die
 
# fix desktop file QA warnings
-   edos2unix src/gtk/gvbam.desktop src/wx/wxvbam.desktop || die
+   edos2unix src/gtk/gvbam.desktop src/wx/wxvbam.desktop
 }
 
 src_configure() {
@@ -84,9 +83,11 @@
cmake-utils_src_install
 
if use sdl ; then
-   dodoc doc/ReadMe.SDL.txt || die
-   doman debian/vbam.1 || die
+   dodoc doc/ReadMe.SDL.txt
+   doman src/debian/vbam.1
fi
+   use wxwidgets  doman src/debian/wxvbam.1
+   use gtk  doman src/debian/gvbam.1
 
prepgamesdirs
 }



1.28 games-emulation/vbam/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   21 Apr 2015 18:41:16 -  1.27
+++ ChangeLog   27 May 2015 01:41:40 -  1.28
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/vbam
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.27 
2015/04/21 18:41:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/vbam/ChangeLog,v 1.28 
2015/05/27 01:41:40 mr_bones_ Exp $
+
+  27 May 2015; Michael Sterrett mr_bon...@gentoo.org vbam-.ebuild:
+  tidy; update man page install
 
   21 Apr 2015; Michael Sterrett mr_bon...@gentoo.org vbam-1.8.0.1228.ebuild,
   vbam-.ebuild:






[gentoo-commits] gentoo-x86 commit in net-libs/libbitcoinconsensus: libbitcoinconsensus-0.10.1.ebuild ChangeLog

2015-05-26 Thread Anthony G. Basile (blueness)
blueness15/05/27 00:55:08

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

Revision  ChangesPath
1.6  net-libs/libbitcoinconsensus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   14 Mar 2015 19:23:07 -  1.5
+++ ChangeLog   27 May 2015 00:55:08 -  1.6
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libbitcoinconsensus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog,v 
1.5 2015/03/14 19:23:07 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/ChangeLog,v 
1.6 2015/05/27 00:55:08 blueness Exp $
+
+*libbitcoinconsensus-0.10.1 (27 May 2015)
+
+  27 May 2015; Anthony G. Basile bluen...@gentoo.org
+  +libbitcoinconsensus-0.10.1.ebuild:
+  Version bump.
 
   14 Mar 2015; Anthony G. Basile bluen...@gentoo.org
   libbitcoinconsensus-0.10.0.ebuild:



1.1  
net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.1.ebuild

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

Index: libbitcoinconsensus-0.10.1.ebuild
===
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libbitcoinconsensus/libbitcoinconsensus-0.10.1.ebuild,v
 1.1 2015/05/27 00:55:08 blueness Exp $

EAPI=5

BITCOINCORE_COMMITHASH=d8ac90184254fea3a7f4991fd0529dfbd750aea0
BITCOINCORE_LJR_DATE=20150428
BITCOINCORE_IUSE=test
inherit bitcoincore eutils

DESCRIPTION=Bitcoin Core consensus library
LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux

src_configure() {
bitcoincore_conf \
--with-libs
}

src_install() {
bitcoincore_src_install
prune_libtool_files
}






[gentoo-commits] gentoo-x86 commit in net-p2p/bitcoin-cli: bitcoin-cli-0.10.1.ebuild ChangeLog

2015-05-26 Thread Anthony G. Basile (blueness)
blueness15/05/27 01:04:58

  Modified: ChangeLog
  Added:bitcoin-cli-0.10.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  ChangesPath
1.8  net-p2p/bitcoin-cli/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog?r1=1.7r2=1.8

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   14 Mar 2015 19:27:46 -  1.7
+++ ChangeLog   27 May 2015 01:04:58 -  1.8
@@ -1,6 +1,12 @@
 # ChangeLog for net-p2p/bitcoin-cli
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v 1.7 
2015/03/14 19:27:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v 1.8 
2015/05/27 01:04:58 blueness Exp $
+
+*bitcoin-cli-0.10.1 (27 May 2015)
+
+  27 May 2015; Anthony G. Basile bluen...@gentoo.org
+  +bitcoin-cli-0.10.1.ebuild:
+  Version bump.
 
   14 Mar 2015; Anthony G. Basile bluen...@gentoo.org
   bitcoin-cli-0.10.0-r1.ebuild, bitcoin-cli-0.9.3.ebuild:



1.1  net-p2p/bitcoin-cli/bitcoin-cli-0.10.1.ebuild

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

Index: bitcoin-cli-0.10.1.ebuild
===
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.1.ebuild,v 1.1 
2015/05/27 01:04:58 blueness Exp $

EAPI=5

BITCOINCORE_COMMITHASH=d8ac90184254fea3a7f4991fd0529dfbd750aea0
BITCOINCORE_LJR_DATE=20150428
BITCOINCORE_IUSE=
inherit bitcoincore

DESCRIPTION=Command-line JSON-RPC client specifically designed for talking to 
Bitcoin Core Daemon
LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux

src_prepare() {
bitcoincore_prepare
bitcoincore_autoreconf
}

src_configure() {
bitcoincore_conf \
--enable-util-cli
}






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

2015-05-26 Thread Ian Stakenvicius (axs)
axs 15/05/27 03:59:15

  Modified: ChangeLog
  Added:nss-3.19-r1.ebuild
  Log:
  revbump, backported patch from nss-3.19.1 beta to prevent logjam vulnerability
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.411dev-libs/nss/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -r1.410 -r1.411
--- ChangeLog   12 May 2015 15:09:36 -  1.410
+++ ChangeLog   27 May 2015 03:59:15 -  1.411
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/nss
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.410 2015/05/12 
15:09:36 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.411 2015/05/27 
03:59:15 axs Exp $
+
+*nss-3.19-r1 (27 May 2015)
+
+  27 May 2015; Ian Stakenvicius (_AxS_) a...@gentoo.org
+  +files/nss-3.19-raise_minimum_keysize_to_1024.patch, +nss-3.19-r1.ebuild:
+  revbump, backported patch from nss-3.19.1 beta to prevent logjam 
vulnerability
 
   12 May 2015; Lars Wendler polynomia...@gentoo.org -nss-3.18.ebuild,
   nss-3.18.1.ebuild, nss-3.19.ebuild:



1.1  dev-libs/nss/nss-3.19-r1.ebuild

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

Index: nss-3.19-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.19-r1.ebuild,v 1.1 
2015/05/27 03:59:15 axs Exp $

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

NSPR_VER=4.10.8
RTM_NAME=NSS_${PV//./_}_RTM
# Rev of https://git.fedorahosted.org/cgit/nss-pem.git
PEM_GIT_REV=015ae754dd9f6fbcd7e52030ec9732eb27fc06a8
PEM_P=${PN}-pem-${PEM_GIT_REV}

DESCRIPTION=Mozilla's Network Security Services library that implements PKI 
support
HOMEPAGE=http://www.mozilla.org/projects/security/pki/nss/;
SRC_URI=ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}/src/${P}.tar.gz
cacert? ( 
http://dev.gentoo.org/~anarchy/patches/${PN}-3.14.1-add_spi+cacerts_ca_certs.patch
 )
nss-pem? ( 
https://git.fedorahosted.org/cgit/nss-pem.git/snapshot/${PEM_P}.tar.bz2 )

LICENSE=|| ( MPL-2.0 GPL-2 LGPL-2.1 )
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos 
~sparc-solaris ~x64-solaris ~x86-solaris
IUSE=+cacert +nss-pem utils
CDEPEND==dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}]
=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
DEPEND==virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
=dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
${CDEPEND}
RDEPEND==dev-libs/nspr-${NSPR_VER}[${MULTILIB_USEDEP}]
${CDEPEND}
abi_x86_32? (
!=app-emulation/emul-linux-x86-baselibs-20140508-r12
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)

RESTRICT=test

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

MULTILIB_CHOST_TOOLS=(
/usr/bin/nss-config
)

src_unpack() {
unpack ${A}
if use nss-pem ; then
mv ${PEM_P}/nss/lib/ckfw/pem/ ${S}/lib/ckfw/ || die
fi
}

src_prepare() {
# Custom changes for gentoo
epatch ${FILESDIR}/${PN}-3.17.1-gentoo-fixups.patch
epatch ${FILESDIR}/${PN}-3.15-gentoo-fixup-warnings.patch
use cacert  epatch 
${DISTDIR}/${PN}-3.14.1-add_spi+cacerts_ca_certs.patch
use nss-pem  epatch ${FILESDIR}/${PN}-3.15.4-enable-pem.patch
epatch ${FILESDIR}/nss-3.14.2-solaris-gcc.patch
epatch ${FILESDIR}/${PN}-cacert-class3.patch # 521462
epatch ${FILESDIR}/${P}-raise_minimum_keysize_to_1024.patch

pushd coreconf /dev/null || die
# hack nspr paths
echo 'INCLUDES += -I$(DIST)/include/dbm' \
 headers.mk || die failed to append include

# modify install path
sed -e '/CORE_DEPTH/s:SOURCE_PREFIX.*$:SOURCE_PREFIX = 
$(CORE_DEPTH)/dist:' \
-i source.mk || die

# Respect LDFLAGS
sed -i -e 's/\$(MKSHLIB) -o/\$(MKSHLIB) \$(LDFLAGS) -o/g' rules.mk
popd /dev/null || die

# Fix pkgconfig file for Prefix
sed -i -e 

[gentoo-commits] gentoo-x86 commit in dev-libs/nss/files: nss-3.19-raise_minimum_keysize_to_1024.patch

2015-05-26 Thread Ian Stakenvicius (axs)
axs 15/05/27 03:59:16

  Added:nss-3.19-raise_minimum_keysize_to_1024.patch
  Log:
  revbump, backported patch from nss-3.19.1 beta to prevent logjam vulnerability
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
2B6559ED)

Revision  ChangesPath
1.1  
dev-libs/nss/files/nss-3.19-raise_minimum_keysize_to_1024.patch

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

Index: nss-3.19-raise_minimum_keysize_to_1024.patch
===
# HG changeset patch
# User Martin Thomson martin.thom...@gmail.com
# Date 1428438189 25200
#  Tue Apr 07 13:23:09 2015 -0700
# Node ID ae72d76f8d2472505b499c498191c3ce441b6a17
# Parent  17b065430727befe3251d63583b350d7dc120564
Bug 1138554 - Raising minimum key size on DH and RSA to 1023, r=wtc

diff -r 17b065430727 -r ae72d76f8d24 lib/cryptohi/keyhi.h
--- a/lib/cryptohi/keyhi.h  Wed May 20 16:28:19 2015 -0700
+++ b/lib/cryptohi/keyhi.h  Tue Apr 07 13:23:09 2015 -0700
@@ -37,6 +37,11 @@
 extern SECStatus
 SECKEY_UpdateCertPQG(CERTCertificate * subjectCert);
 
+/*
+** Return the number of bits in the provided big integer.  This assumes that 
the
+** SECItem contains a big-endian number and counts from the first non-zero bit.
+*/
+extern unsigned SECKEY_BigIntegerBitLength(const SECItem *number);
 
 /*
 ** Return the strength of the public key in bytes
diff -r 17b065430727 -r ae72d76f8d24 lib/cryptohi/seckey.c
--- a/lib/cryptohi/seckey.c Wed May 20 16:28:19 2015 -0700
+++ b/lib/cryptohi/seckey.c Tue Apr 07 13:23:09 2015 -0700
@@ -178,8 +178,8 @@
 PK11SlotInfo *slot;
 
 if (!param || !param-base.data || !param-prime.data ||
-param-prime.len  512/8 || param-base.len == 0 || 
-param-base.len  param-prime.len + 1 || 
+SECKEY_BigIntegerBitLength(param-prime)  DH_MIN_P_BITS ||
+param-base.len == 0 || param-base.len  param-prime.len + 1 ||
(param-base.len == 1  param-base.data[0] == 0)) {
PORT_SetError(SEC_ERROR_INVALID_ARGS);
return NULL;
@@ -941,61 +941,76 @@
 }
 }
 
+/* The number of bits in the number from the first non-zero bit onward. */
+unsigned
+SECKEY_BigIntegerBitLength(const SECItem *number)
+{
+const unsigned char *p;
+unsigned octets;
+unsigned bits;
+
+if (!number || !number-data) {
+PORT_SetError(SEC_ERROR_INVALID_KEY);
+return 0;
+}
+
+p = number-data;
+octets = number-len;
+while (octets  0  !*p) {
+++p;
+--octets;
+}
+if (octets == 0) {
+return 0;
+}
+/* bits = 7..1 because we know at least one bit is set already */
+/* Note: This could do a binary search, but this is faster for keys if we
+ * assume that good keys will have the MSB set. */
+for (bits = 7; bits  0; --bits) {
+if (*p  (1  bits)) {
+break;
+}
+}
+return octets * 8 + bits - 7;
+}
+
 /* returns key strength in bytes (not bits) */
 unsigned
 SECKEY_PublicKeyStrength(const SECKEYPublicKey *pubk)
 {
-unsigned char b0;
-unsigned size;
-
-/* interpret modulus length as key strength */
-if (!pubk)
-   goto loser;
-switch (pubk-keyType) {
-case rsaKey:
-   if (!pubk-u.rsa.modulus.data) break;
-   b0 = pubk-u.rsa.modulus.data[0];
-   return b0 ? pubk-u.rsa.modulus.len : pubk-u.rsa.modulus.len - 1;
-case dsaKey:
-   if (!pubk-u.dsa.publicValue.data) break;
-   b0 = pubk-u.dsa.publicValue.data[0];
-   return b0 ? pubk-u.dsa.publicValue.len :
-   pubk-u.dsa.publicValue.len - 1;
-case dhKey:
-   if (!pubk-u.dh.publicValue.data) break;
-   b0 = pubk-u.dh.publicValue.data[0];
-   return b0 ? pubk-u.dh.publicValue.len :
-   pubk-u.dh.publicValue.len - 1;
-case ecKey:
-   /* Get the key size in bits and adjust */
-   size =  SECKEY_ECParamsToKeySize(pubk-u.ec.DEREncodedParams);
-   return (size + 7)/8;
-default:
-   break;
-}
-loser:
-PORT_SetError(SEC_ERROR_INVALID_KEY);
-return 0;
+return (SECKEY_PublicKeyStrengthInBits(pubk) + 7) / 8;
 }
 
 /* returns key strength in bits */
 unsigned
 SECKEY_PublicKeyStrengthInBits(const SECKEYPublicKey *pubk)
 {
-unsigned size;
+unsigned bitSize = 0;
+
+if (!pubk) {
+PORT_SetError(SEC_ERROR_INVALID_KEY);
+return 0;
+}
+
+/* interpret modulus length as key strength */
 switch (pubk-keyType) {
 case rsaKey:
+bitSize = SECKEY_BigIntegerBitLength(pubk-u.rsa.modulus);
+break;
 case dsaKey:
+bitSize = SECKEY_BigIntegerBitLength(pubk-u.dsa.publicValue);
+break;
 case dhKey:
-   return 

[gentoo-commits] gentoo-x86 commit in dev-libs/json-c: json-c-0.12.ebuild ChangeLog

2015-05-26 Thread Matt Turner (mattst88)
mattst8815/05/27 04:11:13

  Modified: json-c-0.12.ebuild ChangeLog
  Log:
  Added ~mips.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
974CA72A)

Revision  ChangesPath
1.3  dev-libs/json-c/json-c-0.12.ebuild

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

Index: json-c-0.12.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-c/json-c-0.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- json-c-0.12.ebuild  30 Nov 2014 11:34:16 -  1.2
+++ json-c-0.12.ebuild  27 May 2015 04:11:13 -  1.3
@@ -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-libs/json-c/json-c-0.12.ebuild,v 1.2 
2014/11/30 11:34:16 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/json-c-0.12.ebuild,v 1.3 
2015/05/27 04:11:13 mattst88 Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=MIT
 SLOT=0/0
-KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos
+KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos
 IUSE=doc static-libs
 
 RDEPEND=



1.48 dev-libs/json-c/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/ChangeLog?rev=1.48view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/ChangeLog?rev=1.48content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/json-c/ChangeLog?r1=1.47r2=1.48

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog   30 Nov 2014 11:34:16 -  1.47
+++ ChangeLog   27 May 2015 04:11:13 -  1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/json-c
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.47 2014/11/30 
11:34:16 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.48 2015/05/27 
04:11:13 mattst88 Exp $
+
+  27 May 2015; Matt Turner matts...@gentoo.org json-c-0.12.ebuild:
+  Added ~mips.
 
   30 Nov 2014; Michał Górny mgo...@gentoo.org json-c-0.11-r1.ebuild,
   json-c-0.12.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig: ChangeLog pkgconfig-9999.ebuild pkgconfig-0.28-r3.ebuild

2015-05-26 Thread Alexandre Rostovtsev (tetromino)
tetromino15/05/27 04:35:41

  Modified: ChangeLog pkgconfig-.ebuild
  Added:pkgconfig-0.28-r3.ebuild
  Log:
  Fix LFS support on 32-bit (bug #550508, thanks to Zac Medico and vapier). 
Update to git-r3.eclass.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.167dev-util/pkgconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- ChangeLog   30 Apr 2015 04:41:02 -  1.166
+++ ChangeLog   27 May 2015 04:35:41 -  1.167
@@ -1,6 +1,14 @@
 # ChangeLog for dev-util/pkgconfig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.166 
2015/04/30 04:41:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.167 
2015/05/27 04:35:41 tetromino Exp $
+
+*pkgconfig-0.28-r3 (27 May 2015)
+
+  27 May 2015; Alexandre Rostovtsev tetrom...@gentoo.org
+  +pkgconfig-0.28-r3.ebuild, pkgconfig-.ebuild,
+  +files/pkgconfig-0.28-lfs.patch:
+  Fix LFS support on 32-bit (bug #550508, thanks to Zac Medico and vapier).
+  Update to git-r3.eclass.
 
   30 Apr 2015; Jeroen Roovers j...@gentoo.org pkgconfig-0.28-r2.ebuild:
   Stable for PPC64 (bug #545848).



1.15 dev-util/pkgconfig/pkgconfig-.ebuild

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

Index: pkgconfig-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pkgconfig-.ebuild   29 Jul 2014 07:58:43 -  1.14
+++ pkgconfig-.ebuild   27 May 2015 04:35:41 -  1.15
@@ -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-util/pkgconfig/pkgconfig-.ebuild,v 
1.14 2014/07/29 07:58:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-.ebuild,v 
1.15 2015/05/27 04:35:41 tetromino Exp $
 
 EAPI=5
 
@@ -10,7 +10,8 @@
 
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI=git://anongit.freedesktop.org/pkg-config
-   inherit autotools git-2
+   EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
+   inherit autotools git-r3
 else
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~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
SRC_URI=http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz;



1.1  dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild

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

Index: pkgconfig-0.28-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.28-r3.ebuild,v 1.1 
2015/05/27 04:35:41 tetromino Exp $

EAPI=5

inherit autotools eutils flag-o-matic libtool multilib multilib-minimal

MY_P=pkg-config-${PV}

if [[ ${PV} == ** ]]; then
EGIT_REPO_URI=git://anongit.freedesktop.org/pkg-config
EGIT_CHECKOUT_DIR=${WORKDIR}/${MY_P}
inherit autotools git-r3
else
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux 
~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris 

[gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig/files: pkgconfig-0.28-lfs.patch

2015-05-26 Thread Alexandre Rostovtsev (tetromino)
tetromino15/05/27 04:35:41

  Added:pkgconfig-0.28-lfs.patch
  Log:
  Fix LFS support on 32-bit (bug #550508, thanks to Zac Medico and vapier). 
Update to git-r3.eclass.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.1  dev-util/pkgconfig/files/pkgconfig-0.28-lfs.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/files/pkgconfig-0.28-lfs.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/files/pkgconfig-0.28-lfs.patch?rev=1.1content-type=text/plain

Index: pkgconfig-0.28-lfs.patch
===
From 40342dd0ead05d457a2a4e692cf865f50033a709 Mon Sep 17 00:00:00 2001
From: Peter Jones pjo...@redhat.com
Date: Wed, 15 Apr 2015 12:25:29 -0400
Subject: [PATCH] Enable large file support

https://bugs.freedesktop.org/show_bug.cgi?id=90078

Signed-off-by: Peter Jones pjo...@redhat.com
---
 configure.ac | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/configure.ac b/configure.ac
index b807251..388c013 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,9 @@ dnl by either passing --disable-silent-rules to configure or 
passing V=1
 dnl to make
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
+dnl Enable large file support
+AC_SYS_LARGEFILE
+
 dnl Check for programs
 AC_PROG_CC
 AC_CHECK_PROG([LN], [ln], [ln], [cp -Rp])
-- 
2.4.1







[gentoo-commits] gentoo-x86 commit in app-admin/fleet: fleet-9999.ebuild fleet-0.10.1-r1.ebuild ChangeLog

2015-05-26 Thread Zac Medico (zmedico)
zmedico 15/05/27 05:19:21

  Modified: fleet-.ebuild ChangeLog
  Added:fleet-0.10.1-r1.ebuild
  Log:
  Add test? ( dev-go/go-tools ) dep for 'go vet' and enable tests.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
FDE8EF85AE5719A3)

Revision  ChangesPath
1.7  app-admin/fleet/fleet-.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/fleet/fleet-.ebuild?r1=1.6r2=1.7

Index: fleet-.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fleet-.ebuild   2 May 2015 15:56:46 -   1.6
+++ fleet-.ebuild   27 May 2015 05:19:21 -  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/app-admin/fleet/fleet-.ebuild,v 1.6 
2015/05/02 15:56:46 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-.ebuild,v 1.7 
2015/05/27 05:19:21 zmedico Exp $
 
 EAPI=5
 
@@ -15,16 +15,16 @@
 LICENSE=Apache-2.0
 SLOT=0
 KEYWORDS=
-IUSE=doc examples
+IUSE=doc examples test
 
-DEPEND==dev-lang/go-1.3
+DEPEND==dev-lang/go-1.3
+   test? ( dev-go/go-tools )
 RDEPEND=
 
 src_compile() {
./build || die 'Build failed'
 }
 
-RESTRICT=test  # Tests fail due to Gentoo bug #500452
 src_test() {
./test || die 'Tests failed'
 }



1.19 app-admin/fleet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   2 May 2015 15:56:46 -   1.18
+++ ChangeLog   27 May 2015 05:19:21 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/fleet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.18 2015/05/02 
15:56:46 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/ChangeLog,v 1.19 2015/05/27 
05:19:21 zmedico Exp $
+
+*fleet-0.10.1-r1 (27 May 2015)
+
+  27 May 2015; Zac Medico zmed...@gentoo.org +fleet-0.10.1-r1.ebuild,
+  fleet-.ebuild:
+  Add test? ( dev-go/go-tools ) dep for 'go vet' and enable tests.
 
   02 May 2015; Alex Brandt alund...@gentoo.org fleet-.ebuild:
   land changes from 0.10.1 onto 



1.1  app-admin/fleet/fleet-0.10.1-r1.ebuild

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

Index: fleet-0.10.1-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/fleet/fleet-0.10.1-r1.ebuild,v 1.1 
2015/05/27 05:19:21 zmedico Exp $

EAPI=5

inherit systemd vcs-snapshot

DESCRIPTION=A Distributed init System
HOMEPAGE=https://github.com/coreos/fleet;
SRC_URI=https://github.com/coreos/${PN}/archive/v${PV}.tar.gz - ${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~amd64
IUSE=doc examples test

DEPEND==dev-lang/go-1.3
test? ( dev-go/go-tools )
RDEPEND=

src_compile() {
./build || die 'Build failed'
}

src_test() {
./test || die 'Tests failed'
}

src_install() {
dobin ${S}/bin/fleetd
dobin ${S}/bin/fleetctl

systemd_dounit ${FILESDIR}/fleet.service
systemd_dounit ${FILESDIR}/fleet.socket

dodoc README.md
use doc  dodoc -r Documentation
use examples  dodoc -r examples

keepdir /etc/${PN}
insinto /etc/${PN}
newins ${PN}.conf.sample ${PN}.conf
}

pkg_postinst() {
ewarn Please read this if you are upgrading from a version 0.10.0-r1.
ewarn 
ewarn Starting with fleet 0.10 the fleetctl utility has
ewarn '--endpoint=unix:///var/run/fleet.sock' as default argument, 
which is
ewarn why we have introduced the fleet.socket unit and renamed the 
service
ewarn from fleetd.service to fleet.service. If you run fleet on system
 

[gentoo-commits] gentoo-x86 commit in media-video/xine-ui: ChangeLog xine-ui-0.99.9.ebuild

2015-05-26 Thread Jeroen Roovers (jer)
jer 15/05/27 05:26:49

  Modified: ChangeLog xine-ui-0.99.9.ebuild
  Log:
  Stable for HPPA (bug #550046).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.190media-video/xine-ui/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.190view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?rev=1.190content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/xine-ui/ChangeLog?r1=1.189r2=1.190

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog   23 May 2015 11:31:30 -  1.189
+++ ChangeLog   27 May 2015 05:26:49 -  1.190
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/xine-ui
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.189 
2015/05/23 11:31:30 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/ChangeLog,v 1.190 
2015/05/27 05:26:49 jer Exp $
+
+  27 May 2015; Jeroen Roovers j...@gentoo.org xine-ui-0.99.9.ebuild:
+  Stable for HPPA (bug #550046).
 
   23 May 2015; Richard Freeman ri...@gentoo.org xine-ui-0.99.8.ebuild:
   amd64 stable - 550046



1.3  media-video/xine-ui/xine-ui-0.99.9.ebuild

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

Index: xine-ui-0.99.9.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xine-ui-0.99.9.ebuild   1 Sep 2014 16:45:35 -   1.2
+++ xine-ui-0.99.9.ebuild   27 May 2015 05:26:49 -  1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.9.ebuild,v 
1.2 2014/09/01 16:45:35 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/xine-ui/xine-ui-0.99.9.ebuild,v 
1.3 2015/05/27 05:26:49 jer Exp $
 
 EAPI=5
 inherit fdo-mime gnome2-utils
@@ -11,7 +11,7 @@
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd
+KEYWORDS=~amd64 hppa ~ppc ~ppc64 ~x86 ~x86-fbsd
 IUSE=aalib curl debug libcaca lirc nls readline vdr X xinerama
 
 RDEPEND=|| ( app-arch/tar app-arch/libarchive )






[gentoo-commits] gentoo-x86 commit in app-admin/puppet: puppet-4.1.0.ebuild ChangeLog

2015-05-26 Thread Matt Thode (prometheanfire)
prometheanfire15/05/27 05:32:52

  Modified: ChangeLog
  Added:puppet-4.1.0.ebuild
  Log:
  bup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.221app-admin/puppet/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v
retrieving revision 1.220
retrieving revision 1.221
diff -u -r1.220 -r1.221
--- ChangeLog   6 May 2015 06:38:44 -   1.220
+++ ChangeLog   27 May 2015 05:32:52 -  1.221
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/puppet
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.220 
2015/05/06 06:38:44 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.221 
2015/05/27 05:32:52 prometheanfire Exp $
+
+*puppet-4.1.0 (27 May 2015)
+
+  27 May 2015; Matthew Thode prometheanf...@gentoo.org +puppet-4.1.0.ebuild:
+  bup
 
   06 May 2015; Matthew Thode prometheanf...@gentoo.org 
puppet-4.0.0-r2.ebuild:
   now with signing



1.1  app-admin/puppet/puppet-4.1.0.ebuild

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

Index: puppet-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/app-admin/puppet/puppet-4.1.0.ebuild,v 1.1 
2015/05/27 05:32:52 prometheanfire Exp $

EAPI=5

USE_RUBY=ruby20 ruby21

RUBY_FAKEGEM_RECIPE_TEST=rspec

inherit elisp-common xemacs-elisp-common eutils user ruby-fakegem versionator

DESCRIPTION=A system automation and configuration management software.
HOMEPAGE=http://puppetlabs.com/;
SRC_URI=http://downloads.puppetlabs.com/puppet/${P}.tar.gz;

LICENSE=Apache-2.0 GPL-2
SLOT=0
KEYWORDS=~amd64 ~hppa ~ppc ~sparc ~x86
IUSE=augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax 
xemacs

ruby_add_rdepend 
dev-ruby/hiera
=dev-ruby/rgen-0.6.5 =dev-ruby/rgen-0.6*
=dev-ruby/facter-1.6.2 dev-ruby/facter-3
dev-ruby/json
augeas? ( dev-ruby/ruby-augeas )
diff? ( dev-ruby/diff-lcs )
doc? ( dev-ruby/rdoc )
ldap? ( dev-ruby/ruby-ldap )
shadow? ( dev-ruby/ruby-shadow )
sqlite? ( dev-ruby/sqlite3 )
virtual/ruby-ssl

DEPEND=${DEPEND}
dev-lang/ruby
emacs? ( virtual/emacs )
xemacs? ( app-editors/xemacs )
RDEPEND=${RDEPEND}
rrdtool? ( =net-analyzer/rrdtool-1.2.23[ruby] )
selinux? (
sys-libs/libselinux[ruby]
sec-policy/selinux-puppet
)
vim-syntax? ( =app-vim/puppet-syntax-3.0.1 )
=app-portage/eix-0.18.0

SITEFILE=50${PN}-mode-gentoo.el

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

all_ruby_prepare() {
# Avoid spec that require unpackaged json-schema.
rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die

# Avoid specs that can only run in the puppet.git repository. This
# should be narrowed down to the specific specs.
rm spec/integration/parser/compiler_spec.rb || die

# Avoid failing spec that need further investigation.
rm spec/unit/module_tool/metadata_spec.rb || die
}

all_ruby_compile() {
if use emacs ; then
elisp-compile ext/emacs/puppet-mode.el
fi

if use xemacs ; then
# Create a separate version for xemacs to be able to install
# emacs and xemacs in parallel.
mkdir ext/xemacs
cp ext/emacs/* ext/xemacs/
xemacs-elisp-compile ext/xemacs/puppet-mode.el
fi
}

each_ruby_install() {
each_fakegem_install
}

all_ruby_install() {
all_fakegem_install

# systemd stuffs
insinto /usr/lib/systemd/system
doins ${WORKDIR}/all/${P}/ext/systemd/puppet.service
doins ${WORKDIR}/all/${P}/ext/systemd/puppetmaster.service

# tmpfiles stuff
insinto /usr/lib/tmpfiles.d
newins ${FILESDIR}/tmpfiles.d puppet.conf

# openrc init stuff
newinitd ${FILESDIR}/puppet.init-4.x puppet
newinitd ${FILESDIR}/puppetmaster.init-4.x puppetmaster
newconfd 

[gentoo-commits] gentoo-x86 commit in media-libs/opusfile: ChangeLog opusfile-0.6.ebuild

2015-05-26 Thread Jeroen Roovers (jer)
jer 15/05/27 05:41:15

  Modified: ChangeLog opusfile-0.6.ebuild
  Log:
  Stable for HPPA (bug #511778).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.16 media-libs/opusfile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   24 May 2015 07:09:02 -  1.15
+++ ChangeLog   27 May 2015 05:41:15 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/opusfile
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.15 
2015/05/24 07:09:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/ChangeLog,v 1.16 
2015/05/27 05:41:15 jer Exp $
+
+  27 May 2015; Jeroen Roovers j...@gentoo.org opusfile-0.6.ebuild:
+  Stable for HPPA (bug #511778).
 
   24 May 2015; Jeroen Roovers j...@gentoo.org opusfile-0.6.ebuild:
   Stable for PPC64 (bug #511778).



1.6  media-libs/opusfile/opusfile-0.6.ebuild

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

Index: opusfile-0.6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- opusfile-0.6.ebuild 24 May 2015 07:09:02 -  1.5
+++ opusfile-0.6.ebuild 27 May 2015 05:41:15 -  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/media-libs/opusfile/opusfile-0.6.ebuild,v 
1.5 2015/05/24 07:09:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/opusfile/opusfile-0.6.ebuild,v 
1.6 2015/05/27 05:41:15 jer Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE=BSD
 SLOT=0
-KEYWORDS=~alpha amd64 ~arm ~hppa ~ppc ppc64 x86
+KEYWORDS=~alpha amd64 ~arm hppa ~ppc ppc64 x86
 IUSE=doc fixed-point +float +http static-libs
 
 RDEPEND=media-libs/libogg






[gentoo-commits] gentoo-x86 commit in net-ftp/proftpd: proftpd-1.3.5-r2.ebuild ChangeLog

2015-05-26 Thread Ian Delaney (idella4)
idella4 15/05/27 05:40:59

  Modified: ChangeLog
  Added:proftpd-1.3.5-r2.ebuild
  Log:
  revbump; security patch (split into 2) wrt bug #546644, address qa issues by 
repoman for deps requiring slot operator
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.330net-ftp/proftpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.330view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?rev=1.330content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/ChangeLog?r1=1.329r2=1.330

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -r1.329 -r1.330
--- ChangeLog   11 Mar 2015 09:16:03 -  1.329
+++ ChangeLog   27 May 2015 05:40:59 -  1.330
@@ -1,6 +1,13 @@
 # ChangeLog for net-ftp/proftpd
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.329 
2015/03/11 09:16:03 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.330 
2015/05/27 05:40:59 idella4 Exp $
+
+*proftpd-1.3.5-r2 (27 May 2015)
+
+  27 May 2015; Ian Delaney idel...@gentoo.org 
+files/CVE-2015-3306-test.patch,
+  +files/CVE-2015-3306.patch, +proftpd-1.3.5-r2.ebuild:
+  revbump; security patch (split into 2) wrt bug #546644, address qa issues by
+  repoman for deps requiring slot operator
 
   11 Mar 2015; Sergei Trofimovich sly...@gentoo.org proftpd-1.3.5.ebuild:
   ppc64 stable wrt #518290



1.1  net-ftp/proftpd/proftpd-1.3.5-r2.ebuild

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

Index: proftpd-1.3.5-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.3.5-r2.ebuild,v 
1.1 2015/05/27 05:40:59 idella4 Exp $

EAPI=5
inherit eutils multilib systemd

MOD_CASE=0.7
MOD_CLAMAV=0.11rc
MOD_DISKUSE=0.9
MOD_GSS=1.3.3
MOD_MSG=0.4.1
MOD_VROOT=0.9.3

DESCRIPTION=An advanced and very configurable FTP server
HOMEPAGE=http://www.proftpd.org/
http://www.castaglia.org/proftpd/
http://www.thrallingpenguin.com/resources/mod_clamav.htm
http://gssmod.sourceforge.net/;
SRC_URI=ftp://ftp.proftpd.org/distrib/source/${P/_/}.tar.gz
case? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-case-${MOD_CASE}.tar.gz )
clamav? ( 
https://secure.thrallingpenguin.com/redmine/attachments/download/1/mod_clamav-${MOD_CLAMAV}.tar.gz
 )
diskuse? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-diskuse-${MOD_DISKUSE}.tar.gz )
kerberos? ( mirror://sourceforge/gssmod/mod_gss-${MOD_GSS}.tar.gz )
msg? ( 
http://www.castaglia.org/${PN}/modules/${PN}-mod-msg-${MOD_MSG}.tar.gz )
vroot? ( 
https://github.com/Castaglia/${PN}-mod_vroot/archive/mod_vroot-${MOD_VROOT}.tar.gz
 )
LICENSE=GPL-2

SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd
IUSE=acl authfile ban +caps case clamav copy ctrls deflate diskuse doc dso 
dynmasq exec ifsession ifversion ident ipv6
kerberos ldap linguas_bg_BG linguas_en_US linguas_fr_FR linguas_it_IT 
linguas_ja_JP linguas_ko_KR
linguas_ru_RU linguas_zh_CN linguas_zh_TW log_forensic memcache msg 
mysql ncurses nls openssl pam +pcre postgres qos radius
ratio readme rewrite selinux sftp shaper sitemisc snmp softquota sqlite 
ssl tcpd test trace unique_id vroot xinetd
# TODO: geoip
REQUIRED_USE=ban? ( ctrls )
msg? ( ctrls )
sftp? ( openssl )
shaper? ( ctrls )
ssl? ( openssl )

CDEPEND=acl? ( virtual/acl )
caps? ( sys-libs/libcap )
clamav? ( app-antivirus/clamav )
kerberos? ( virtual/krb5 )
ldap? ( net-nds/openldap )
memcache? ( =dev-libs/libmemcached-0.41 )
mysql? ( virtual/mysql )
nls? ( virtual/libiconv )
ncurses? ( sys-libs/ncurses )
openssl? ( dev-libs/openssl:= )
pam? ( virtual/pam )
pcre? ( dev-libs/libpcre )
postgres? ( dev-db/postgresql:= )
sqlite? ( dev-db/sqlite:3 )
xinetd? ( virtual/inetd )
DEPEND=${CDEPEND}
test? ( dev-libs/check )
RDEPEND=${CDEPEND}
net-ftp/ftpbase
selinux? ( sec-policy/selinux-ftp )

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

__prepare_module() {
local mod_name=$1
local mod_topdir=${WORKDIR}/${2:-${mod_name}}

mv 

[gentoo-commits] gentoo-x86 commit in dev-vcs/gitolite-gentoo: gitolite-gentoo-3.6.3.2.ebuild ChangeLog gitolite-gentoo-3.6.3.1.ebuild

2015-05-26 Thread Robin H. Johnson (robbat2)
robbat2 15/05/27 03:55:46

  Modified: ChangeLog
  Added:gitolite-gentoo-3.6.3.2.ebuild
  Removed:  gitolite-gentoo-3.6.3.1.ebuild
  Log:
  Bump again.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.49 dev-vcs/gitolite-gentoo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitolite-gentoo/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog   26 May 2015 22:29:57 -  1.48
+++ ChangeLog   27 May 2015 03:55:46 -  1.49
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/gitolite-gentoo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite-gentoo/ChangeLog,v 1.48 
2015/05/26 22:29:57 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitolite-gentoo/ChangeLog,v 1.49 
2015/05/27 03:55:46 robbat2 Exp $
+
+*gitolite-gentoo-3.6.3.2 (27 May 2015)
+
+  27 May 2015; Robin H. Johnson robb...@gentoo.org
+  +gitolite-gentoo-3.6.3.2.ebuild, -gitolite-gentoo-3.6.3.1.ebuild:
+  Bump again.
 
 *gitolite-gentoo-3.6.3.1 (26 May 2015)
 



1.1  dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.3.2.ebuild

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

Index: gitolite-gentoo-3.6.3.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/gitolite-gentoo/gitolite-gentoo-3.6.3.2.ebuild,v
 1.1 2015/05/27 03:55:46 robbat2 Exp $

EAPI=5
[[ ${PV} == * ]]  SCM=git-2
EGIT_REPO_URI=git://git.gentoo.org/proj/gitolite-gentoo
EGIT_MASTER=master

inherit perl-module user versionator ${SCM}

DESCRIPTION=Highly flexible server for git directory version tracker, Gentoo 
fork
HOMEPAGE=http://cgit.gentoo.org/proj/gitolite-gentoo.git;
if [[ ${PV} != * ]]; then
SRC_URI=mirror://gentoo/${P}.tar.bz2
KEYWORDS=~amd64 ~x86
else
SRC_URI=
KEYWORDS=
fi

LICENSE=GPL-2
SLOT=0
IUSE=tools vim-syntax

DEPEND=dev-lang/perl
virtual/perl-File-Path
virtual/perl-File-Temp
=dev-vcs/git-1.6.6
RDEPEND=${DEPEND}
!dev-vcs/gitolite-gentoo
vim-syntax? ( app-vim/gitolite-syntax )
=dev-perl/Net-SSH-AuthorizedKeysFile-0.17
dev-perl/JSON

pkg_setup() {
enewgroup git
enewuser git -1 /bin/sh /var/lib/gitolite git
}

src_prepare() {
echo ${PF}-gentoo  src/VERSION
}

src_install() {
local uexec=/usr/libexec/${PN}

rm -rf src/lib/Gitolite/Test{,.pm}
insinto $VENDOR_LIB
doins -r src/lib/Gitolite

dodoc README.markdown CHANGELOG
# These are meant by upstream as examples, you are strongly recommended 
to
# customize them for your needs.
dodoc contrib/utils/ipa_groups.pl contrib/utils/ldap_groups.sh

insopts -m0755
insinto $uexec
doins -r src/{commands,syntactic-sugar,triggers,VREF}/
doins -r contrib/{commands,triggers}

insopts -m0644
doins src/VERSION

exeinto $uexec
doexe src/gitolite{,-shell}

dodir /usr/bin
for bin in gitolite{,-shell}; do
dosym /usr/libexec/${PN}/${bin} /usr/bin/${bin}
done

if use tools; then
dobin check-g2-compat convert-gitosis-conf
dobin contrib/utils/rc-format-v3.4
fi

keepdir /var/lib/gitolite
fowners git:git /var/lib/gitolite
fperms 750 /var/lib/gitolite

fperms 0644 ${uexec}/VREF/MERGE-CHECK # It's meant as example only
}

pkg_postinst() {
if [[ $(get_major_version $REPLACING_VERSIONS) == 2 ]]; then
ewarn
elog ***NOTE*** This is a major upgrade and will likely break 
your existing gitolite-2.x setup!
elog Please read http://gitolite.com/gitolite/migr.html first!
ewarn
elog ***NOTE*** If you're using the \umask\ feature of 
${PN}-2.x:
elog You'll have to replace each \umask = ...\ option by 
\option umask = ...\
elog And you'll also have to enable the \RepoUmask\ module 
in your .gitolite.rc
ewarn
   

[gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig: ChangeLog

2015-05-26 Thread Alexandre Rostovtsev (tetromino)
tetromino15/05/27 04:38:10

  Modified: ChangeLog
  Log:
  Better changelog wording.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  ChangesPath
1.168dev-util/pkgconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- ChangeLog   27 May 2015 04:35:41 -  1.167
+++ ChangeLog   27 May 2015 04:38:10 -  1.168
@@ -1,14 +1,14 @@
 # ChangeLog for dev-util/pkgconfig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.167 
2015/05/27 04:35:41 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.168 
2015/05/27 04:38:10 tetromino Exp $
 
 *pkgconfig-0.28-r3 (27 May 2015)
 
   27 May 2015; Alexandre Rostovtsev tetrom...@gentoo.org
   +pkgconfig-0.28-r3.ebuild, pkgconfig-.ebuild,
   +files/pkgconfig-0.28-lfs.patch:
-  Fix LFS support on 32-bit (bug #550508, thanks to Zac Medico and vapier).
-  Update to git-r3.eclass.
+  Fix large file support on 32-bit (bug #550508, thanks to Zac Medico and
+  vapier). Update to git-r3.eclass.
 
   30 Apr 2015; Jeroen Roovers j...@gentoo.org pkgconfig-0.28-r2.ebuild:
   Stable for PPC64 (bug #545848).






[gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-6.3_p8-r2.ebuild ChangeLog

2015-05-26 Thread Jeroen Roovers (jer)
jer 15/05/27 04:41:54

  Modified: readline-6.3_p8-r2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #548756).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.8  sys-libs/readline/readline-6.3_p8-r2.ebuild

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

Index: readline-6.3_p8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p8-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- readline-6.3_p8-r2.ebuild   26 May 2015 13:52:09 -  1.7
+++ readline-6.3_p8-r2.ebuild   27 May 2015 04:41:53 -  1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p8-r2.ebuild,v 1.7 
2015/05/26 13:52:09 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p8-r2.ebuild,v 1.8 
2015/05/27 04:41:53 jer Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=static-libs utils
 
 RDEPEND==sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]



1.227sys-libs/readline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog   26 May 2015 13:52:09 -  1.226
+++ ChangeLog   27 May 2015 04:41:53 -  1.227
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/readline
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.226 
2015/05/26 13:52:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.227 
2015/05/27 04:41:53 jer Exp $
+
+  27 May 2015; Jeroen Roovers j...@gentoo.org readline-6.3_p8-r2.ebuild:
+  Stable for HPPA (bug #548756).
 
   26 May 2015; Mike Frysinger vap...@gentoo.org metadata.xml,
   readline-6.3_p8-r2.ebuild:






[gentoo-commits] gentoo-x86 commit in app-shells/bash: ChangeLog bash-4.3_p33-r2.ebuild

2015-05-26 Thread Jeroen Roovers (jer)
jer 15/05/27 04:44:52

  Modified: ChangeLog bash-4.3_p33-r2.ebuild
  Log:
  Stable for HPPA PPC64 (bug #548756).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.437app-shells/bash/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
retrieving revision 1.436
retrieving revision 1.437
diff -u -r1.436 -r1.437
--- ChangeLog   23 May 2015 17:35:34 -  1.436
+++ ChangeLog   27 May 2015 04:44:52 -  1.437
@@ -1,6 +1,9 @@
 # ChangeLog for app-shells/bash
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.436 
2015/05/23 17:35:34 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.437 
2015/05/27 04:44:52 jer Exp $
+
+  27 May 2015; Jeroen Roovers j...@gentoo.org bash-4.3_p33-r2.ebuild:
+  Stable for HPPA PPC64 (bug #548756).
 
   23 May 2015; Mikle Kolyada zlog...@gentoo.org bash-4.3_p33-r2.ebuild:
   ia64 stable wrt bug #548756



1.7  app-shells/bash/bash-4.3_p33-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild?rev=1.7view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild?rev=1.7content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild?r1=1.6r2=1.7

Index: bash-4.3_p33-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bash-4.3_p33-r2.ebuild  23 May 2015 17:35:34 -  1.6
+++ bash-4.3_p33-r2.ebuild  27 May 2015 04:44:52 -  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/app-shells/bash/bash-4.3_p33-r2.ebuild,v 
1.6 2015/05/23 17:35:34 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p33-r2.ebuild,v 
1.7 2015/05/27 04:44:52 jer Exp $
 
 EAPI=4
 
@@ -38,7 +38,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
 IUSE=afs bashlogger examples mem-scramble +net nls plugins +readline vanilla
 
 DEPEND==sys-libs/ncurses-5.2-r2






[gentoo-commits] gentoo-x86 commit in sys-libs/readline: readline-6.3_p8-r2.ebuild ChangeLog

2015-05-26 Thread Jeroen Roovers (jer)
jer 15/05/27 04:44:00

  Modified: readline-6.3_p8-r2.ebuild ChangeLog
  Log:
  Stable for PPC64 (bug #548756).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.9  sys-libs/readline/readline-6.3_p8-r2.ebuild

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

Index: readline-6.3_p8-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p8-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- readline-6.3_p8-r2.ebuild   27 May 2015 04:41:53 -  1.8
+++ readline-6.3_p8-r2.ebuild   27 May 2015 04:44:00 -  1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p8-r2.ebuild,v 1.8 
2015/05/27 04:41:53 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/readline/readline-6.3_p8-r2.ebuild,v 1.9 
2015/05/27 04:44:00 jer Exp $
 
 EAPI=4
 
@@ -34,7 +34,7 @@
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh 
~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ~ppc ppc64 s390 sh ~sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux
 IUSE=static-libs utils
 
 RDEPEND==sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]



1.228sys-libs/readline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog   27 May 2015 04:41:53 -  1.227
+++ ChangeLog   27 May 2015 04:44:00 -  1.228
@@ -1,6 +1,9 @@
 # ChangeLog for sys-libs/readline
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.227 
2015/05/27 04:41:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/ChangeLog,v 1.228 
2015/05/27 04:44:00 jer Exp $
+
+  27 May 2015; Jeroen Roovers j...@gentoo.org readline-6.3_p8-r2.ebuild:
+  Stable for PPC64 (bug #548756).
 
   27 May 2015; Jeroen Roovers j...@gentoo.org readline-6.3_p8-r2.ebuild:
   Stable for HPPA (bug #548756).






[gentoo-commits] gentoo-x86 commit in x11-libs/cairo: ChangeLog cairo-1.14.2.ebuild

2015-05-26 Thread Jeroen Roovers (jer)
jer 15/05/27 05:37:41

  Modified: ChangeLog cairo-1.14.2.ebuild
  Log:
  Stable for HPPA PPC64 (bug #550318).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.417x11-libs/cairo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -r1.416 -r1.417
--- ChangeLog   25 May 2015 02:02:27 -  1.416
+++ ChangeLog   27 May 2015 05:37:41 -  1.417
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/cairo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.416 2015/05/25 
02:02:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.417 2015/05/27 
05:37:41 jer Exp $
+
+  27 May 2015; Jeroen Roovers j...@gentoo.org cairo-1.14.2.ebuild:
+  Stable for HPPA PPC64 (bug #550318).
 
   25 May 2015; Patrick Lauer patr...@gentoo.org metadata.xml:
   Remove unneeded useflag description from metadata.xml



1.2  x11-libs/cairo/cairo-1.14.2.ebuild

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

Index: cairo-1.14.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.14.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cairo-1.14.2.ebuild 25 Mar 2015 03:15:30 -  1.1
+++ cairo-1.14.2.ebuild 27 May 2015 05:37: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/x11-libs/cairo/cairo-1.14.2.ebuild,v 1.1 
2015/03/25 03:15:30 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.14.2.ebuild,v 1.2 
2015/05/27 05:37:41 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
SRC_URI=
 else
SRC_URI=http://cairographics.org/releases/${P}.tar.xz;
-   KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+   KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 fi
 
 DESCRIPTION=A vector graphics library with cross-device output support






[gentoo-commits] gentoo-x86 commit in dev-python/pythong: pythong-2.1.5-r2.ebuild ChangeLog pythong-2.1.5-r1.ebuild

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/27 03:11:09

  Modified: pythong-2.1.5-r2.ebuild ChangeLog
  Removed:  pythong-2.1.5-r1.ebuild
  Log:
  Drop old, stable for x86 to fix breakage after pmw cleanup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.3  dev-python/pythong/pythong-2.1.5-r2.ebuild

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

Index: pythong-2.1.5-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.5-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pythong-2.1.5-r2.ebuild 26 May 2015 13:56:25 -  1.2
+++ pythong-2.1.5-r2.ebuild 27 May 2015 03:11:09 -  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/pythong/pythong-2.1.5-r2.ebuild,v 1.2 
2015/05/26 13:56:25 jlec Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.5-r2.ebuild,v 1.3 
2015/05/27 03:11:09 patrick Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
doc? ( http://marmota.act.uji.es/MTP/pdf/python.pdf )
 
 LICENSE=GPL-2
-KEYWORDS=~amd64 ~ia64 ~x86
+KEYWORDS=~amd64 ~ia64 x86
 SLOT=0
 IUSE=doc
 



1.27 dev-python/pythong/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pythong/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   26 May 2015 13:56:25 -  1.26
+++ ChangeLog   27 May 2015 03:11:09 -  1.27
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pythong
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/ChangeLog,v 1.26 
2015/05/26 13:56:25 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/ChangeLog,v 1.27 
2015/05/27 03:11:09 patrick Exp $
+
+  27 May 2015; Patrick Lauer patr...@gentoo.org -pythong-2.1.5-r1.ebuild,
+  pythong-2.1.5-r2.ebuild:
+  Drop old, stable for x86 to fix breakage after pmw cleanup
 
   26 May 2015; Justin Lecher j...@gentoo.org pythong-2.1.5-r2.ebuild:
   Move to virtual






[gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/

2015-05-26 Thread Ian Stakenvicius
commit: d93f7a0f5f6fc2b34197585b6c5be9b11e1a3f01
Author: Ian Stakenvicius axs AT gentoo DOT org
AuthorDate: Wed May 27 03:48:20 2015 +
Commit: Ian Stakenvicius axs AT gentoo DOT org
CommitDate: Wed May 27 03:48:20 2015 +
URL:https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=d93f7a0f

firefox-38 version bump

 eclass/mozconfig-v5.38.eclass|   2 +-
 www-client/firefox/Manifest  |  80 +++
 www-client/firefox/firefox-38.0.1.ebuild | 380 +++
 3 files changed, 461 insertions(+), 1 deletion(-)

diff --git a/eclass/mozconfig-v5.38.eclass b/eclass/mozconfig-v5.38.eclass
index ed75101..ad1b197 100644
--- a/eclass/mozconfig-v5.38.eclass
+++ b/eclass/mozconfig-v5.38.eclass
@@ -89,7 +89,7 @@ RDEPEND==app-text/hunspell-1.2
system-icu? ( =dev-libs/icu-51.1:= )
system-jpeg? ( =media-libs/libjpeg-turbo-1.2.1 )
system-sqlite? ( =dev-db/sqlite-3.8.8.2:3[secure-delete,debug=] )
-   system-libvpx? ( =media-libs/libvpx-1.3.0*[postproc] )
+   system-libvpx? ( =media-libs/libvpx-1.3.0[postproc] )
 
 
 if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 5eeebfb..2c467fe 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -1,2 +1,82 @@
 DIST firefox-38.0-patches-0.1.tar.xz 4464 SHA256 
c3c5716633e0b1c0fcebb25ef9b1cb3d481e17b143fdefcd3c6e64946817efcf SHA512 
002907ce6404cafb7218ff4dcafc47952857c2415f067a319e66d66518aa6f85f60debeb61ad57c2f8fa93e5350c155629e34edf1092b6b0bcc186e0dfd47524
 WHIRLPOOL 
aa41e43820fc2f5b207feddad8c68355930fc0cb0300194690fa0731bb85b096d38201f0f01fd945d9b2eae7801a5831c33f34d2894f70a3986bef467b166387
+DIST firefox-38.0.1-af.xpi 483325 SHA256 
89d09d602878f890d8a1507b2d98deb75374a1a9dedca74e007c90a00fb0f51b SHA512 
fbf8b98c7231856022981e2d2e5c3612b6b4297e27eac5f514bc37ecf760d8a925589b987aea5d38f850d38df5066c70e9194f62558cb2789d56dc43062d
 WHIRLPOOL 
632a721f0865edaf8e620c441269cfb4c5a1506247739cbc33f7100ea380edd44e2b7c7457237085b8b1c1fa8f223cecc928089b27f6cec5a92b180192dd4fdc
+DIST firefox-38.0.1-ar.xpi 516494 SHA256 
993660b17ac1d4fc455f8c4cdfa433be2497fb09595f48c1dfc65c6f47566616 SHA512 
56c8037123657cf363d41f783d97c32c1d10078ba73920e424601186db0b011bd9cf739f387ce9e2ecd1bc93be2d2df09c3edd0d39c365ba78b99f1dd36ad5b3
 WHIRLPOOL 
0ac4ba82d3eeaa80eead1661da9c0ca9625f25ad002b593f521592722ce5ce893857f69ffa3752065a09291f0f1d8fc0a2027b001c6e8f76203eb9f8a9ae060d
+DIST firefox-38.0.1-as.xpi 509573 SHA256 
54b2d030dd2e4f14c100165a68a32ad547a63bcf75f204a44b8ab0e07e7ea77e SHA512 
2b2bf939463e72f7a27521b330d05ea92b6f3e7887443d22154951800da307fbbee395c83d5fef257be8762fe340b9869b3db36945364d65a02cb3666d0439cc
 WHIRLPOOL 
1ff7fa7766090b331e4de00aff15d93a303cfbbcf5bebb3066ad255e963cda823d665c9a17cc27f13baadbd96d76c404a7034408e6e8be32fb4a718e9908db12
+DIST firefox-38.0.1-ast.xpi 397200 SHA256 
374eb571b161e5825637046c38fb4c75686a314cf180aef0be82668dc474507d SHA512 
be47e21f48469ef6775c3d248115f920ca6f62486da759dbccedb5f00cf80221f97388b4a880386264f3ecc20e5311e17b8e664038263cc972b75e0846f72dae
 WHIRLPOOL 
f4d9d873accf8765e289ea90ace0bb09474ae97727ece7054c2729c57021d664cf7b57ce15907ec27464bacd6e01deb7c489b8fe714b5d968e87930cbf12cac8
+DIST firefox-38.0.1-be.xpi 441055 SHA256 
60f225cba7bb39fbecefee7ebace30f0a089933e4596981f0dd8d3f1bf7bdbfe SHA512 
74e7d8e2bd971651d2dae05113fb7f3d8679302acd91af2d90f1c4dd8fc78629ac69c0b153bec981bca811a03849356fcd015e3706d0644fc5a3a0a14370019c
 WHIRLPOOL 
e3cebf016c2e59719224808b9fb5d889a0f20dc53434807d3a9572bd9431918fa81441f3f274c97965811762cecda684092413c0f83105b1e950c41a5f1af70f
+DIST firefox-38.0.1-bg.xpi 487818 SHA256 
4f0e49f503a5f721686c31620b3cc4925d1ec7e75b2cec5cdd1712883e3f411a SHA512 
055ef4639a1d76c0be1cd6c4e4f91452b8a28adee3c9f281f71d8e8863501bfbd0142d67c0d596b6b077164ac3897365b0a34dbbfbd4b69102905debaa90e1e3
 WHIRLPOOL 
2ad6af080b87773aa7308e383913fd27ce9b0940b952d3e3405c11104b7a0363641c69055635ee052c34cbc075c4bf9a70bbb1b7c8d95c3999f8e1a13c479cd5
+DIST firefox-38.0.1-bn-BD.xpi 528687 SHA256 
45e2b45d2fcef99b872420f737b6c1af5494a70ee7e48647fddb229f041a6f9e SHA512 
4a36888f46916b211147ff68dfe63315ed1603c0123c6517da302d9b5e91605b9f121022b127fd08936527cb26c1a658a39a1ed373af26ed0c5f440d8e5a158a
 WHIRLPOOL 
5ea8fc27bd6f535fc13b71e1511e8d48fd23c02ed68c06b92c87da734df20a553b13b1f43ef5623087a3460231e30a45360536be27840926b7ba18bcf9ec00ea
+DIST firefox-38.0.1-bn-IN.xpi 527925 SHA256 
33220bdf63ae687c0b1d715803956eb39a9599095027153e9becaf4d8b35dd31 SHA512 
6b375b17a559e0dd0dc1920aee4ed460762b62fb47234942791552eb68c670a5a763154c92f6d504a4fb946af392093e42ac17cabdc8c76d3dd746c6d4f3c637
 WHIRLPOOL 
ca2efa38c6ee53646236e6810c49a259ad7d284d319b4ee216f71c2fc9ccb8730b22021acface9f0456b22c3d5855d7424e31ed0cbbceb870d21c7ede7a0594e
+DIST firefox-38.0.1-br.xpi 441959 SHA256 
0ee35b24ade934b985f0e3b57b5cf12f202e213542a8f49dece2f2656c68cedf SHA512 

[gentoo-commits] gentoo-x86 commit in www-client/opera-developer: opera-developer-31.0.1876.0.ebuild ChangeLog opera-developer-30.0.1835.6.ebuild

2015-05-26 Thread Jeroen Roovers (jer)
jer 15/05/27 04:53:37

  Modified: ChangeLog
  Added:opera-developer-31.0.1876.0.ebuild
  Removed:  opera-developer-30.0.1835.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  ChangesPath
1.45 www-client/opera-developer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?rev=1.45view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?rev=1.45content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/ChangeLog?r1=1.44r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   8 May 2015 04:35:19 -   1.44
+++ ChangeLog   27 May 2015 04:53:37 -  1.45
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/opera-developer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v 1.44 
2015/05/08 04:35:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera-developer/ChangeLog,v 1.45 
2015/05/27 04:53:37 jer Exp $
+
+*opera-developer-31.0.1876.0 (27 May 2015)
+
+  27 May 2015; Jeroen Roovers j...@gentoo.org
+  -opera-developer-30.0.1835.6.ebuild, +opera-developer-31.0.1876.0.ebuild:
+  Version bump.
 
 *opera-developer-31.0.1857.0 (08 May 2015)
 



1.1  
www-client/opera-developer/opera-developer-31.0.1876.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/opera-developer-31.0.1876.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/opera-developer/opera-developer-31.0.1876.0.ebuild?rev=1.1content-type=text/plain

Index: opera-developer-31.0.1876.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/opera-developer/opera-developer-31.0.1876.0.ebuild,v
 1.1 2015/05/27 04:53:37 jer Exp $

EAPI=5
CHROMIUM_LANGS=
af az be bg bn ca cs da de el en_GB en_US es_419 es fil fi fr_CA fr fy 
gd
hi hr hu id it ja kk ko lt lv me mk ms nb nl nn pa pl pt_BR pt_PT ro ru 
sk
sr sv sw ta te th tr uk uz vi zh_CN zh_TW zu

inherit chromium multilib unpacker

DESCRIPTION=A fast and secure web browser
HOMEPAGE=http://www.opera.com/;
LICENSE=OPERA-2014
SLOT=0
SRC_URI_BASE=http://get.geo.opera.com/pub/;
SRC_URI=
amd64?  ( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_amd64.deb )
x86?( ${SRC_URI_BASE}${PN}/${PV}/linux/${PN}_${PV}_i386.deb )

KEYWORDS=~amd64 ~x86

RDEPEND=
dev-libs/expat
dev-libs/glib:2
dev-libs/nspr
dev-libs/nss
gnome-base/gconf:2
media-libs/alsa-lib
media-libs/fontconfig
media-libs/freetype
net-misc/curl
net-print/cups
sys-apps/dbus
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}
OPERA_HOME=usr/$(get_libdir)/${PN}

src_unpack() {
unpack_deb ${A}
}

src_prepare() {
case ${ARCH} in
amd64)
mv usr/lib/x86_64-linux-gnu usr/$(get_libdir) || die
rm -r usr/lib || die
;;
x86)
mv usr/lib/i386-linux-gnu/${PN} usr/$(get_libdir)/ || 
die
;;
esac

rm usr/bin/${PN} || die

rm usr/share/doc/${PN}/copyright || die
mv usr/share/doc/${PN} usr/share/doc/${PF} || die

pushd ${OPERA_HOME}/localization  /dev/null || die
chromium_remove_language_paks
popd  /dev/null || die

sed -i \
-e 's|^TargetEnvironment|X-|g' \
usr/share/applications/${PN}.desktop || die
}

src_install() {
mv * ${D} || die
dosym ../$(get_libdir)/${PN}/${PN} /usr/bin/${PN}
fperms 4711 /usr/$(get_libdir)/${PN}/opera_sandbox
}






[gentoo-commits] gentoo-x86 commit in net-ftp/proftpd/files: CVE-2015-3306-test.patch CVE-2015-3306.patch

2015-05-26 Thread Ian Delaney (idella4)
idella4 15/05/27 05:40:59

  Added:CVE-2015-3306-test.patch CVE-2015-3306.patch
  Log:
  revbump; security patch (split into 2) wrt bug #546644, address qa issues by 
repoman for deps requiring slot operator
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.1  net-ftp/proftpd/files/CVE-2015-3306-test.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/files/CVE-2015-3306-test.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/files/CVE-2015-3306-test.patch?rev=1.1content-type=text/plain

Index: CVE-2015-3306-test.patch
===
https://github.com/proftpd/proftpd/commit/3ef395d81327558e6e6def43df9138b1cd4955dd
diff --git a/tests/t/lib/ProFTPD/Tests/Modules/mod_copy.pm 
b/tests/t/lib/ProFTPD/Tests/Modules/mod_copy.pm
index 251df45..00d8610 100644
--- a/tests/t/lib/ProFTPD/Tests/Modules/mod_copy.pm
+++ b/tests/t/lib/ProFTPD/Tests/Modules/mod_copy.pm
@@ -21,6 +21,11 @@ my $TESTS = {
 test_class = [qw(forking)],
   },
 
+  copy_file_no_login = {
+order = ++$order,
+test_class = [qw(bug forking)],
+  },
+
   copy_dir = {
 order = ++$order,
 test_class = [qw(forking)],
@@ -86,6 +91,11 @@ my $TESTS = {
 test_class = [qw(forking)],
   },
 
+  copy_cpfr_cpto_no_login = {
+order = ++$order,
+test_class = [qw(bug forking)],
+  },
+
   copy_cpto_no_cpfr = {
 order = ++$order,
 test_class = [qw(forking)],
@@ -263,6 +273,137 @@ sub copy_file {
   unlink($log_file);
 }
 
+sub copy_file_no_login {
+  my $self = shift;
+  my $tmpdir = $self-{tmpdir};
+
+  my $config_file = $tmpdir/copy.conf;
+  my $pid_file = File::Spec-rel2abs($tmpdir/copy.pid);
+  my $scoreboard_file = File::Spec-rel2abs($tmpdir/copy.scoreboard);
+
+  my $log_file = File::Spec-rel2abs('tests.log');
+
+  my $auth_user_file = File::Spec-rel2abs($tmpdir/copy.passwd);
+  my $auth_group_file = File::Spec-rel2abs($tmpdir/copy.group);
+
+  my $user = 'proftpd';
+  my $passwd = 'test';
+  my $group = 'ftpd';
+  my $home_dir = File::Spec-rel2abs($tmpdir);
+  my $uid = 500;
+  my $gid = 500;
+
+  # Make sure that, if we're running as root, that the home directory has
+  # permissions/privs set for the account we create
+  if ($ == 0) {
+unless (chmod(0755, $home_dir)) {
+  die(Can't set perms on $home_dir to 0755: $!);
+}
+
+unless (chown($uid, $gid, $home_dir)) {
+  die(Can't set owner of $home_dir to $uid/$gid: $!);
+}
+  }
+
+  auth_user_write($auth_user_file, $user, $passwd, $uid, $gid, $home_dir,
+'/bin/bash');
+  auth_group_write($auth_group_file, $group, $gid, $user);
+
+  my $src_file = File::Spec-rel2abs($home_dir/foo.txt);
+  if (open(my $fh,  $src_file)) {
+print $fh Hello, World!\n;
+
+unless (close($fh)) {
+  die(Can't write $src_file: $!);
+}
+
+  } else {
+die(Can't open $src_file: $!);
+  }
+
+  my $dst_file = File::Spec-rel2abs($home_dir/bar.txt);
+
+  my $config = {
+PidFile = $pid_file,
+ScoreboardFile = $scoreboard_file,
+SystemLog = $log_file,
+
+AuthUserFile = $auth_user_file,
+AuthGroupFile = $auth_group_file,
+
+IfModules = {
+  'mod_delay.c' = {
+DelayEngine = 'off',
+  },
+},
+  };
+
+  my ($port, $config_user, $config_group) = config_write($config_file, 
$config);
+
+  # Open pipes, for use between the parent and child processes.  Specifically,
+  # the child will indicate when it's done with its test by writing a message
+  # to the parent.
+  my ($rfh, $wfh);
+  unless (pipe($rfh, $wfh)) {
+die(Can't open pipe: $!);
+  }
+
+  my $ex;
+
+  # Fork child
+  $self-handle_sigchld();
+  defined(my $pid = fork()) or die(Can't fork: $!);
+  if ($pid) {
+eval {
+  my $client = ProFTPD::TestSuite::FTP-new('127.0.0.1', $port);
+
+  eval { $client-site('COPY', 'foo.txt', 'bar.txt') };
+  unless ($@) { 
+die(SITE COPY succeeded unexpectedly);
+  }
+
+  my $resp_code = $client-response_code();
+  my $resp_msg = $client-response_msg();
+
+  my $expected;
+  $expected = 530;
+  $self-assert($expected == $resp_code,
+test_msg(Expected response code $expected, got $resp_code));
+
+  $expected = Please login with USER and PASS;
+  $self-assert($expected eq $resp_msg,
+test_msg(Expected response message '$expected', got '$resp_msg'));
+};
+
+if ($@) {
+  $ex = $@;
+}
+
+$wfh-print(done\n);
+$wfh-flush();
+
+  } else {
+eval { server_wait($config_file, $rfh) };
+if ($@) {
+  warn($@);
+  exit 1;
+}
+
+exit 0;
+  }
+
+  # Stop server
+  server_stop($pid_file);
+
+  $self-assert_child_ok($pid);
+
+  if ($ex) {
+die($ex);
+  }
+
+  unlink($log_file);
+}
+
 sub copy_dir {
   my $self = shift;
   my $tmpdir = $self-{tmpdir};
@@ -2606,6 +2747,153 @@ sub copy_cpfr_cpto {
  

[gentoo-commits] gentoo-x86 commit in media-sound/sox: sox-14.4.2.ebuild ChangeLog

2015-05-26 Thread Jeroen Roovers (jer)
jer 15/05/27 05:42:04

  Modified: sox-14.4.2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #511778).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  ChangesPath
1.4  media-sound/sox/sox-14.4.2.ebuild

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

Index: sox-14.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sox-14.4.2.ebuild   24 May 2015 07:09:54 -  1.3
+++ sox-14.4.2.ebuild   27 May 2015 05:42:04 -  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/media-sound/sox/sox-14.4.2.ebuild,v 1.3 
2015/05/24 07:09:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.4.2.ebuild,v 1.4 
2015/05/27 05:42:04 jer Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE=LGPL-2.1
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ppc64 ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris
+KEYWORDS=~alpha ~amd64 ~arm ~arm64 hppa ~mips ~ppc ppc64 ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris
 IUSE=alsa amr ao debug encode flac id3tag ladspa mad ogg openmp oss opus png 
pulseaudio sndfile static-libs twolame wavpack
 
 RDEPEND=



1.161media-sound/sox/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- ChangeLog   24 May 2015 07:09:54 -  1.160
+++ ChangeLog   27 May 2015 05:42:04 -  1.161
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/sox
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.160 
2015/05/24 07:09:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/ChangeLog,v 1.161 
2015/05/27 05:42:04 jer Exp $
+
+  27 May 2015; Jeroen Roovers j...@gentoo.org sox-14.4.2.ebuild:
+  Stable for HPPA (bug #511778).
 
   24 May 2015; Jeroen Roovers j...@gentoo.org sox-14.4.2.ebuild:
   Stable for PPC64 (bug #511778).






[gentoo-commits] gentoo-x86 commit in sys-cluster/nova: nova-2015.1.0-r2.ebuild nova-2015.1.9999.ebuild ChangeLog

2015-05-26 Thread Matt Thode (prometheanfire)
prometheanfire15/05/27 05:48:31

  Modified: nova-2015.1.0-r2.ebuild nova-2015.1..ebuild
ChangeLog
  Log:
  adding missing dep for iscsi (lsiscsi)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  ChangesPath
1.2  sys-cluster/nova/nova-2015.1.0-r2.ebuild

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

Index: nova-2015.1.0-r2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nova-2015.1.0-r2.ebuild 17 May 2015 23:19:18 -  1.1
+++ nova-2015.1.0-r2.ebuild 27 May 2015 05:48:31 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r2.ebuild,v 
1.1 2015/05/17 23:19:18 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r2.ebuild,v 
1.2 2015/05/27 05:48:31 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -117,6 +117,9 @@
kvm? ( app-emulation/qemu )
xen? ( app-emulation/xen
   app-emulation/xen-tools )
+   )
+   iscsi? (
+   sys-fs/lsscsi
)
 
 PATCHES=(



1.12 sys-cluster/nova/nova-2015.1..ebuild

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

Index: nova-2015.1..ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nova-2015.1..ebuild 17 May 2015 23:19:18 -  1.11
+++ nova-2015.1..ebuild 27 May 2015 05:48:31 -  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/sys-cluster/nova/nova-2015.1..ebuild,v 
1.11 2015/05/17 23:19:18 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1..ebuild,v 
1.12 2015/05/27 05:48:31 prometheanfire Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -118,6 +118,9 @@
kvm? ( app-emulation/qemu )
xen? ( app-emulation/xen
   app-emulation/xen-tools )
+   )
+   iscsi? (
+   sys-fs/lsscsi
)
 
 PATCHES=(



1.99 sys-cluster/nova/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog   17 May 2015 23:19:18 -  1.98
+++ ChangeLog   27 May 2015 05:48:31 -  1.99
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/nova
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.98 
2015/05/17 23:19:18 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.99 
2015/05/27 05:48:31 prometheanfire Exp $
+
+  27 May 2015; Matthew Thode prometheanf...@gentoo.org
+  nova-2015.1.0-r2.ebuild, nova-2015.1..ebuild:
+  adding missing dep for iscsi (lsiscsi)
 
 *nova-2015.1.0-r2 (17 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-mail: twisted-mail-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:17:58

  Modified: ChangeLog
  Added:twisted-mail-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.113dev-python/twisted-mail/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-mail/ChangeLog?rev=1.113view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-mail/ChangeLog?rev=1.113content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-mail/ChangeLog?r1=1.112r2=1.113

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog   13 May 2015 08:03:13 -  1.112
+++ ChangeLog   26 May 2015 06:17:58 -  1.113
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-mail
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.112 
2015/05/13 08:03:13 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.113 
2015/05/26 06:17:58 patrick Exp $
+
+*twisted-mail-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +twisted-mail-15.2.1.ebuild:
+  Bump
 
 *twisted-mail-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-mail/twisted-mail-15.2.1.ebuild

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

Index: twisted-mail-15.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-15.2.1.ebuild,v 
1.1 2015/05/26 06:17:58 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

DESCRIPTION=A Twisted Mail library, server and client

KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~ia64-hpux 
~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-names-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-names: twisted-names-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:18:45

  Modified: ChangeLog
  Added:twisted-names-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.111dev-python/twisted-names/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.111view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?rev=1.111content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-names/ChangeLog?r1=1.110r2=1.111

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog   13 May 2015 08:03:53 -  1.110
+++ ChangeLog   26 May 2015 06:18:45 -  1.111
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-names
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.110 
2015/05/13 08:03:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.111 
2015/05/26 06:18:45 patrick Exp $
+
+*twisted-names-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +twisted-names-15.2.1.ebuild:
+  Bump
 
 *twisted-names-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-names/twisted-names-15.2.1.ebuild

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

Index: twisted-names-15.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-15.2.1.ebuild,v 
1.1 2015/05/26 06:18:45 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

DESCRIPTION=A Twisted DNS implementation

KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-interix 
~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-news: twisted-news-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:19:31

  Modified: ChangeLog
  Added:twisted-news-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.94 dev-python/twisted-news/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-news/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   13 May 2015 08:04:35 -  1.93
+++ ChangeLog   26 May 2015 06:19:31 -  1.94
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-news
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.93 
2015/05/13 08:04:35 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.94 
2015/05/26 06:19:31 patrick Exp $
+
+*twisted-news-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +twisted-news-15.2.1.ebuild:
+  Bump
 
 *twisted-news-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-news/twisted-news-15.2.1.ebuild

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

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

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

DESCRIPTION=Twisted News is an NNTP server and programming library

KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86
IUSE=

DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-mail-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-lore: twisted-lore-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:17:14

  Modified: ChangeLog
  Added:twisted-lore-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.95 dev-python/twisted-lore/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?rev=1.95view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?rev=1.95content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-lore/ChangeLog?r1=1.94r2=1.95

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog   13 May 2015 08:02:31 -  1.94
+++ ChangeLog   26 May 2015 06:17:14 -  1.95
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-lore
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.94 
2015/05/13 08:02:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.95 
2015/05/26 06:17:14 patrick Exp $
+
+*twisted-lore-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +twisted-lore-15.2.1.ebuild:
+  Bump
 
 *twisted-lore-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-lore/twisted-lore-15.2.1.ebuild

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

Index: twisted-lore-15.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-15.2.1.ebuild,v 
1.1 2015/05/26 06:17:14 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

DESCRIPTION=Twisted documentation system

KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86
IUSE=

DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/flask-restful: flask-restful-0.3.3.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:46:30

  Modified: ChangeLog
  Added:flask-restful-0.3.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.8  dev-python/flask-restful/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   8 Mar 2015 23:47:56 -   1.7
+++ ChangeLog   26 May 2015 06:46:30 -  1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/flask-restful
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v 1.7 
2015/03/08 23:47:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flask-restful/ChangeLog,v 1.8 
2015/05/26 06:46:30 patrick Exp $
+
+*flask-restful-0.3.3 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +flask-restful-0.3.3.ebuild:
+  Bump
 
   08 Mar 2015; Pacho Ramos pa...@gentoo.org flask-restful-0.2.12.ebuild:
   x86 stable, bug 540290



1.1  dev-python/flask-restful/flask-restful-0.3.3.ebuild

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

Index: flask-restful-0.3.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/flask-restful/flask-restful-0.3.3.ebuild,v 
1.1 2015/05/26 06:46:30 patrick Exp $

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

inherit distutils-r1

DESCRIPTION=Simple framework for creating REST APIs
HOMEPAGE=http://flask-restful.readthedocs.org/ 
https://github.com/twilio/flask-restful/;
SRC_URI=https://github.com/twilio/${PN}/archive/${PV}.tar.gz - ${P}.tar.gz

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

RDEPEND=
=dev-python/aniso8601-0.82[${PYTHON_USEDEP}]
=dev-python/flask-0.8[${PYTHON_USEDEP}]
=dev-python/six-1.3.0[${PYTHON_USEDEP}]
dev-python/pytz[${PYTHON_USEDEP}]
paging? ( =dev-python/pycrypto-2.6[${PYTHON_USEDEP}] )

DEPEND=${RDEPEND}
dev-python/sphinx[${PYTHON_USEDEP}]
test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
)


python_test() {
nosetests -v || die Tests fail with ${EPYTHON}
}

python_compile_all() {
cd docs || die
emake man $(usex doc html )
}

python_install_all() {
use doc  local HTML_DOCS=( docs/_build/html/. )
use examples  local EXAMPLES=( examples/. )
local DOCS=( AUTHORS.md CHANGES.md CONTRIBUTING.md README.md )

doman docs/_build/man/*
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in sci-biology/glimmer: glimmer-3.02b.ebuild glimmer-3.02-r3.ebuild ChangeLog glimmer-3.02-r1.ebuild

2015-05-26 Thread Justin Lecher (jlec)
jlec15/05/26 06:22:16

  Modified: ChangeLog
  Added:glimmer-3.02b.ebuild glimmer-3.02-r3.ebuild
  Removed:  glimmer-3.02-r1.ebuild
  Log:
  Version Bump and patch for file collision, thanks Martin Mokrejs for the fix, 
bug #247394; Respect CXX, CXXFLAGS and LDFLAGS
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.11 sci-biology/glimmer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-biology/glimmer/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   11 Mar 2013 15:17:43 -  1.10
+++ ChangeLog   26 May 2015 06:22:16 -  1.11
@@ -1,6 +1,16 @@
 # ChangeLog for sci-biology/glimmer
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/glimmer/ChangeLog,v 1.10 
2013/03/11 15:17:43 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/glimmer/ChangeLog,v 1.11 
2015/05/26 06:22:16 jlec Exp $
+
+*glimmer-3.02b (26 May 2015)
+*glimmer-3.02-r3 (26 May 2015)
+
+  26 May 2015; Justin Lecher j...@gentoo.org
+  +files/glimmer-3.02b-jobserver-fix.patch, +files/glimmer-3.02b-ldflags.patch,
+  +files/glimmer-3.02b-rename_extract.patch, +glimmer-3.02-r3.ebuild,
+  +glimmer-3.02b.ebuild, -glimmer-3.02-r1.ebuild:
+  Version Bump and patch for file collision, thanks Martin Mokrejs for the fix,
+  bug #247394; Respect CXX, CXXFLAGS and LDFLAGS
 
   11 Mar 2013; Justin Lecher j...@gentoo.org metadata.xml:
   Drop Andrey as maintainer so that bugs get assigned to sci-biology directly
@@ -44,4 +54,3 @@
   07 Sep 2008; weaver wea...@gentoo.org +metadata.xml,
   +glimmer-3.02.ebuild:
   Import from science overlay
-



1.1  sci-biology/glimmer/glimmer-3.02b.ebuild

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

Index: glimmer-3.02b.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-biology/glimmer/glimmer-3.02b.ebuild,v 
1.1 2015/05/26 06:22:16 jlec Exp $

EAPI=5

inherit eutils toolchain-funcs

MY_PV=${PV//./}

DESCRIPTION=An HMM-based microbial gene finding system from TIGR
HOMEPAGE=http://ccb.jhu.edu/software/glimmer;
SRC_URI=http://ccb.jhu.edu/software/${PN}/${PN}${MY_PV}.tar.gz;

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

DEPEND=
RDEPEND=app-shells/tcsh
sci-biology/elph

#S=${WORKDIR}/${PN}${PV}
S=${WORKDIR}/${PN}3.02

PATCHES=(
${FILESDIR}/${P}-jobserver-fix.patch
${FILESDIR}/${P}-ldflags.patch
${FILESDIR}/${P}-rename_extract.patch
)

src_prepare() {
sed -i -e 's|\(set awkpath =\).*|\1 /usr/share/'${PN}'/scripts|' \
-e 's|\(set glimmerpath =\).*|\1 /usr/bin|' scripts/* || die 
failed to rewrite paths
# Fix Makefile to die on failure
sed -i 's/$(MAKE) $(TGT)/$(MAKE) $(TGT) || exit 1/' src/c_make.gen || 
die
# GCC 4.3 include fix
sed -i 's/include  string/include  string.h/' src/Common/delcher.hh 
|| die
#
sed -i s+/fs/szgenefinding/Glimmer3/bin+%${D}/bin/glimmer3+ 
scripts/g3-* || die
sed -i 
s+/fs/szgenefinding/Glimmer3/scripts+%${D}/share/glimmer/scripts+ 
scripts/g3-* || die
sed -i s+/nfshomes/adelcher/bin/elph+%${D}/bin/elph+ scripts/g3-* || 
die
sed -i s/@ if/if/ src/c_make.gen || die
# avoid file collision on /usr/bin/extract #247394
epatch ${PATCHES[@]}
}

src_compile() {
emake \
-C src \
CC=$(tc-getCC) \
CXX=$(tc-getCXX) \
AR=$(tc-getAR) \
CXXFLAGS=${CXXFLAGS} \
CFLAGS=${CFLAGS} \
LDFLAGS=${LDFLAGS}
}

src_install() {
rm bin/test || die
dobin bin/*

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

dodoc glim302notes.pdf
}



1.1  sci-biology/glimmer/glimmer-3.02-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/glimmer/glimmer-3.02-r3.ebuild?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in dev-python/twisted-words: twisted-words-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:22:15

  Modified: ChangeLog
  Added:twisted-words-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.118dev-python/twisted-words/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.118view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?rev=1.118content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-words/ChangeLog?r1=1.117r2=1.118

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   13 May 2015 08:07:16 -  1.117
+++ ChangeLog   26 May 2015 06:22:15 -  1.118
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-words
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.117 
2015/05/13 08:07:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.118 
2015/05/26 06:22:15 patrick Exp $
+
+*twisted-words-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +twisted-words-15.2.1.ebuild:
+  Bump
 
 *twisted-words-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-words/twisted-words-15.2.1.ebuild

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

Index: twisted-words-15.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-15.2.1.ebuild,v 
1.1 2015/05/26 06:22:15 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

DESCRIPTION=Twisted Words contains Instant Messaging implementations

KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86
IUSE=

DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
=dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:21:32

  Modified: ChangeLog
  Added:twisted-web-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.124dev-python/twisted-web/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.124view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.124content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.123r2=1.124

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   13 May 2015 08:06:33 -  1.123
+++ ChangeLog   26 May 2015 06:21:32 -  1.124
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-web
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.123 
2015/05/13 08:06:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.124 
2015/05/26 06:21:32 patrick Exp $
+
+*twisted-web-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +twisted-web-15.2.1.ebuild:
+  Bump
 
 *twisted-web-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-web/twisted-web-15.2.1.ebuild

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

Index: twisted-web-15.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-15.2.1.ebuild,v 1.1 
2015/05/26 06:21:32 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

MY_PN=TwistedWeb
DESCRIPTION=Twisted web server, programmable in Python

KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=soap

DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
soap? ( dev-python/soappy[${PYTHON_USEDEP}] )
RDEPEND=${DEPEND}

python_prepare_all() {
if [[ ${EUID} -eq 0 ]]; then
# Disable tests failing with root permissions.
sed -e s/test_forbiddenResource/_/ -i 
twisted/web/test/test_static.py
sed -e s/testDownloadPageError3/_/ -i 
twisted/web/test/test_webclient.py
fi

distutils-r1_python_prepare_all
}
# testsuite has a PYTHONPATH oddity, currently appears to require a system 
install to effectively import,
# putting in question as to whether it is a testsuite






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-core: twisted-core-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:16:01

  Modified: ChangeLog
  Added:twisted-core-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.55 dev-python/twisted-core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   13 May 2015 07:47:46 -  1.54
+++ ChangeLog   26 May 2015 06:16:00 -  1.55
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-core
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.54 
2015/05/13 07:47:46 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-core/ChangeLog,v 1.55 
2015/05/26 06:16:00 patrick Exp $
+
+*twisted-core-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +twisted-core-15.2.1.ebuild:
+  Bump
 
 *twisted-core-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-core/twisted-core-15.2.1.ebuild

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

Index: twisted-core-15.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-core/twisted-core-15.2.1.ebuild,v 
1.1 2015/05/26 06:16:00 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit eutils flag-o-matic twisted-r1

DESCRIPTION=An asynchronous networking framework written in Python

KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86 
~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=crypt gtk serial test

RDEPEND==dev-python/zope-interface-3.6.0[${PYTHON_USEDEP}]
crypt? ( =dev-python/pyopenssl-0.10[${PYTHON_USEDEP}]
dev-python/service_identity[${PYTHON_USEDEP}] )
gtk? ( dev-python/pygtk:2[${PYTHON_USEDEP}] )
serial? ( dev-python/pyserial[${PYTHON_USEDEP}] )
DEPEND=test? ( ${RDEPEND} )

PATCHES=(
# Respect TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE variable.

${FILESDIR}/${PN}-9.0.0-respect_TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE.patch
)

python_prepare_all() {
if [[ ${EUID} -eq 0 ]]; then
# Disable tests failing with root permissions.
sed \
-e s/test_newPluginsOnReadOnlyPath/_/ \
-e s/test_deployedMode/_/ \
-i twisted/test/test_plugin.py
fi

distutils-r1_python_prepare_all
}

python_compile() {
if ! python_is_python3; then
# Needed to make the sendmsg extension work
# (see http://twistedmatrix.com/trac/ticket/5701 )
local -x CFLAGS=${CFLAGS} -fno-strict-aliasing
local -x CXXFLAGS=${CXXFLAGS} -fno-strict-aliasing
fi

distutils-r1_python_compile
}

python_test() {
distutils_install_for_testing

pushd ${TEST_DIR}/lib  /dev/null || die

# Skip broken tests.

# http://twistedmatrix.com/trac/ticket/5375
sed -e /class ZshIntegrationTestCase/,/^$/d -i 
twisted/scripts/test/test_scripts.py \
|| die sed failed

# Prevent it from pulling in plugins from already installed twisted 
packages.
rm -f twisted/plugins/__init__.py

# An empty file doesn't work because the tests check for doc strings in 
all packages.
echo '''plugins stub'''  twisted/plugins/__init__.py || die

# https://twistedmatrix.com/trac/ticket/6920 6921
# Just re-exposing them to list a full list of deficits
#   sed -e 's:test_basicOperation:_:' -i 
twisted/scripts/test/test_tap2deb.py || die
#   sed -e 's:test_inspectCertificate:_:' -i 
twisted/test/test_sslverify.py || die

# Requires twisted-web, twisted-lore and twisted-names, creating a 
circ. dep and fail even if installed.
# test_loreDeprecation and test_exist failures appeared in version 
14.0.0.
# Possibly due to over taxing of the distutils_install_for_testing 
function
rm -f 

[gentoo-commits] gentoo-x86 commit in dev-python/twisted-conch: twisted-conch-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:13:43

  Modified: ChangeLog
  Added:twisted-conch-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.126dev-python/twisted-conch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.126view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?rev=1.126content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-conch/ChangeLog?r1=1.125r2=1.126

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog   13 May 2015 08:01:25 -  1.125
+++ ChangeLog   26 May 2015 06:13:43 -  1.126
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-conch
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.125 
2015/05/13 08:01:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.126 
2015/05/26 06:13:43 patrick Exp $
+
+*twisted-conch-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +twisted-conch-15.2.1.ebuild:
+  Bump
 
 *twisted-conch-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-conch/twisted-conch-15.2.1.ebuild

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

Index: twisted-conch-15.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild,v 
1.1 2015/05/26 06:13:43 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

DESCRIPTION=Twisted SSHv2 implementation

KEYWORDS=~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86
IUSE=

DEPEND=
=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/pyasn1[${PYTHON_USEDEP}]
dev-python/pycrypto[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in sci-biology/glimmer/files: glimmer-3.02b-jobserver-fix.patch glimmer-3.02b-ldflags.patch glimmer-3.02b-rename_extract.patch

2015-05-26 Thread Justin Lecher (jlec)
jlec15/05/26 06:22:16

  Added:glimmer-3.02b-jobserver-fix.patch
glimmer-3.02b-ldflags.patch
glimmer-3.02b-rename_extract.patch
  Log:
  Version Bump and patch for file collision, thanks Martin Mokrejs for the fix, 
bug #247394; Respect CXX, CXXFLAGS and LDFLAGS
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.1  sci-biology/glimmer/files/glimmer-3.02b-jobserver-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/glimmer/files/glimmer-3.02b-jobserver-fix.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/glimmer/files/glimmer-3.02b-jobserver-fix.patch?rev=1.1content-type=text/plain

Index: glimmer-3.02b-jobserver-fix.patch
===
diff -ru glimmer3.02-orig/src/Makefile glimmer3.02/src/Makefile
--- glimmer3.02-orig/src/Makefile   2006-06-12 21:40:14.0 +0200
+++ glimmer3.02/src/Makefile2010-03-18 14:30:15.0 +0100
@@ -2,12 +2,12 @@
 
 
 all:
-   @ TGT=objs
-   @ $(dosubdirs)
-   @ TGT=libs
-   @ $(dosubdirs)
-   @ TGT=progs
-   @ $(dosubdirs)
+   @+ TGT=objs
+   @+ $(dosubdirs)
+   @+ TGT=libs
+   @+ $(dosubdirs)
+   @+ TGT=progs
+   @+ $(dosubdirs)
 
 
 install: all



1.1  sci-biology/glimmer/files/glimmer-3.02b-ldflags.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/glimmer/files/glimmer-3.02b-ldflags.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/glimmer/files/glimmer-3.02b-ldflags.patch?rev=1.1content-type=text/plain

Index: glimmer-3.02b-ldflags.patch
===
diff --git a/src/c_make.gen b/src/c_make.gen
index 414dead..84c3030 100644
--- a/src/c_make.gen
+++ b/src/c_make.gen
@@ -200,45 +200,12 @@ LOCAL_SYS_INC=$(SEP_PATH)/../SYS/inc
  Do not redefine if (a) passed in on command line, or (b)
  defined in an environment variable.
 
-ifneq $(origin CC) environment
-CC  = cc
-endif
-
-ifneq $(origin CPPFLAGS) environment
-CPPFLAGS=
-endif
-
-ifneq $(origin CFLAGS) environment
-CFLAGS  =
-endif
-
-ifneq $(origin CDEFS) environment
-CDEFS  =
-endif
-
-ifneq $(origin CXX) environment
-CXX= g++
-endif
-
-ifneq $(origin CXXFLAGS) environment
-CXXFLAGS=
-endif
-
-ifneq $(origin CXXDEFS) environment
-CXXDEFS= -D__cplusplus
-endif
-
-ifneq $(origin AR) environment
-AR  = ar
-endif
-
-ifneq $(origin ARFLAGS) environment
-ARFLAGS = rvs
-endif
-
-ifneq $(origin LDFLAGS) environment
-LDFLAGS =
-endif
+CC  ?= cc
+CXX?= g++
+CXXFLAGS ?=
+CXXDEFS = -D__cplusplus
+AR  ?= ar
+ARFLAGS ?= rvs
 
  Delete default suffix rules
 .SUFFIXES:
@@ -359,13 +326,13 @@ $(PROGS):
  cd $(LOCAL_OBJ); \
if $(CC) -o $(LOCAL_BIN)/$(notdir $@) $(LDFLAGS) \
$(LD_DIRS) $(filter-out lib%.a, $+) \
-  $(patsubst lib%.a, -l%, $(filter lib%.a, $+)) ; then \
+  $(patsubst lib%.a, -l%, $(filter lib%.a, $+)) $(LIBS) ; then \
true; else rm -f $(LOCAL_BIN)/$(notdir $@); fi; \
else \
  cd $(LOCAL_OBJ); \
if $(CXX) -o $(LOCAL_BIN)/$(notdir $@) $(LDFLAGS) \
$(LD_DIRS) $(filter-out lib%.a, $+) \
-  $(patsubst lib%.a, -l%, $(filter lib%.a, $+)) ; then \
+  $(patsubst lib%.a, -l%, $(filter lib%.a, $+)) $(LIBS) ; then \
true; else rm -f $(LOCAL_BIN)/$(notdir $@); fi; \
fi ;
 
diff --git a/src/c_make.glm b/src/c_make.glm
index 0decc17..b82131c 100644
--- a/src/c_make.glm
+++ b/src/c_make.glm
@@ -8,10 +8,7 @@ include $(LOCAL_WORK)/src/c_make.gen
 
 SUBDIRS = Common ICM Glimmer Util
 
-CFLAGS = -g -Wall
-CXXFLAGS = -g -Wall
-
-LDFLAGS = -g -lm
+LIBS = -lm
 
 
 #AS_BUILD_DIR =$(LOCAL_WORK)



1.1  
sci-biology/glimmer/files/glimmer-3.02b-rename_extract.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/glimmer/files/glimmer-3.02b-rename_extract.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/glimmer/files/glimmer-3.02b-rename_extract.patch?rev=1.1content-type=text/plain

Index: glimmer-3.02b-rename_extract.patch
===
diff -r -u glimmer3.02.old/docs/notes.tex glimmer3.02/docs/notes.tex
--- glimmer3.02.old/docs/notes.tex  2006-06-12 21:40:14.0 +0200
+++ glimmer3.02/docs/notes.tex  2015-05-25 22:41:39.450340098 +0200
@@ -306,7 +306,7 @@
   The script would then run the commands:
 \BSV\begin{verbatim}
   long-orfs -n -t 1.15 genom.seq run1.longorfs
-  extract -t genom.seq run1.longorfs  run1.train
+  glimmer_extract -t genom.seq run1.longorfs  run1.train
   build-icm -r run1.icm  run1.train

[gentoo-commits] gentoo-x86 commit in dev-python/sphinx_rtd_theme: sphinx_rtd_theme-0.1.8.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:37:11

  Modified: ChangeLog
  Added:sphinx_rtd_theme-0.1.8.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.13 dev-python/sphinx_rtd_theme/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   10 May 2015 09:20:57 -  1.12
+++ ChangeLog   26 May 2015 06:37:11 -  1.13
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/sphinx_rtd_theme
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 
1.12 2015/05/10 09:20:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 
1.13 2015/05/26 06:37:11 patrick Exp $
+
+*sphinx_rtd_theme-0.1.8 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org
+  +sphinx_rtd_theme-0.1.8.ebuild:
+  Bump
 
   10 May 2015; Jeroen Roovers j...@gentoo.org sphinx_rtd_theme-0.1.7.ebuild:
   Mark ~ppc64 (bug #543742).



1.1  dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild

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

Index: sphinx_rtd_theme-0.1.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild,v
 1.1 2015/05/26 06:37:11 patrick Exp $

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

inherit distutils-r1

DESCRIPTION=ReadTheDocs.org theme for Sphinx
HOMEPAGE=https://github.com/snide/sphinx_rtd_theme/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

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






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-pair: twisted-pair-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:20:07

  Modified: ChangeLog
  Added:twisted-pair-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.39 dev-python/twisted-pair/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   13 May 2015 08:05:08 -  1.38
+++ ChangeLog   26 May 2015 06:20:07 -  1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-pair
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.38 
2015/05/13 08:05:08 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-pair/ChangeLog,v 1.39 
2015/05/26 06:20:07 patrick Exp $
+
+*twisted-pair-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +twisted-pair-15.2.1.ebuild:
+  Bump
 
 *twisted-pair-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-pair/twisted-pair-15.2.1.ebuild

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

Index: twisted-pair-15.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-pair/twisted-pair-15.2.1.ebuild,v 
1.1 2015/05/26 06:20:07 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

DESCRIPTION=Twisted low-level networking

KEYWORDS=~amd64 ~arm ~x86
IUSE=

DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
dev-python/eunuchs[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}

# https://twistedmatrix.com/trac/ticket/7433
PATCHES=( ${FILESDIR}/14.0.0-tests.patch )






[gentoo-commits] gentoo-x86 commit in dev-python/twisted-runner: twisted-runner-15.2.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 06:20:50

  Modified: ChangeLog
  Added:twisted-runner-15.2.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.97 dev-python/twisted-runner/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/ChangeLog?rev=1.97view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/ChangeLog?rev=1.97content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-runner/ChangeLog?r1=1.96r2=1.97

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog   13 May 2015 08:05:49 -  1.96
+++ ChangeLog   26 May 2015 06:20:50 -  1.97
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/twisted-runner
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.96 
2015/05/13 08:05:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-runner/ChangeLog,v 1.97 
2015/05/26 06:20:50 patrick Exp $
+
+*twisted-runner-15.2.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org 
+twisted-runner-15.2.1.ebuild:
+  Bump
 
 *twisted-runner-15.1.0 (13 May 2015)
 



1.1  dev-python/twisted-runner/twisted-runner-15.2.1.ebuild

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

Index: twisted-runner-15.2.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/twisted-runner/twisted-runner-15.2.1.ebuild,v
 1.1 2015/05/26 06:20:50 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )

inherit twisted-r1

DESCRIPTION=Twisted Runner is a process management library and inetd 
replacement

KEYWORDS=~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86
IUSE=

DEPEND==dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
RDEPEND=${DEPEND}






[gentoo-commits] gentoo-x86 commit in sys-apps/gentoo-functions: gentoo-functions-0.10.ebuild gentoo-functions-9999.ebuild ChangeLog

2015-05-26 Thread Mike Frysinger (vapier)
vapier  15/05/26 06:21:05

  Modified: gentoo-functions-0.10.ebuild
gentoo-functions-.ebuild ChangeLog
  Log:
  Build with LFS flags #471102.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.2  sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild

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

Index: gentoo-functions-0.10.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gentoo-functions-0.10.ebuild12 May 2015 14:59:56 -  1.1
+++ gentoo-functions-0.10.ebuild26 May 2015 06:21:05 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild,v
 1.1 2015/05/12 14:59:56 williamh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild,v
 1.2 2015/05/26 06:21:05 vapier Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~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 ~x86-winnt
 fi
 
-inherit toolchain-funcs
+inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION=base functions required by all gentoo systems
 HOMEPAGE=http://www.gentoo.org;
@@ -23,6 +23,7 @@
 
 src_prepare() {
tc-export CC
+   append-lfs-flags
 }
 
 src_install() {



1.7  sys-apps/gentoo-functions/gentoo-functions-.ebuild

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

Index: gentoo-functions-.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gentoo-functions-.ebuild12 May 2015 14:59:56 -  1.6
+++ gentoo-functions-.ebuild26 May 2015 06:21:05 -  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-apps/gentoo-functions/gentoo-functions-.ebuild,v
 1.6 2015/05/12 14:59:56 williamh Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-.ebuild,v
 1.7 2015/05/26 06:21:05 vapier Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd 
~x86-freebsd ~hppa-hpux ~ia64-hpux ~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 ~x86-winnt
 fi
 
-inherit toolchain-funcs
+inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION=base functions required by all gentoo systems
 HOMEPAGE=http://www.gentoo.org;
@@ -23,6 +23,7 @@
 
 src_prepare() {
tc-export CC
+   append-lfs-flags
 }
 
 src_install() {



1.31 sys-apps/gentoo-functions/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   12 May 2015 14:59:56 -  1.30
+++ ChangeLog   26 May 2015 06:21:05 -  1.31
@@ -1,6 +1,10 @@
 # ChangeLog for 

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

2015-05-26 Thread Justin Lecher
commit: ebb7fad94eae960c7f63251f72bcd88116d357c1
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Tue May 26 06:24:13 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue May 26 06:24:13 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=ebb7fad9

Moved to tree

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

 sci-biology/glimmer/ChangeLog  |  69 
 .../files/glimmer-3.02b-jobserver-fix.patch|  22 ---
 .../glimmer/files/glimmer-3.02b-ldflags.patch  |  88 -
 .../files/glimmer-3.02b-rename_extract.patch   | 196 -
 sci-biology/glimmer/glimmer-3.02b.ebuild   |  57 --
 sci-biology/glimmer/metadata.xml   |   5 -
 6 files changed, 437 deletions(-)

diff --git a/sci-biology/glimmer/ChangeLog b/sci-biology/glimmer/ChangeLog
deleted file mode 100644
index f1aa5cd..000
--- a/sci-biology/glimmer/ChangeLog
+++ /dev/null
@@ -1,69 +0,0 @@
-# ChangeLog for sci-biology/glimmer
-# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/glimmer/ChangeLog,v 1.10 
2013/03/11 15:17:43 jlec Exp $
-
-  25 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
-  glimmer-3.02b.ebuild:
-  added dependency on sci-biology/elph as in Fedora; also stole from Fedora few
-  more sed(1) tricks to remove yet missed hardcoded paths
-
-*glimmer-3.02b (25 May 2015)
-
-  25 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
-  +files/glimmer-3.02b-jobserver-fix.patch, +files/glimmer-3.02b-ldflags.patch,
-  +files/glimmer-3.02b-rename_extract.patch, +glimmer-3.02b.ebuild,
-  -files/glimmer-3.02-glibc210.patch, -files/glimmer-3.02-jobserver-fix.patch,
-  -files/glimmer-3.02-ldflags.patch, -files/glimmer-3.02-rename_extract.patch,
-  -glimmer-3.02-r3.ebuild:
-  version bump to 3.02b which has the glimmer-3.02-glibc210.patch applied
-
-  25 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
-  files/glimmer-3.02-rename_extract.patch:
-  updated patch with a fixed target name glimmer_extract
-
-  25 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
-  glimmer-3.02-r3.ebuild:
-  EAPI bump
-
-  11 Mar 2013; Justin Lecher j...@gentoo.org metadata.xml:
-  Drop Andrey as maintainer so that bugs get assigned to sci-biology directly
-
-  16 Jul 2010; Markos Chandras hwoar...@gentoo.org glimmer-3.02-r2.ebuild:
-  Stable on amd64 wrt bug #328415
-
-  16 Jul 2010; Christian Faulhammer fa...@gentoo.org
-  glimmer-3.02-r2.ebuild:
-  stable x86, bug 328415
-
-*glimmer-3.02-r2 (03 Apr 2010)
-
-  03 Apr 2010; Justin Lecher j...@gentoo.org +glimmer-3.02-r2.ebuild,
-  +files/glimmer-3.02-jobserver-fix.patch:
-  jobserver fix, #299482, Thanks Myckel Habets
-  LDFLAGS/CFLAGS etc repected
-
-  03 Jan 2010; Pacho Ramos pa...@gentoo.org glimmer-3.02-r1.ebuild:
-  amd64 stable, bug 298762
-
-  29 Dec 2009; Christian Faulhammer fa...@gentoo.org
-  glimmer-3.02-r1.ebuild:
-  stable x86, bug 298762
-
-  28 Dec 2009; Andrey Kislyuk wea...@gentoo.org
-  +files/glimmer-3.02-glibc210.patch, glimmer-3.02-r1.ebuild:
-  QA fixes, including bug 298223
-
-*glimmer-3.02-r1 (04 Jan 2009)
-
-  04 Jan 2009; weaver wea...@gentoo.org -glimmer-3.02.ebuild,
-  +glimmer-3.02-r1.ebuild:
-  Collision block, bug 247394
-
-  30 Sep 2008; Jeremy Olexa darks...@gentoo.org glimmer-3.02.ebuild:
-  add ~amd64 kw based on Chad's testing. bug #239162
-
-*glimmer-3.02 (07 Sep 2008)
-
-  07 Sep 2008; weaver wea...@gentoo.org +metadata.xml,
-  +glimmer-3.02.ebuild:
-  Import from science overlay

diff --git a/sci-biology/glimmer/files/glimmer-3.02b-jobserver-fix.patch 
b/sci-biology/glimmer/files/glimmer-3.02b-jobserver-fix.patch
deleted file mode 100644
index 91498b1..000
--- a/sci-biology/glimmer/files/glimmer-3.02b-jobserver-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -ru glimmer3.02-orig/src/Makefile glimmer3.02/src/Makefile
 glimmer3.02-orig/src/Makefile  2006-06-12 21:40:14.0 +0200
-+++ glimmer3.02/src/Makefile   2010-03-18 14:30:15.0 +0100
-@@ -2,12 +2,12 @@
- 
- 
- all:
--  @ TGT=objs
--  @ $(dosubdirs)
--  @ TGT=libs
--  @ $(dosubdirs)
--  @ TGT=progs
--  @ $(dosubdirs)
-+  @+ TGT=objs
-+  @+ $(dosubdirs)
-+  @+ TGT=libs
-+  @+ $(dosubdirs)
-+  @+ TGT=progs
-+  @+ $(dosubdirs)
- 
- 
- install: all

diff --git a/sci-biology/glimmer/files/glimmer-3.02b-ldflags.patch 
b/sci-biology/glimmer/files/glimmer-3.02b-ldflags.patch
deleted file mode 100644
index 0a04fbe..000
--- a/sci-biology/glimmer/files/glimmer-3.02b-ldflags.patch
+++ /dev/null
@@ -1,88 +0,0 @@
-diff --git a/src/c_make.gen b/src/c_make.gen
-index 414dead..84c3030 100644
 a/src/c_make.gen
-+++ b/src/c_make.gen
-@@ -200,45 +200,12 @@ LOCAL_SYS_INC=$(SEP_PATH)/../SYS/inc
-  Do not redefine if (a) passed in on command line, or (b)
-  defined in an environment variable.
- 
--ifneq $(origin CC) environment
--CC  = cc

[gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-power-manager: xfce4-power-manager-1.5.0.ebuild ChangeLog

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 07:34:18

  Modified: ChangeLog
  Added:xfce4-power-manager-1.5.0.ebuild
  Log:
  Version bump. The new version switches to GTK+3 and upower-0.99*, has some 
real icon improvements and some icon-related bug fixes.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.94 xfce-extra/xfce4-power-manager/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog?rev=1.94view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog?rev=1.94content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog?r1=1.93r2=1.94

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog   26 Apr 2015 07:08:28 -  1.93
+++ ChangeLog   26 May 2015 07:34:18 -  1.94
@@ -1,6 +1,13 @@
 # ChangeLog for xfce-extra/xfce4-power-manager
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog,v 
1.93 2015/04/26 07:08:28 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/ChangeLog,v 
1.94 2015/05/26 07:34:18 mgorny Exp $
+
+*xfce4-power-manager-1.5.0 (26 May 2015)
+
+  26 May 2015; Michał Górny mgo...@gentoo.org
+  +xfce4-power-manager-1.5.0.ebuild:
+  Version bump. The new version switches to GTK+3 and upower-0.99*, has some
+  real icon improvements and some icon-related bug fixes.
 
   26 Apr 2015; Jeroen Roovers j...@gentoo.org
   xfce4-power-manager-1.4.1.ebuild, xfce4-power-manager-1.4.4.ebuild:



1.1  
xfce-extra/xfce4-power-manager/xfce4-power-manager-1.5.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.5.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.5.0.ebuild?rev=1.1content-type=text/plain

Index: xfce4-power-manager-1.5.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.5.0.ebuild,v
 1.1 2015/05/26 07:34:18 mgorny Exp $

EAPI=5
inherit linux-info xfconf

DESCRIPTION=Power manager for the Xfce desktop environment
HOMEPAGE=http://goodies.xfce.org/projects/applications/xfce4-power-manager;
SRC_URI=mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86
IUSE=debug kernel_linux networkmanager policykit +xfce_plugins_power

COMMON_DEPEND==dev-libs/glib-2.42:=
=sys-power/upower-0.99.0
=x11-libs/gtk+-3.14:3=
=x11-libs/libnotify-0.7
x11-libs/libX11:=
=x11-libs/libXrandr-1.2:=
x11-libs/libXext:=
=xfce-base/xfconf-4.12:=
=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
=xfce-base/libxfce4util-4.12:=
policykit? ( =sys-auth/polkit-0.112 )
xfce_plugins_power? ( =xfce-base/xfce4-panel-4.12:= )
RDEPEND=${COMMON_DEPEND}
networkmanager? ( net-misc/networkmanager )
DEPEND=${COMMON_DEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig
x11-proto/xproto

pkg_setup() {
if use kernel_linux; then
CONFIG_CHECK=~TIMER_STATS
linux-info_pkg_setup
fi

XFCONF=(
$(use_enable policykit polkit)
$(use_enable networkmanager network-manager)
$(use_enable xfce_plugins_power xfce4panel)
$(xfconf_use_debug)
)

DOCS=( AUTHORS NEWS README TODO )
}






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

2015-05-26 Thread Thomas Kahle (tomka)
tomka   15/05/26 07:49:18

  Modified: freeorion-0.4.5_pre.ebuild ChangeLog
  Log:
  Add missing glew dependency (bug 550382)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  ChangesPath
1.3  games-strategy/freeorion/freeorion-0.4.5_pre.ebuild

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

Index: freeorion-0.4.5_pre.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freeorion-0.4.5_pre.ebuild  8 Apr 2015 18:11:44 -   1.2
+++ freeorion-0.4.5_pre.ebuild  26 May 2015 07:49:18 -  1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 
1.2 2015/04/08 18:11:44 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/freeorion/freeorion-0.4.5_pre.ebuild,v 
1.3 2015/05/26 07:49:18 tomka Exp $
 
 EAPI=5
 
@@ -23,6 +23,7 @@
media-libs/libsdl2
=dev-libs/boost-1.47[python]
media-libs/freealut
+   media-libs/glew
media-libs/libogg
media-libs/libsdl[X,opengl,video]
media-libs/libvorbis



1.16 games-strategy/freeorion/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   8 Apr 2015 18:11:44 -   1.15
+++ ChangeLog   26 May 2015 07:49:18 -  1.16
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/freeorion
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.15 
2015/04/08 18:11:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeorion/ChangeLog,v 1.16 
2015/05/26 07:49:18 tomka Exp $
+
+  26 May 2015; Thomas Kahle to...@gentoo.org freeorion-0.4.5_pre.ebuild:
+  Add missing glew dependency (bug 550382)
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org freeorion-0.4.5_pre.ebuild:
   Drop old Python implementations






[gentoo-commits] gentoo-x86 commit in profiles/prefix/sunos/solaris: package.use.mask

2015-05-26 Thread Fabian Groffen (grobian)
grobian 15/05/26 08:05:09

  Modified: package.use.mask
  Log:
  Mask USE=uuid on Solaris and Darwin for ossp-uuid doesn't compile and isn't 
actually necessary, bug #324527

Revision  ChangesPath
1.8  profiles/prefix/sunos/solaris/package.use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/sunos/solaris/package.use.mask?rev=1.8view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/sunos/solaris/package.use.mask?rev=1.8content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/prefix/sunos/solaris/package.use.mask?r1=1.7r2=1.8

Index: package.use.mask
===
RCS file: 
/var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/package.use.mask,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- package.use.mask30 Dec 2011 16:20:16 -  1.7
+++ package.use.mask26 May 2015 08:05:09 -  1.8
@@ -1,8 +1,12 @@
-# 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/profiles/prefix/sunos/solaris/package.use.mask,v 1.7 
2011/12/30 16:20:16 grobian Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/profiles/prefix/sunos/solaris/package.use.mask,v 1.8 
2015/05/26 08:05:09 grobian Exp $
 
 
+# Fabian Groffen grob...@gentoo.org (26 May 2015)
+# Avoid pulling in broken and unnecessary ossp-uuid, bug #324527
+dev-db/postgresql uuid
+
 # Fabian Groffen grob...@gentoo.org (08 Dec 2011)
 # Unmask libssp, Solaris' libc doesn't have stack protection symbols
 sys-devel/gcc -libssp






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

2015-05-26 Thread Justin Lecher
commit: 82fa91d393925b072afc47da8d4a267d16be7564
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue May 26 06:45:41 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue May 26 06:45:41 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=82fa91d3

sci-libs/armadillo: Drop old

Package-Manager: portage-2.2.18

 sci-libs/armadillo/ChangeLog|   4 +
 sci-libs/armadillo/armadillo-5.000.1.ebuild | 112 
 sci-libs/armadillo/armadillo-5.100.1.ebuild | 112 
 3 files changed, 4 insertions(+), 224 deletions(-)

diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
index 69c6c08..08dbbf8 100644
--- a/sci-libs/armadillo/ChangeLog
+++ b/sci-libs/armadillo/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 May 2015; Marius Brehler mar...@linux.sungazer.de
+  -armadillo-5.000.1.ebuild, -armadillo-5.100.1.ebuild:
+  Drop old
+
 *armadillo-5.200.1 (26 May 2015)
 
   26 May 2015; Marius Brehler mar...@linux.sungazer.de

diff --git a/sci-libs/armadillo/armadillo-5.000.1.ebuild 
b/sci-libs/armadillo/armadillo-5.000.1.ebuild
deleted file mode 100644
index 8d63e06..000
--- a/sci-libs/armadillo/armadillo-5.000.1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-4.650.4.ebuild,v 1.1 
2015/04/03 12:32:07 jlec Exp $
-
-EAPI=5
-
-CMAKE_IN_SOURCE_BUILD=1
-
-inherit cmake-utils toolchain-funcs multilib eutils
-
-DESCRIPTION=Streamlined C++ linear algebra library
-HOMEPAGE=http://arma.sourceforge.net/;
-SRC_URI=mirror://sourceforge/arma/${P}.tar.gz
-
-LICENSE=MPL-2.0
-SLOT=0/4
-KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
-IUSE=arpack atlas blas debug doc examples hdf5 lapack mkl tbb test
-REQUIRED_USE=test? ( lapack )
-
-RDEPEND=
-   dev-libs/boost
-   arpack? ( sci-libs/arpack )
-   atlas? ( sci-libs/atlas[lapack] )
-   blas? ( virtual/blas )
-   lapack? ( virtual/lapack )
-DEPEND=${RDEPEND}
-   arpack? ( virtual/pkgconfig )
-   atlas? ( virtual/pkgconfig )
-   blas? ( virtual/pkgconfig )
-   hdf5? ( sci-libs/hdf5 )
-   lapack? ( virtual/pkgconfig )
-   mkl? ( sci-libs/mkl )
-   tbb? ( dev-cpp/tbb )
-PDEPEND=${RDEPEND}
-   hdf5? ( sci-libs/hdf5 )
-   mkl? ( sci-libs/mkl )
-   tbb? ( dev-cpp/tbb )
-
-src_prepare() {
-   # avoid the automagic cmake macros
-   sed -i -e '/ARMA_Find/d' CMakeLists.txt || die
-   cmake-utils_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DINSTALL_LIB_DIR=${EPREFIX}/usr/$(get_libdir)
-   $(cmake-utils_use debug ARMA_EXTRA_DEBUG)
-   $(cmake-utils_use mkl ARMA_USE_MKL_ALLOC)
-   $(cmake-utils_use tbb ARMA_USE_TBB_ALLOC)
-   )
-   if use arpack; then
-   mycmakeargs+=(
-   -DARPACK_FOUND=ON
-   -DARPACK_LIBRARY=$($(tc-getPKG_CONFIG) --libs arpack)
-   )
-   fi
-   if use atlas; then
-   local c=atlas-cblas l=atlas-clapack
-   $(tc-getPKG_CONFIG) --exists ${c}-threads  c+=-threads
-   $(tc-getPKG_CONFIG) --exists ${l}-threads  l+=-threads
-   mycmakeargs+=(
-   -DCBLAS_FOUND=ON
-   -DCBLAS_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')
-   -DCBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${c})
-   -DCLAPACK_FOUND=ON
-   -DCLAPACK_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')
-   -DCLAPACK_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${l})
-   )
-   fi
-   if use blas; then
-   mycmakeargs+=(
-   -DBLAS_FOUND=ON
-   -DBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs blas)
-   )
-   fi
-   if use hdf5; then
-   mycmakeargs+=(
-   -DHDF5_FOUND=ON
-   -DHDF5_LIBRARIES=-lhdf5
-   )
-   fi
-   if use lapack; then
-   mycmakeargs+=(
-   -DLAPACK_FOUND=ON
-   -DLAPACK_LIBRARIES=$($(tc-getPKG_CONFIG) --libs 
lapack)
-   )
-   fi
-   cmake-utils_src_configure
-}
-
-src_test() {
-   pushd examples  /dev/null
-   emake \
-   CXXFLAGS=-I../include ${CXXFLAGS} -DARMA_USE_BLAS 
-DARMA_USE_LAPACK \
-   EXTRA_LIB_FLAGS=-L.. $($(tc-getPKG_CONFIG) --libs blas lapack)
-   LD_LIBRARY_PATH=..:${LD_LIBRARY_PATH} ./example1 || die
-   LD_LIBRARY_PATH=..:${LD_LIBRARY_PATH} ./example2 || die
-   emake clean
-   popd  /dev/null
-}
-

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

2015-05-26 Thread Justin Lecher
commit: a99d376a585fc28269a557bf49bd464c8d85f0c9
Author: Marius Brehler marbre AT linux DOT sungazer DOT de
AuthorDate: Tue May 26 06:44:49 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue May 26 06:44:49 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=a99d376a

sci-libs/armadillo: Version bump

Package-Manager: portage-2.2.18

 sci-libs/armadillo/ChangeLog|   6 ++
 sci-libs/armadillo/armadillo-5.200.1.ebuild | 112 
 2 files changed, 118 insertions(+)

diff --git a/sci-libs/armadillo/ChangeLog b/sci-libs/armadillo/ChangeLog
index a6559b6..69c6c08 100644
--- a/sci-libs/armadillo/ChangeLog
+++ b/sci-libs/armadillo/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*armadillo-5.200.1 (26 May 2015)
+
+  26 May 2015; Marius Brehler mar...@linux.sungazer.de
+  +armadillo-5.200.1.ebuild:
+  Version bump
+
 *armadillo-5.100.2 (12 May 2015)
 
   12 May 2015; Marius Brehler mar...@linux.sungazer.de

diff --git a/sci-libs/armadillo/armadillo-5.200.1.ebuild 
b/sci-libs/armadillo/armadillo-5.200.1.ebuild
new file mode 100644
index 000..8d63e06
--- /dev/null
+++ b/sci-libs/armadillo/armadillo-5.200.1.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: 
/var/cvsroot/gentoo-x86/sci-libs/armadillo/armadillo-4.650.4.ebuild,v 1.1 
2015/04/03 12:32:07 jlec Exp $
+
+EAPI=5
+
+CMAKE_IN_SOURCE_BUILD=1
+
+inherit cmake-utils toolchain-funcs multilib eutils
+
+DESCRIPTION=Streamlined C++ linear algebra library
+HOMEPAGE=http://arma.sourceforge.net/;
+SRC_URI=mirror://sourceforge/arma/${P}.tar.gz
+
+LICENSE=MPL-2.0
+SLOT=0/4
+KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
+IUSE=arpack atlas blas debug doc examples hdf5 lapack mkl tbb test
+REQUIRED_USE=test? ( lapack )
+
+RDEPEND=
+   dev-libs/boost
+   arpack? ( sci-libs/arpack )
+   atlas? ( sci-libs/atlas[lapack] )
+   blas? ( virtual/blas )
+   lapack? ( virtual/lapack )
+DEPEND=${RDEPEND}
+   arpack? ( virtual/pkgconfig )
+   atlas? ( virtual/pkgconfig )
+   blas? ( virtual/pkgconfig )
+   hdf5? ( sci-libs/hdf5 )
+   lapack? ( virtual/pkgconfig )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )
+PDEPEND=${RDEPEND}
+   hdf5? ( sci-libs/hdf5 )
+   mkl? ( sci-libs/mkl )
+   tbb? ( dev-cpp/tbb )
+
+src_prepare() {
+   # avoid the automagic cmake macros
+   sed -i -e '/ARMA_Find/d' CMakeLists.txt || die
+   cmake-utils_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DINSTALL_LIB_DIR=${EPREFIX}/usr/$(get_libdir)
+   $(cmake-utils_use debug ARMA_EXTRA_DEBUG)
+   $(cmake-utils_use mkl ARMA_USE_MKL_ALLOC)
+   $(cmake-utils_use tbb ARMA_USE_TBB_ALLOC)
+   )
+   if use arpack; then
+   mycmakeargs+=(
+   -DARPACK_FOUND=ON
+   -DARPACK_LIBRARY=$($(tc-getPKG_CONFIG) --libs arpack)
+   )
+   fi
+   if use atlas; then
+   local c=atlas-cblas l=atlas-clapack
+   $(tc-getPKG_CONFIG) --exists ${c}-threads  c+=-threads
+   $(tc-getPKG_CONFIG) --exists ${l}-threads  l+=-threads
+   mycmakeargs+=(
+   -DCBLAS_FOUND=ON
+   -DCBLAS_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${c} | sed 's/-I//')
+   -DCBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${c})
+   -DCLAPACK_FOUND=ON
+   -DCLAPACK_INCLUDE_DIR=$($(tc-getPKG_CONFIG) 
--cflags-only-I ${l} | sed 's/-I//')
+   -DCLAPACK_LIBRARIES=$($(tc-getPKG_CONFIG) --libs ${l})
+   )
+   fi
+   if use blas; then
+   mycmakeargs+=(
+   -DBLAS_FOUND=ON
+   -DBLAS_LIBRARIES=$($(tc-getPKG_CONFIG) --libs blas)
+   )
+   fi
+   if use hdf5; then
+   mycmakeargs+=(
+   -DHDF5_FOUND=ON
+   -DHDF5_LIBRARIES=-lhdf5
+   )
+   fi
+   if use lapack; then
+   mycmakeargs+=(
+   -DLAPACK_FOUND=ON
+   -DLAPACK_LIBRARIES=$($(tc-getPKG_CONFIG) --libs 
lapack)
+   )
+   fi
+   cmake-utils_src_configure
+}
+
+src_test() {
+   pushd examples  /dev/null
+   emake \
+   CXXFLAGS=-I../include ${CXXFLAGS} -DARMA_USE_BLAS 
-DARMA_USE_LAPACK \
+   EXTRA_LIB_FLAGS=-L.. $($(tc-getPKG_CONFIG) --libs blas lapack)
+   LD_LIBRARY_PATH=..:${LD_LIBRARY_PATH} ./example1 || die
+   LD_LIBRARY_PATH=..:${LD_LIBRARY_PATH} ./example2 || die
+   emake clean
+   popd  /dev/null
+}
+
+src_install() {
+   cmake-utils_src_install
+   dodoc README.txt
+   use doc  

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

2015-05-26 Thread Mike Frysinger (vapier)
vapier  15/05/26 08:32:39

  Modified: toolchain.eclass
  Log:
  clean out generated Directory Reference man pages as they offer no real 
value #486754

Revision  ChangesPath
1.671eclass/toolchain.eclass

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

Index: toolchain.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -r1.670 -r1.671
--- toolchain.eclass25 May 2015 08:41:16 -  1.670
+++ toolchain.eclass26 May 2015 08:32:39 -  1.671
@@ -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.eclass,v 1.670 2015/05/25 
08:41:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.671 2015/05/26 
08:32:39 vapier Exp $
 
 # Maintainer: Toolchain Ninjas toolch...@gentoo.org
 
@@ -1576,6 +1576,13 @@
cd ${CTARGET}/libstdc++-v3
emake doxygen-man || ewarn failed to make docs
fi
+   # Clean bogus manpages.  #113902
+   find -name '*_build_*' -delete
+   # Blow away generated directory references.  Newer 
versions of gcc
+   # have gotten better at this, but not perfect.  This is 
easier than
+   # backporting all of the various doxygen patches.  
#486754
+   find -name '*_.3' -exec grep -l ' Directory Reference ' 
{} + | \
+   xargs rm -f
else
ewarn Skipping libstdc++ manpage generation since you 
don't have doxygen installed
fi
@@ -1691,8 +1698,6 @@
if tc_version_is_at_least 3.0 ; then
local cxx_mandir=$(find 
${WORKDIR}/build/${CTARGET}/libstdc++-v3 -name man)
if [[ -d ${cxx_mandir} ]] ; then
-   # clean bogus manpages #113902
-   find ${cxx_mandir} -name '*_build_*' -exec rm 
{} \;
cp -r ${cxx_mandir}/man? 
${D}/${DATAPATH}/man/
fi
fi






[gentoo-commits] gentoo-x86 commit in dev-java/commons-jxpath: commons-jxpath-1.3-r1.ebuild ChangeLog

2015-05-26 Thread Patrice Clement (monsieurp)
monsieurp15/05/26 07:52:55

  Modified: commons-jxpath-1.3-r1.ebuild ChangeLog
  Log:
  EAPI 5 bump.
  
  Signed-off-by: Patrice Clement monsie...@gentoo.org
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  ChangesPath
1.2  dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild

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

Index: commons-jxpath-1.3-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- commons-jxpath-1.3-r1.ebuild24 May 2015 21:56:29 -  1.1
+++ commons-jxpath-1.3-r1.ebuild26 May 2015 07:52:55 -  1.2
@@ -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/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild,v 
1.1 2015/05/24 21:56:29 monsieurp Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-java/commons-jxpath/commons-jxpath-1.3-r1.ebuild,v 
1.2 2015/05/26 07:52:55 monsieurp Exp $
 
-EAPI=1
+EAPI=5
 JAVA_PKG_IUSE=doc source test
 
 inherit java-pkg-2 java-ant-2
@@ -34,9 +34,6 @@
unpack ${A}
cd ${S}
 
-   # Don't automatically run tests
-   sed 's/depends=compile,test/depends=compile/' -i build.xml || die
-
mkdir -p ${S}/target/lib
cd ${S}/target/lib
java-pkg_jar-from commons-beanutils-1.7
@@ -44,6 +41,11 @@
java-pkg_jar-from jdom-1.0
 }
 
+src_prepare() {
+   # Don't automatically run tests
+   sed 's/depends=compile,test/depends=compile/' -i build.xml || die
+}
+
 src_test() {
# this one needs mockrunner #259027
rm 
src/test/org/apache/commons/jxpath/servlet/JXPathServletContextTest.java || die



1.36 dev-java/commons-jxpath/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   24 May 2015 21:56:29 -  1.35
+++ ChangeLog   26 May 2015 07:52:55 -  1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/commons-jxpath
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.35 
2015/05/24 21:56:29 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-jxpath/ChangeLog,v 1.36 
2015/05/26 07:52:55 monsieurp Exp $
+
+  26 May 2015; Patrice Clement monsie...@gentoo.org
+  commons-jxpath-1.3-r1.ebuild:
+  EAPI 5 bump.
 
 *commons-jxpath-1.3-r1 (24 May 2015)
 






[gentoo-commits] proj/sci:master commit in: dev-libs/utf8proc/files/, dev-libs/utf8proc/

2015-05-26 Thread Justin Lecher
commit: 23bd0520d401ac1d8743d25666504184354c1bf5
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon May 25 08:29:00 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue May 26 08:09:50 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=23bd0520

dev-libs/utf8proc: Fix build process, 
https://github.com/gentoo-science/sci/issues/427

Package-Manager: portage-2.2.20

 dev-libs/utf8proc/ChangeLog|  7 
 .../utf8proc/files/utf8proc-1.2-buildflags.patch   | 40 ++
 dev-libs/utf8proc/metadata.xml |  4 +--
 ...{utf8proc-1.2.ebuild = utf8proc-1.2-r1.ebuild} | 13 ---
 4 files changed, 51 insertions(+), 13 deletions(-)

diff --git a/dev-libs/utf8proc/ChangeLog b/dev-libs/utf8proc/ChangeLog
index f822d34..77d9155 100644
--- a/dev-libs/utf8proc/ChangeLog
+++ b/dev-libs/utf8proc/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*utf8proc-1.2-r1 (25 May 2015)
+
+  25 May 2015; Justin Lecher j...@gentoo.org +utf8proc-1.2-r1.ebuild,
+  -utf8proc-1.2.ebuild, files/utf8proc-1.2-buildflags.patch, metadata.xml:
+  dev-libs/utf8proc: Fix build process, https://github.com/gentoo-
+  science/sci/issues/427
+
 *utf8proc-1.2 (21 May 2015)
 
   21 May 2015; Marius Brehler mar...@linux.sungazer.de

diff --git a/dev-libs/utf8proc/files/utf8proc-1.2-buildflags.patch 
b/dev-libs/utf8proc/files/utf8proc-1.2-buildflags.patch
index 4d583e4..de8847c 100644
--- a/dev-libs/utf8proc/files/utf8proc-1.2-buildflags.patch
+++ b/dev-libs/utf8proc/files/utf8proc-1.2-buildflags.patch
@@ -1,14 +1,40 @@
-Adjust build flags. Proted from 1.1.6.
+ Makefile | 9 +
+ 1 file changed, 5 insertions(+), 4 deletions(-)
 
-Patch by Marius Brehler.
 Makefile
-+++ Makefile
-@@ -6,7 +6,7 @@ AR=ar
+diff --git a/Makefile b/Makefile
+index aba2453..5fab07d 100644
+--- a/Makefile
 b/Makefile
+@@ -6,8 +6,8 @@ AR=ar
  INSTALL=install
  
  # compiler settings
 -cflags = -O2 -std=c99 -pedantic -Wall -fpic -DUTF8PROC_EXPORTS $(CFLAGS)
-+cflags = -std=c99 -pedantic -fpic -DUTF8PROC_EXPORTS $(CFLAGS)
- cc = $(CC) $(cflags)
+-cc = $(CC) $(cflags)
++CFLAGS ?= -O2
++CFLAGS += -std=c99 -pedantic -Wall -fpic -DUTF8PROC_EXPORTS
  
  # shared-library version MAJOR.MINOR.PATCH ... this may be *different*
+ # from the utf8proc version number because it indicates ABI compatibility,
+@@ -54,18 +54,19 @@ data/utf8proc_data.c.new: libutf8proc.$(SHLIB_EXT) 
data/data_generator.rb data/c
+   $(MAKE) -C data utf8proc_data.c.new
+ 
+ utf8proc.o: utf8proc.h utf8proc.c utf8proc_data.c
+-  $(cc) -c -o utf8proc.o utf8proc.c
++  $(CC) $(CFLAGS) -c -o utf8proc.o utf8proc.c
+ 
+ libutf8proc.a: utf8proc.o
+   rm -f libutf8proc.a
+   $(AR) rs libutf8proc.a utf8proc.o
+ 
+ libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH): utf8proc.o
+-  $(cc) -shared -o $@ -Wl,-soname -Wl,libutf8proc.so.$(MAJOR) utf8proc.o
++  $(CC) $(LDFLAGS) -shared -o $@ -Wl,-soname -Wl,libutf8proc.so.$(MAJOR) 
utf8proc.o
+   chmod a-x $@
+ 
+ libutf8proc.so: libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH)
+   ln -f -s libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) $@
++  ln -f -s libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) $@.$(MAJOR)
+ 
+ libutf8proc.$(MAJOR).dylib: utf8proc.o
+   $(cc) -dynamiclib -o $@ $^ -install_name $(libdir)/$@ 
-Wl,-compatibility_version -Wl,$(MAJOR) -Wl,-current_version 
-Wl,$(MAJOR).$(MINOR).$(PATCH)

diff --git a/dev-libs/utf8proc/metadata.xml b/dev-libs/utf8proc/metadata.xml
index f8fff5b..740304b 100644
--- a/dev-libs/utf8proc/metadata.xml
+++ b/dev-libs/utf8proc/metadata.xml
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdsci/herd
-longdescription
+  herdsci/herd
+  longdescription
   utf8proc is a library for processing UTF-8 encoded Unicode
   strings. Some features are Unicode normalization, stripping of
   default ignorable characters, case folding and detection of grapheme

diff --git a/dev-libs/utf8proc/utf8proc-1.2.ebuild 
b/dev-libs/utf8proc/utf8proc-1.2-r1.ebuild
similarity index 71%
rename from dev-libs/utf8proc/utf8proc-1.2.ebuild
rename to dev-libs/utf8proc/utf8proc-1.2-r1.ebuild
index 349806f..e00835d 100644
--- a/dev-libs/utf8proc/utf8proc-1.2.ebuild
+++ b/dev-libs/utf8proc/utf8proc-1.2-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 DESCRIPTION=library for processing UTF-8 encoded Unicode strings
 HOMEPAGE=http://www.public-software-group.org/utf8proc;
@@ -20,12 +20,17 @@ src_prepare() {
 }
 
 src_compile() {
-   emake libutf8proc.so
-   use static-libs  emake libutf8proc.a
+   emake \
+   libutf8proc.so \
+   $(usex static-libs libutf8proc.a ) \
+   CC=$(tc-getCC) \
+   AR=$(tc-getAR)
+#  CFLAGS=${CFLAGS}
+#  LDFLAGS=${LDFLAGS} 

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

2015-05-26 Thread Justin Lecher
commit: 6222af206350e9426e6bfef413be54c3910a7efb
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Tue May 26 08:10:00 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Tue May 26 08:10:00 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6222af20

Merge remote-tracking branch 'github/master'

* github/master:
  sci-libs/armadillo: Drop old
  sci-libs/armadillo: Version bump

 sci-libs/armadillo/ChangeLog   |  10 ++
 sci-libs/armadillo/Manifest|   3 +-
 sci-libs/armadillo/armadillo-5.000.1.ebuild| 112 -
 ...llo-5.100.1.ebuild = armadillo-5.200.1.ebuild} |   0
 4 files changed, 11 insertions(+), 114 deletions(-)



[gentoo-commits] gentoo-x86 commit in dev-python/keepassx: - New directory

2015-05-26 Thread Justin Lecher (jlec)
jlec15/05/26 08:27:23

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-python/keepassx added to the repository



[gentoo-commits] gentoo-x86 commit in dev-python/keepassx: keepassx-0.0.3.ebuild metadata.xml Manifest ChangeLog

2015-05-26 Thread Justin Lecher (jlec)
jlec15/05/26 09:07:43

  Added:keepassx-0.0.3.ebuild metadata.xml Manifest
ChangeLog
  Log:
  New package, ebuild written by me
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.1  dev-python/keepassx/keepassx-0.0.3.ebuild

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

Index: keepassx-0.0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/keepassx/keepassx-0.0.3.ebuild,v 
1.1 2015/05/26 09:07:43 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION=Python API and CLI for KeePassX
HOMEPAGE=https://github.com/jamesls/python-keepassx 
https://pypi.python.org/pypi/keepassx;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

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

RDEPEND=
dev-python/pycrypto[${PYTHON_USEDEP}]
dev-python/prettytable[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]

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


src_test() {
py.test keepassx || die
}



1.1  dev-python/keepassx/metadata.xml

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

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



1.1  dev-python/keepassx/Manifest

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

Index: Manifest
===
DIST keepassx-0.0.3.tar.gz 15041 SHA256 
d8cada98caf2aa77472de67efbec9818e5eb9c4e7a2d39a58ac02e5c2553c5ba SHA512 
97ca5b00f8f565595ea78f43a152c752e7ae868ba15d8d3c48f3b75e56d266e28e99d1e61badec646f585bdeca42c49c0d2e19efd46bd79e9838d54293f5e784
 WHIRLPOOL 
89091f89248f0f4bb525e5dc47ccf228d401524968a76cf6605a790b86983ab9cbe0195dd4b067441975ebd9c58067ed4200f689bc3564427fc07d4620567797
EBUILD keepassx-0.0.3.ebuild 770 SHA256 
5ba03d9e6393db542ac1869b74c8711010bf2030fb569c21e12b38daf85d6e1c SHA512 
ce795bff9865955ba3361cc261e9b1d4695112f3c4975969e0499d9f8122a45537af89522c7c8c2129a7efd3c2a24ae2289c051df01768fc731fa81970f718c4
 WHIRLPOOL 
7e100d7e4f1aa34e2cd3d4ae4d2c57e39a07372f1ab2f9b0dabc21af401afe73f07da522a3f479e631878960b2cf45f9fc6c8ce7bc6278aa2a1b48942167b48e
MISC ChangeLog 275 SHA256 
b4d4f0abb9e33d0888e3208ddd844b1d0d037b7bdd57917848091c31a806ce7b SHA512 
24d9975527c65dee48cf50a8245bc525a4aab84bf0ad922fce0d958ddf353c34cd0c11a68a2f6733517917ca0827e0a1a94b2d7c60effdc131539ecb741b0ce8
 WHIRLPOOL 
02b46280c8cba5186132c5d1e1706b4555d6faee19ed0433aba202381c5c25f55bd8810f65ef228a2c97230e83e70fb6bb1b6f040f33a8356f2a413e351d07fa
MISC metadata.xml 258 SHA256 
f9120561eb5a0eb0be48e47772750941e1a206da5fda56321b45eb76fd145ba7 SHA512 
adbf77e7b9f35851720e2f9ef564420d0d128c19fd2a72cd4c9f25e0261419d46c1f72c45fc7093a00eb15e551a14742f969157fb3356f8a60b3d31dee38c8c2
 WHIRLPOOL 
7811fe6099018241061d288dcc1333c7bad35703bb201f921041c7faeeacb03faf748f1d34699afe4e21b1a3f95149fafbbb18633548dfd344fbb736a3ddf495



1.1  dev-python/keepassx/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-python/keepassx
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/keepassx/ChangeLog,v 1.1 
2015/05/26 09:07:43 jlec Exp $

*keepassx-0.0.3 (26 May 2015)

  26 May 2015; Justin Lecher j...@gentoo.org +keepassx-0.0.3.ebuild,
  +metadata.xml:
  New package, ebuild written by me






[gentoo-commits] gentoo-x86 commit in dev-libs/xerces-c: xerces-c-3.1.2.ebuild ChangeLog

2015-05-26 Thread Sergey Popov (pinkbyte)
pinkbyte15/05/26 09:15:35

  Modified: ChangeLog
  Added:xerces-c-3.1.2.ebuild
  Log:
  Security bump, wrt bug #543930. Bump EAPI to 5, add epatch_user, add subslot 
to dev-libs/icu dependency, wrt bug #522670
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0x60C0742D1F357D42)

Revision  ChangesPath
1.108dev-libs/xerces-c/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xerces-c/ChangeLog?rev=1.108view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xerces-c/ChangeLog?rev=1.108content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xerces-c/ChangeLog?r1=1.107r2=1.108

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   28 Jan 2015 19:42:36 -  1.107
+++ ChangeLog   26 May 2015 09:15:35 -  1.108
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/xerces-c
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v 1.107 
2015/01/28 19:42:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/ChangeLog,v 1.108 
2015/05/26 09:15:35 pinkbyte Exp $
+
+*xerces-c-3.1.2 (26 May 2015)
+
+  26 May 2015; Sergey Popov pinkb...@gentoo.org +xerces-c-3.1.2.ebuild:
+  Security bump, wrt bug #543930. Bump EAPI to 5, add epatch_user, add subslot
+  to dev-libs/icu dependency, wrt bug #522670
 
   28 Jan 2015; Michał Górny mgo...@gentoo.org xerces-c-3.1.1-r1.ebuild:
   Switch to CPU_FLAGS_X86.



1.1  dev-libs/xerces-c/xerces-c-3.1.2.ebuild

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

Index: xerces-c-3.1.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.2.ebuild,v 
1.1 2015/05/26 09:15:35 pinkbyte Exp $

EAPI=5

inherit eutils

DESCRIPTION=A validating XML parser written in a portable subset of C++
HOMEPAGE=http://xerces.apache.org/xerces-c/;
SRC_URI=mirror://apache/xerces/c/3/sources/${P}.tar.gz

LICENSE=Apache-2.0
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux

IUSE=cpu_flags_x86_sse2 curl doc elibc_Darwin elibc_FreeBSD iconv icu 
static-libs threads

RDEPEND=icu? ( dev-libs/icu:0= )
curl? ( net-misc/curl )
virtual/libiconv
DEPEND=${RDEPEND}
doc? ( app-doc/doxygen )

DOCS=( CREDITS KEYS NOTICE README version.incl )

pkg_setup() {
export ICUROOT=/usr

if use iconv  use icu ; then
ewarn This package can use iconv or icu for loading messages
ewarn and transcoding, but not both. ICU will precede.
fi
}

src_prepare() {
use threads || epatch ${FILESDIR}/3.1.1-disable-thread-tests.patch

sed -i \
-e 's|$(prefix)/msg|$(DESTDIR)/$(prefix)/share/xerces-c/msg|' \
-e 's/@mkdir_p@/@MKDIR_P@/' \
src/xercesc/util/MsgLoaders/MsgCatalog/Makefile.in || die

epatch_user
}

src_configure() {
local mloader=inmemory
use iconv  mloader=iconv
use icu  mloader=icu

local transcoder=gnuiconv
use elibc_FreeBSD  transcoder=iconv
use elibc_Darwin  transcoder=macosunicodeconverter
use icu  transcoder=icu
# for interix maybe: transcoder=windows

# 'cfurl' is only available on OSX and 'socket' isn't supposed to work.
# But the docs aren't clear about it, so we would need some testing...
local netaccessor=socket
use elibc_Darwin  netaccessor=cfurl
use curl  netaccessor=curl

econf \
--disable-pretty-make \
$(use_enable static-libs static) \
$(use_enable threads) \
--enable-msgloader-${mloader} \
--enable-netaccessor-${netaccessor} \
--enable-transcoder-${transcoder} \
$(use_enable cpu_flags_x86_sse2 sse2)
}

src_compile() {
default

if use doc ; then
cd ${S}/doc
doxygen || die making docs failed
fi
}

src_install () {
default
prune_libtool_files

# To make sure an appropriate NLS msg file is around when using the 
iconv msgloader
# ICU has the messages compiled in.
if use iconv  ! use icu ; then
doenvd ${FILESDIR}/50xerces-c
fi

if use doc; then
 

[gentoo-commits] gentoo-x86 commit in profiles/prefix/darwin: package.use.mask

2015-05-26 Thread Fabian Groffen (grobian)
grobian 15/05/26 08:05:08

  Modified: package.use.mask
  Log:
  Mask USE=uuid on Solaris and Darwin for ossp-uuid doesn't compile and isn't 
actually necessary, bug #324527

Revision  ChangesPath
1.14 profiles/prefix/darwin/package.use.mask

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

Index: package.use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.use.mask,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- package.use.mask3 Jan 2014 03:26:12 -   1.13
+++ package.use.mask26 May 2015 08:05:08 -  1.14
@@ -1,8 +1,12 @@
-# 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/profiles/prefix/darwin/package.use.mask,v 
1.13 2014/01/03 03:26:12 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/package.use.mask,v 
1.14 2015/05/26 08:05:08 grobian Exp $
 
 
+# Fabian Groffen grob...@gentoo.org (26 May 2015)
+# Avoid pulling in broken and unnecessary ossp-uuid, bug #324527
+dev-db/postgresql uuid
+
 # Christoph Junghans ott...@gentoo.org (26 Aug 2012)
 # libutempter support does not work on Darwin (bug #388791)
 x11-terms/eterm utempter






[gentoo-commits] gentoo-x86 commit in profiles/prefix: ChangeLog

2015-05-26 Thread Fabian Groffen (grobian)
grobian 15/05/26 08:05:08

  Modified: ChangeLog
  Log:
  Mask USE=uuid on Solaris and Darwin for ossp-uuid doesn't compile and isn't 
actually necessary, bug #324527

Revision  ChangesPath
1.454profiles/prefix/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v
retrieving revision 1.453
retrieving revision 1.454
diff -u -r1.453 -r1.454
--- ChangeLog   17 Feb 2015 18:00:53 -  1.453
+++ ChangeLog   26 May 2015 08:05:08 -  1.454
@@ -1,6 +1,11 @@
 # ChangeLog for profiles/prefix
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.453 
2015/02/17 18:00:53 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.454 
2015/05/26 08:05:08 grobian Exp $
+
+  26 May 2015; Fabian Groffen grob...@gentoo.org darwin/package.use.mask,
+  sunos/solaris/package.use.mask:
+  Mask USE=uuid on Solaris and Darwin for ossp-uuid doesn't compile and isn't
+  actually necessary, bug #324527
 
   17 Feb 2015; Michael Haubenwallner ha...@gentoo.org
   sunos/solaris/package.mask:






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

2015-05-26 Thread Michał Górny
commit: a0742ef6df0d16eeac4bb1a6101f9e2ee087cc5f
Author: Michał Górny mgorny AT gentoo DOT org
AuthorDate: Tue May 26 08:35:42 2015 +
Commit: Michał Górny mgorny AT gentoo DOT org
CommitDate: Tue May 26 08:35:42 2015 +
URL:https://gitweb.gentoo.org/proj/api.git/commit/?id=a0742ef6

Add abadonna-overlay

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=550440

 files/overlays/repositories.xml | 11 +++
 1 file changed, 11 insertions(+)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index 7332f9f..670af9e 100644
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -63,6 +63,17 @@ SYN
 FIN
 --
   repo quality=experimental status=unofficial
+nameabadonna-overlay/name
+descriptionThis personal repository contains ebuilds and fixes for 
packages that I'm interested in/description
+homepagehttps://gitlab.com/Abadonna/abadonna-overlay/homepage
+owner
+  emailabado...@abadonna.net/email
+  nameAbadonna/name
+/owner
+source 
type=githttps://gitlab.com/Abadonna/abadonna-overlay.git/source
+source type=gitg...@gitlab.com:Abadonna/abadonna-overlay.git/source
+  /repo
+  repo quality=experimental status=unofficial
 nameabendbrot/name
 description lang=enDesktop oriented overlay for various ebuilds and 
the occasional gamer/description
 homepagehttps://github.com/stefan-gr/abendbrot/homepage



[gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.7.1.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 07:57:05

  Modified: ChangeLog
  Added:pytest-2.7.1.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.117dev-python/pytest/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog   8 Apr 2015 08:05:12 -   1.116
+++ ChangeLog   26 May 2015 07:57:05 -  1.117
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pytest
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.116 
2015/04/08 08:05:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.117 
2015/05/26 07:57:05 patrick Exp $
+
+*pytest-2.7.1 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +pytest-2.7.1.ebuild:
+  Bump
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org pytest-2.3.4.ebuild,
   pytest-2.6.1.ebuild, pytest-2.6.3.ebuild:



1.1  dev-python/pytest/pytest-2.7.1.ebuild

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

Index: pytest-2.7.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.7.1.ebuild,v 1.1 
2015/05/26 07:57:05 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1

DESCRIPTION=py.test: simple powerful testing with Python
HOMEPAGE=http://pytest.org/ http://pypi.python.org/pypi/pytest;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
IUSE=doc test

# When bumping, please check setup.py for the proper py version
PY_VER=1.4.25
RDEPEND==dev-python/py-${PY_VER}[${PYTHON_USEDEP}]

#pexpect dep based on 
https://bitbucket.org/hpk42/pytest/issue/386/tests-fail-with-pexpect-30
DEPEND=${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pexpect[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )

python_prepare_all() {
# Disable versioning of py.test script to avoid collision with
# versioning performed by the eclass.
sed -e s/return points/return {'py.test': target}/ -i setup.py || die 
sed failed
grep -qF py=${PY_VER} setup.py || die Incorrect dev-python/py 
dependency

# Prevent un-needed d'loading
sed -e s/'sphinx.ext.intersphinx', // -i doc/en/conf.py || die
distutils-r1_python_prepare_all
}

python_compile_all() {
if use doc; then
mkdir doc/en/.build || die
emake -C doc/en html
fi
}

python_test() {
# test_nose.py not written to suit py3.2 in pypy3
if [[ ${EPYTHON} == pypy3 ]]; then
${PYTHON} ${BUILD_DIR}/lib/pytest.py \
--ignore=testing/test_nose.py \
|| die tests failed with ${EPYTHON}
else
${PYTHON} ${BUILD_DIR}/lib/pytest.py \
|| die tests failed with ${EPYTHON}
fi
}

python_install_all() {
use doc  dohtml -r doc/en/_build/html/
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/pyx: pyx-0.14.ebuild ChangeLog

2015-05-26 Thread Patrick Lauer (patrick)
patrick 15/05/26 08:14:12

  Modified: ChangeLog
  Added:pyx-0.14.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.45 dev-python/pyx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   8 Mar 2015 23:57:40 -   1.44
+++ ChangeLog   26 May 2015 08:14:12 -  1.45
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.44 2015/03/08 
23:57:40 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.45 2015/05/26 
08:14:12 patrick Exp $
+
+*pyx-0.14 (26 May 2015)
+
+  26 May 2015; Patrick Lauer patr...@gentoo.org +pyx-0.14.ebuild:
+  Bump
 
   08 Mar 2015; Pacho Ramos pa...@gentoo.org pyx-0.13.ebuild:
   x86 stable, bug 540290



1.1  dev-python/pyx/pyx-0.14.ebuild

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

Index: pyx-0.14.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.14.ebuild,v 1.1 
2015/05/26 08:14:12 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python3_{3,4} )

inherit distutils-r1

MY_P=${P/pyx/PyX}

DESCRIPTION=Python package for the generation of encapsulated PostScript 
figures
HOMEPAGE=http://pyx.sourceforge.net/;
SRC_URI=mirror://sourceforge/pyx/${MY_P}.tar.gz

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux
IUSE=doc

RDEPEND=virtual/tex-base
dev-texlive/texlive-basic

DEPEND=${RDEPEND}
doc? ( virtual/latex-base
dev-python/sphinx[latex,${PYTHON_USEDEP}] )

S=${WORKDIR}/${MY_P}

src_prepare() {
distutils-r1_src_prepare
sed -i \
-e 's/^build_t1code=.*/build_t1code=1/' \
-e 's/^build_pykpathsea=.*/build_pykpathsea=1/' \
setup.cfg || die setup.cfg fix failed
}

python_compile_all() {
if use doc; then
VARTEXFONTS=${T}/fonts emake -C ${S}/faq latexpdf
fi
}

python_install_all() {
use doc  dodoc faq/_build/latex/pyxfaq.pdf
distutils-r1_python_install_all
}






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

2015-05-26 Thread Richard Freeman (rich0)
rich0   15/05/26 08:35:27

  Modified: ChangeLog php-5.5.25-r1.ebuild
  Log:
  amd64 stable - 549538
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
100565AB52446CB4)

Revision  ChangesPath
1.974dev-lang/php/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.973
retrieving revision 1.974
diff -u -r1.973 -r1.974
--- ChangeLog   26 May 2015 05:24:49 -  1.973
+++ ChangeLog   26 May 2015 08:35:27 -  1.974
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.973 2015/05/26 
05:24:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.974 2015/05/26 
08:35:27 rich0 Exp $
+
+  26 May 2015; Richard Freeman ri...@gentoo.org php-5.5.25-r1.ebuild:
+  amd64 stable - 549538
 
   26 May 2015; Jeroen Roovers j...@gentoo.org php-5.4.41.ebuild,
   php-5.5.25-r1.ebuild:



1.4  dev-lang/php/php-5.5.25-r1.ebuild

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

Index: php-5.5.25-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-5.5.25-r1.ebuild26 May 2015 05:24:49 -  1.3
+++ php-5.5.25-r1.ebuild26 May 2015 08:35:27 -  1.4
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild,v 1.3 
2015/05/26 05:24:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild,v 1.4 
2015/05/26 08:35:27 rich0 Exp $
 
 EAPI=5
 
 inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd
 
-KEYWORDS=~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
+KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos
 
 function php_get_uri ()
 {






[gentoo-commits] gentoo-x86 commit in dev-lang/tcl: tcl-8.5.17.ebuild ChangeLog

2015-05-26 Thread Mike Frysinger (vapier)
vapier  15/05/26 09:12:43

  Modified: tcl-8.5.17.ebuild ChangeLog
  Log:
  Mark arm64/m68k/s390/sh stable #543022.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 dev-lang/tcl/tcl-8.5.17.ebuild

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

Index: tcl-8.5.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tcl-8.5.17.ebuild   14 Apr 2015 10:54:09 -  1.11
+++ tcl-8.5.17.ebuild   26 May 2015 09:12:43 -  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/dev-lang/tcl/tcl-8.5.17.ebuild,v 1.11 
2015/04/14 10:54:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.17.ebuild,v 1.12 
2015/05/26 09:12:43 vapier Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=tcltk
 SLOT=0/8.5
-KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris 
~x86-solaris
 IUSE=debug threads
 
 RDEPEND==sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]



1.219dev-lang/tcl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- ChangeLog   14 Apr 2015 10:54:09 -  1.218
+++ ChangeLog   26 May 2015 09:12:43 -  1.219
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.218 2015/04/14 
10:54:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.219 2015/05/26 
09:12:43 vapier Exp $
+
+  26 May 2015; Mike Frysinger vap...@gentoo.org tcl-8.5.17.ebuild:
+  Mark arm64/m68k/s390/sh stable #543022.
 
   14 Apr 2015; Agostino Sarubbo a...@gentoo.org tcl-8.5.17.ebuild:
   Stable for ia64, wrt bug #543022






[gentoo-commits] gentoo-x86 commit in dev-lang/tk: tk-8.5.17.ebuild ChangeLog

2015-05-26 Thread Mike Frysinger (vapier)
vapier  15/05/26 09:17:44

  Modified: tk-8.5.17.ebuild ChangeLog
  Log:
  Mark s390/sh stable #543022.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.12 dev-lang/tk/tk-8.5.17.ebuild

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

Index: tk-8.5.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tk-8.5.17.ebuild14 Apr 2015 10:54:13 -  1.11
+++ tk-8.5.17.ebuild26 May 2015 09:17:44 -  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/dev-lang/tk/tk-8.5.17.ebuild,v 1.11 
2015/04/14 10:54:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.5.17.ebuild,v 1.12 
2015/05/26 09:17:44 vapier Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE=tcltk
 SLOT=0/8.5
-KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
+KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
 IUSE=debug threads truetype aqua xscreensaver
 
 RDEPEND=



1.225dev-lang/tk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- ChangeLog   14 Apr 2015 10:54:13 -  1.224
+++ ChangeLog   26 May 2015 09:17:44 -  1.225
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/tk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.224 2015/04/14 
10:54:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.225 2015/05/26 
09:17:44 vapier Exp $
+
+  26 May 2015; Mike Frysinger vap...@gentoo.org tk-8.5.17.ebuild:
+  Mark s390/sh stable #543022.
 
   14 Apr 2015; Agostino Sarubbo a...@gentoo.org tk-8.5.17.ebuild:
   Stable for ia64, wrt bug #543022






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

2015-05-26 Thread Mike Frysinger (vapier)
vapier  15/05/26 09:29:49

  Modified: insight-6.8.1-r1.ebuild ChangeLog
  Log:
  Minor style touchups.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.7  dev-util/insight/insight-6.8.1-r1.ebuild

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

Index: insight-6.8.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- insight-6.8.1-r1.ebuild 26 May 2015 09:28:59 -  1.6
+++ insight-6.8.1-r1.ebuild 26 May 2015 09:29:49 -  1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 
1.6 2015/05/26 09:28:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 
1.7 2015/05/26 09:29:49 vapier Exp $
 
 EAPI=4
 
@@ -52,9 +52,9 @@
rm -rf ${S}/{itcl,tcl,tk,readline} || die
 
for location in gdb/gdbtk/plugins libgui; do
-   pushd ${location}  /dev/null
+   pushd ${location} /dev/null
eautoreconf
-   popd  /dev/null
+   popd /dev/null
done
 
# disable regeneration of info pages we never install. #465460
@@ -99,7 +99,7 @@
# the tcl-related subdirs are not parallel safe
emake -j1 DESTDIR=${D} install
 
-   find ${ED} -name '*.la' -exec rm -f {} +
+   find ${ED} -name '*.la' -delete
 
dodoc gdb/gdbtk/{README,TODO}
 



1.62 dev-util/insight/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   26 May 2015 09:28:59 -  1.61
+++ ChangeLog   26 May 2015 09:29:49 -  1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/insight
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.61 
2015/05/26 09:28:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.62 
2015/05/26 09:29:49 vapier Exp $
+
+  26 May 2015; Mike Frysinger vap...@gentoo.org insight-6.8.1-r1.ebuild:
+  Minor style touchups.
 
   26 May 2015; Mike Frysinger vap...@gentoo.org insight-6.8.1-r1.ebuild:
   Add missing EPREFIX to --datadir #465460#8 by Michael Haubenwallner.






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

2015-05-26 Thread Mike Frysinger (vapier)
vapier  15/05/26 09:28:59

  Modified: insight-6.8.1-r1.ebuild ChangeLog
  Log:
  Add missing EPREFIX to --datadir #465460#8 by Michael Haubenwallner.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.6  dev-util/insight/insight-6.8.1-r1.ebuild

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

Index: insight-6.8.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- insight-6.8.1-r1.ebuild 26 May 2015 09:27:59 -  1.5
+++ insight-6.8.1-r1.ebuild 26 May 2015 09:28:59 -  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-util/insight/insight-6.8.1-r1.ebuild,v 
1.5 2015/05/26 09:27:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 
1.6 2015/05/26 09:28:59 vapier Exp $
 
 EAPI=4
 
@@ -90,7 +90,7 @@
--enable-gdbtk \
--enable-sim \
--with-expat \
-   --datadir=/usr/share \
+   --datadir=${EPREFIX}/usr/share \
--with-tclinclude=${TCL_SRC_DIR} \
--with-tkinclude=${TK_SRC_DIR}
 }



1.61 dev-util/insight/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog   26 May 2015 09:27:59 -  1.60
+++ ChangeLog   26 May 2015 09:28:59 -  1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/insight
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.60 
2015/05/26 09:27:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.61 
2015/05/26 09:28:59 vapier Exp $
+
+  26 May 2015; Mike Frysinger vap...@gentoo.org insight-6.8.1-r1.ebuild:
+  Add missing EPREFIX to --datadir #465460#8 by Michael Haubenwallner.
 
   26 May 2015; Mike Frysinger vap...@gentoo.org insight-6.8.1-r1.ebuild:
   Fix by Michael Haubenwallner to stop trying to generate info pages we never






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

2015-05-26 Thread Martin Mokrejs
commit: 020c48a333f16ea10caa4f66cfc955de7c162f90
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Tue May 26 09:37:43 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Tue May 26 09:37:43 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=020c48a3

sci-biology/argo-bin: remove IUSE

Package-Manager: portage-2.2.18

 sci-biology/argo-bin/ChangeLog  | 4 
 sci-biology/argo-bin/argo-bin-1.0.31.ebuild | 5 ++---
 sci-biology/argo-bin/argo-bin-2.0.3.ebuild  | 5 ++---
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/sci-biology/argo-bin/ChangeLog b/sci-biology/argo-bin/ChangeLog
index 01ad496..1bf8c1a 100644
--- a/sci-biology/argo-bin/ChangeLog
+++ b/sci-biology/argo-bin/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
+  argo-bin-1.0.31.ebuild, argo-bin-2.0.3.ebuild:
+  sci-biology/argo-bin: remove IUSE
+
 *argo-bin-2.0.3 (26 May 2015)
 
   26 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz

diff --git a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild 
b/sci-biology/argo-bin/argo-bin-1.0.31.ebuild
index db8efaf..a59ae7a 100644
--- a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild
+++ b/sci-biology/argo-bin/argo-bin-1.0.31.ebuild
@@ -17,12 +17,11 @@ 
SRC_URI=http://www.broadinstitute.org/annotation/argo/argo.jar;
 LICENSE=LGPL-3
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=java
+IUSE=
 
 DEPEND=!sci-biology/argo
 RDEPEND=${DEPEND}
-   java? ( =virtual/jre-1.5:* )
-
+   =virtual/jre-1.5:*
 S=${WORKDIR}
 
 src_install() {

diff --git a/sci-biology/argo-bin/argo-bin-2.0.3.ebuild 
b/sci-biology/argo-bin/argo-bin-2.0.3.ebuild
index 5659a97..8e475e6 100644
--- a/sci-biology/argo-bin/argo-bin-2.0.3.ebuild
+++ b/sci-biology/argo-bin/argo-bin-2.0.3.ebuild
@@ -17,12 +17,11 @@ 
SRC_URI=http://www.broadinstitute.org/annotation/argo2/releases/argo2.jar;
 LICENSE=LGPL-3
 SLOT=0
 KEYWORDS=~amd64 ~x86
-IUSE=java
+IUSE=
 
 DEPEND=!sci-biology/argo
 RDEPEND=${DEPEND}
-   java? ( =virtual/jre-1.5:* )
-
+   =virtual/jre-1.5:*
 S=${WORKDIR}
 
 src_install() {



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

2015-05-26 Thread Mike Frysinger (vapier)
vapier  15/05/26 09:26:45

  Modified: insight-6.8.1-r1.ebuild ChangeLog
  Log:
  Drop patch that breaks building w/newer glibc.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.4  dev-util/insight/insight-6.8.1-r1.ebuild

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

Index: insight-6.8.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- insight-6.8.1-r1.ebuild 25 Mar 2015 13:26:47 -  1.3
+++ insight-6.8.1-r1.ebuild 26 May 2015 09:26:45 -  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-util/insight/insight-6.8.1-r1.ebuild,v 
1.3 2015/03/25 13:26:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 
1.4 2015/05/26 09:26:45 vapier Exp $
 
 EAPI=4
 
@@ -38,6 +38,9 @@
 src_prepare() {
local location
 
+   # Messes with internal glibc defines which fails w/newer glibc.
+   rm ${WORKDIR}/patches/0016-insight-6.8.1-sbrk.patch
+
EPATCH_FORCE=yes \
EPATCH_SOURCE=${WORKDIR}/patches \
EPATCH_SUFFIX=patch \



1.59 dev-util/insight/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   25 Mar 2015 13:26:47 -  1.58
+++ ChangeLog   26 May 2015 09:26:45 -  1.59
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/insight
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.58 
2015/03/25 13:26:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.59 
2015/05/26 09:26:45 vapier Exp $
+
+  26 May 2015; Mike Frysinger vap...@gentoo.org insight-6.8.1-r1.ebuild:
+  Drop patch that breaks building w/newer glibc.
 
   25 Mar 2015; Justin Lecher j...@gentoo.org insight-6.8.1-r1.ebuild,
   insight-6.8.1.ebuild:






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

2015-05-26 Thread Martin Mokrejs
commit: 8b99d3974bed076623b7413e49103cdd6c8ce0dc
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Tue May 26 09:26:11 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Tue May 26 09:26:11 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8b99d397

sci-biology/argo: ebuild cleanup

Package-Manager: portage-2.2.18

 sci-biology/argo/ChangeLog  | 3 +++
 sci-biology/argo/argo-1.0.24.ebuild | 9 -
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/sci-biology/argo/ChangeLog b/sci-biology/argo/ChangeLog
index 950f76d..72a3d3c 100644
--- a/sci-biology/argo/ChangeLog
+++ b/sci-biology/argo/ChangeLog
@@ -2,5 +2,8 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz argo-1.0.24.ebuild:
+  sci-biology/argo: ebuild cleanup
+
   13 Mar 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz argo-1.0.24.ebuild:
   fix java depencies syntax

diff --git a/sci-biology/argo/argo-1.0.24.ebuild 
b/sci-biology/argo/argo-1.0.24.ebuild
index 00d3742..6e522b6 100644
--- a/sci-biology/argo/argo-1.0.24.ebuild
+++ b/sci-biology/argo/argo-1.0.24.ebuild
@@ -7,8 +7,12 @@ EAPI=5
 inherit java-pkg-2 java-ant-2 java-utils-2 toolchain-funcs
 
 DESCRIPTION=Production tool for visualizing and manually annotating whole 
genomes
-HOMEPAGE=http://www.broadinstitute.org/annotation/argo/;
+HOMEPAGE=http://www.broadinstitute.org/annotation/argo2
+   http://www.broadinstitute.org/annotation/argo;
 
SRC_URI=http://www.broadinstitute.org/annotation/argo/src/workspace-2008-03-11.tgz;
+#
+# cat workspace-2008-03-11/annotation/argo/version.txt 
+# Gebo-1.0.17-build-1313
 
 LICENSE=LGPL-3
 SLOT=0
@@ -16,6 +20,7 @@ KEYWORDS=~amd64 ~x86
 IUSE=
 
 DEPEND=
+   !sci-biology/argo-bin
=virtual/jdk-1.5:*
dev-java/ant-core
 RDEPEND==virtual/jre-1.5:*
@@ -29,5 +34,7 @@ src_compile(){
 
 src_install() {
java-pkg_dojar annotation/dist/argo/argo.jar
+   #java-pkg_dolauncher --jar argo.jar
java-pkg_dojar annotation/dist/argo/argo-applet-unproguarded.jar
+   #java-pkg_dolauncher --jar argo-applet-unproguarded.jar
 }



[gentoo-commits] dev/graaff:master commit in: dev-ruby/ruby-saml/

2015-05-26 Thread Hans de Graaff
commit: 2239906f5636d023d850e17e86af2ea48ae92290
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue May 26 09:47:32 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue May 26 09:47:32 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=2239906f

Cleanup.

Package-Manager: portage-2.2.18

 dev-ruby/ruby-saml/ChangeLog  |  3 +++
 dev-ruby/ruby-saml/Manifest   |  1 -
 dev-ruby/ruby-saml/ruby-saml-0.8.1.ebuild | 35 ---
 3 files changed, 3 insertions(+), 36 deletions(-)

diff --git a/dev-ruby/ruby-saml/ChangeLog b/dev-ruby/ruby-saml/ChangeLog
index 29c29ea..d160233 100644
--- a/dev-ruby/ruby-saml/ChangeLog
+++ b/dev-ruby/ruby-saml/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 May 2015; Hans de Graaff gra...@gentoo.org -ruby-saml-0.8.1.ebuild:
+  Cleanup.
+
 *ruby-saml-0.8.2 (26 May 2015)
 
   26 May 2015; Hans de Graaff gra...@gentoo.org +ruby-saml-0.8.2.ebuild:

diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index eea8799..89e7bba 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1,3 +1,2 @@
 DIST ruby-saml-0.7.3.gem 55296 SHA256 
4de4c947a89e5e56b344faba795958026c5ba96e4b63053555b44b84df018579 SHA512 
1fa14882bcb584bf9f35036fd69064794d345c01f46cc589c0370652b262ed86dbdaf3ec99edca89b5be75460e5fb26e49deed50432edc2d4a3690cd4443082e
 WHIRLPOOL 
8b23830eb5f8bf9fe857622e911631be4191f99b0bee5c61a462f9253dc5a90a759e632858bc7a54f76da39c24f57722776ee9206e0ffcd5972a647d3510da62
-DIST ruby-saml-0.8.1.gem 55296 SHA256 
4151c0d496034b712377085a91baac4b5c826b1e56271163ce811f6ab1dea400 SHA512 
5fd6154aa128e6479261741ec666759f8031faf216b705fbfa76928dcb8c0ff6068f929a9928b8c04d45cb24dce7b3c30acce38154c2b8f3fecdcb057d9a1cee
 WHIRLPOOL 
84501b6d6066659550d1396367e3d31d09141d5f6dca3149df947e58212abf1f3ec27e763214c0177449292b1a7bdadbd63f635085ed175cd562eae23101bae2
 DIST ruby-saml-0.8.2.gem 55808 SHA256 
a101bc0d86503d12513b8be66a25967c71b189de02d1bd0fa6969e3bdee57597 SHA512 
a199202d5a38a85b23e4a04ebb95abc715d303bd5eb45e2538088b7408a8977e9614c1fcfcadf65602b25043d6a443ea767bc145a652a7b72ffd878343c596f6
 WHIRLPOOL 
1a95ace4903a91470fe93f6fce3245da99ea7e54e905b0964afc1223197b8df8f789f77e5419e6f871362656b96f8ba408704c3956d751c5aa9b7d0a39fb7499

diff --git a/dev-ruby/ruby-saml/ruby-saml-0.8.1.ebuild 
b/dev-ruby/ruby-saml/ruby-saml-0.8.1.ebuild
deleted file mode 100644
index 04e68c9..000
--- a/dev-ruby/ruby-saml/ruby-saml-0.8.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY=ruby19 ruby20 ruby21
-
-RUBY_FAKEGEM_EXTRADOC=README.md
-
-RUBY_FAKEGEM_DOCDIR=doc
-RUBY_FAKEGEM_TASK_DOC=
-
-RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
-
-inherit ruby-fakegem
-
-DESCRIPTION=A library for implementing the client side of a SAML 
authorization
-HOMEPAGE=https://github.com/onelogin/ruby-saml;
-LICENSE=MIT
-
-KEYWORDS=~amd64
-SLOT=0.8
-IUSE=doc
-
-ruby_add_rdepend 
-   =dev-ruby/nokogiri-1.5.0
-   =dev-ruby/uuid-2.3:0
-
-ruby_add_bdepend test? ( dev-ruby/timecop )
-
-all_ruby_prepare() {
-   sed -i -e '/ruby-debug/d' test/test_helper.rb || die
-
-   sed -ie -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}



[gentoo-commits] dev/graaff:master commit in: dev-ruby/faraday_middleware/

2015-05-26 Thread Hans de Graaff
commit: 1e71bac28a6601803e229284b678920d47d6ac83
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Mon May 25 05:15:55 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Mon May 25 05:15:55 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=1e71bac2

Moved to gentoo tree.

 dev-ruby/faraday_middleware/ChangeLog  | 10 -
 dev-ruby/faraday_middleware/Manifest   |  1 -
 .../faraday_middleware-0.9.1.ebuild| 26 --
 dev-ruby/faraday_middleware/metadata.xml   |  5 -
 4 files changed, 42 deletions(-)

diff --git a/dev-ruby/faraday_middleware/ChangeLog 
b/dev-ruby/faraday_middleware/ChangeLog
deleted file mode 100644
index 25ddfb4..000
--- a/dev-ruby/faraday_middleware/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-# ChangeLog for dev-ruby/faraday_middleware
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*faraday_middleware-0.9.1 (04 Sep 2014)
-
-  04 Sep 2014; Hans de Graaff gra...@gentoo.org
-  +faraday_middleware-0.9.1.ebuild, +metadata.xml:
-  Initial import.
-

diff --git a/dev-ruby/faraday_middleware/Manifest 
b/dev-ruby/faraday_middleware/Manifest
deleted file mode 100644
index 84a6bf7..000
--- a/dev-ruby/faraday_middleware/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST faraday_middleware-0.9.1.gem 23552 SHA256 
d8e8e74a29ed19f07553cc82ed3a57b1bda0e3c3ca5b478c4c3faec0799ecdce SHA512 
8db1d3073e155ad31943661e2e53497abcfd2a1bf0dba35a066cf86cab267abc52c922995b66518c7bb23c75af90521cc6d8549e20b0095bae400098c9b1945c
 WHIRLPOOL 
c84e0f7be24191f3a95dd804e502eb52e6b62a87e6f71da5208d11b19eae0ca499f3e6e53d24db6ceef1a9396001581bcb9930e51830d9ef6db290be8fdb60da

diff --git a/dev-ruby/faraday_middleware/faraday_middleware-0.9.1.ebuild 
b/dev-ruby/faraday_middleware/faraday_middleware-0.9.1.ebuild
deleted file mode 100644
index b6ebb7d..000
--- a/dev-ruby/faraday_middleware/faraday_middleware-0.9.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/faraday/faraday-0.7.4.ebuild,v 1.3 
2011/07/24 20:09:06 tomka Exp $
-
-EAPI=5
-
-USE_RUBY=ruby19 ruby20 ruby21
-
-RUBY_FAKEGEM_RECIPE_TEST=rspec
-
-RUBY_FAKEGEM_TASK_DOC=
-RUBY_FAKEGEM_EXTRADOC=CHANGELOG.md README.md
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION=A collection of some useful Faraday middleware.
-HOMEPAGE=http://github.com/technoweenie/faraday;
-
-LICENSE=MIT
-SLOT=0
-KEYWORDS=~amd64
-IUSE=
-
-ruby_add_rdepend =dev-ruby/faraday-0.7.4
-
-ruby_add_bdepend test? ( dev-ruby/rash dev-ruby/simple_oauth )

diff --git a/dev-ruby/faraday_middleware/metadata.xml 
b/dev-ruby/faraday_middleware/metadata.xml
deleted file mode 100644
index 8521361..000
--- a/dev-ruby/faraday_middleware/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
-pkgmetadata
-herdruby/herd
-/pkgmetadata



[gentoo-commits] dev/graaff:master commit in: dev-ruby/ruby-saml/

2015-05-26 Thread Hans de Graaff
commit: 43b1449ebc46a01081d0a9380cb238ca41c212a0
Author: Hans de Graaff hans AT degraaff DOT org
AuthorDate: Tue May 26 09:47:15 2015 +
Commit: Hans de Graaff graaff AT gentoo DOT org
CommitDate: Tue May 26 09:47:15 2015 +
URL:https://gitweb.gentoo.org/dev/graaff.git/commit/?id=43b1449e

Version bump.

Package-Manager: portage-2.2.18

 dev-ruby/ruby-saml/ChangeLog  |  7 +-
 dev-ruby/ruby-saml/Manifest   |  1 +
 dev-ruby/ruby-saml/ruby-saml-0.8.2.ebuild | 37 +++
 3 files changed, 44 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/ruby-saml/ChangeLog b/dev-ruby/ruby-saml/ChangeLog
index 53d5901..29c29ea 100644
--- a/dev-ruby/ruby-saml/ChangeLog
+++ b/dev-ruby/ruby-saml/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-ruby/ruby-saml
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*ruby-saml-0.8.2 (26 May 2015)
+
+  26 May 2015; Hans de Graaff gra...@gentoo.org +ruby-saml-0.8.2.ebuild:
+  Version bump.
+
   01 Jul 2014; Hans de Graaff gra...@gentoo.org ruby-saml-0.7.3-r1.ebuild,
   ruby-saml-0.8.1.ebuild:
   Add ruby20, ruby21.

diff --git a/dev-ruby/ruby-saml/Manifest b/dev-ruby/ruby-saml/Manifest
index bd1ab58..eea8799 100644
--- a/dev-ruby/ruby-saml/Manifest
+++ b/dev-ruby/ruby-saml/Manifest
@@ -1,2 +1,3 @@
 DIST ruby-saml-0.7.3.gem 55296 SHA256 
4de4c947a89e5e56b344faba795958026c5ba96e4b63053555b44b84df018579 SHA512 
1fa14882bcb584bf9f35036fd69064794d345c01f46cc589c0370652b262ed86dbdaf3ec99edca89b5be75460e5fb26e49deed50432edc2d4a3690cd4443082e
 WHIRLPOOL 
8b23830eb5f8bf9fe857622e911631be4191f99b0bee5c61a462f9253dc5a90a759e632858bc7a54f76da39c24f57722776ee9206e0ffcd5972a647d3510da62
 DIST ruby-saml-0.8.1.gem 55296 SHA256 
4151c0d496034b712377085a91baac4b5c826b1e56271163ce811f6ab1dea400 SHA512 
5fd6154aa128e6479261741ec666759f8031faf216b705fbfa76928dcb8c0ff6068f929a9928b8c04d45cb24dce7b3c30acce38154c2b8f3fecdcb057d9a1cee
 WHIRLPOOL 
84501b6d6066659550d1396367e3d31d09141d5f6dca3149df947e58212abf1f3ec27e763214c0177449292b1a7bdadbd63f635085ed175cd562eae23101bae2
+DIST ruby-saml-0.8.2.gem 55808 SHA256 
a101bc0d86503d12513b8be66a25967c71b189de02d1bd0fa6969e3bdee57597 SHA512 
a199202d5a38a85b23e4a04ebb95abc715d303bd5eb45e2538088b7408a8977e9614c1fcfcadf65602b25043d6a443ea767bc145a652a7b72ffd878343c596f6
 WHIRLPOOL 
1a95ace4903a91470fe93f6fce3245da99ea7e54e905b0964afc1223197b8df8f789f77e5419e6f871362656b96f8ba408704c3956d751c5aa9b7d0a39fb7499

diff --git a/dev-ruby/ruby-saml/ruby-saml-0.8.2.ebuild 
b/dev-ruby/ruby-saml/ruby-saml-0.8.2.ebuild
new file mode 100644
index 000..57ad962
--- /dev/null
+++ b/dev-ruby/ruby-saml/ruby-saml-0.8.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY=ruby19 ruby20 ruby21
+
+RUBY_FAKEGEM_EXTRADOC=README.md
+
+RUBY_FAKEGEM_DOCDIR=doc
+RUBY_FAKEGEM_TASK_DOC=
+
+RUBY_FAKEGEM_GEMSPEC=${PN}.gemspec
+
+inherit ruby-fakegem
+
+DESCRIPTION=A library for implementing the client side of a SAML 
authorization
+HOMEPAGE=https://github.com/onelogin/ruby-saml;
+LICENSE=MIT
+
+KEYWORDS=~amd64
+SLOT=0.8
+IUSE=doc
+
+ruby_add_rdepend 
+   =dev-ruby/nokogiri-1.5.0
+   =dev-ruby/uuid-2.3:0
+
+ruby_add_bdepend test? ( dev-ruby/timecop dev-ruby/mocha dev-ruby/shoulda:0 )
+
+all_ruby_prepare() {
+   sed -i -e '/ruby-debug/d' test/test_helper.rb || die
+
+   sed -ie -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+
+   sed -i -e '2i gem shoulda, ~ 2.11' test/test_helper.rb || die
+}



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

2015-05-26 Thread Martin Mokrejs
commit: 6699341249d219c4e96a930624835ae7966d183c
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Tue May 26 09:47:59 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Tue May 26 09:47:59 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=66993412

sci-biology/prokka: require either of ncbi-tools++ or ncbi-blast+

Package-Manager: portage-2.2.18

 sci-biology/prokka/ChangeLog  | 3 +++
 sci-biology/prokka/prokka-1.11.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-biology/prokka/ChangeLog b/sci-biology/prokka/ChangeLog
index caef8ba..a5e4045 100644
--- a/sci-biology/prokka/ChangeLog
+++ b/sci-biology/prokka/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz prokka-1.11.ebuild:
+  sci-biology/prokka: require either of ncbi-tools++ or ncbi-blast+
+
   05 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz prokka-1.11.ebuild:
   sci-biology/prokka: more DEPs recorded
 

diff --git a/sci-biology/prokka/prokka-1.11.ebuild 
b/sci-biology/prokka/prokka-1.11.ebuild
index c7a9d81..9e0e86c 100644
--- a/sci-biology/prokka/prokka-1.11.ebuild
+++ b/sci-biology/prokka/prokka-1.11.ebuild
@@ -19,7 +19,7 @@ RDEPEND=${DEPEND}
sys-process/parallel
sci-biology/bioperl
sci-biology/prodigal
-   sci-biology/ncbi-tools++
+   sci-biology/ncbi-tools++ || ( sci-biology/ncbi-blast+ )
sci-biology/hmmer
sci-biology/infernal
sci-biology/exonerate



[gentoo-commits] gentoo-x86 commit in net-libs/nodejs: nodejs-0.12.4-r1.ebuild ChangeLog nodejs-0.12.4.ebuild

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 10:14:04

  Modified: ChangeLog
  Added:nodejs-0.12.4-r1.ebuild
  Removed:  nodejs-0.12.4.ebuild
  Log:
  Remove BrE-spelled 'LICENCE' files. Introduce a node-gyp-friendly include 
structure. Made from 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/124 by jbergstroem.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.147net-libs/nodejs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog   26 May 2015 03:47:13 -  1.146
+++ ChangeLog   26 May 2015 10:14:04 -  1.147
@@ -1,6 +1,14 @@
 # ChangeLog for net-libs/nodejs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.146 
2015/05/26 03:47:13 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/ChangeLog,v 1.147 
2015/05/26 10:14:04 mgorny Exp $
+
+*nodejs-0.12.4-r1 (26 May 2015)
+
+  26 May 2015; Michał Górny mgo...@gentoo.org +nodejs-0.12.4-r1.ebuild,
+  -nodejs-0.12.4.ebuild:
+  Remove BrE-spelled 'LICENCE' files. Introduce a node-gyp-friendly include
+  structure. Made from https://github.com/gentoo/gentoo-portage-rsync-
+  mirror/pull/124 by jbergstroem.
 
 *nodejs-0.12.4 (26 May 2015)
 



1.1  net-libs/nodejs/nodejs-0.12.4-r1.ebuild

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

Index: nodejs-0.12.4-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/nodejs/nodejs-0.12.4-r1.ebuild,v 
1.1 2015/05/26 10:14:04 mgorny Exp $

EAPI=5

# has known failures. sigh.
RESTRICT=test

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=threads

inherit pax-utils python-single-r1 toolchain-funcs

DESCRIPTION=Evented IO for V8 Javascript
HOMEPAGE=http://nodejs.org/;
SRC_URI=http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz;

LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~x64-macos
IUSE=debug icu +npm +snapshot +ssl

RDEPEND=icu? ( dev-libs/icu )
${PYTHON_DEPS}
ssl? ( dev-libs/openssl:0=[-bindist] )
=net-libs/http-parser-2.3
=dev-libs/libuv-1.4.2
DEPEND=${RDEPEND}
!!net-libs/iojs

S=${WORKDIR}/node-v${PV}
REQUIRED_USE=${PYTHON_REQUIRED_USE}

src_prepare() {
tc-export CC CXX PKG_CONFIG
export V=1 # Verbose build
export BUILDTYPE=Release

# fix compilation on Darwin
# http://code.google.com/p/gyp/issues/detail?id=260
sed -i -e /append('-arch/d tools/gyp/pylib/gyp/xcode_emulation.py || 
die

# make sure we use python2.* while using gyp
sed -i -e s/python/${EPYTHON}/ deps/npm/node_modules/node-gyp/gyp/gyp 
|| die
sed -i -e s/|| 'python'/|| '${EPYTHON}'/ 
deps/npm/node_modules/node-gyp/lib/configure.js || die

# less verbose install output (stating the same as portage, basically)
sed -i -e /print/d tools/install.py || die

# proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
local LIBDIR=$(get_libdir)
sed -i -e s|lib/|${LIBDIR}/|g tools/install.py || die
sed -i -e s/'lib'/'${LIBDIR}'/ lib/module.js || die
sed -i -e s|\lib\|\${LIBDIR}\| deps/npm/lib/npm.js || die

# debug builds. change install path, remove optimisations and override 
buildtype
if use debug; then
sed -i -e s|out/Release/|out/Debug/|g tools/install.py || die
BUILDTYPE=Debug
fi
}

src_configure() {
local myconf=()
local myarch=
use debug  myconf+=( --debug )
use icu  myconf+=( --with-intl=system-icu )
use npm || myconf+=( --without-npm )
use snapshot || myconf+=( --without-snapshot )
use ssl || myconf+=( --without-ssl )

case ${ABI} in
x86) myarch=ia32;;
amd64) myarch=x64;;
arm) myarch=arm;;
*) die Unrecognized ARCH ${ARCH};;
esac

${PYTHON} configure \
--prefix=${EPREFIX}/usr \
--dest-cpu=${myarch} \
  

[gentoo-commits] gentoo-x86 commit in dev-python/prettytable: metadata.xml prettytable-0.7.1-r1.ebuild prettytable-0.7.2.ebuild ChangeLog prettytable-0.6.ebuild prettytable-0.6-r1.ebuild prettytable-0

2015-05-26 Thread Justin Lecher (jlec)
jlec15/05/26 10:13:44

  Modified: metadata.xml prettytable-0.7.1-r1.ebuild ChangeLog
  Added:prettytable-0.7.2.ebuild
  Removed:  prettytable-0.6.ebuild prettytable-0.6-r1.ebuild
prettytable-0.7.1.ebuild
  Log:
  Version Bump; drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.4  dev-python/prettytable/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/prettytable/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml13 Feb 2014 15:28:30 -  1.3
+++ metadata.xml26 May 2015 10:13:44 -  1.4
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-   herdopenstack/herd
-   upstream
-   remote-id type=google-codeprettytable/remote-id
-   /upstream
+  herdopenstack/herd
+  upstream
+remote-id type=google-codeprettytable/remote-id
+  /upstream
 /pkgmetadata



1.7  dev-python/prettytable/prettytable-0.7.1-r1.ebuild

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

Index: prettytable-0.7.1-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/prettytable/prettytable-0.7.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- prettytable-0.7.1-r1.ebuild 8 Apr 2015 08:05:25 -   1.6
+++ prettytable-0.7.1-r1.ebuild 26 May 2015 10:13:44 -  1.7
@@ -1,16 +1,16 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/prettytable/prettytable-0.7.1-r1.ebuild,v 
1.6 2015/04/08 08:05:25 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/prettytable/prettytable-0.7.1-r1.ebuild,v 
1.7 2015/05/26 10:13:44 jlec Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} )
 
 inherit distutils-r1
 
-DESCRIPTION=A Python library for easily displaying tabular data in a
-visually appealing ASCII table format.
+DESCRIPTION=Easily displaying tabular data in a visually appealing ASCII 
table format
 HOMEPAGE=https://code.google.com/p/prettytable/;
-SRC_URI=https://${PN}.googlecode.com/files/${P}.tar.gz;
+SRC_URI=mirror://pypi/P/PrettyTable/${P}.tar.bz2
 
 LICENSE=BSD
 SLOT=0



1.16 dev-python/prettytable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/prettytable/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   8 Apr 2015 08:05:25 -   1.15
+++ ChangeLog   26 May 2015 10:13:44 -  1.16
@@ -1,6 +1,13 @@
 # ChangeLog for dev-python/prettytable
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/prettytable/ChangeLog,v 1.15 
2015/04/08 08:05:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/prettytable/ChangeLog,v 1.16 
2015/05/26 10:13:44 jlec Exp $
+
+*prettytable-0.7.2 (26 May 2015)
+
+  26 May 2015; Justin Lecher j...@gentoo.org +prettytable-0.7.2.ebuild,
+  -prettytable-0.6-r1.ebuild, -prettytable-0.6.ebuild,
+  -prettytable-0.7.1.ebuild, metadata.xml, prettytable-0.7.1-r1.ebuild:
+  Version Bump; drop old
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org prettytable-0.6-r1.ebuild,
   prettytable-0.7.1-r1.ebuild, prettytable-0.7.1.ebuild:



1.1  dev-python/prettytable/prettytable-0.7.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/prettytable/prettytable-0.7.2.ebuild?rev=1.1view=markup
plain: 

[gentoo-commits] gentoo-x86 commit in net-libs/iojs: iojs-2.1.0.ebuild ChangeLog

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 10:18:33

  Modified: ChangeLog
  Added:iojs-2.1.0.ebuild
  Log:
  Version bump. Adapt gyp-nodejs symlink structure. 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/127 by jbergstroem.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.19 net-libs/iojs/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   18 May 2015 16:02:21 -  1.18
+++ ChangeLog   26 May 2015 10:18:33 -  1.19
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/iojs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.18 2015/05/18 
16:02:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/ChangeLog,v 1.19 2015/05/26 
10:18:33 mgorny Exp $
+
+*iojs-2.1.0 (26 May 2015)
+
+  26 May 2015; Michał Górny mgo...@gentoo.org +iojs-2.1.0.ebuild:
+  Version bump. Adapt gyp-nodejs symlink structure. https://github.com/gentoo
+  /gentoo-portage-rsync-mirror/pull/127 by jbergstroem.
 
 *iojs-2.0.2 (18 May 2015)
 



1.1  net-libs/iojs/iojs-2.1.0.ebuild

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

Index: iojs-2.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-libs/iojs/iojs-2.1.0.ebuild,v 1.1 
2015/05/26 10:18:33 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

MY_PV=v${PV}
MY_P=${PN}-${MY_PV}

inherit flag-o-matic pax-utils python-single-r1 toolchain-funcs

DESCRIPTION=An npm compatible platform originally based on node.js
HOMEPAGE=http://iojs.org/;
SRC_URI=http://iojs.org/dist/${MY_PV}/${MY_P}.tar.xz;

LICENSE=Apache-1.1 Apache-2.0 BSD BSD-2 MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~x64-macos
IUSE=bundled-libs debug icu +npm snapshot +ssl

RDEPEND=icu? ( dev-libs/icu )
${PYTHON_DEPS}
!bundled-libs? (
=net-libs/http-parser-2.5
=dev-libs/libuv-1.5.0
=dev-libs/openssl-1.0.2a[-bindist]
)
DEPEND=${RDEPEND}
!!net-libs/nodejs
S=${WORKDIR}/${MY_P}
REQUIRED_USE=${PYTHON_REQUIRED_USE}

pkg_pretend() {
if ! test-flag-CXX -std=c++11 ; then
die Your compiler doesn't support C++11. Use GCC 4.8, Clang 
3.3 or newer.
fi
}

src_prepare() {
tc-export CC CXX PKG_CONFIG
export V=1 # Verbose build
export BUILDTYPE=Release

# fix compilation on Darwin
# http://code.google.com/p/gyp/issues/detail?id=260
sed -i -e /append('-arch/d tools/gyp/pylib/gyp/xcode_emulation.py || 
die

# make sure we use python2.* while using gyp
sed -i -e s/python/${EPYTHON}/ deps/npm/node_modules/node-gyp/gyp/gyp 
|| die
sed -i -e s/|| 'python'/|| '${EPYTHON}'/ 
deps/npm/node_modules/node-gyp/lib/configure.js || die

# less verbose install output (stating the same as portage, basically)
sed -i -e /print/d tools/install.py || die

# proper libdir, hat tip @ryanpcmcquen 
https://github.com/iojs/io.js/issues/504
local LIBDIR=$(get_libdir)
sed -i -e s|lib/|${LIBDIR}/|g tools/install.py || die
sed -i -e s/'lib'/'${LIBDIR}'/ lib/module.js || die
sed -i -e s|\lib\|\${LIBDIR}\| deps/npm/lib/npm.js || die

# Avoid a test that I've only been able to reproduce from emerge. It 
doesnt
# seem sandbox related either (invoking it from a sandbox works fine).
# The issue is that no stdin handle is openened when asked for one.
# It doesn't really belong upstream , so it'll just be removed until 
someone
# with more gentoo-knowledge than me (jbergstroem) figures it out.
rm test/parallel/test-stdout-close-unref.js || die

# debug builds. change install path, remove optimisations and override 
buildtype
if use debug; then
sed -i -e s|out/Release/|out/Debug/|g tools/install.py || die
BUILDTYPE=Debug
fi
}

src_configure() {
local myconf=()
local myarch=
use bundled-libs || myconf+=( --shared-openssl --shared-libuv 
--shared-http-parser --shared-zlib )

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

2015-05-26 Thread Martin Mokrejs
commit: caf6cafd3614ade1e427bb619a9c7cd61faee579
Author: Martin Mokrejš mmokrejs AT fold DOT natur DOT cuni DOT cz
AuthorDate: Tue May 26 09:25:38 2015 +
Commit: Martin Mokrejs mmokrejs AT fold DOT natur DOT cuni DOT cz
CommitDate: Tue May 26 09:25:38 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=caf6cafd

sci-biology/argo-bin: ebuild cleanup; version bump

Package-Manager: portage-2.2.18

 sci-biology/argo-bin/ChangeLog  |  6 ++
 sci-biology/argo-bin/argo-bin-1.0.31.ebuild | 13 -
 .../{argo-bin-1.0.31.ebuild = argo-bin-2.0.3.ebuild}   | 17 ++---
 3 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/sci-biology/argo-bin/ChangeLog b/sci-biology/argo-bin/ChangeLog
index d8c050f..01ad496 100644
--- a/sci-biology/argo-bin/ChangeLog
+++ b/sci-biology/argo-bin/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*argo-bin-2.0.3 (26 May 2015)
+
+  26 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
+  +argo-bin-2.0.3.ebuild, argo-bin-1.0.31.ebuild:
+  sci-biology/argo-bin: ebuild cleanup; version bump
+
   25 May 2015; Martin Mokrejs mmokr...@fold.natur.cuni.cz
   argo-bin-1.0.31.ebuild:
   sci-biology/argo-bin: redefine S variable so we can chdir to a WORKDIR (not

diff --git a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild 
b/sci-biology/argo-bin/argo-bin-1.0.31.ebuild
index 6db9160..db8efaf 100644
--- a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild
+++ b/sci-biology/argo-bin/argo-bin-1.0.31.ebuild
@@ -2,23 +2,26 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit java-utils-2 toolchain-funcs
 
 DESCRIPTION=Visualization and manually annotating whole genomes
-HOMEPAGE=http://www.broadinstitute.org/annotation/argo/;
+HOMEPAGE=http://www.broadinstitute.org/annotation/argo2
+   http://www.broadinstitute.org/annotation/argo;
 SRC_URI=http://www.broadinstitute.org/annotation/argo/argo.jar;
-#SRC_URI=http://www.broadinstitute.org/annotation/argo/src/workspace-2008-03-11.tgz;
+#
+# Release Number: 1.0.31
+# Release Date:   2010-02-05
 
 LICENSE=LGPL-3
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=java
 
-DEPEND=
+DEPEND=!sci-biology/argo
 RDEPEND=${DEPEND}
-   java? ( =virtual/jre-1.4 )
+   java? ( =virtual/jre-1.5:* )
 
 S=${WORKDIR}
 

diff --git a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild 
b/sci-biology/argo-bin/argo-bin-2.0.3.ebuild
similarity index 51%
copy from sci-biology/argo-bin/argo-bin-1.0.31.ebuild
copy to sci-biology/argo-bin/argo-bin-2.0.3.ebuild
index 6db9160..5659a97 100644
--- a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild
+++ b/sci-biology/argo-bin/argo-bin-2.0.3.ebuild
@@ -2,27 +2,30 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 inherit java-utils-2 toolchain-funcs
 
 DESCRIPTION=Visualization and manually annotating whole genomes
-HOMEPAGE=http://www.broadinstitute.org/annotation/argo/;
-SRC_URI=http://www.broadinstitute.org/annotation/argo/argo.jar;
-#SRC_URI=http://www.broadinstitute.org/annotation/argo/src/workspace-2008-03-11.tgz;
+HOMEPAGE=http://www.broadinstitute.org/annotation/argo2
+   http://www.broadinstitute.org/annotation/argo;
+SRC_URI=http://www.broadinstitute.org/annotation/argo2/releases/argo2.jar;
+#
+# Release Number: 3
+# Release Date:   2010-06-23
 
 LICENSE=LGPL-3
 SLOT=0
 KEYWORDS=~amd64 ~x86
 IUSE=java
 
-DEPEND=
+DEPEND=!sci-biology/argo
 RDEPEND=${DEPEND}
-   java? ( =virtual/jre-1.4 )
+   java? ( =virtual/jre-1.5:* )
 
 S=${WORKDIR}
 
 src_install() {
-   java-pkg_newjar ${DISTDIR}/argo.jar argo.jar
+   java-pkg_newjar ${DISTDIR}/argo2.jar argo2.jar
java-pkg_dolauncher
 }



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

2015-05-26 Thread Mike Frysinger (vapier)
vapier  15/05/26 09:27:59

  Modified: insight-6.8.1-r1.ebuild ChangeLog
  Log:
  Fix by Michael Haubenwallner to stop trying to generate info pages we never 
install as they fail with newer texinfo #465460 by Yixun Lan.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  ChangesPath
1.5  dev-util/insight/insight-6.8.1-r1.ebuild

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

Index: insight-6.8.1-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- insight-6.8.1-r1.ebuild 26 May 2015 09:26:45 -  1.4
+++ insight-6.8.1-r1.ebuild 26 May 2015 09:27:59 -  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-util/insight/insight-6.8.1-r1.ebuild,v 
1.4 2015/05/26 09:26:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 
1.5 2015/05/26 09:27:59 vapier Exp $
 
 EAPI=4
 
@@ -57,6 +57,10 @@
popd  /dev/null
done
 
+   # disable regeneration of info pages we never install. #465460
+   sed -i -e '/^SUBDIRS/s:doc::' bfd/Makefile.in || die
+   sed -i -e '/^AC_CONFIG_SUBDIRS/s:doc::' gdb/configure.ac || die
+
cd gdb
eautoconf
 



1.60 dev-util/insight/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog   26 May 2015 09:26:45 -  1.59
+++ ChangeLog   26 May 2015 09:27:59 -  1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/insight
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.59 
2015/05/26 09:26:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.60 
2015/05/26 09:27:59 vapier Exp $
+
+  26 May 2015; Mike Frysinger vap...@gentoo.org insight-6.8.1-r1.ebuild:
+  Fix by Michael Haubenwallner to stop trying to generate info pages we never
+  install as they fail with newer texinfo #465460 by Yixun Lan.
 
   26 May 2015; Mike Frysinger vap...@gentoo.org insight-6.8.1-r1.ebuild:
   Drop patch that breaks building w/newer glibc.






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

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 09:35:01

  Modified: ChangeLog
  Added:python-exec-2.0.2.ebuild
  Log:
  Version bump. The new version updates script comments (bug #524342), fixes 
off-by-one error in file reading, and enables largefile support (bug #550438).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.21 dev-lang/python-exec/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python-exec/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   19 Feb 2015 17:24:36 -  1.20
+++ ChangeLog   26 May 2015 09:35:01 -  1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/python-exec
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/ChangeLog,v 1.20 
2015/02/19 17:24:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python-exec/ChangeLog,v 1.21 
2015/05/26 09:35:01 mgorny Exp $
+
+*python-exec-2.0.2 (26 May 2015)
+
+  26 May 2015; Michał Górny mgo...@gentoo.org +python-exec-2.0.2.ebuild:
+  Version bump. The new version updates script comments (bug #524342), fixes
+  off-by-one error in file reading, and enables largefile support (bug 
#550438).
 
   19 Feb 2015; Michał Górny mgo...@gentoo.org -python-exec-0.3.1-r1.ebuild,
   -python-exec-0..ebuild:



1.1  dev-lang/python-exec/python-exec-2.0.2.ebuild

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

Index: python-exec-2.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-lang/python-exec/python-exec-2.0.2.ebuild,v 1.1 
2015/05/26 09:35:01 mgorny Exp $

EAPI=5

# Kids, don't do this at home!
inherit python-utils-r1
PYTHON_COMPAT=( ${_PYTHON_ALL_IMPLS[@]} )

inherit autotools-utils python-r1

DESCRIPTION=Python script wrapper
HOMEPAGE=https://bitbucket.org/mgorny/python-exec/;
SRC_URI=https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2;

LICENSE=BSD-2
SLOT=2
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 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=

RDEPEND=!dev-python/python-exec-1

src_configure() {
local pyimpls i EPYTHON
for i in ${PYTHON_COMPAT[@]}; do
python_export ${i} EPYTHON
pyimpls+= ${EPYTHON}
done

local myeconfargs=(
--with-eprefix=${EPREFIX}
--with-python-impls=${pyimpls}
)

autotools-utils_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-libs/libconfig: libconfig-1.5.ebuild ChangeLog

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 10:08:29

  Modified: libconfig-1.5.ebuild ChangeLog
  Log:
  Simplify example install code, from 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/123 by jbergstroem.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  ChangesPath
1.2  dev-libs/libconfig/libconfig-1.5.ebuild

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

Index: libconfig-1.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libconfig-1.5.ebuild21 May 2015 06:01:08 -  1.1
+++ libconfig-1.5.ebuild26 May 2015 10:08:29 -  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-libs/libconfig/libconfig-1.5.ebuild,v 
1.1 2015/05/21 06:01:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.5.ebuild,v 
1.2 2015/05/26 10:08:29 mgorny Exp $
 
 EAPI=5
 
@@ -45,11 +45,7 @@
prune_libtool_files
 
if use examples; then
-   find examples/ -name Makefile.* -delete || die
-   local dir
-   for dir in examples/c examples/c++; do
-   insinto /usr/share/doc/${PF}/${dir}
-   doins ${dir}/*
-   done
+   find examples -name Makefile.* -delete || die
+   dodoc -r examples
fi
 }



1.65 dev-libs/libconfig/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog   21 May 2015 06:01:08 -  1.64
+++ ChangeLog   26 May 2015 10:08:29 -  1.65
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libconfig
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.64 
2015/05/21 06:01:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/ChangeLog,v 1.65 
2015/05/26 10:08:29 mgorny Exp $
+
+  26 May 2015; Michał Górny mgo...@gentoo.org libconfig-1.5.ebuild:
+  Simplify example install code, from https://github.com/gentoo/gentoo-portage-
+  rsync-mirror/pull/123 by jbergstroem.
 
 *libconfig-1.5 (21 May 2015)
 






[gentoo-commits] proj/kde:master commit in: kde-plasma/oxygen/, kde-plasma/breeze/, kde-plasma/kwrited/, ...

2015-05-26 Thread Manuel Rüger
commit: faa4ee6c1be85aab6849d12ebdf93a155d3ed618
Author: Manuel Rüger manuel AT rueg DOT eu
AuthorDate: Tue May 26 13:03:19 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Tue May 26 13:03:19 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=faa4ee6c

[kde-plasma] Drop 5.3.0

 kde-plasma/bluedevil/bluedevil-5.3.0.ebuild|  52 --
 kde-plasma/bluez-qt/bluez-qt-5.3.0.ebuild  |  19 ---
 kde-plasma/breeze/breeze-5.3.0.ebuild  |  64 
 .../kde-cli-tools/kde-cli-tools-5.3.0.ebuild   |  54 ---
 .../kde-gtk-config/kde-gtk-config-5.3.0.ebuild |  52 --
 kde-plasma/kdecoration/kdecoration-5.3.0.ebuild|  15 --
 .../kdeplasma-addons/kdeplasma-addons-5.3.0.ebuild |  60 ---
 kde-plasma/khelpcenter/khelpcenter-5.3.0.ebuild|  42 -
 kde-plasma/khotkeys/khotkeys-5.3.0.ebuild  |  46 --
 kde-plasma/kinfocenter/kinfocenter-5.3.0.ebuild|  85 --
 kde-plasma/kio-extras/kio-extras-5.3.0.ebuild  |  86 --
 kde-plasma/kmenuedit/kmenuedit-5.3.0.ebuild|  45 --
 kde-plasma/kscreen/kscreen-5.3.0.ebuild|  34 
 kde-plasma/ksshaskpass/ksshaskpass-5.3.0.ebuild|  24 ---
 kde-plasma/ksysguard/ksysguard-5.3.0.ebuild|  48 --
 kde-plasma/kwayland/kwayland-5.3.0.ebuild  |  27 
 kde-plasma/kwin/kwin-5.3.0.ebuild  |  85 --
 kde-plasma/kwrited/kwrited-5.3.0.ebuild|  23 ---
 kde-plasma/libkscreen/libkscreen-5.3.0.ebuild  |  24 ---
 kde-plasma/libksysguard/libksysguard-5.3.0.ebuild  |  54 ---
 kde-plasma/milou/milou-5.3.0.ebuild|  30 
 kde-plasma/oxygen-fonts/oxygen-fonts-5.3.0.ebuild  |  37 -
 kde-plasma/oxygen/oxygen-5.3.0.ebuild  |  35 
 .../plasma-desktop/plasma-desktop-5.3.0.ebuild | 127 ---
 .../plasma-mediacenter-5.3.0.ebuild|  45 --
 kde-plasma/plasma-meta/plasma-meta-5.3.0.ebuild|  55 ---
 kde-plasma/plasma-nm/plasma-nm-5.3.0.ebuild|  66 
 kde-plasma/plasma-sdk/plasma-sdk-5.3.0.ebuild  |  36 -
 .../plasma-workspace-wallpapers-5.3.0.ebuild   |  21 ---
 .../files/plasma-workspace-5.3.0-segfault.patch|  30 
 .../plasma-workspace-5.3.0-r1.ebuild   | 180 -
 .../polkit-kde-agent/polkit-kde-agent-5.3.0.ebuild |  32 
 kde-plasma/powerdevil/powerdevil-5.3.0.ebuild  |  48 --
 kde-plasma/sddm-kcm/sddm-kcm-5.3.0.ebuild  |  39 -
 .../systemsettings/systemsettings-5.3.0.ebuild |  38 -
 35 files changed, 1758 deletions(-)

diff --git a/kde-plasma/bluedevil/bluedevil-5.3.0.ebuild 
b/kde-plasma/bluedevil/bluedevil-5.3.0.ebuild
deleted file mode 100644
index b5fa583..000
--- a/kde-plasma/bluedevil/bluedevil-5.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit fdo-mime kde5
-
-DESCRIPTION=Bluetooth stack for KDE
-HOMEPAGE=http://projects.kde.org/projects/extragear/base/bluedevil;
-KEYWORDS= ~amd64
-IUSE=
-
-COMMON_DEPEND=
-   $(add_frameworks_dep kcompletion)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kconfigwidgets)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kded)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kiconthemes)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep knotifications)
-   $(add_frameworks_dep kwidgetsaddons)
-   $(add_frameworks_dep plasma)
-   $(add_plasma_dep bluez-qt)
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-
-DEPEND=${COMMON_DEPEND}
-   x11-misc/shared-mime-info
-
-RDEPEND=${COMMON_DEPEND}
-   $(add_plasma_dep kde-cli-tools)
-   !app-mobilephone/obexd
-   !app-mobilephone/obex-data-server
-   !net-wireless/bluedevil
-   !net-wireless/kbluetooth
-
-
-pkg_postinst() {
-   kde5_pkg_postinst
-   fdo-mime_mime_database_update
-}
-
-pkg_postrm() {
-   kde5_pkg_postinst
-   fdo-mime_mime_database_update
-}

diff --git a/kde-plasma/bluez-qt/bluez-qt-5.3.0.ebuild 
b/kde-plasma/bluez-qt/bluez-qt-5.3.0.ebuild
deleted file mode 100644
index 95bc33f..000
--- a/kde-plasma/bluez-qt/bluez-qt-5.3.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION=Qt wrapper for Bluez 5 DBus API
-LICENSE=LGPL-2
-KEYWORDS= ~amd64
-IUSE=
-
-DEPEND=
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtnetwork:5
-
-RDEPEND=${DEPEND}

diff --git a/kde-plasma/breeze/breeze-5.3.0.ebuild 
b/kde-plasma/breeze/breeze-5.3.0.ebuild
deleted file mode 100644
index 319988a..000
--- 

[gentoo-commits] proj/kde:master commit in: kde-plasma/baloo/, kde-plasma/kfilemetadata/

2015-05-26 Thread Manuel Rüger
commit: fa7e9cc191104fe35af76bff252291062e1bcae0
Author: Manuel Rüger manuel AT rueg DOT eu
AuthorDate: Tue May 26 13:05:13 2015 +
Commit: Manuel Rüger mrueg AT gentoo DOT org
CommitDate: Tue May 26 13:05:13 2015 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa7e9cc1

[kde-plasma] Drop baloo/kfilemetadata-5.9.0, too.

 kde-plasma/baloo/baloo-5.9.0.ebuild| 44 
 .../kfilemetadata/kfilemetadata-5.9.0.ebuild   | 48 --
 2 files changed, 92 deletions(-)

diff --git a/kde-plasma/baloo/baloo-5.9.0.ebuild 
b/kde-plasma/baloo/baloo-5.9.0.ebuild
deleted file mode 100644
index f06b3f4..000
--- a/kde-plasma/baloo/baloo-5.9.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_PUNT_BOGUS_DEPS=true
-inherit kde5
-
-# version scheme fail by upstream
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   PLASMA_VERSION=5.3.0
-   
SRC_URI=mirror://kde/stable/plasma/${PLASMA_VERSION}/${PN}-${PV}.tar.xz
-fi
-
-DESCRIPTION=Framework for searching and managing metadata
-KEYWORDS= ~amd64
-IUSE=
-
-DEPEND=
-   $(add_frameworks_dep kauth)
-   $(add_frameworks_dep kconfig)
-   $(add_frameworks_dep kcoreaddons)
-   $(add_frameworks_dep kcrash)
-   $(add_frameworks_dep kdbusaddons)
-   $(add_frameworks_dep kdelibs4support)
-   $(add_frameworks_dep ki18n)
-   $(add_frameworks_dep kidletime)
-   $(add_frameworks_dep kio)
-   $(add_frameworks_dep solid)
-   $(add_plasma_dep kfilemetadata)
-   =dev-libs/xapian-1.2*[chert]
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtgui:5
-   dev-qt/qtsql:5
-   dev-qt/qtwidgets:5
-   sys-apps/attr
-   !kde-base/nepomuk-4.12.50
-
-RDEPEND=${DEPEND}
-   !kde-base/baloo:4[-minimal(-)]
-   !kde-base/baloo:5
-

diff --git a/kde-plasma/kfilemetadata/kfilemetadata-5.9.0.ebuild 
b/kde-plasma/kfilemetadata/kfilemetadata-5.9.0.ebuild
deleted file mode 100644
index 4ed48da..000
--- a/kde-plasma/kfilemetadata/kfilemetadata-5.9.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-KDE_TEST=true
-inherit kde5
-
-# version scheme fail by upstream
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-   PLASMA_VERSION=5.3.0
-   
SRC_URI=mirror://kde/stable/plasma/${PLASMA_VERSION}/${PN}-${PV}.tar.xz
-fi
-
-DESCRIPTION=Library for extracting file metadata
-KEYWORDS= ~amd64
-IUSE=epub exif ffmpeg libav pdf taglib
-
-# TODO: mobi? ( $(add_plasma_dep kdegraphics-mobipocket) ) NOTE: not 
integrated upstream
-DEPEND=
-   $(add_frameworks_dep karchive)
-   $(add_frameworks_dep ki18n)
-   dev-qt/qtxml:5
-   epub? ( app-text/ebook-tools )
-   exif? ( media-gfx/exiv2:= )
-   ffmpeg? (
-   libav? ( media-video/libav:= )
-   !libav? ( media-video/ffmpeg:0= )
-   )
-   pdf? ( app-text/poppler[qt5] )
-   taglib? ( media-libs/taglib )
-
-RDEPEND=${DEPEND}
-   !kde-base/kfilemetadata:5
-
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake-utils_use_find_package epub EPub)
-   $(cmake-utils_use_find_package exif Exiv2)
-   $(cmake-utils_use_find_package ffmpeg FFmpeg)
-   $(cmake-utils_use_find_package pdf PopplerQt5)
-   $(cmake-utils_use_find_package taglib Taglib)
-   )
-
-   kde5_src_configure
-}



[gentoo-commits] gentoo-x86 commit in dev-lang/tk: tk-8.6.4-r1.ebuild ChangeLog tk-8.5.13-r1.ebuild tk-8.5.15.ebuild tk-8.6.3.ebuild tk-8.6.4.ebuild

2015-05-26 Thread Justin Lecher (jlec)
jlec15/05/26 11:51:48

  Modified: ChangeLog
  Added:tk-8.6.4-r1.ebuild
  Removed:  tk-8.5.13-r1.ebuild tk-8.5.15.ebuild
tk-8.6.3.ebuild tk-8.6.4.ebuild
  Log:
  Fix sed magic, bug #550448; drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.226dev-lang/tk/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- ChangeLog   26 May 2015 09:17:44 -  1.225
+++ ChangeLog   26 May 2015 11:51:48 -  1.226
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/tk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.225 2015/05/26 
09:17:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/ChangeLog,v 1.226 2015/05/26 
11:51:48 jlec Exp $
+
+*tk-8.6.4-r1 (26 May 2015)
+
+  26 May 2015; Justin Lecher j...@gentoo.org +tk-8.6.4-r1.ebuild,
+  -tk-8.5.13-r1.ebuild, -tk-8.5.15.ebuild, -tk-8.6.3.ebuild, -tk-8.6.4.ebuild:
+  Fix sed magic, bug #550448; drop old
 
   26 May 2015; Mike Frysinger vap...@gentoo.org tk-8.5.17.ebuild:
   Mark s390/sh stable #543022.



1.1  dev-lang/tk/tk-8.6.4-r1.ebuild

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

Index: tk-8.6.4-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/tk/tk-8.6.4-r1.ebuild,v 1.1 
2015/05/26 11:51:48 jlec Exp $

EAPI=5

inherit autotools eutils multilib multilib-minimal prefix toolchain-funcs 
versionator virtualx

MY_P=${PN}${PV/_beta/b}

DESCRIPTION=Tk Widget Set
HOMEPAGE=http://www.tcl.tk/;
SRC_URI=mirror://sourceforge/tcl/${MY_P}-src.tar.gz

LICENSE=tcltk
SLOT=0/8.6
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
IUSE=debug +threads truetype aqua xscreensaver

RDEPEND=
!aqua? (
=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}]
=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
truetype? ( =x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}] )
xscreensaver? ( 
=x11-libs/libXScrnSaver-1.2.2-r1[${MULTILIB_USEDEP}] )
)
~dev-lang/tcl-${PV}:0=[${MULTILIB_USEDEP}]
DEPEND=${RDEPEND}
!aqua? ( =x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )

# Not bumped to 8.6
#RESTRICT=test

SPARENT=${WORKDIR}/${MY_P}
S=${SPARENT}/unix

src_prepare() {
find \
${SPARENT}/compat/* \
-delete || die

epatch \
${FILESDIR}/${PN}-8.5.11-fedora-xft.patch \
${FILESDIR}/${PN}-8.5.13-multilib.patch

epatch ${FILESDIR}/${PN}-8.4.15-aqua.patch
eprefixify Makefile.in

# Bug 125971
epatch ${FILESDIR}/${PN}-8.5.14-conf.patch

# Make sure we use the right pkg-config, and link against fontconfig
# (since the code base uses Fc* functions).
sed \
-e 's/FT_New_Face/XftFontOpen/g' \
-e s:\pkg-config\:$(tc-getPKG_CONFIG): \
-e 's:xft freetype2:xft freetype2 fontconfig:' \
-i configure.in || die
rm -f configure || die

tc-export CC

sed \
-e 's:-O[2s]\?::g' \
-i tcl.m4 || die

mv configure.{in,ac} || die

eautoconf

multilib_copy_sources
}

multilib_src_configure() {
local mylibdir=$(get_libdir)

econf \
--with-tcl=${EPREFIX}/usr/${mylibdir} \
$(use_enable threads) \
$(use_enable aqua) \
$(use_enable truetype xft) \
$(use_enable xscreensaver xss) \
$(use_enable debug symbols)
}

multilib_src_test() {
Xemake test
}

multilib_src_install() {
#short version number
local v1=$(get_version_component_range 1-2)
local mylibdir=$(get_libdir)

S= default

# normalize 

[gentoo-commits] gentoo-x86 commit in dev-python/keepassx: keepassx-0.0.3.ebuild ChangeLog

2015-05-26 Thread Justin Lecher (jlec)
jlec15/05/26 12:16:16

  Modified: keepassx-0.0.3.ebuild ChangeLog
  Log:
  Use python_test; thanks mrueg noticing this
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.2  dev-python/keepassx/keepassx-0.0.3.ebuild

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

Index: keepassx-0.0.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/keepassx/keepassx-0.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keepassx-0.0.3.ebuild   26 May 2015 09:07:43 -  1.1
+++ keepassx-0.0.3.ebuild   26 May 2015 12:16:16 -  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/keepassx/keepassx-0.0.3.ebuild,v 
1.1 2015/05/26 09:07:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keepassx/keepassx-0.0.3.ebuild,v 
1.2 2015/05/26 12:16:16 jlec Exp $
 
 EAPI=5
 
@@ -28,6 +28,6 @@
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
 
 
-src_test() {
+python_test() {
py.test keepassx || die
 }



1.2  dev-python/keepassx/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/keepassx/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   26 May 2015 09:07:43 -  1.1
+++ ChangeLog   26 May 2015 12:16:16 -  1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/keepassx
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/keepassx/ChangeLog,v 1.1 
2015/05/26 09:07:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/keepassx/ChangeLog,v 1.2 
2015/05/26 12:16:16 jlec Exp $
+
+  26 May 2015; Justin Lecher j...@gentoo.org keepassx-0.0.3.ebuild:
+  Use python_test; thanks mrueg noticing this
 
 *keepassx-0.0.3 (26 May 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/cffi: cffi-1.0.3.ebuild ChangeLog

2015-05-26 Thread Justin Lecher (jlec)
jlec15/05/26 12:20:52

  Modified: ChangeLog
  Added:cffi-1.0.3.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.63 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   23 May 2015 06:41:05 -  1.62
+++ ChangeLog   26 May 2015 12:20:52 -  1.63
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.62 2015/05/23 
06:41:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.63 2015/05/26 
12:20:52 jlec Exp $
+
+*cffi-1.0.3 (26 May 2015)
+
+  26 May 2015; Justin Lecher j...@gentoo.org +cffi-1.0.3.ebuild:
+  Version Bump
 
 *cffi-1.0.2 (23 May 2015)
 



1.1  dev-python/cffi/cffi-1.0.3.ebuild

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

Index: cffi-1.0.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-1.0.3.ebuild,v 1.1 
2015/05/26 12:20:52 jlec Exp $

EAPI=5

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

inherit distutils-r1

DESCRIPTION=Foreign Function Interface for Python calling C code
HOMEPAGE=http://cffi.readthedocs.org/;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris
IUSE=doc

RDEPEND=
virtual/libffi
dev-python/pycparser[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
DEPEND=${RDEPEND}

# Avoid race on _configtest.c (distutils/command/config.py:_gen_temp_sourcefile)
DISTUTILS_IN_SOURCE_BUILD=1

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

python_test() {
py.test -x -v --ignore testing/test_zintegration.py c/ testing/ || die 
Testing failed with ${EPYTHON}
}

python_install_all() {
use doc  local HTML_DOCS=( doc/build/html/. )
distutils-r1_python_install_all
}






[gentoo-commits] gentoo-x86 commit in dev-python/openpyxl: openpyxl-2.2.3.ebuild ChangeLog

2015-05-26 Thread Justin Lecher (jlec)
jlec15/05/26 13:15:28

  Modified: ChangeLog
  Added:openpyxl-2.2.3.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  ChangesPath
1.15 dev-python/openpyxl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   13 May 2015 12:50:14 -  1.14
+++ ChangeLog   26 May 2015 13:15:28 -  1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/openpyxl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.14 
2015/05/13 12:50:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.15 
2015/05/26 13:15:28 jlec Exp $
+
+*openpyxl-2.2.3 (26 May 2015)
+
+  26 May 2015; Justin Lecher j...@gentoo.org +openpyxl-2.2.3.ebuild:
+  Version Bump
 
 *openpyxl-2.2.2 (13 May 2015)
 *openpyxl- (13 May 2015)



1.1  dev-python/openpyxl/openpyxl-2.2.3.ebuild

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

Index: openpyxl-2.2.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-2.2.3.ebuild,v 
1.1 2015/05/26 13:15:28 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1 vcs-snapshot

DESCRIPTION=Pure python reader and writer of Excel OpenXML files
HOMEPAGE=http://openpyxl.readthedocs.org;
SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
IUSE=test

RDEPEND=dev-python/jdcal[${PYTHON_USEDEP}]
DEPEND=
test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
)

# tests aren't contained in tarball
RESTRICT=test

python_test() {
py.test || die Testing failed with ${EPYTHON}
}






[gentoo-commits] gentoo-x86 commit in net-p2p/imule: ChangeLog imule-2.3.2.3-r1.ebuild

2015-05-26 Thread Daniel Campbell (zlg)
zlg 15/05/26 13:25:19

  Modified: ChangeLog
  Added:imule-2.3.2.3-r1.ebuild
  Log:
  Fix SRC_URI wrt bug #550280, properly install nodes.dat file
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
5039E170)

Revision  ChangesPath
1.2  net-p2p/imule/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-p2p/imule/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   22 May 2015 06:00:49 -  1.1
+++ ChangeLog   26 May 2015 13:25:19 -  1.2
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/imule
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/imule/ChangeLog,v 1.1 2015/05/22 
06:00:49 zlg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/imule/ChangeLog,v 1.2 2015/05/26 
13:25:19 zlg Exp $
+
+*imule-2.3.2.3-r1 (26 May 2015)
+
+  26 May 2015; Daniel Campbell z...@gentoo.org +imule-2.3.2.3-r1.ebuild:
+  Move SRC_URI to HTTP instead of I2P, properly install nodes.dat file
 
 *imule-2.3.2.3 (22 May 2015)
 



1.1  net-p2p/imule/imule-2.3.2.3-r1.ebuild

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

Index: imule-2.3.2.3-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/imule/imule-2.3.2.3-r1.ebuild,v 1.1 
2015/05/26 13:25:19 zlg Exp $

EAPI=5
WX_GTK_VER=2.8
inherit wxwidgets

MY_PN=iMule

DESCRIPTION=P2P sharing software which connects through I2P and Kad networks
# New homepage has a few resources and a working nodes.dat file users need
# in order to get iMule to work
HOMEPAGE=http://echelon.i2p/imule;
SRC_URI=http://dev.gentoo.org/~zlg/extra/net-p2p/imule/${MY_PN}-${PV}-src.tbz 
http://dev.gentoo.org/~zlg/extra/net-p2p/imule/2015-03-22_nodes.dat;
LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64
IUSE=webserver static-libs nls
RESTRICT=mirror

# wxGTK 2.8 is required; later versions result in failed compile
# Other versions indicated are from the tarball's INSTALL file
DEPEND=x11-libs/wxGTK:2.8
net-p2p/i2p
=net-libs/libupnp-1.6.6
sys-devel/flex
sys-apps/texinfo
=dev-libs/crypto++-5.1
RDEPEND=x11-libs/wxGTK:2.8 net-p2p/i2p

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

src_unpack() {
default
cp ${DISTDIR}/2015-03-22_nodes.dat ${WORKDIR}
}

src_configure() {
WX_GTK_VER=2.8 need-wxwidgets unicode
# Enabling imulecmd results in a compilation error.
econf --with-wx-config=${WX_CONFIG} \
--enable-imule-daemon \
--enable-alc \
--enable-alcc \
--enable-optimize \
--disable-debug \
$(use_enable nls) \
$(use_enable webserver) \
$(use_enable static-libs static)
}

src_install() {
default
insinto /usr/share/${PN}
newins ${WORKDIR}/2015-03-22_nodes.dat nodes.dat
}

pkg_postinst() {
elog iMule will not function without a valid 'nodes.dat' file and
elog an I2P router running.
elog A nodes.dat file can be found in /usr/share/imule. It can
elog be copied to ~/.iMule/nodes.dat for convenience.
}






[gentoo-commits] gentoo-x86 commit in dev-qt/designer: designer-4.8.7.ebuild ChangeLog

2015-05-26 Thread Davide Pesavento (pesa)
pesa15/05/26 18:15:02

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

Revision  ChangesPath
1.35 dev-qt/designer/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/designer/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   16 May 2015 11:24:47 -  1.34
+++ ChangeLog   26 May 2015 18:15:02 -  1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/designer
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/ChangeLog,v 1.34 2015/05/16 
11:24:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/ChangeLog,v 1.35 2015/05/26 
18:15:02 pesa Exp $
+
+*designer-4.8.7 (26 May 2015)
+
+  26 May 2015; Davide Pesavento p...@gentoo.org +designer-4.8.7.ebuild:
+  Version bump.
 
   16 May 2015; Pacho Ramos pa...@gentoo.org designer-4.8.6-r1.ebuild:
   ppc stable wrt bug #530238



1.1  dev-qt/designer/designer-4.8.7.ebuild

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

Index: designer-4.8.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/designer/designer-4.8.7.ebuild,v 1.1 
2015/05/26 18:15:02 pesa Exp $

EAPI=5
inherit eutils qt4-build-multilib

DESCRIPTION=WYSIWYG tool for designing and building Qt-based GUIs

if [[ ${QT4_BUILD_TYPE} == release ]]; then
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
fi

DESIGNER_PLUGINS=declarative phonon qt3support webkit
IUSE=${DESIGNER_PLUGINS} kde

DEPEND=
~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtgui-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtscript-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
declarative? ( 
~dev-qt/qtdeclarative-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
phonon? ( !kde? ( 
~dev-qt/qtphonon-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] ) )
qt3support? ( ~dev-qt/qt3support-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] 
)
webkit? ( ~dev-qt/qtwebkit-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )

RDEPEND=${DEPEND}
PDEPEND=phonon? ( kde? ( media-libs/phonon[designer,qt4] ) )

QT4_TARGET_DIRECTORIES=tools/designer

src_prepare() {
qt4-build-multilib_src_prepare

local plugin
for plugin in ${DESIGNER_PLUGINS}; do
if ! use ${plugin} || ( [[ ${plugin} == phonon ]]  use kde ); 
then
sed -i -e /\${plugin}\/d \
tools/designer/src/plugins/plugins.pro || die
fi
done
}

multilib_src_configure() {
local myconf=(
-system-libpng -system-libjpeg -system-zlib
-no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite 
-no-sql-sqlite2 -no-sql-odbc
-sm -xshape -xsync -xcursor -xfixes -xrandr -xrender -mitshm 
-xinput -xkb
-fontconfig -no-svg -no-webkit -no-phonon -no-opengl
)
qt4_multilib_src_configure
}

multilib_src_install_all() {
qt4_multilib_src_install_all

doicon tools/designer/src/designer/images/designer.png
make_desktop_entry designer Designer designer 
'Qt;Development;GUIDesigner'
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtxmlpatterns: qtxmlpatterns-4.8.7.ebuild ChangeLog

2015-05-26 Thread Davide Pesavento (pesa)
pesa15/05/26 18:15:13

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

Revision  ChangesPath
1.32 dev-qt/qtxmlpatterns/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   16 May 2015 11:35:03 -  1.31
+++ ChangeLog   26 May 2015 18:15:13 -  1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/qtxmlpatterns
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog,v 1.31 
2015/05/16 11:35:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/ChangeLog,v 1.32 
2015/05/26 18:15:13 pesa Exp $
+
+*qtxmlpatterns-4.8.7 (26 May 2015)
+
+  26 May 2015; Davide Pesavento p...@gentoo.org +qtxmlpatterns-4.8.7.ebuild:
+  Version bump.
 
   16 May 2015; Pacho Ramos pa...@gentoo.org qtxmlpatterns-4.8.6-r1.ebuild:
   ppc stable wrt bug #530238



1.1  dev-qt/qtxmlpatterns/qtxmlpatterns-4.8.7.ebuild

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

Index: qtxmlpatterns-4.8.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-qt/qtxmlpatterns/qtxmlpatterns-4.8.7.ebuild,v 1.1 
2015/05/26 18:15:13 pesa Exp $

EAPI=5
inherit qt4-build-multilib

DESCRIPTION=The XmlPatterns module for the Qt toolkit

if [[ ${QT4_BUILD_TYPE} == release ]]; then
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
fi

IUSE=

DEPEND=
~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]

RDEPEND=${DEPEND}

QT4_TARGET_DIRECTORIES=
src/xmlpatterns
tools/xmlpatterns
tools/xmlpatternsvalidator

QCONFIG_ADD=xmlpatterns
QCONFIG_DEFINE=QT_XMLPATTERNS

multilib_src_configure() {
local myconf=(
-xmlpatterns
)
qt4_multilib_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.7.ebuild ChangeLog

2015-05-26 Thread Davide Pesavento (pesa)
pesa15/05/26 18:16:35

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

Revision  ChangesPath
1.32 dev-qt/qtopengl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   16 May 2015 11:29:37 -  1.31
+++ ChangeLog   26 May 2015 18:16:35 -  1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/qtopengl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.31 2015/05/16 
11:29:37 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.32 2015/05/26 
18:16:35 pesa Exp $
+
+*qtopengl-4.8.7 (26 May 2015)
+
+  26 May 2015; Davide Pesavento p...@gentoo.org +qtopengl-4.8.7.ebuild:
+  Version bump.
 
   16 May 2015; Pacho Ramos pa...@gentoo.org qtopengl-4.8.6-r1.ebuild:
   ppc stable wrt bug #530238



1.1  dev-qt/qtopengl/qtopengl-4.8.7.ebuild

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

Index: qtopengl-4.8.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.7.ebuild,v 1.1 
2015/05/26 18:16:35 pesa Exp $

EAPI=5
inherit qt4-build-multilib

DESCRIPTION=The OpenGL module for the Qt toolkit

if [[ ${QT4_BUILD_TYPE} == release ]]; then
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris ~x86-solaris
fi

IUSE=egl qt3support

DEPEND=
~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}]
~dev-qt/qtgui-${PV}[aqua=,debug=,egl=,qt3support=,${MULTILIB_USEDEP}]
=x11-libs/libX11-1.5.0-r1[${MULTILIB_USEDEP}]
=x11-libs/libXrender-0.9.7-r1[${MULTILIB_USEDEP}]
=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}]

RDEPEND=${DEPEND}

QT4_TARGET_DIRECTORIES=
src/opengl
src/plugins/graphicssystems/opengl

QCONFIG_ADD=opengl
QCONFIG_DEFINE=QT_OPENGL

multilib_src_configure() {
local myconf=(
-opengl
$(qt_use qt3support)
$(qt_use egl)
)
qt4_multilib_src_configure
}

multilib_src_install_all() {
qt4_multilib_src_install_all

dodir /usr/share/qt4/graphicssystems
echo experimental  ${ED}/usr/share/qt4/graphicssystems/opengl || 
die
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdbus: qtdbus-4.8.7.ebuild ChangeLog

2015-05-26 Thread Davide Pesavento (pesa)
pesa15/05/26 18:15:50

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

Revision  ChangesPath
1.31 dev-qt/qtdbus/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   16 May 2015 11:27:44 -  1.30
+++ ChangeLog   26 May 2015 18:15:50 -  1.31
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/qtdbus
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/ChangeLog,v 1.30 2015/05/16 
11:27:44 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/ChangeLog,v 1.31 2015/05/26 
18:15:50 pesa Exp $
+
+*qtdbus-4.8.7 (26 May 2015)
+
+  26 May 2015; Davide Pesavento p...@gentoo.org +qtdbus-4.8.7.ebuild:
+  Version bump.
 
   16 May 2015; Pacho Ramos pa...@gentoo.org qtdbus-4.8.6-r1.ebuild:
   ppc stable wrt bug #530238



1.1  dev-qt/qtdbus/qtdbus-4.8.7.ebuild

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

Index: qtdbus-4.8.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdbus/qtdbus-4.8.7.ebuild,v 1.1 
2015/05/26 18:15:50 pesa Exp $

EAPI=5
inherit qt4-build-multilib

DESCRIPTION=The DBus module for the Qt toolkit

if [[ ${QT4_BUILD_TYPE} == release ]]; then
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
fi

IUSE=

DEPEND=
~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
sys-apps/dbus[${MULTILIB_USEDEP}]

RDEPEND=${DEPEND}

PATCHES=(
${FILESDIR}/${PN}-4.7-qdbusintegrator-no-const.patch
${FILESDIR}/${PN}-4.8.4-qdbusconnection-silence-warning.patch
)

QT4_TARGET_DIRECTORIES=
src/dbus
tools/qdbus/qdbus
tools/qdbus/qdbusxml2cpp
tools/qdbus/qdbuscpp2xml

QCONFIG_ADD=dbus dbus-linked
QCONFIG_DEFINE=QT_DBUS

multilib_src_configure() {
local myconf=(
-dbus-linked
)
qt4_multilib_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-qt/qtdemo: qtdemo-4.8.7.ebuild ChangeLog

2015-05-26 Thread Davide Pesavento (pesa)
pesa15/05/26 18:16:23

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

Revision  ChangesPath
1.20 dev-qt/qtdemo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   16 May 2015 11:28:13 -  1.19
+++ ChangeLog   26 May 2015 18:16:23 -  1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/qtdemo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/ChangeLog,v 1.19 2015/05/16 
11:28:13 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/ChangeLog,v 1.20 2015/05/26 
18:16:23 pesa Exp $
+
+*qtdemo-4.8.7 (26 May 2015)
+
+  26 May 2015; Davide Pesavento p...@gentoo.org +qtdemo-4.8.7.ebuild:
+  Version bump.
 
   16 May 2015; Pacho Ramos pa...@gentoo.org qtdemo-4.8.6-r1.ebuild:
   ppc stable wrt bug #530238



1.1  dev-qt/qtdemo/qtdemo-4.8.7.ebuild

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

Index: qtdemo-4.8.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtdemo/qtdemo-4.8.7.ebuild,v 1.1 
2015/05/26 18:16:23 pesa Exp $

EAPI=5
inherit qt4-build-multilib

DESCRIPTION=Demonstration module and examples for the Qt toolkit

if [[ ${QT4_BUILD_TYPE} == release ]]; then
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x64-macos
fi

IUSE=dbus declarative kde multimedia opengl openvg phonon webkit xmlpatterns

DEPEND=
~dev-qt/designer-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtgui-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qthelp-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtscript-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtsql-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtsvg-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qttest-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
dbus? ( ~dev-qt/qtdbus-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
declarative? ( 
~dev-qt/qtdeclarative-${PV}[aqua=,debug=,webkit?,${MULTILIB_USEDEP}] )
multimedia? ( 
~dev-qt/qtmultimedia-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
opengl? ( ~dev-qt/qtopengl-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
openvg? ( ~dev-qt/qtopenvg-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
phonon? (
kde? ( media-libs/phonon[aqua=,qt4] )
!kde? ( || ( 
~dev-qt/qtphonon-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] 
media-libs/phonon[aqua=,qt4] ) )
)
webkit? ( ~dev-qt/qtwebkit-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )
xmlpatterns? ( 
~dev-qt/qtxmlpatterns-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )

RDEPEND=${DEPEND}

PATCHES=(
${FILESDIR}/${PN}-4.6-plugandpaint.patch
)

QT4_TARGET_DIRECTORIES=
demos
examples

src_prepare() {
qt4-build-multilib_src_prepare

# Array mapping USE flags to subdirs
local flags_subdirs_map=(
'dbus'
'declarative:declarative'
'multimedia:spectrum'
'opengl:boxes|glhypnotizer'
'openvg'
'phonon:mediaplayer'
'webkit:browser'
'xmlpatterns'
)

# Disable unwanted examples/demos
for flag in ${flags_subdirs_map[@]}; do
if ! use ${flag%:*}; then
einfo Disabling ${flag%:*} examples
sed -i -e /SUBDIRS += ${flag%:*}/d \
examples/examples.pro || die

if [[ ${flag} == *:* ]]; then
einfo Disabling ${flag%:*} demos
sed -i -re /SUBDIRS \+= demos_(${flag#*:})/d \
demos/demos.pro || die
fi
fi
done

# Remove bogus dependency on qt3support (bug 510042)
sed -i -e 's/contains(QT_CONFIG, qt3support)://' \

[gentoo-commits] gentoo-x86 commit in dev-qt/assistant: assistant-4.8.7.ebuild ChangeLog

2015-05-26 Thread Davide Pesavento (pesa)
pesa15/05/26 18:16:12

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

Revision  ChangesPath
1.29 dev-qt/assistant/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   16 May 2015 11:24:19 -  1.28
+++ ChangeLog   26 May 2015 18:16:12 -  1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/assistant
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.28 
2015/05/16 11:24:19 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/ChangeLog,v 1.29 
2015/05/26 18:16:12 pesa Exp $
+
+*assistant-4.8.7 (26 May 2015)
+
+  26 May 2015; Davide Pesavento p...@gentoo.org +assistant-4.8.7.ebuild:
+  Version bump.
 
   16 May 2015; Pacho Ramos pa...@gentoo.org assistant-4.8.6-r1.ebuild:
   ppc stable wrt bug #530238



1.1  dev-qt/assistant/assistant-4.8.7.ebuild

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

Index: assistant-4.8.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/assistant/assistant-4.8.7.ebuild,v 
1.1 2015/05/26 18:16:12 pesa Exp $

EAPI=5
inherit eutils qt4-build-multilib

DESCRIPTION=Tool for viewing on-line documentation in Qt help file format

if [[ ${QT4_BUILD_TYPE} == release ]]; then
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos
fi

IUSE=webkit

DEPEND=
~dev-qt/qtcore-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtgui-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qthelp-${PV}[aqua=,debug=,${MULTILIB_USEDEP}]
~dev-qt/qtsql-${PV}[aqua=,debug=,sqlite,${MULTILIB_USEDEP}]
webkit? ( ~dev-qt/qtwebkit-${PV}[aqua=,debug=,${MULTILIB_USEDEP}] )

RDEPEND=${DEPEND}

PATCHES=(
${FILESDIR}/${PN}-4.8.2+gcc-4.7.patch
)

QT4_TARGET_DIRECTORIES=tools/assistant/tools/assistant

src_prepare() {
# bug 401173
use webkit || PATCHES+=(${FILESDIR}/disable-webkit.patch)

qt4-build-multilib_src_prepare
}

multilib_src_configure() {
local myconf=(
-system-libpng -system-libjpeg -system-zlib
-no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite2 
-no-sql-odbc
-sm -xshape -xsync -xcursor -xfixes -xrandr -xrender -mitshm 
-xinput -xkb
-fontconfig -no-multimedia -no-opengl -no-phonon -no-svg 
-no-xmlpatterns
$(qt_use webkit)
)
qt4_multilib_src_configure
}

multilib_src_install_all() {
qt4_multilib_src_install_all

doicon tools/assistant/tools/assistant/images/assistant.png
make_desktop_entry assistant Assistant assistant 
'Qt;Development;Documentation'
}






[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-java: ChangeLog Manifest emul-linux-x86-java-1.7.0.76.ebuild metadata.xml

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 18:32:25

  Removed:  ChangeLog Manifest
emul-linux-x86-java-1.7.0.76.ebuild metadata.xml
  Log:
  Remove lastrited package.



[gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-java/files: emul-linux-x86-java-1.6.env-r1 emul-linux-x86-java-1.7.env-r1 fontconfig.Gentoo.properties

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 18:32:25

  Removed:  emul-linux-x86-java-1.6.env-r1
emul-linux-x86-java-1.7.env-r1
fontconfig.Gentoo.properties
  Log:
  Remove lastrited package.



[gentoo-commits] gentoo-x86 commit in app-misc/booh/files: booh-0.9.2.2-stdc.patch

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 18:32:49

  Removed:  booh-0.9.2.2-stdc.patch
  Log:
  Remove lastrited package.



[gentoo-commits] gentoo-x86 commit in app-misc/booh: ChangeLog Manifest booh-0.9.4-r1.ebuild metadata.xml

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 18:32:49

  Removed:  ChangeLog Manifest booh-0.9.4-r1.ebuild
metadata.xml
  Log:
  Remove lastrited package.



[gentoo-commits] gentoo-x86 commit in dev-ruby/ipaddress: ipaddress-0.8.0.ebuild metadata.xml

2015-05-26 Thread Michal Gorny (mgorny)
mgorny  15/05/26 18:35:20

  Removed:  ipaddress-0.8.0.ebuild metadata.xml
  Log:
  Remove lastrited package.



  1   2   >