[gentoo-commits] gentoo-x86 commit in dev-python/html5lib: ChangeLog

2015-08-01 Thread Ian Delaney (idella4)
idella4 15/08/01 06:29:57

  Modified: ChangeLog
  Log:
  add missed part of entry to ChangeLog
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  ChangesPath
1.42 dev-python/html5lib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   1 Aug 2015 05:58:12 -   1.41
+++ ChangeLog   1 Aug 2015 06:29:57 -   1.42
@@ -1,9 +1,9 @@
 # ChangeLog for dev-python/html5lib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.41 
2015/08/01 05:58:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.42 
2015/08/01 06:29:57 idella4 Exp $
 
   01 Aug 2015; Ian Delaney idel...@gentoo.org html5lib-0.9.ebuild:
-  add
+  add pypy3 support
 
   07 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






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

2015-08-01 Thread Thomas Kahle (tomka)
tomka   15/08/01 06:11:12

  Modified: singular-4.0.2.ebuild ChangeLog
  Log:
  Fix building with automake other than 1.13, add slot on gmp.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

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

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

Index: singular-4.0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- singular-4.0.2.ebuild   26 Mar 2015 12:44:41 -  1.4
+++ singular-4.0.2.ebuild   1 Aug 2015 06:11:12 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.4 
2015/03/26 12:44:41 tomka Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sci-mathematics/singular/singular-4.0.2.ebuild,v 1.5 
2015/08/01 06:11:12 tomka Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 KEYWORDS=~amd64 ~x86 ~x86-linux ~x86-macos
 IUSE=boost doc emacs examples python +readline
 
-RDEPEND=dev-libs/gmp
+RDEPEND=dev-libs/gmp:0
=dev-libs/ntl-5.5.1
emacs? ( =virtual/emacs-22 )
sci-mathematics/flint
@@ -60,7 +60,7 @@
 
epatch ${FILESDIR}/${PN}-4.0.2-ntl8-compat.patch
 
-   cd ${S}/omalloc || die failed to cd into omalloc directory
+   # autoreconf everything since otherwise it assumes autmake-1.13 is 
installed
eautoreconf
 }
 



1.66 sci-mathematics/singular/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   8 Apr 2015 18:23:00 -   1.65
+++ ChangeLog   1 Aug 2015 06:11:12 -   1.66
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/singular
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.65 
2015/04/08 18:23:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/singular/ChangeLog,v 1.66 
2015/08/01 06:11:12 tomka Exp $
+
+  01 Aug 2015; Thomas Kahle to...@gentoo.org singular-4.0.2.ebuild:
+  Fix building with automake other than 1.13, add slot on gmp.
 
   08 Apr 2015; Michał Górny mgo...@gentoo.org singular-3.1.6.ebuild:
   Drop old Python implementations






[gentoo-commits] gentoo-x86 commit in media-sound/qtractor: ChangeLog qtractor-0.7.0.ebuild

2015-08-01 Thread Alexis Ballier (aballier)
aballier15/08/01 10:53:58

  Modified: ChangeLog
  Added:qtractor-0.7.0.ebuild
  Log:
  version bump, support qt5
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
160F534A)

Revision  ChangesPath
1.66 media-sound/qtractor/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   1 Jun 2015 09:19:55 -   1.65
+++ ChangeLog   1 Aug 2015 10:53:57 -   1.66
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/qtractor
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.65 
2015/06/01 09:19:55 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/ChangeLog,v 1.66 
2015/08/01 10:53:57 aballier Exp $
+
+*qtractor-0.7.0 (01 Aug 2015)
+
+  01 Aug 2015; Alexis Ballier aball...@gentoo.org +qtractor-0.7.0.ebuild:
+  version bump, support qt5
 
 *qtractor-0.6.7 (01 Jun 2015)
 



1.1  media-sound/qtractor/qtractor-0.7.0.ebuild

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

Index: qtractor-0.7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qtractor/qtractor-0.7.0.ebuild,v 
1.1 2015/08/01 10:53:57 aballier Exp $

EAPI=5

inherit qmake-utils flag-o-matic eutils

DESCRIPTION=Qtractor is an Audio/MIDI multi-track sequencer
HOMEPAGE=http://qtractor.sourceforge.net/;
SRC_URI=mirror://sourceforge/qtractor/${P}.tar.gz

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

IUSE=debug dssi libsamplerate mad osc qt5 rubberband vorbis cpu_flags_x86_sse 
zlib

RDEPEND=
!qt5? (
=dev-qt/qtcore-4.2:4
=dev-qt/qtgui-4.7:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
)
media-libs/alsa-lib
media-libs/libsndfile
media-sound/jack-audio-connection-kit
media-libs/ladspa-sdk
=media-libs/lilv-0.16.0
media-libs/lv2
media-libs/suil
dssi? ( media-libs/dssi )
mad? ( media-libs/libmad )
libsamplerate? ( media-libs/libsamplerate )
osc? ( media-libs/liblo )
rubberband? ( media-libs/rubberband )
vorbis? ( media-libs/libvorbis )
zlib? ( sys-libs/zlib )
DEPEND=${RDEPEND}
virtual/pkgconfig

DOCS=README ChangeLog TODO AUTHORS

src_configure() {
econf \
$(use_enable mad libmad) \
$(use_enable libsamplerate) \
$(use_enable vorbis libvorbis) \
$(use_enable osc liblo) \
--enable-ladspa \
$(use_enable dssi) \
--enable-lilv \
$(use_enable qt5) \
$(use_with qt5 qt5 $(qt5_get_libdir)/qt5) \
$(use_enable rubberband librubberband) \
$(use_enable cpu_flags_x86_sse sse) \
$(use_enable zlib libz) \
$(use_enable debug)

if use qt5 ; then
eqmake5 ${PN}.pro -o ${PN}.mak
else
eqmake4 ${PN}.pro -o ${PN}.mak
fi
}

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






[gentoo-commits] gentoo-x86 commit in dev-haskell/minisat: minisat-0.1.2.ebuild metadata.xml ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:51:23

  Added:minisat-0.1.2.ebuild metadata.xml ChangeLog
  Log:
  A Haskell bundle of the Minisat SAT solver, a depend for new 
dev-haskell/uuagc-0.9.52.1.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/minisat/minisat-0.1.2.ebuild

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

Index: minisat-0.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-haskell/minisat/minisat-0.1.2.ebuild,v 
1.1 2015/08/01 11:51:23 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=A Haskell bundle of the Minisat SAT solver
HOMEPAGE=http://hackage.haskell.org/package/minisat;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=dev-haskell/async:=[profile?]
=dev-lang/ghc-7.4.1:=
sys-devel/gcc[cxx]

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6




1.1  dev-haskell/minisat/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/minisat/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/minisat/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
herdhaskell/herd
longdescription
A Haskell bundle of the Minisat SAT solver
/longdescription
/pkgmetadata



1.1  dev-haskell/minisat/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-haskell/minisat
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/minisat/ChangeLog,v 1.1 
2015/08/01 11:51:23 slyfox Exp $

*minisat-0.1.2 (01 Aug 2015)

  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +metadata.xml,
  +minisat-0.1.2.ebuild:
  A Haskell bundle of the Minisat SAT solver, a depend for new dev-
  haskell/uuagc-0.9.52.1.






[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/files/, dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: 5e0c9066fc07252bc3286338af2951dfc03ff213
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 09:48:20 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 09:48:20 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=5e0c9066

mono-4.0.2.5: Add patch to fix build on big-endian machines

 ...mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch | 22 ++
 dev-lang/mono/mono-4.0.2.5.ebuild  |  4 
 2 files changed, 26 insertions(+)

diff --git 
a/dev-lang/mono/files/mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch 
b/dev-lang/mono/files/mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch
new file mode 100644
index 000..c6349fe
--- /dev/null
+++ b/dev-lang/mono/files/mono-4.0.2.5-fix-decimal-ms-on-big-endian.patch
@@ -0,0 +1,22 @@
+diff -up mono/metadata/decimal-ms.c.than
+mono/metadata/decimal-ms.c
+--- mono/metadata/decimal-ms.c.than  2015-07-06 08:21:27.524461795
+-0400
 mono/metadata/decimal-ms.c   2015-07-06 08:30:26.954461795
+-0400
+@@ -55,8 +55,13 @@ static const uint32_t ten_to_ten_div_4 =
+ #define DECIMAL_LO32(dec)((dec).v.v.Lo32)
+ #define DECIMAL_MID32(dec)   ((dec).v.v.Mid32)
+ #define DECIMAL_HI32(dec)((dec).Hi32)
+-#define DECIMAL_LO64_GET(dec)((dec).v.Lo64)
+-#define DECIMAL_LO64_SET(dec,value)   {(dec).v.Lo64 = value; }
++#if G_BYTE_ORDER != G_LITTLE_ENDIAN
++# define DECIMAL_LO64_GET(dec)   (((uint64_t)((dec).v.v.Mid32)  32) | 
(dec).v.v.Lo32)
++# define DECIMAL_LO64_SET(dec,value)   {(dec).v.v.Lo32 = (value); 
(dec).v.v.Mid32 = ((value)  32); }
++#else
++# define DECIMAL_LO64_GET(dec)((dec).v.Lo64)
++# define DECIMAL_LO64_SET(dec,value)   {(dec).v.Lo64 = value; }
++#endif
+
+ #define DECIMAL_SETZERO(dec) {DECIMAL_LO32(dec) = 0; DECIMAL_MID32(dec) = 0; 
DECIMAL_HI32(dec) = 0; DECIMAL_SIGNSCALE(dec) = 0;}
+ #define COPYDEC(dest, src) {DECIMAL_SIGNSCALE(dest) = DECIMAL_SIGNSCALE(src); 
DECIMAL_HI32(dest) = DECIMAL_HI32(src); \

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index b5aa9c9..3257f07 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -67,6 +67,10 @@ src_prepare() {
#fix vb targets http://osdir.com/ml/general/2015-05/msg20808.html
epatch ${FILESDIR}/add_missing_vb_portable_targets.patch
 
+   # Fix build on big-endian machines
+   # https://bugzilla.xamarin.com/show_bug.cgi?id=31779
+   epatch ${FILESDIR}/${P}-fix-decimal-ms-on-big-endian.patch
+
autotools-utils_src_prepare
epatch ${FILESDIR}/systemweb3.patch
 }



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: 5af1f2ec5940d6a397da1f0b151262cebb657323
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:22:06 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:44 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=5af1f2ec

mono-4.0.2.5: Remove incorrectly-named and redundant --with-profile4

It's --with-profile4_5 now, and it's enabled by default.

 dev-lang/mono/mono-4.0.2.5.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index edfd269..cf78032 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -78,8 +78,6 @@ src_prepare() {
 }
 
 src_configure() {
-   # --with-profile4 needs to be always enabled since it's used by default
-   # and, otherwise, problems like bug #340641 appear.
local myeconfargs=(
--enable-system-aot=yes
--disable-quiet-build
@@ -88,7 +86,6 @@ src_configure() {
--without-ikvm-native
--with-jit
--disable-dtrace
-   --with-profile4
$(use_with doc mcs-docs)
$(use_enable debug)
$(use_enable nls)



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/, dev-lang/mono/files/

2015-08-01 Thread Heather Cynede
commit: bee6c31e2c7e7c004e74686de2a17450d3895797
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:04:56 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:24 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=bee6c31e

mono-4.0.2.5: Add patch to fix build --without-sgen

 ...0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch | 15 +++
 dev-lang/mono/mono-4.0.2.5.ebuild |  5 +
 2 files changed, 20 insertions(+)

diff --git 
a/dev-lang/mono/files/mono-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch
 
b/dev-lang/mono/files/mono-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch
new file mode 100644
index 000..bbf4c6f
--- /dev/null
+++ 
b/dev-lang/mono/files/mono-4.0.2.5-fix-mono-dis-makefile-am-when-without-sgen.patch
@@ -0,0 +1,15 @@
+===
+RCS file: mono/dis/RCS/Makefile.am,v
+retrieving revision 1.1
+diff -up -r1.1 mono/dis/Makefile.am
+--- mono/dis/Makefile.am   2015/05/08 15:00:22 1.1
 mono/dis/Makefile.am   2015/07/14 11:20:29
+@@ -7,7 +7,7 @@ endif
+ if SUPPORT_SGEN
+ metadata_lib=$(top_builddir)/mono/metadata/libmonoruntimesgen-static.la
+ else
+-metadata_lib=$(top_builddir)/mono/metadata/libmonoruntime-static.a
++metadata_lib=$(top_builddir)/mono/metadata/libmonoruntime-static.la
+ gc_lib=$(LIBGC_STATIC_LIBS)
+ endif
+ 

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 3257f07..22c6348 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
+AUTOTOOLS_AUTORECONF=1
 
 inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils
 
@@ -71,6 +72,10 @@ src_prepare() {
# https://bugzilla.xamarin.com/show_bug.cgi?id=31779
epatch ${FILESDIR}/${P}-fix-decimal-ms-on-big-endian.patch
 
+   # Fix build --without-sgen
+   # https://bugzilla.xamarin.com/show_bug.cgi?id=32015
+   epatch 
${FILESDIR}/${P}-fix-mono-dis-makefile-am-when-without-sgen.patch
+
autotools-utils_src_prepare
epatch ${FILESDIR}/systemweb3.patch
 }



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: 6e046e5aea809668255ea55c97217f1649a7fb06
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:29:11 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:45 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=6e046e5a

mono-4.0.2.5: Remove redundant --with-libgdiplus

Both use-flag-controlled settings are synonyms, and one of them is the
default, so the entire switch is redundant.

 dev-lang/mono/mono-4.0.2.5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index b7f747d..98efbcc 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -80,7 +80,6 @@ src_prepare() {
 src_configure() {
local myeconfargs=(
--disable-silent-rules
-   --with-libgdiplus=$(usex minimal no installed)
$(use_with xen xen_opt)
--without-ikvm-native
--with-jit



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: 9303de000e760119adaacb59fe784a61b413
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:20:49 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:44 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=9303de00

mono-4.0.2.5: Remove --without-moonlight

It doesn't exist anymore.

 dev-lang/mono/mono-4.0.2.5.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 997a922..edfd269 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -78,15 +78,11 @@ src_prepare() {
 }
 
 src_configure() {
-   # --without-moonlight since www-plugins/moonlight is not the only one
-   # using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
-   #
# --with-profile4 needs to be always enabled since it's used by default
# and, otherwise, problems like bug #340641 appear.
local myeconfargs=(
--enable-system-aot=yes
--disable-quiet-build
-   --without-moonlight
--with-libgdiplus=$(usex minimal no installed)
$(use_with xen xen_opt)
--without-ikvm-native



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: f93d2eaf5f5c1e260f8d4f7d6ea7812a2966f783
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 12:20:26 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 12:20:26 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=f93d2eaf

mono-4.0.2.5: Minor whitespace and comment tidy-up

 dev-lang/mono/mono-4.0.2.5.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 6a73568..7ee376d 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -21,7 +21,7 @@ IUSE=nls minimal pax_kernel xen doc
 
 COMMONDEPEND=
!minimal? ( =dev-dotnet/libgdiplus-2.10 )
-   ia64? ( sys-libs/libunwind )
+   ia64? ( sys-libs/libunwind )
nls? ( sys-devel/gettext )
 
 RDEPEND=${COMMONDEPEND}
@@ -34,6 +34,7 @@ DEPEND=${COMMONDEPEND}
 
 
 MAKEOPTS=${MAKEOPTS} -j1 #nowarn
+
 S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
 
 pkg_pretend() {
@@ -62,7 +63,8 @@ src_prepare() {
# mono build system can fail otherwise
strip-flags
 
-   #fix vb targets http://osdir.com/ml/general/2015-05/msg20808.html
+   # Fix VB targets
+   # http://osdir.com/ml/general/2015-05/msg20808.html
epatch ${FILESDIR}/add_missing_vb_portable_targets.patch
 
# Fix build on big-endian machines
@@ -74,6 +76,7 @@ src_prepare() {
epatch 
${FILESDIR}/${P}-fix-mono-dis-makefile-am-when-without-sgen.patch
 
autotools-utils_src_prepare
+
epatch ${FILESDIR}/systemweb3.patch
 }
 



[gentoo-commits] gentoo-x86 commit in dev-haskell/regex-tdfa: regex-tdfa-1.2.0.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:32:15

  Modified: regex-tdfa-1.2.0.ebuild ChangeLog
  Log:
  Don't allow HCFLAGS=-O2 as it takes too much RAM.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/regex-tdfa/regex-tdfa-1.2.0.ebuild

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

Index: regex-tdfa-1.2.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/regex-tdfa-1.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- regex-tdfa-1.2.0.ebuild 25 Feb 2015 15:34:13 -  1.3
+++ regex-tdfa-1.2.0.ebuild 1 Aug 2015 14:32:15 -   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-haskell/regex-tdfa/regex-tdfa-1.2.0.ebuild,v 1.3 
2015/02/25 15:34:13 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/regex-tdfa-1.2.0.ebuild,v 1.4 
2015/08/01 14:32:15 slyfox Exp $
 
 EAPI=5
 
@@ -28,6 +28,12 @@
=dev-haskell/cabal-1.2.3
 
 
+src_prepare() {
+   # too much load on compiler (~2GB RAM against ~500)
+   cabal_chdeps \
+   '-O2 ' ' '
+}
+
 src_configure() {
haskell-cabal_src_configure \
--flag=base4



1.6  dev-haskell/regex-tdfa/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-tdfa/ChangeLog?rev=1.6view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-tdfa/ChangeLog?rev=1.6content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-tdfa/ChangeLog?r1=1.5r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   25 Feb 2015 15:34:13 -  1.5
+++ ChangeLog   1 Aug 2015 14:32:15 -   1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/regex-tdfa
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/ChangeLog,v 1.5 
2015/02/25 15:34:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa/ChangeLog,v 1.6 
2015/08/01 14:32:15 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org regex-tdfa-1.2.0.ebuild:
+  Don't allow HCFLAGS=-O2 as it takes too much RAM.
 
   25 Feb 2015; Agostino Sarubbo a...@gentoo.org regex-tdfa-1.2.0.ebuild:
   Stable for x86, wrt bug #535006






[gentoo-commits] gentoo-x86 commit in dev-haskell/regex-applicative: regex-applicative-0.3.2.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:31:16

  Modified: ChangeLog
  Added:regex-applicative-0.3.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.3  dev-haskell/regex-applicative/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-applicative/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   6 Jun 2015 16:01:47 -   1.2
+++ ChangeLog   1 Aug 2015 14:31:16 -   1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/regex-applicative
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-applicative/ChangeLog,v 
1.2 2015/06/06 16:01:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-applicative/ChangeLog,v 
1.3 2015/08/01 14:31:16 slyfox Exp $
+
+*regex-applicative-0.3.2.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +regex-applicative-0.3.2.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  
dev-haskell/regex-applicative/regex-applicative-0.3.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-applicative/regex-applicative-0.3.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-applicative/regex-applicative-0.3.2.1.ebuild?rev=1.1content-type=text/plain

Index: regex-applicative-0.3.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-haskell/regex-applicative/regex-applicative-0.3.2.1.ebuild,v
 1.1 2015/08/01 14:31:16 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Regex-based parsing with applicative interface
HOMEPAGE=https://github.com/feuerbach/regex-applicative;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=dev-haskell/transformers:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10
test? ( =dev-haskell/smallcheck-1.0
dev-haskell/tasty
dev-haskell/tasty-hunit
dev-haskell/tasty-smallcheck )







[gentoo-commits] gentoo-x86 commit in dev-haskell/silently: silently-1.2.5.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:30:33

  Modified: ChangeLog
  Added:silently-1.2.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.8  dev-haskell/silently/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/silently/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   6 Jun 2015 16:36:57 -   1.7
+++ ChangeLog   1 Aug 2015 14:30:32 -   1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/silently
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/silently/ChangeLog,v 1.7 
2015/06/06 16:36:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/silently/ChangeLog,v 1.8 
2015/08/01 14:30:32 slyfox Exp $
+
+*silently-1.2.5 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +silently-1.2.5.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/silently/silently-1.2.5.ebuild

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

Index: silently-1.2.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/silently/silently-1.2.5.ebuild,v 
1.1 2015/08/01 14:30:32 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Prevent or capture writing to stdout and other handles
HOMEPAGE=https://github.com/hspec/silently;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( dev-haskell/nanospec
dev-haskell/temporary )







[gentoo-commits] gentoo-x86 commit in dev-haskell/simple-sendfile: simple-sendfile-0.2.21.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:30:51

  Modified: ChangeLog
  Added:simple-sendfile-0.2.21.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.10 dev-haskell/simple-sendfile/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/simple-sendfile/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   14 Dec 2014 05:50:32 -  1.9
+++ ChangeLog   1 Aug 2015 14:30:51 -   1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/simple-sendfile
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/simple-sendfile/ChangeLog,v 1.9 
2014/12/14 05:50:32 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/simple-sendfile/ChangeLog,v 
1.10 2015/08/01 14:30:51 slyfox Exp $
+
+*simple-sendfile-0.2.21 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +simple-sendfile-0.2.21.ebuild:
+  Version bump.
 
 *simple-sendfile-0.2.18 (14 Dec 2014)
 



1.1  dev-haskell/simple-sendfile/simple-sendfile-0.2.21.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/simple-sendfile/simple-sendfile-0.2.21.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/simple-sendfile/simple-sendfile-0.2.21.ebuild?rev=1.1content-type=text/plain

Index: simple-sendfile-0.2.21.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/simple-sendfile/simple-sendfile-0.2.21.ebuild,v
 1.1 2015/08/01 14:30:51 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Cross platform library for the sendfile system call
HOMEPAGE=http://hackage.haskell.org/package/simple-sendfile;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=+allow-bsd

RESTRICT=test #missing files

RDEPEND=dev-haskell/network:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10
test? ( dev-haskell/conduit
dev-haskell/conduit-extra
=dev-haskell/hspec-1.3
dev-haskell/hunit
dev-haskell/resourcet )


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag allow-bsd allow-bsd)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/regex-tdfa-rc: regex-tdfa-rc-1.1.8.3.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:33:08

  Modified: regex-tdfa-rc-1.1.8.3.ebuild ChangeLog
  Log:
  Fixed HOMEPAGE/DESCRIPTION to point to a fork.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.3  dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild?rev=1.3view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild?rev=1.3content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild?r1=1.2r2=1.3

Index: regex-tdfa-rc-1.1.8.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- regex-tdfa-rc-1.1.8.3.ebuild28 Apr 2015 20:37:25 -  1.2
+++ regex-tdfa-rc-1.1.8.3.ebuild1 Aug 2015 14:33:08 -   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-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild,v
 1.2 2015/04/28 20:37:25 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa-rc/regex-tdfa-rc-1.1.8.3.ebuild,v
 1.3 2015/08/01 14:33:08 slyfox Exp $
 
 EAPI=5
 
@@ -9,8 +9,8 @@
 CABAL_FEATURES=lib profile haddock hoogle hscolour
 inherit haskell-cabal
 
-DESCRIPTION=Replaces/Enhances Text.Regex
-HOMEPAGE=http://hackage.haskell.org/package/regex-tdfa;
+DESCRIPTION=Replaces/Enhances Text.Regex (fork by Roman Cheplyaka)
+HOMEPAGE=http://hackage.haskell.org/package/${PN};
 SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz
 
 LICENSE=BSD



1.3  dev-haskell/regex-tdfa-rc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa-rc/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   28 Apr 2015 20:37:25 -  1.2
+++ ChangeLog   1 Aug 2015 14:33:08 -   1.3
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/regex-tdfa-rc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa-rc/ChangeLog,v 1.2 
2015/04/28 20:37:25 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-tdfa-rc/ChangeLog,v 1.3 
2015/08/01 14:33:08 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  regex-tdfa-rc-1.1.8.3.ebuild:
+  Fixed HOMEPAGE/DESCRIPTION to point to a fork.
 
   28 Apr 2015; Sergei Trofimovich sly...@gentoo.org
   regex-tdfa-rc-1.1.8.3.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-haskell/wai-app-static: wai-app-static-3.1.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:45:02

  Modified: ChangeLog
  Added:wai-app-static-3.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.11 dev-haskell/wai-app-static/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wai-app-static/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   4 Apr 2015 23:54:39 -   1.10
+++ ChangeLog   1 Aug 2015 14:45:02 -   1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/wai-app-static
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-app-static/ChangeLog,v 1.10 
2015/04/04 23:54:39 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wai-app-static/ChangeLog,v 1.11 
2015/08/01 14:45:02 slyfox Exp $
+
+*wai-app-static-3.1.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +wai-app-static-3.1.1.ebuild:
+  Version bump.
 
 *wai-app-static-3.0.1 (04 Apr 2015)
 



1.1  dev-haskell/wai-app-static/wai-app-static-3.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-app-static/wai-app-static-3.1.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/wai-app-static/wai-app-static-3.1.1.ebuild?rev=1.1content-type=text/plain

Index: wai-app-static-3.1.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/wai-app-static/wai-app-static-3.1.1.ebuild,v
 1.1 2015/08/01 14:45:02 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION=WAI application for static serving
HOMEPAGE=http://www.yesodweb.com/book/web-application-interface;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=print

RDEPEND==dev-haskell/base64-bytestring-0.1:=[profile?]
=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
=dev-haskell/blaze-html-0.5:=[profile?]
=dev-haskell/blaze-markup-0.5.1:=[profile?]
dev-haskell/byteable:=[profile?]
=dev-haskell/cryptohash-0.11:=[profile?]
dev-haskell/cryptohash-conduit:=[profile?]
=dev-haskell/file-embed-0.0.3.1:=[profile?]
dev-haskell/http-date:=[profile?]
=dev-haskell/http-types-0.7:=[profile?]
=dev-haskell/mime-types-0.1:=[profile?] 
dev-haskell/mime-types-0.2:=[profile?]
=dev-haskell/old-locale-1.0.0.2:=[profile?]
=dev-haskell/optparse-applicative-0.7:=[profile?]
=dev-haskell/text-0.7:=[profile?]
=dev-haskell/transformers-0.2.2:=[profile?]
=dev-haskell/unix-compat-0.2:=[profile?]
=dev-haskell/unordered-containers-0.2:=[profile?]
=dev-haskell/wai-3.0:=[profile?] dev-haskell/wai-3.1:=[profile?]
=dev-haskell/wai-extra-3.0:=[profile?] 
dev-haskell/wai-extra-3.1:=[profile?]
=dev-haskell/warp-3.0.11:=[profile?] dev-haskell/warp-3.2:=[profile?]
=dev-haskell/zlib-0.5:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( =dev-haskell/hspec-1.3
dev-haskell/network )


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






[gentoo-commits] gentoo-x86 commit in dev-haskell/test-framework: test-framework-0.8.0.3.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:43:56

  Modified: test-framework-0.8.0.3.ebuild ChangeLog
  Log:
  Fix quickcheck slot.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/test-framework/test-framework-0.8.0.3.ebuild

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

Index: test-framework-0.8.0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test-framework-0.8.0.3.ebuild   19 Oct 2013 09:55:56 -  1.1
+++ test-framework-0.8.0.3.ebuild   1 Aug 2015 14:43:56 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild,v
 1.1 2013/10/19 09:55:56 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework/test-framework-0.8.0.3.ebuild,v
 1.2 2015/08/01 14:43:56 slyfox Exp $
 
 EAPI=5
 
@@ -31,7 +31,7 @@
=dev-haskell/cabal-1.10.0.0
test? ( =dev-haskell/hunit-1.2:=[profile?]
=dev-haskell/libxml-0.1.1:=[profile?]
-   =dev-haskell/quickcheck-2.3:=[profile?] 
dev-haskell/quickcheck-2.7:=[profile?] )
+   =dev-haskell/quickcheck-2.3:2=[profile?] 
dev-haskell/quickcheck-2.7:2=[profile?] )
 
 
 src_prepare() {



1.34 dev-haskell/test-framework/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/ChangeLog?rev=1.34view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/ChangeLog?rev=1.34content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework/ChangeLog?r1=1.33r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   3 Apr 2015 22:37:20 -   1.33
+++ ChangeLog   1 Aug 2015 14:43:56 -   1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/test-framework
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/ChangeLog,v 1.33 
2015/04/03 22:37:20 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/test-framework/ChangeLog,v 1.34 
2015/08/01 14:43:56 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  test-framework-0.8.0.3.ebuild:
+  Fix quickcheck slot.
 
 *test-framework-0.8.1.1 (03 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/iconv: iconv-0.4.1.3.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:09:31

  Modified: ChangeLog
  Added:iconv-0.4.1.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.9  dev-haskell/iconv/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/iconv/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   10 Dec 2013 08:19:39 -  1.8
+++ ChangeLog   1 Aug 2015 15:09:31 -   1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/iconv
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/iconv/ChangeLog,v 1.8 
2013/12/10 08:19:39 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/iconv/ChangeLog,v 1.9 
2015/08/01 15:09:31 slyfox Exp $
+
+*iconv-0.4.1.3 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +iconv-0.4.1.3.ebuild:
+  Version bump.
 
 *iconv-0.4.1.2 (10 Dec 2013)
 



1.1  dev-haskell/iconv/iconv-0.4.1.3.ebuild

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

Index: iconv-0.4.1.3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/iconv/iconv-0.4.1.3.ebuild,v 1.1 
2015/08/01 15:09:31 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=String encoding conversion
HOMEPAGE=http://hackage.haskell.org/package/iconv;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~sparc ~x86
IUSE=

RDEPEND==dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6







[gentoo-commits] gentoo-x86 commit in dev-haskell/syb: syb-0.4.4.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:08:23

  Modified: syb-0.4.4.ebuild ChangeLog
  Log:
  Disable tests ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/syb/syb-0.4.4.ebuild

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

Index: syb-0.4.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/syb/syb-0.4.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- syb-0.4.4.ebuild11 Mar 2015 11:43:49 -  1.1
+++ syb-0.4.4.ebuild1 Aug 2015 15:08:23 -   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-haskell/syb/syb-0.4.4.ebuild,v 1.1 
2015/03/11 11:43:49 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/syb/syb-0.4.4.ebuild,v 1.2 
2015/08/01 15:08:23 slyfox Exp $
 
 EAPI=5
 
@@ -18,6 +18,8 @@
 KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux
 IUSE=
 
+RESTRICT=test # ghc-7.10 slightly changed namespacing
+
 RDEPEND==dev-lang/ghc-7.4.1:=
 
 DEPEND=${RDEPEND}



1.36 dev-haskell/syb/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/syb/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   28 Apr 2015 20:50:37 -  1.35
+++ ChangeLog   1 Aug 2015 15:08:23 -   1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/syb
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/syb/ChangeLog,v 1.35 2015/04/28 
20:50:37 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/syb/ChangeLog,v 1.36 2015/08/01 
15:08:23 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org syb-0.4.4.ebuild:
+  Disable tests ghc-7.10.
 
   28 Apr 2015; Sergei Trofimovich sly...@gentoo.org syb-0.4.3.ebuild:
   alpha/amd64/ia64/ppc/ppc64/sparc/x86 stable wrt bug #546260 (stabilize 
pandoc-






[gentoo-commits] gentoo-x86 commit in dev-haskell/terminfo: terminfo-0.4.0.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:07:50

  Modified: terminfo-0.4.0.1.ebuild ChangeLog
  Log:
  Mark as bundled with ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/terminfo/terminfo-0.4.0.1.ebuild

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

Index: terminfo-0.4.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.4.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- terminfo-0.4.0.1.ebuild 3 Apr 2015 08:53:16 -   1.1
+++ terminfo-0.4.0.1.ebuild 1 Aug 2015 15:07:50 -   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-haskell/terminfo/terminfo-0.4.0.1.ebuild,v 1.1 
2015/04/03 08:53:16 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/terminfo/terminfo-0.4.0.1.ebuild,v 1.2 
2015/08/01 15:07:50 slyfox Exp $
 
 EAPI=5
 
@@ -24,4 +24,4 @@
=dev-haskell/cabal-1.10
 
 
-CABAL_CORE_LIB_GHC_PV=PM:7.10.1
+CABAL_CORE_LIB_GHC_PV=PM:7.10.1 PM:7.10.2_rc2 PM:7.10.2



1.41 dev-haskell/terminfo/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   6 Jun 2015 17:36:59 -   1.40
+++ ChangeLog   1 Aug 2015 15:07:50 -   1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/terminfo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.40 
2015/06/06 17:36:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/terminfo/ChangeLog,v 1.41 
2015/08/01 15:07:50 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org terminfo-0.4.0.1.ebuild:
+  Mark as bundled with ghc-7.10.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml






[gentoo-commits] gentoo-x86 commit in dev-haskell/hashable: hashable-1.2.3.3.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:30:24

  Modified: ChangeLog
  Added:hashable-1.2.3.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.36 dev-haskell/hashable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   31 Jul 2015 10:35:24 -  1.35
+++ ChangeLog   1 Aug 2015 15:30:24 -   1.36
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hashable
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.35 
2015/07/31 10:35:24 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashable/ChangeLog,v 1.36 
2015/08/01 15:30:24 slyfox Exp $
+
+*hashable-1.2.3.3 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +hashable-1.2.3.3.ebuild:
+  Version bump.
 
   31 Jul 2015; Mikle Kolyada zlog...@gentoo.org hashable-1.2.1.0.ebuild:
   ia64 stable wrt bug #495380



1.1  dev-haskell/hashable/hashable-1.2.3.3.ebuild

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

Index: hashable-1.2.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-haskell/hashable/hashable-1.2.3.3.ebuild,v 1.1 
2015/08/01 15:30:24 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.
#hackport: flags: -sse2,-sse41,integer-gmp:gmp

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=A class for types that can be converted to a hash value
HOMEPAGE=http://github.com/tibbe/hashable;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=+gmp

RDEPEND==dev-haskell/text-0.11.0.5:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
=dev-haskell/quickcheck-2.4.0.1
=dev-haskell/random-1.0 dev-haskell/random-1.2
=dev-haskell/test-framework-0.3.3
dev-haskell/test-framework-hunit
=dev-haskell/test-framework-quickcheck2-0.2.9 )


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag gmp integer-gmp) \
--flag=-sse2 \
--flag=-sse41
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/hashed-storage: hashed-storage-0.5.11.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:31:19

  Modified: hashed-storage-0.5.11.ebuild ChangeLog
  Log:
  Fix build failure against ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild

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

Index: hashed-storage-0.5.11.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hashed-storage-0.5.11.ebuild15 Feb 2015 18:59:40 -  1.4
+++ hashed-storage-0.5.11.ebuild1 Aug 2015 15:31:19 -   1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild,v
 1.4 2015/02/15 18:59:40 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/hashed-storage-0.5.11.ebuild,v
 1.5 2015/08/01 15:31:19 slyfox Exp $
 
 EAPI=5
 
@@ -38,7 +38,7 @@
 
 
 src_prepare() {
-   HCFLAGS+= -XFlexibleContexts
+   epatch ${FILESDIR}/${P}-ghc-7.10.patch
 }
 
 src_configure() {



1.38 dev-haskell/hashed-storage/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?rev=1.38view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?rev=1.38content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/ChangeLog?r1=1.37r2=1.38

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   15 Feb 2015 18:59:40 -  1.37
+++ ChangeLog   1 Aug 2015 15:31:19 -   1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/hashed-storage
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.37 
2015/02/15 18:59:40 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashed-storage/ChangeLog,v 1.38 
2015/08/01 15:31:19 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +files/hashed-storage-0.5.11-ghc-7.10.patch, hashed-storage-0.5.11.ebuild:
+  Fix build failure against ghc-7.10.
 
   15 Feb 2015; Sergei Trofimovich sly...@gentoo.org
   hashed-storage-0.5.11.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-haskell/hashed-storage/files: hashed-storage-0.5.11-ghc-7.10.patch

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:31:19

  Added:hashed-storage-0.5.11-ghc-7.10.patch
  Log:
  Fix build failure against ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  
dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashed-storage/files/hashed-storage-0.5.11-ghc-7.10.patch?rev=1.1content-type=text/plain

Index: hashed-storage-0.5.11-ghc-7.10.patch
===
diff --git a/Storage/Hashed/Monad.hs b/Storage/Hashed/Monad.hs
index 67287b4..bf8ad38 100644
--- a/Storage/Hashed/Monad.hs
+++ b/Storage/Hashed/Monad.hs
@@ -1,2 +1,3 @@
 {-# LANGUAGE ScopedTypeVariables, BangPatterns, TypeSynonymInstances, 
UndecidableInstances, FlexibleInstances #-}
+{-# LANGUAGE FlexibleContexts #-}
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/gsasl: gsasl-0.3.6.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:39:18

  Modified: ChangeLog
  Added:gsasl-0.3.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.3  dev-haskell/gsasl/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gsasl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   25 Jul 2014 08:58:55 -  1.2
+++ ChangeLog   1 Aug 2015 15:39:18 -   1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/gsasl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gsasl/ChangeLog,v 1.2 
2014/07/25 08:58:55 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gsasl/ChangeLog,v 1.3 
2015/08/01 15:39:18 slyfox Exp $
+
+*gsasl-0.3.6 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +gsasl-0.3.6.ebuild:
+  Version bump.
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Drop redundant 'maintainer' field, leave only 'herd'.



1.1  dev-haskell/gsasl/gsasl-0.3.6.ebuild

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

Index: gsasl-0.3.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gsasl/gsasl-0.3.6.ebuild,v 1.1 
2015/08/01 15:39:18 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Bindings for GNU libgsasl
HOMEPAGE=https://john-millikin.com/software/haskell-gsasl/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=GPL-3
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/transformers-0.2:=[profile?]
=dev-lang/ghc-7.4.1:=
virtual/gsasl

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in dev-haskell/http: http-4000.2.20.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:40:50

  Modified: ChangeLog
  Added:http-4000.2.20.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.52 dev-haskell/http/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog   6 Jun 2015 11:34:15 -   1.51
+++ ChangeLog   1 Aug 2015 15:40:50 -   1.52
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/http
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.51 
2015/06/06 11:34:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/ChangeLog,v 1.52 
2015/08/01 15:40:50 slyfox Exp $
+
+*http-4000.2.20 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +http-4000.2.20.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/http/http-4000.2.20.ebuild

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

Index: http-4000.2.20.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http/http-4000.2.20.ebuild,v 1.1 
2015/08/01 15:40:50 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.
#hackport: flags: -warp-tests,-mtl1,-warn-as-error,-old-base,-network23

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

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

DESCRIPTION=A library for client-side HTTP
HOMEPAGE=https://github.com/haskell/HTTP;
SRC_URI=mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=conduit10 +network-uri

RDEPEND==dev-haskell/mtl-2.0:=[profile?] dev-haskell/mtl-2.3:=[profile?]
=dev-haskell/parsec-2.0:=[profile?] dev-haskell/parsec-3.2:=[profile?]
=dev-lang/ghc-7.4.1:=
=dev-haskell/old-time-1.0:=[profile?] 
dev-haskell/old-time-1.2:=[profile?]
network-uri? ( =dev-haskell/network-2.6:=[profile?] 
dev-haskell/network-2.7:=[profile?]
=dev-haskell/network-uri-2.6:=[profile?] 
dev-haskell/network-uri-2.7:=[profile?] )
!network-uri? ( =dev-haskell/network-2.2.1.5:=[profile?] 
dev-haskell/network-2.6:=[profile?] )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
dev-lang/ghc
test? ( =dev-haskell/httpd-shed-0.4 dev-haskell/httpd-shed-0.5
=dev-haskell/hunit-1.2.0.1 dev-haskell/hunit-1.3
=dev-haskell/puremd5-0.2.4 dev-haskell/puremd5-2.2
=dev-haskell/split-0.1.3 dev-haskell/split-0.3
=dev-haskell/test-framework-0.2.0 
dev-haskell/test-framework-0.9
=dev-haskell/test-framework-hunit-0.3.0 
dev-haskell/test-framework-hunit-0.4 )


S=${WORKDIR}/${MY_P}

src_configure() {
haskell-cabal_src_configure \
$(cabal_flag conduit10 conduit10) \
--flag=-mtl1 \
$(cabal_flag network-uri network-uri) \
--flag=-network23 \
--flag=-old-base \
--flag=-warn-as-error \
--flag=-warp-tests
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/hpc: hpc-0.6.0.2.ebuild hpc-0.6.0.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:40:03

  Modified: hpc-0.6.0.2.ebuild hpc-0.6.0.1.ebuild ChangeLog
  Log:
  Mark as ghc core library.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/hpc/hpc-0.6.0.2.ebuild

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

Index: hpc-0.6.0.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hpc/hpc-0.6.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hpc-0.6.0.2.ebuild  4 Apr 2015 10:08:22 -   1.1
+++ hpc-0.6.0.2.ebuild  1 Aug 2015 15:40:02 -   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-haskell/hpc/hpc-0.6.0.2.ebuild,v 1.1 
2015/04/04 10:08:22 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/hpc-0.6.0.2.ebuild,v 1.2 
2015/08/01 15:40:02 slyfox Exp $
 
 EAPI=5
 
@@ -23,4 +23,4 @@
 DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10
 
-CABAL_CORE_LIB_GHC_PV=PM:7.10.1
+CABAL_CORE_LIB_GHC_PV=PM:7.10.1 PM:7.10.2_rc2 PM:7.10.2



1.4  dev-haskell/hpc/hpc-0.6.0.1.ebuild

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

Index: hpc-0.6.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hpc/hpc-0.6.0.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hpc-0.6.0.1.ebuild  23 Dec 2014 22:53:56 -  1.3
+++ hpc-0.6.0.1.ebuild  1 Aug 2015 15:40:02 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/hpc-0.6.0.1.ebuild,v 1.3 
2014/12/23 22:53:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/hpc-0.6.0.1.ebuild,v 1.4 
2015/08/01 15:40:02 slyfox Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE=BSD
 SLOT=0/${PV}
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
 IUSE=
 
 RDEPEND==dev-lang/ghc-7.4.1:=



1.14 dev-haskell/hpc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hpc/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog   4 Apr 2015 10:08:22 -   1.13
+++ ChangeLog   1 Aug 2015 15:40:02 -   1.14
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/hpc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/ChangeLog,v 1.13 2015/04/04 
10:08:22 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hpc/ChangeLog,v 1.14 2015/08/01 
15:40:02 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org hpc-0.6.0.1.ebuild,
+  hpc-0.6.0.2.ebuild:
+  Mark as ghc core library.
 
 *hpc-0.6.0.2 (04 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/cabal: cabal-1.18.1.3.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:10:02

  Modified: cabal-1.18.1.3.ebuild ChangeLog
  Log:
  Update ghc core library list.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  dev-haskell/cabal/cabal-1.18.1.3.ebuild

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

Index: cabal-1.18.1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.18.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cabal-1.18.1.3.ebuild   14 Jul 2014 21:32:32 -  1.4
+++ cabal-1.18.1.3.ebuild   1 Aug 2015 16:10:02 -   1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.18.1.3.ebuild,v 
1.4 2014/07/14 21:32:32 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.18.1.3.ebuild,v 
1.5 2015/08/01 16:10:02 slyfox Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
 
 S=${WORKDIR}/${MY_PN}-${PV}
 
-CABAL_CORE_LIB_GHC_PV=7.8.2014* 7.8.0.2014* 7.8.1 7.8.2 7.8.3
+CABAL_CORE_LIB_GHC_PV=7.8.2014* 7.8.0.2014* 7.8.1 7.8.2 7.8.3 7.8.3.20141119
 
 src_prepare() {
if [[ -n ${LIVE_EBUILD} ]]; then



1.108dev-haskell/cabal/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog   26 Jul 2015 13:58:06 -  1.107
+++ ChangeLog   1 Aug 2015 16:10:02 -   1.108
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/cabal
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v 1.107 
2015/07/26 13:58:06 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/ChangeLog,v 1.108 
2015/08/01 16:10:02 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org cabal-1.18.1.3.ebuild:
+  Update ghc core library list.
 
 *cabal-1.22.4.0 (26 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in www-client/google-chrome-unstable: google-chrome-unstable-46.0.2467.2_p1.ebuild ChangeLog google-chrome-unstable-45.0.2454.15_p1.ebuild

2015-08-01 Thread Mike Gilbert (floppym)
floppym 15/08/01 16:08:42

  Modified: ChangeLog
  Added:google-chrome-unstable-46.0.2467.2_p1.ebuild
  Removed:  google-chrome-unstable-45.0.2454.15_p1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.110www-client/google-chrome-unstable/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.110view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?rev=1.110content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/ChangeLog?r1=1.109r2=1.110

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   24 Jul 2015 22:13:21 -  1.109
+++ ChangeLog   1 Aug 2015 16:08:42 -   1.110
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/google-chrome-unstable
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.109 
2015/07/24 22:13:21 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/ChangeLog,v 1.110 
2015/08/01 16:08:42 floppym Exp $
+
+*google-chrome-unstable-46.0.2467.2_p1 (01 Aug 2015)
+
+  01 Aug 2015; Mike Gilbert flop...@gentoo.org
+  +google-chrome-unstable-46.0.2467.2_p1.ebuild,
+  -google-chrome-unstable-45.0.2454.15_p1.ebuild:
+  Automated update.
 
 *google-chrome-unstable-45.0.2454.15_p1 (24 Jul 2015)
 



1.1  
www-client/google-chrome-unstable/google-chrome-unstable-46.0.2467.2_p1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-46.0.2467.2_p1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-46.0.2467.2_p1.ebuild?rev=1.1content-type=text/plain

Index: google-chrome-unstable-46.0.2467.2_p1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-client/google-chrome-unstable/google-chrome-unstable-46.0.2467.2_p1.ebuild,v
 1.1 2015/08/01 16:08:42 floppym Exp $

EAPI=5

CHROMIUM_LANGS=am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt_BR pt_PT ro ru sk sl 
sr
sv sw ta te th tr uk vi zh_CN zh_TW

inherit readme.gentoo chromium eutils multilib pax-utils unpacker

DESCRIPTION=The web browser from Google
HOMEPAGE=http://www.google.com/chrome;

if [[ ${PN} == google-chrome ]]; then
MY_PN=${PN}-stable
else
MY_PN=${PN}
fi

MY_P=${MY_PN}_${PV/_p/-}

SRC_URI=
amd64? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)


LICENSE=google-chrome
SLOT=0
KEYWORDS=-* ~amd64 ~x86
IUSE=+plugins
RESTRICT=bindist mirror strip

RDEPEND=
app-arch/bzip2
app-misc/ca-certificates
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:2
net-print/cups
sys-apps/dbus
sys-libs/libcap
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:2
=x11-libs/libX11-1.5.0
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/libXScrnSaver
x11-libs/libXtst
x11-libs/pango
x11-misc/xdg-utils


QA_PREBUILT=*
S=${WORKDIR}
CHROME_HOME=opt/google/chrome${PN#google-chrome}

DISABLE_AUTOFORMATTING=yes
DOC_CONTENTS=
Some web pages may require additional fonts to display properly.
Try installing some of the following packages if some characters
are not displayed properly:
- media-fonts/arphicfonts
- media-fonts/bitstream-cyberbit
- media-fonts/droid
- media-fonts/ipamonafont
- media-fonts/ja-ipafonts
- media-fonts/takao-fonts
- media-fonts/wqy-microhei
- media-fonts/wqy-zenhei

Depending on your desktop environment, you may need
to install additional packages to get icons on the Downloads page.

For KDE, the required package is kde-apps/oxygen-icons.

For other desktop environments, try one of the following:
- x11-themes/gnome-icon-theme
- 

[gentoo-commits] gentoo-x86 commit in dev-haskell/cgi: cgi-3001.1.8.5.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:08:31

  Modified: cgi-3001.1.8.5.ebuild ChangeLog
  Log:
  Export a knob for older ghcs.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/cgi/cgi-3001.1.8.5.ebuild

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

Index: cgi-3001.1.8.5.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.8.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cgi-3001.1.8.5.ebuild   24 Feb 2014 07:03:35 -  1.1
+++ cgi-3001.1.8.5.ebuild   1 Aug 2015 16:08:30 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.8.5.ebuild,v 1.1 
2014/02/24 07:03:35 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.1.8.5.ebuild,v 1.2 
2015/08/01 16:08:30 slyfox Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 LICENSE=BSD
 SLOT=0/${PV}
 KEYWORDS=~alpha ~amd64 ~ppc ~sparc ~x86
-IUSE=
+IUSE=+extensible-exceptions-in-base
 
 RDEPEND=dev-haskell/monadcatchio-mtl:=[profile?]
=dev-haskell/mtl-1.0:=[profile?]
@@ -24,6 +24,7 @@
=dev-haskell/parsec-2.0:=[profile?]
=dev-haskell/xhtml-3000.0.0:=[profile?]
=dev-lang/ghc-6.10.4:=
+   !extensible-exceptions-in-base? ( 
dev-haskell/extensible-exceptions:=[profile?] )
 
 DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6.0.3
@@ -31,3 +32,8 @@
 src_prepare() {
epatch ${FILESDIR}/${P}-ghc78.patch
 }
+
+src_configure() {
+   haskell-cabal_src_configure \
+   $(cabal_flag extensible-exceptions-in-base 
extensible-exceptions-in-base)
+}



1.41 dev-haskell/cgi/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   26 Jul 2015 14:02:30 -  1.40
+++ ChangeLog   1 Aug 2015 16:08:30 -   1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/cgi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.40 2015/07/26 
14:02:30 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/ChangeLog,v 1.41 2015/08/01 
16:08:30 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org cgi-3001.1.8.5.ebuild:
+  Export a knob for older ghcs.
 
 *cgi-3001.2.2.2 (26 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/gnutls: gnutls-0.1.6.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:09:05

  Modified: ChangeLog
  Added:gnutls-0.1.6.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/gnutls/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gnutls/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   25 Jul 2014 08:59:11 -  1.3
+++ ChangeLog   1 Aug 2015 16:09:05 -   1.4
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/gnutls
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnutls/ChangeLog,v 1.3 
2014/07/25 08:59:11 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnutls/ChangeLog,v 1.4 
2015/08/01 16:09:05 slyfox Exp $
+
+*gnutls-0.1.6 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +gnutls-0.1.6.ebuild:
+  Version bump.
 
   25 Jul 2014; Sergei Trofimovich sly...@gentoo.org metadata.xml:
   Drop redundant 'maintainer' field, leave only 'herd'.



1.1  dev-haskell/gnutls/gnutls-0.1.6.ebuild

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

Index: gnutls-0.1.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gnutls/gnutls-0.1.6.ebuild,v 1.1 
2015/08/01 16:09:05 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Bindings for GNU libgnutls
HOMEPAGE=https://john-millikin.com/software/haskell-gnutls/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=GPL-3
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/monads-tf-0.1:=[profile?] 
dev-haskell/monads-tf-0.2:=[profile?]
=dev-haskell/transformers-0.2:=[profile?]
=dev-lang/ghc-7.4.1:=
net-libs/gnutls

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in www-plugins/chrome-binary-plugins: chrome-binary-plugins-46.0.2467.2_alpha1.ebuild ChangeLog chrome-binary-plugins-45.0.2454.15_alpha1.ebuild

2015-08-01 Thread Mike Gilbert (floppym)
floppym 15/08/01 16:08:26

  Modified: ChangeLog
  Added:chrome-binary-plugins-46.0.2467.2_alpha1.ebuild
  Removed:  chrome-binary-plugins-45.0.2454.15_alpha1.ebuild
  Log:
  Automated update.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0BBEEA1FEA4843A4)

Revision  ChangesPath
1.276www-plugins/chrome-binary-plugins/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.276view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?rev=1.276content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog?r1=1.275r2=1.276

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -r1.275 -r1.276
--- ChangeLog   29 Jul 2015 00:15:03 -  1.275
+++ ChangeLog   1 Aug 2015 16:08:26 -   1.276
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/chrome-binary-plugins
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.275 
2015/07/29 00:15:03 floppym Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/ChangeLog,v 1.276 
2015/08/01 16:08:26 floppym Exp $
+
+*chrome-binary-plugins-46.0.2467.2_alpha1 (01 Aug 2015)
+
+  01 Aug 2015; Mike Gilbert flop...@gentoo.org
+  +chrome-binary-plugins-46.0.2467.2_alpha1.ebuild,
+  -chrome-binary-plugins-45.0.2454.15_alpha1.ebuild:
+  Automated update.
 
 *chrome-binary-plugins-44.0.2403.125_p1 (29 Jul 2015)
 



1.1  
www-plugins/chrome-binary-plugins/chrome-binary-plugins-46.0.2467.2_alpha1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-46.0.2467.2_alpha1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-46.0.2467.2_alpha1.ebuild?rev=1.1content-type=text/plain

Index: chrome-binary-plugins-46.0.2467.2_alpha1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/chrome-binary-plugins/chrome-binary-plugins-46.0.2467.2_alpha1.ebuild,v
 1.1 2015/08/01 16:08:26 floppym Exp $

EAPI=5

inherit multilib unpacker

DESCRIPTION=Binary plugins from Google Chrome for use in Chromium
HOMEPAGE=http://www.google.com/chrome;

case ${PV} in
*_alpha*|*)
SLOT=unstable
CHROMEDIR=opt/google/chrome-${SLOT}
MY_PV=${PV/_alpha/-}
;;
*_beta*)
SLOT=beta
CHROMEDIR=opt/google/chrome-${SLOT}
MY_PV=${PV/_beta/-}
;;
*_p*)
SLOT=stable
CHROMEDIR=opt/google/chrome
MY_PV=${PV/_p/-}
;;
*)
die Invalid value for \${PV}: ${PV}
;;
esac

MY_PN=google-chrome-${SLOT}
MY_P=${MY_PN}_${MY_PV}

if [[ ${PV} != * ]]; then
SRC_URI=
amd64? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (

https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)

KEYWORDS=~amd64 ~x86
fi

LICENSE=google-chrome
IUSE=+flash +widevine
RESTRICT=bindist mirror strip

for x in 0 beta stable unstable; do
if [[ ${SLOT} != ${x} ]]; then
RDEPEND+= !${CATEGORY}/${PN}:${x}
fi
done

S=${WORKDIR}/${CHROMEDIR}
QA_PREBUILT=*

pkg_nofetch() {
eerror Please wait 24 hours and sync your portage tree before 
reporting fetch failures.
}

if [[ ${PV} == * ]]; then
src_unpack() {
local base=https://dl.google.com/linux/direct;
local debarch=${ARCH/x86/i386}
wget -O google-chrome.deb 
${base}/google-chrome-${SLOT}_current_${debarch}.deb || die
unpack_deb ./google-chrome.deb
}
fi

src_install() {
local version flapper

insinto /usr/$(get_libdir)/chromium-browser/

if use widevine; then
doins libwidevinecdm.so
strings ./chrome | grep -C 1  (version: | tail -1  
widevine.version
doins widevine.version
einfo Please note that if you intend to use this with 
www-clients/chromium,
einfo you'll need to enable the widevine USE flag there as 
well, in order to
einfo utilize the widevine USE flag that's been used here.
fi

if use flash; then
doins -r PepperFlash

   

[gentoo-commits] gentoo-x86 commit in dev-haskell/base-orphans: metadata.xml base-orphans-0.3.2.ebuild Manifest ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:23:13

  Added:metadata.xml base-orphans-0.3.2.ebuild Manifest
ChangeLog
  Log:
  Backwards-compatible orphan instances for base, a depend for 
dev-haskell/bifunctors-5.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/base-orphans/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-orphans/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-orphans/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
herdhaskell/herd
longdescription
@base-orphans@ defines orphan instances that mimic instances 
available in later versions of @base@ to a wider (older) range of compilers. 
@base-orphans@ does not export anything except the orphan instances themselves 
and complements @lt;http://hackage.haskell.org/package/base-compat 
base-compatgt;@.

See the README for what instances are covered: 
lt;https://github.com/haskell-compat/base-orphans#readmegt;
/longdescription
/pkgmetadata



1.1  dev-haskell/base-orphans/base-orphans-0.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-orphans/base-orphans-0.3.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-orphans/base-orphans-0.3.2.ebuild?rev=1.1content-type=text/plain

Index: base-orphans-0.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-haskell/base-orphans/base-orphans-0.3.2.ebuild,v 
1.1 2015/08/01 16:23:13 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Backwards-compatible orphan instances for base
HOMEPAGE=https://github.com/haskell-compat/base-orphans#readme;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10
test? ( =dev-haskell/hspec-2 dev-haskell/hspec-3 )




1.1  dev-haskell/base-orphans/Manifest

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

Index: Manifest
===
DIST base-orphans-0.3.2.tar.gz 12608 SHA256 
f41a88952ae2b20acdaed44da2b9f1860f93703eb78e8ff9926d0a0a598776e1 SHA512 
2c62148c49e123a8e6f95ac65c4b8998c73f3f0d0bfc71e90058f3d75d760b048f8b3f8a0e88ac80c39947ce3d3d42243b66a2370045e44cbacb1f054335303c
 WHIRLPOOL 
b3331899085e11a11be9a3bb4f025b35648c03edeea6a861a67bca880eb5e65a1f3fd28ebe32bd7415397b98867a33d89d89c72c5aaf1b7b9e51418e4d498a64
EBUILD base-orphans-0.3.2.ebuild 650 SHA256 
cebf1955e7fbe5e84bffa7ffe11cee30bd89d75228da5dea32acbf39a50f97d0 SHA512 
ff8280696e333f338bf97d92646de0bcb414d8555af619e2827a4f4b765797913435b15e9717cafcb675b770c640df3813871d03194391fc1ab36ce8fed24be0
 WHIRLPOOL 
44418e9e6bf891e931452b3d3ef5c9acac72493a8a3ca0d27da1d7a895ae1083d5cc55720299894f0ff702fc0c80d238e83920d37f37dc5a9adf05ce23aef756
MISC metadata.xml 619 SHA256 
3ebc5bf1e1f524927c29a8649fab6bd6823473f77ce592284dcf4a4714a471e3 SHA512 
1714d5eae18d93407692d99c34c619b99044542c356765c12848227814d21cbc2d089a5e5626f6a689428e0be82bb8c56591834b66b168d4150f75869daa4707
 WHIRLPOOL 
726a503c0ec97d7d721c603752a7d4723a83b69d7c2e7e585d4bf063e24e96f12c2c1ddec19da2b6564b779f56573548f016a9b829c6e5301ae62faeb428586b



1.1  dev-haskell/base-orphans/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-haskell/base-orphans
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-orphans/ChangeLog,v 1.1 
2015/08/01 16:23:13 slyfox Exp $

*base-orphans-0.3.2 (01 Aug 2015)

  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
  +base-orphans-0.3.2.ebuild, +metadata.xml:
  Backwards-compatible orphan instances for base, a depend for dev-
  haskell/bifunctors-5.






[gentoo-commits] gentoo-x86 commit in dev-haskell/base-orphans: - New directory

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:22:27

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/base-orphans added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/bifunctors: metadata.xml bifunctors-5.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:22:09

  Modified: metadata.xml ChangeLog
  Added:bifunctors-5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/bifunctors/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/bifunctors/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml6 Jun 2015 10:24:01 -   1.3
+++ metadata.xml1 Aug 2015 16:22:09 -   1.4
@@ -5,7 +5,14 @@
longdescription
Haskell 98 bifunctors
/longdescription
-   upstream
-   remote-id type=githubekmett/bifunctors/remote-id
-   /upstream
+   use
+   flag name=semigroupsYou can disable the use of the
+`semigroups` package using `-f-semigroups`. Disabing this is
+an unsupported configuration, but it may be useful for
+accelerating builds in sandboxes for expert users./flag
+   flag name=taggedYou can disable the use of the `tagged` 
package
+using `-f-tagged`. Disabing this is an unsupported
+configuration, but it may be useful for accelerating builds in
+sandboxes for expert users./flag
+   /use
 /pkgmetadata



1.9  dev-haskell/bifunctors/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/bifunctors/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   6 Jun 2015 10:24:01 -   1.8
+++ ChangeLog   1 Aug 2015 16:22:09 -   1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/bifunctors
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bifunctors/ChangeLog,v 1.8 
2015/06/06 10:24:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bifunctors/ChangeLog,v 1.9 
2015/08/01 16:22:09 slyfox Exp $
+
+*bifunctors-5 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +bifunctors-5.ebuild,
+  metadata.xml:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/bifunctors/bifunctors-5.ebuild

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

Index: bifunctors-5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bifunctors/bifunctors-5.ebuild,v 
1.1 2015/08/01 16:22:09 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Bifunctors
HOMEPAGE=http://github.com/ekmett/bifunctors/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=+semigroups +tagged

RDEPEND==dev-lang/ghc-7.4.1:=
semigroups? ( =dev-haskell/semigroups-0.8.3.1:=[profile?] 
dev-haskell/semigroups-1:=[profile?] )
tagged? ( =dev-haskell/tagged-0.7.3:=[profile?] 
dev-haskell/tagged-1:=[profile?] )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag semigroups semigroups) \
$(cabal_flag tagged tagged)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/semigroupoids: metadata.xml semigroupoids-5.0.0.2.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:24:16

  Modified: metadata.xml ChangeLog
  Added:semigroupoids-5.0.0.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  dev-haskell/semigroupoids/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/semigroupoids/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml6 Jun 2015 16:32:14 -   1.4
+++ metadata.xml1 Aug 2015 16:24:16 -   1.5
@@ -8,10 +8,10 @@
A Semigroupoid is a Category without the requirement of 
identity arrows for every object in the category.

When working with comonads you often have the @\lt;*\gt;@ 
portion of an @Applicative@, but
-   not the @pure@. This was captured in Uustalu and Vene's 
\Essence of Dataflow Programming\
+   not the @pure@. This was captured in Uustalu and Vene#39;s 
\quot;Essence of Dataflow Programming\quot;
in the form of the @ComonadZip@ class in the days before 
@Applicative@. Apply provides a weaker invariant, but for the comonads used for 
data flow programming (found in the streams package), this invariant is 
preserved. Applicative function composition forms a semigroupoid.

-   Similarly many structures are nearly a comonad, but not quite, 
for instance lists provide a reasonable 'extend' operation in the form of 
'tails', but do not always contain a value.
+   Similarly many structures are nearly a comonad, but not quite, 
for instance lists provide a reasonable #39;extend#39; operation in the form 
of #39;tails#39;, but do not always contain a value.


Ideally the following relationships would hold:
@@ -31,27 +31,28 @@
as in many cases the binding operation or @\lt;*\gt;@ 
operation does not require them.

Finally, to work with these weaker structures it is beneficial 
to have containers
-   that can provide stronger guarantees about their contents, so 
versions of 'Traversable'
-   and 'Foldable' that can be folded with just a 'Semigroup' are 
added.
+   that can provide stronger guarantees about their contents, so 
versions of #39;Traversable#39;
+   and #39;Foldable#39; that can be folded with just a 
#39;Semigroup#39; are added.
/longdescription
-   use
-   flag name=comonadYou can disable the use of the `comonad` 
package using
+use
+  flag name='comonad'You can disable the use of the `comonad` package using
   `-f-comonad`. Disabling this is an unsupported configuration, but it may be
   useful for accelerating builds in sandboxes for expert users. If disabled we
   will not supply instances of `Comonad`/flag
-   flag name=containersYou can disable the use of the 
`containers` package
+  flag name='containers'You can disable the use of the `containers` package
   using `-f-containers`. Disabing this is an unsupported configuration, but it
   may be useful for accelerating builds in sandboxes for expert users./flag
-   flag name=contravariantYou can disable the use of the 
`contravariant`
+  flag name='contravariant'You can disable the use of the `contravariant`
   package using `-f-contravariant`. Disabling this is an unsupported
   configuration, but it may be useful for accelerating builds in sandboxes for
   expert users. If disabled we will not supply instances of 
`Contravariant`/flag
-   flag name=distributiveYou can disable the use of the 
`distributive`
+  flag name='distributive'You can disable the use of the `distributive`
   package using `-f-distributive`. Disabling this is an unsupported
   configuration, but it may be useful for accelerating builds in sandboxes for
   expert users. If disabled we will not supply instances of 
`Distributive`/flag
-   /use
-   upstream
-   remote-id type=githubekmett/semigroupoids/remote-id
-   /upstream
+  flag name=taggedYou can disable the use of the `tagged` package
+  using `-f-tagged`. Disabing this is an unsupported
+  configuration, but it may be useful for accelerating builds in
+  sandboxes for expert users./flag
+/use
 /pkgmetadata



1.8  dev-haskell/semigroupoids/ChangeLog

file : 

[gentoo-commits] gentoo-x86 commit in dev-haskell/listlike: - New directory

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:44:14

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/listlike added to the repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/process-extras: - New directory

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:43:37

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/process-extras added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/fmlist: - New directory

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:44:43

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/fmlist added to the repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/path-pieces: path-pieces-0.2.0.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:51:06

  Modified: ChangeLog
  Added:path-pieces-0.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.8  dev-haskell/path-pieces/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   23 Dec 2014 08:16:14 -  1.7
+++ ChangeLog   1 Aug 2015 16:51:06 -   1.8
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/path-pieces
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/ChangeLog,v 1.7 
2014/12/23 08:16:14 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/path-pieces/ChangeLog,v 1.8 
2015/08/01 16:51:06 slyfox Exp $
+
+*path-pieces-0.2.0 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org 
+path-pieces-0.2.0.ebuild:
+  Version bump.
 
 *path-pieces-0.1.5 (23 Dec 2014)
 



1.1  dev-haskell/path-pieces/path-pieces-0.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/path-pieces/path-pieces-0.2.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/path-pieces/path-pieces-0.2.0.ebuild?rev=1.1content-type=text/plain

Index: path-pieces-0.2.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/path-pieces/path-pieces-0.2.0.ebuild,v 1.1 
2015/08/01 16:51:06 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Components of paths
HOMEPAGE=http://hackage.haskell.org/package/path-pieces;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/text-0.5:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( =dev-haskell/hspec-1.3
dev-haskell/hunit
dev-haskell/quickcheck )







[gentoo-commits] gentoo-x86 commit in dev-haskell/semigroupoid-extras: semigroupoid-extras-5.ebuild metadata.xml ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:50:49

  Modified: metadata.xml ChangeLog
  Added:semigroupoid-extras-5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.4  dev-haskell/semigroupoid-extras/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/semigroupoid-extras/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml6 Jun 2015 16:29:43 -   1.3
+++ metadata.xml1 Aug 2015 16:50:49 -   1.4
@@ -5,7 +5,10 @@
longdescription
Semigroupoids and semigroupoid operations requiring Haskell 
extensions
/longdescription
-   upstream
-   remote-id type=githubekmett/semigroupoid-extras/remote-id
-   /upstream
+   use
+   flag name=profunctorsYou can disable the use of the
+`profunctors` package using `-f-profunctors`. Disabing this is
+an unsupported configuration, but it may be useful for
+accelerating builds in sandboxes for expert users./flag
+   /use
 /pkgmetadata



1.5  dev-haskell/semigroupoid-extras/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/semigroupoid-extras/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Jun 2015 16:29:43 -   1.4
+++ ChangeLog   1 Aug 2015 16:50:49 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/semigroupoid-extras
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/semigroupoid-extras/ChangeLog,v 
1.4 2015/06/06 16:29:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/semigroupoid-extras/ChangeLog,v 
1.5 2015/08/01 16:50:49 slyfox Exp $
+
+*semigroupoid-extras-5 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +semigroupoid-extras-5.ebuild, metadata.xml:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  
dev-haskell/semigroupoid-extras/semigroupoid-extras-5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroupoid-extras/semigroupoid-extras-5.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/semigroupoid-extras/semigroupoid-extras-5.ebuild?rev=1.1content-type=text/plain

Index: semigroupoid-extras-5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/semigroupoid-extras/semigroupoid-extras-5.ebuild,v
 1.1 2015/08/01 16:50:49 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Semigroupoids that depend on PolyKinds
HOMEPAGE=http://github.com/ekmett/semigroupoid-extras;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=+profunctors

RDEPEND==dev-haskell/semigroupoids-5:=[profile?] 
dev-haskell/semigroupoids-6:=[profile?]
=dev-lang/ghc-7.6.1:=
profunctors? ( =dev-haskell/profunctors-5:=[profile?] 
dev-haskell/profunctors-6:=[profile?] )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.16.0


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






[gentoo-commits] gentoo-x86 commit in dev-haskell/lens: lens-4.11.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:49:07

  Modified: ChangeLog
  Added:lens-4.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.12 dev-haskell/lens/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lens/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   1 Aug 2015 16:47:17 -   1.11
+++ ChangeLog   1 Aug 2015 16:49:07 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/lens
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lens/ChangeLog,v 1.11 
2015/08/01 16:47:17 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lens/ChangeLog,v 1.12 
2015/08/01 16:49:07 slyfox Exp $
+
+*lens-4.11 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +lens-4.11.ebuild:
+  Version bump.
 
 *lens-4.9.1 (01 Aug 2015)
 



1.1  dev-haskell/lens/lens-4.11.ebuild

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

Index: lens-4.11.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lens/lens-4.11.ebuild,v 1.1 
2015/08/01 16:49:07 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.3
#hackport: flags: -lib-werror

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Lenses, Folds and Traversals
HOMEPAGE=http://github.com/ekmett/lens/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=benchmark-uniplate dump-splices +inlining j old-inline-pragmas safe 
+test-doctests +test-hlint +test-hunit +test-properties +trustworthy

RDEPEND==dev-haskell/bifunctors-5:=[profile?] 
dev-haskell/bifunctors-6:=[profile?]
=dev-haskell/comonad-4:=[profile?] dev-haskell/comonad-5:=[profile?]
=dev-haskell/contravariant-0.3:=[profile?] 
dev-haskell/contravariant-2:=[profile?]
=dev-haskell/distributive-0.3:=[profile?] 
dev-haskell/distributive-1:=[profile?]
=dev-haskell/exceptions-0.1.1:=[profile?] 
dev-haskell/exceptions-1:=[profile?]
=dev-haskell/free-4:=[profile?] dev-haskell/free-5:=[profile?]
=dev-haskell/hashable-1.1.2.3:=[profile?] 
dev-haskell/hashable-1.3:=[profile?]
=dev-haskell/kan-extensions-4.2.1:=[profile?] 
dev-haskell/kan-extensions-5:=[profile?]
=dev-haskell/mtl-2.0.1:=[profile?] dev-haskell/mtl-2.3:=[profile?]
=dev-haskell/parallel-3.1.0.1:=[profile?] 
dev-haskell/parallel-3.3:=[profile?]
=dev-haskell/profunctors-5:=[profile?] 
dev-haskell/profunctors-6:=[profile?]
=dev-haskell/reflection-1.1.6:=[profile?] 
dev-haskell/reflection-2:=[profile?]
=dev-haskell/semigroupoids-5:=[profile?] 
dev-haskell/semigroupoids-6:=[profile?]
=dev-haskell/semigroups-0.8.4:=[profile?] 
dev-haskell/semigroups-1:=[profile?]
=dev-haskell/tagged-0.4.4:=[profile?] dev-haskell/tagged-1:=[profile?]
=dev-haskell/text-0.11:=[profile?] dev-haskell/text-1.3:=[profile?]
=dev-haskell/transformers-0.2:=[profile?] 
dev-haskell/transformers-0.5:=[profile?]
=dev-haskell/transformers-compat-0.4:=[profile?] 
dev-haskell/transformers-compat-1:=[profile?]
=dev-haskell/unordered-containers-0.2:=[profile?] 
dev-haskell/unordered-containers-0.3:=[profile?]
=dev-haskell/vector-0.9:=[profile?] 
dev-haskell/vector-0.11:=[profile?]
=dev-haskell/void-0.5:=[profile?] dev-haskell/void-1:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( test-doctests? ( =dev-haskell/doctest-0.9.1
dev-haskell/generic-deriving
dev-haskell/nats
=dev-haskell/semigroups-0.9
=dev-haskell/simple-reflect-0.3.1
test-properties? ( 
=dev-haskell/quickcheck-2.4

=dev-haskell/test-framework-0.6


[gentoo-commits] gentoo-x86 commit in dev-haskell/reflection: metadata.xml reflection-1.5.2.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:50:14

  Modified: metadata.xml ChangeLog
  Added:reflection-1.5.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  dev-haskell/reflection/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/reflection/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml6 Jun 2015 16:00:37 -   1.4
+++ metadata.xml1 Aug 2015 16:50:14 -   1.5
@@ -4,7 +4,7 @@
herdhaskell/herd
longdescription
This package provides an implementation of the ideas presented 
in the paper
-   \Functional Pearl: Implicit Configurations\ by Oleg Kiselyov 
and
+   \quot;Functional Pearl: Implicit Configurations\quot; by Oleg 
Kiselyov and
Chung-chieh Shan. However, the API has been streamlined to 
improve performance.

The original paper can be obtained from
@@ -43,10 +43,8 @@
reduces the need for helper functions and scoped type variables 
in user
code.
/longdescription
-   use
-   flag name=thEnable template haskell./flag
-   /use
-   upstream
-   remote-id type=githubekmett/reflection/remote-id
-   /upstream
+use
+  flag name='template-haskell'Enable template haskell./flag
+  flag name='th'Enable template haskell./flag
+/use
 /pkgmetadata



1.7  dev-haskell/reflection/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/reflection/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 Jun 2015 16:00:37 -   1.6
+++ ChangeLog   1 Aug 2015 16:50:14 -   1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/reflection
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/reflection/ChangeLog,v 1.6 
2015/06/06 16:00:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/reflection/ChangeLog,v 1.7 
2015/08/01 16:50:14 slyfox Exp $
+
+*reflection-1.5.2.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +reflection-1.5.2.1.ebuild, metadata.xml:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/reflection/reflection-1.5.2.1.ebuild

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

Index: reflection-1.5.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-haskell/reflection/reflection-1.5.2.1.ebuild,v 1.1 
2015/08/01 16:50:14 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.
#hackport: flags: -slow

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Reifies arbitrary terms into types that can be reflected back into 
terms
HOMEPAGE=http://github.com/ekmett/reflection;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=+template-haskell

RDEPEND==dev-haskell/tagged-0.4.4:=[profile?] 
dev-haskell/tagged-1:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10


src_configure() {
haskell-cabal_src_configure \
--flag=-slow \
$(cabal_flag template-haskell template-haskell)
}






[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/var/lib/portage/

2015-08-01 Thread Anthony G. Basile
commit: f6fa31e025ee2788ac9db03926810c2c042c001b
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Aug  1 18:26:46 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Aug  1 18:26:46 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=f6fa31e0

dev-tex/cpp2latex: hangs sandbox because of gcj

 core/var/lib/portage/world.CYCLE.4 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/var/lib/portage/world.CYCLE.4 
b/core/var/lib/portage/world.CYCLE.4
index d52bfde..4d13ef4 100644
--- a/core/var/lib/portage/world.CYCLE.4
+++ b/core/var/lib/portage/world.CYCLE.4
@@ -1355,7 +1355,6 @@ dev-tcltk/tkpiechart
 dev-tcltk/vtcl
 dev-tex/aastex
 dev-tex/catdvi
-dev-tex/cpp2latex
 dev-tex/csindex
 dev-tex/curve
 dev-tex/foiltex



[gentoo-commits] gentoo-x86 commit in www-apps/gitit: gitit-0.11.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:35:58

  Modified: ChangeLog
  Added:gitit-0.11.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.8  www-apps/gitit/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/gitit/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   20 Jul 2015 18:20:06 -  1.7
+++ ChangeLog   1 Aug 2015 11:35:58 -   1.8
@@ -1,6 +1,11 @@
 # ChangeLog for www-apps/gitit
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/gitit/ChangeLog,v 1.7 2015/07/20 
18:20:06 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/gitit/ChangeLog,v 1.8 2015/08/01 
11:35:58 slyfox Exp $
+
+*gitit-0.11.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +gitit-0.11.1.ebuild:
+  Version bump.
 
 *gitit-0.11 (20 Jul 2015)
 



1.1  www-apps/gitit/gitit-0.11.1.ebuild

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

Index: gitit-0.11.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/gitit/gitit-0.11.1.ebuild,v 1.1 
2015/08/01 11:35:58 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION=Wiki using happstack, git or darcs, and pandoc
HOMEPAGE=http://gitit.net;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=+network-uri +plugins

RDEPEND==app-text/pandoc-1.12.4:=[profile?] app-text/pandoc-1.16:=[profile?]
=dev-haskell/aeson-0.7:=[profile?] dev-haskell/aeson-0.10:=[profile?]
=dev-haskell/base64-bytestring-0.1:=[profile?] 
dev-haskell/base64-bytestring-1.1:=[profile?]
=dev-haskell/blaze-html-0.4:=[profile?] 
dev-haskell/blaze-html-0.9:=[profile?]
=dev-haskell/configfile-1:=[profile?] 
dev-haskell/configfile-1.2:=[profile?]
=dev-haskell/feed-0.3.6:=[profile?] dev-haskell/feed-0.4:=[profile?]
=dev-haskell/filestore-0.6:=[profile?] 
dev-haskell/filestore-0.7:=[profile?]
=dev-haskell/happstack-server-7.0:=[profile?] 
dev-haskell/happstack-server-7.5:=[profile?]
=dev-haskell/highlighting-kate-0.5.0.1:=[profile?] 
dev-haskell/highlighting-kate-0.7:=[profile?]
=dev-haskell/hoauth2-0.4.2:=[profile?] 
dev-haskell/hoauth2-0.5:=[profile?]
=dev-haskell/hslogger-1:=[profile?] 
dev-haskell/hslogger-1.3:=[profile?]
=dev-haskell/hstringtemplate-0.6:=[profile?] 
dev-haskell/hstringtemplate-0.9:=[profile?]
=dev-haskell/http-4000.0:=[profile?] 
dev-haskell/http-4000.3:=[profile?]
=dev-haskell/http-client-tls-0.2.2:=[profile?] 
dev-haskell/http-client-tls-0.3:=[profile?]
=dev-haskell/http-conduit-2.1.4:=[profile?] 
dev-haskell/http-conduit-2.2:=[profile?]
=dev-haskell/json-0.4:=[profile?] dev-haskell/json-0.10:=[profile?]
dev-haskell/mtl:=[profile?]
=dev-haskell/old-locale-1:=[profile?]
dev-haskell/old-time:=[profile?]
=dev-haskell/pandoc-types-1.12.3:=[profile?] 
dev-haskell/pandoc-types-1.13:=[profile?]
dev-haskell/parsec:=[profile?]
dev-haskell/random:=[profile?]
=dev-haskell/recaptcha-0.1:=[profile?]
dev-haskell/safe:=[profile?]
dev-haskell/sha-1:=[profile?] dev-haskell/sha-1.7:=[profile?]
dev-haskell/split:=[profile?]
dev-haskell/syb:=[profile?]
=dev-haskell/tagsoup-0.13:=[profile?] 
dev-haskell/tagsoup-0.14:=[profile?]
dev-haskell/text:=[profile?]
=dev-haskell/uri-0.1:=[profile?] dev-haskell/uri-0.2:=[profile?]
=dev-haskell/url-2.1:=[profile?] dev-haskell/url-2.2:=[profile?]
=dev-haskell/utf8-string-0.3:=[profile?] 
dev-haskell/utf8-string-1.1:=[profile?]
=dev-haskell/uuid-1.3:=[profile?] dev-haskell/uuid-1.4:=[profile?]
dev-haskell/xhtml:=[profile?]
=dev-haskell/xml-1.3.5:=[profile?]
=dev-haskell/xss-sanitize-0.3:=[profile?] 
dev-haskell/xss-sanitize-0.4:=[profile?]
=dev-haskell/zlib-0.5:=[profile?] dev-haskell/zlib-0.7:=[profile?]

[gentoo-commits] gentoo-x86 commit in dev-haskell/top/files: top-1.7-ghc-7.10.patch

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:56:49

  Added:top-1.7-ghc-7.10.patch
  Log:
  Constraint solving framework employed by the Helium Compiler, a depend for 
new dev-lang/helium-1.8.1.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/top/files/top-1.7-ghc-7.10.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/top/files/top-1.7-ghc-7.10.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/top/files/top-1.7-ghc-7.10.patch?rev=1.1content-type=text/plain

Index: top-1.7-ghc-7.10.patch
===
diff --git a/src/Top/Implementation/TypeGraph/DefaultHeuristics.hs 
b/src/Top/Implementation/TypeGraph/DefaultHeuristics.hs
index 2cc5210..faf4c8c 100644
--- a/src/Top/Implementation/TypeGraph/DefaultHeuristics.hs
+++ b/src/Top/Implementation/TypeGraph/DefaultHeuristics.hs
@@ -1,2 +1,3 @@
+{-# LANGUAGE FlexibleContexts #-}
 -
 -- | License  :  GPL
diff --git a/src/Top/Monad/Select.hs b/src/Top/Monad/Select.hs
index e5953cb..72276b4 100644
--- a/src/Top/Monad/Select.hs
+++ b/src/Top/Monad/Select.hs
@@ -16,4 +16,6 @@ module Top.Monad.Select
 import Top.Util.Embedding
 import Control.Monad.State
+import Control.Monad
+import Control.Applicative
 
 
@@ -22,4 +24,11 @@ import Control.Monad.State
 newtype Select t m a = Select (m a)
 
+instance Monad m = Functor (Select t m) where
+fmap  = liftM
+
+instance Monad m = Applicative (Select t m) where
+pure  = return
+(*) = ap  -- defined in Control.Monad
+
 instance Monad m = Monad (Select t m) where
return a   = Select (return a) 
@@ -43,4 +52,11 @@ select = Select
 data SelectFix (t :: (* - *) - *) (m :: * - *) a = SelectFix (m a)
 
+instance Monad m = Functor (SelectFix t m) where
+fmap  = liftM
+
+instance Monad m = Applicative (SelectFix t m) where
+pure  = return
+(*) = ap  -- defined in Control.Monad
+
 instance Monad m = Monad (SelectFix t m) where
return a  = SelectFix (return a)
diff --git a/src/Top/Monad/StateFix.hs b/src/Top/Monad/StateFix.hs
index d77919d..bd8fb76 100644
--- a/src/Top/Monad/StateFix.hs
+++ b/src/Top/Monad/StateFix.hs
@@ -16,4 +16,6 @@ import Control.Monad.State
 import Control.Monad.Identity
 import Control.Monad.Writer
+import Control.Monad
+import Control.Applicative
 
 type StateFix s = StateFixT s Identity
@@ -21,4 +23,11 @@ type StateFix s = StateFixT s Identity
 data StateFixT s m a = Fix { unFix :: StateT (s (StateFixT s m)) m a }
 
+instance Monad m = Functor (StateFixT s m) where
+fmap  = liftM
+
+instance Monad m = Applicative (StateFixT s m) where
+pure  = return
+(*) = ap  -- defined in Control.Monad
+
 instance Monad m = Monad (StateFixT s m) where 
return  = Fix . return






[gentoo-commits] gentoo-x86 commit in dev-haskell/top: metadata.xml top-1.7.ebuild Manifest ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:56:49

  Added:metadata.xml top-1.7.ebuild Manifest ChangeLog
  Log:
  Constraint solving framework employed by the Helium Compiler, a depend for 
new dev-lang/helium-1.8.1.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/top/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/top/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/top/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
herdhaskell/herd
longdescription
At its most general, Top is a framework for constructing 
abstract interpretations
which focuses on giving good feedback on why an abstract 
interpretation does not give
any useful information. In a mathematical notation this is 
usually made explicit by
returning the top element of a (complete) lattice. This is also 
one of the reasons
for the name of the project.
/longdescription
/pkgmetadata



1.1  dev-haskell/top/top-1.7.ebuild

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

Index: top-1.7.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/top/top-1.7.ebuild,v 1.1 
2015/08/01 11:56:49 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

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

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

DESCRIPTION=Constraint solving framework employed by the Helium Compiler
HOMEPAGE=http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome;
SRC_URI=mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz

LICENSE=GPL-2
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=dev-haskell/mtl:=[profile?]
dev-haskell/parsec:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10.1.0


S=${WORKDIR}/${MY_P}

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



1.1  dev-haskell/top/Manifest

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

Index: Manifest
===
AUX top-1.7-ghc-7.10.patch 2305 SHA256 
ea3e3b877e403404c3742a9baf22395254393525f1af90cd772444d003841028 SHA512 
e5b6d8ad618787e70e06ad08e92b53c5d66dd4464a7cc476f55da86b740bf835a9e3c1e35a03dd3a390bb7798459afbdf7aed19c91491bb6d16c53092cd4a0fb
 WHIRLPOOL 
d0d6b177bb7466e8ddfb96822481fab93ca1fcecc7a68771f36af61a89ef0716ef2a329e61e0cf43d54f37812590391a3688277bed0a8e2221d79e767d14ee7b
DIST Top-1.7.tar.gz 70721 SHA256 
3d8da13be43fa6393d660bc0ec17c4336a93d8f0ac5808c6274149af3866717a SHA512 
90d5f1042c07101c35bc1722c18667f551fa4d9034e70a4b7466ff25906899053a054f1227fed8d6d534d04fe9a1c2420585143cde44badfe98e08bf9a6225b4
 WHIRLPOOL 
721aad7b923963596ae83c2c5d4abff4cc5202af3af38de11354da1cbd6d4e615707be54454e363ce0b448af1e5ceb994b57884fb5a649a8dc12bf16eb1f894c
EBUILD top-1.7.ebuild 798 SHA256 
6f95a9d054544520ba3a9effd9018575367d3a0a3818118c5b77785f7072b54e SHA512 
7cfe8c21c985bb22da135471e52b7a3d2425dfeead8c87ae39020b1d26eda45d5579773d3eb37e8a7177684d839ab3eb509175acd4319a0636d6e06fba6e849f
 WHIRLPOOL 
1e8d4c31d9b82ae85cc5ba61995eb3b182f87c12b349ed3faf53e2ae7c8982351d0b934f067f6aec3e8038e014af8b38dff1a65fc74ed8f804bf546f4bed5c27
MISC metadata.xml 574 SHA256 
912b65f38d69917b2c082ad0bfaa354684512761ab7f5c27d5a1823300c2cd9f SHA512 
54886de95879558210a85663ab397215d41ad322172a38d3536c8b5609d3435138015a71fcb33f9dd4399ae871f41c7e16eaa6c8446dda6aaab9aaed0ec9cbdd
 WHIRLPOOL 
46faac03cdbfc375645773e020e6b773fc8625838ded6c20ed8fbbdb155ca44e164cc29a2069eff9ee7d90f092cc6fd435a581d112a666440114ae29e5a73667



1.1  dev-haskell/top/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-haskell/top
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/top/ChangeLog,v 1.1 2015/08/01 
11:56:49 

[gentoo-commits] gentoo-x86 commit in profiles/arch/powerpc/ppc64/64ul: use.mask

2015-08-01 Thread Anthony G. Basile (blueness)
blueness15/08/01 11:55:09

  Modified: use.mask
  Log:
  use.mask USE=luajittex.  There is no luajit support on ppc64/64ul.  Bug 
#554376.

Revision  ChangesPath
1.15 profiles/arch/powerpc/ppc64/64ul/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/use.mask?rev=1.15view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/use.mask?rev=1.15content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/use.mask?r1=1.14r2=1.15

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/use.mask,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- use.mask10 May 2015 18:19:16 -  1.14
+++ use.mask1 Aug 2015 11:55:09 -   1.15
@@ -1,5 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/use.mask,v 
1.14 2015/05/10 18:19:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ppc64/64ul/use.mask,v 
1.15 2015/08/01 11:55:09 blueness Exp $
+
+# Anthony G. Basile bluen...@gentoo.org (01 Aug 2015)
+# There is no luajit support on ppc64 userland.  Bug #554376.
+luajittex
 
 # Jeroen Roovers j...@gentoo.org (10 May 2015)
 # virtual/opencl requires media-libs/mesa[opencl] (bug #549096)






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

2015-08-01 Thread Anthony G. Basile (blueness)
blueness15/08/01 11:55:09

  Modified: ChangeLog
  Log:
  use.mask USE=luajittex.  There is no luajit support on ppc64/64ul.  Bug 
#554376.

Revision  ChangesPath
1.343profiles/arch/powerpc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -r1.342 -r1.343
--- ChangeLog   25 Jul 2015 15:41:19 -  1.342
+++ ChangeLog   1 Aug 2015 11:55:09 -   1.343
@@ -1,6 +1,10 @@
 # ChangeLog for Gentoo/PPC profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.342 
2015/07/25 15:41:19 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/powerpc/ChangeLog,v 1.343 
2015/08/01 11:55:09 blueness Exp $
+
+  01 Aug 2015; Anthony G. Basile bluen...@gentoo.org ppc64/64ul/use.mask:
+  use.mask USE=luajittex. There is no luajit support on ppc64/64ul. Bug
+  #554376.
 
   25 Jul 2015; Mike Gilbert flop...@gentoo.org make.defaults:
   Remove python_targets override.






[gentoo-commits] gentoo-x86 commit in dev-haskell/wl-pprint: - New directory

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:57:15

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/wl-pprint added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/top/files: - New directory

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:55:58

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/top/files added to the 
repository



[gentoo-commits] gentoo-x86 commit in dev-haskell/top: - New directory

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:55:49

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/top added to the repository



[gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: core/etc/grs/

2015-08-01 Thread Anthony G. Basile
commit: b91603269481442a4880b8271f8e5e5592e64b2e
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Aug  1 12:57:10 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Aug  1 13:00:16 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=b9160326

Remove ruby_targets_rubyXX from the USE flags.

This is a partial repsonse to bug #556414.

 core/etc/grs/world.conf | 269 +---
 1 file changed, 4 insertions(+), 265 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 18679e4..8ada1da 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -312,9 +312,6 @@ package.use : app-dicts/migemo-dict:0 unicode
 [app-dicts/myspell-pt:0]
 package.use : app-dicts/myspell-pt:0 preao
 
-[app-dicts/prime-dict:0]
-package.use : app-dicts/prime-dict:0 ruby_targets_ruby19
-
 [app-dicts/stardict-freedict-eng-deu:0]
 package.use : app-dicts/stardict-freedict-eng-deu:0 -gzip
 
@@ -672,7 +669,7 @@ package.use : app-misc/gramps:0 -gnome -reports spell webkit
 package.use : app-misc/gtypist:0 -emacs -nls -xemacs
 
 [app-misc/hivex:0]
-package.use : app-misc/hivex:0 -ocaml -test perl python readline ruby 
ruby_targets_ruby20 static-libs
+package.use : app-misc/hivex:0 -ocaml -test perl python readline ruby 
static-libs
 
 [app-misc/ignuit:0]
 package.use : app-misc/ignuit:0 -examples
@@ -998,9 +995,6 @@ package.use : app-text/evince:0 -debug -djvu -dvi -gnome 
-libsecret -nautilus -n
 [app-text/ghostscript-gpl:0]
 package.use : app-text/ghostscript-gpl:0 -djvu X cups dbus gtk idn static-libs
 
-[app-text/glark:0]
-package.use : app-text/glark:0 -doc -test -zip ruby_targets_ruby19 
ruby_targets_ruby20
-
 [app-text/gnome-doc-utils:0]
 package.env : app-text/gnome-doc-utils:0 app-text_gnome-doc-utils_0
 env : MAKEOPTS=-j1
@@ -1023,9 +1017,6 @@ package.use : app-text/hunspell:0 -nls ncurses readline 
static-libs
 [app-text/info2html:2.0]
 package.use : app-text/info2html:2.0 -vhosts
 
-[app-text/jist:0]
-package.use : app-text/jist:0 -test ruby_targets_ruby19 ruby_targets_ruby20
-
 [app-text/kchmviewer:0]
 package.use : app-text/kchmviewer:0 -aqua -debug -kde
 
@@ -3342,257 +,11 @@ package.use : dev-qt/qtwebkit:4 -aqua -debug -jit -pch 
exceptions gstreamer icu
 [dev-qt/qtxmlpatterns:4]
 package.use : dev-qt/qtxmlpatterns:4 -aqua -debug -pch
 
-[dev-ruby/GeoRuby:0]
-package.use : dev-ruby/GeoRuby:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/RubyInline:0]
-package.use : dev-ruby/RubyInline:0 -doc -test ruby_targets_ruby19
-
-[dev-ruby/archive-tar-minitar:0]
-package.use : dev-ruby/archive-tar-minitar:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/bundler:0]
-package.use : dev-ruby/bundler:0 -test ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/cmdparse:0]
-package.use : dev-ruby/cmdparse:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/color:0]
-package.use : dev-ruby/color:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/daemons:0]
-package.use : dev-ruby/daemons:0 -doc -examples -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/dbf:0]
-package.use : dev-ruby/dbf:0 -doc -test ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/deprecated:3]
-package.use : dev-ruby/deprecated:3 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/domain_name:0]
-package.use : dev-ruby/domain_name:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/eventmachine:0]
-package.use : dev-ruby/eventmachine:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/hoe:0]
-package.use : dev-ruby/hoe:0 -doc -test ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/htmlentities:0]
-package.use : dev-ruby/htmlentities:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/http-cookie:0]
-package.use : dev-ruby/http-cookie:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/imagesize:0]
-package.use : dev-ruby/imagesize:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/jeweler:0]
-package.use : dev-ruby/jeweler:0 -doc -test ruby_targets_ruby19
-
-[dev-ruby/json:0]
-package.use : dev-ruby/json:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/kirbybase:0]
-package.use : dev-ruby/kirbybase:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/libxml:0]
-package.use : dev-ruby/libxml:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/logue:0]
-package.use : dev-ruby/logue:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/matchy:0]
-package.use : dev-ruby/matchy:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/mecab-ruby:0]
-package.use : dev-ruby/mecab-ruby:0 ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/mechanize:0]
-package.use : dev-ruby/mechanize:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/memcache-client:0]
-package.use : dev-ruby/memcache-client:0 

[gentoo-commits] proj/grs:desktop-amd64-hardened commit in: core/etc/grs/

2015-08-01 Thread Anthony G. Basile
commit: b36f73db137ccede7ebe27e8f58a2b673b86caed
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Aug  1 12:57:10 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Aug  1 12:58:40 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=b36f73db

Remove ruby_targets_rubyXX from the USE flags.

This is a partial repsonse to bug #556414.

 core/etc/grs/world.conf | 269 +---
 1 file changed, 4 insertions(+), 265 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index 0bcadd4..fa88b92 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -302,9 +302,6 @@ package.use : app-dicts/migemo-dict:0 unicode
 [app-dicts/myspell-pt:0]
 package.use : app-dicts/myspell-pt:0 preao
 
-[app-dicts/prime-dict:0]
-package.use : app-dicts/prime-dict:0 ruby_targets_ruby19
-
 [app-dicts/stardict-freedict-eng-deu:0]
 package.use : app-dicts/stardict-freedict-eng-deu:0 -gzip
 
@@ -654,7 +651,7 @@ package.use : app-misc/gramps:0 -gnome -reports spell webkit
 package.use : app-misc/gtypist:0 -emacs -nls -xemacs
 
 [app-misc/hivex:0]
-package.use : app-misc/hivex:0 -ocaml -test perl python readline ruby 
ruby_targets_ruby20 static-libs
+package.use : app-misc/hivex:0 -ocaml -test perl python readline ruby 
static-libs
 
 [app-misc/ignuit:0]
 package.use : app-misc/ignuit:0 -examples
@@ -974,9 +971,6 @@ package.use : app-text/evince:0 -debug -djvu -dvi -gnome 
-libsecret -nautilus -n
 [app-text/ghostscript-gpl:0]
 package.use : app-text/ghostscript-gpl:0 -djvu X cups dbus gtk idn static-libs
 
-[app-text/glark:0]
-package.use : app-text/glark:0 -doc -test -zip ruby_targets_ruby19 
ruby_targets_ruby20
-
 [app-text/gtkspell:3]
 package.use : app-text/gtkspell:3 introspection vala
 
@@ -995,9 +989,6 @@ package.use : app-text/hunspell:0 -nls ncurses readline 
static-libs
 [app-text/info2html:2.0]
 package.use : app-text/info2html:2.0 -vhosts
 
-[app-text/jist:0]
-package.use : app-text/jist:0 -test ruby_targets_ruby19 ruby_targets_ruby20
-
 [app-text/kchmviewer:0]
 package.use : app-text/kchmviewer:0 -aqua -debug -kde
 
@@ -3284,257 +3275,11 @@ package.use : dev-qt/qtwebkit:4 -aqua -debug -jit -pch 
exceptions gstreamer icu
 [dev-qt/qtxmlpatterns:4]
 package.use : dev-qt/qtxmlpatterns:4 -aqua -debug -pch
 
-[dev-ruby/GeoRuby:0]
-package.use : dev-ruby/GeoRuby:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/RubyInline:0]
-package.use : dev-ruby/RubyInline:0 -doc -test ruby_targets_ruby19
-
-[dev-ruby/archive-tar-minitar:0]
-package.use : dev-ruby/archive-tar-minitar:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/bundler:0]
-package.use : dev-ruby/bundler:0 -test ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/cmdparse:0]
-package.use : dev-ruby/cmdparse:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/color:0]
-package.use : dev-ruby/color:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/daemons:0]
-package.use : dev-ruby/daemons:0 -doc -examples -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/dbf:0]
-package.use : dev-ruby/dbf:0 -doc -test ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/deprecated:3]
-package.use : dev-ruby/deprecated:3 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/domain_name:0]
-package.use : dev-ruby/domain_name:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/eventmachine:0]
-package.use : dev-ruby/eventmachine:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/hoe:0]
-package.use : dev-ruby/hoe:0 -doc -test ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/htmlentities:0]
-package.use : dev-ruby/htmlentities:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/http-cookie:0]
-package.use : dev-ruby/http-cookie:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/imagesize:0]
-package.use : dev-ruby/imagesize:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/jeweler:0]
-package.use : dev-ruby/jeweler:0 -doc -test ruby_targets_ruby19
-
-[dev-ruby/json:0]
-package.use : dev-ruby/json:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/kirbybase:0]
-package.use : dev-ruby/kirbybase:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/libxml:0]
-package.use : dev-ruby/libxml:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/logue:0]
-package.use : dev-ruby/logue:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/matchy:0]
-package.use : dev-ruby/matchy:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/mecab-ruby:0]
-package.use : dev-ruby/mecab-ruby:0 ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/mechanize:0]
-package.use : dev-ruby/mechanize:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/memcache-client:0]
-package.use : dev-ruby/memcache-client:0 -doc -test ruby_targets_ruby19 

[gentoo-commits] proj/grs:desktop-amd64-musl-hardened commit in: core/etc/grs/

2015-08-01 Thread Anthony G. Basile
commit: 4fd8e654275d3ecee0c06ce57f3a1c8a1257589d
Author: Anthony G. Basile blueness AT gentoo DOT org
AuthorDate: Sat Aug  1 12:57:10 2015 +
Commit: Anthony G. Basile blueness AT gentoo DOT org
CommitDate: Sat Aug  1 12:57:17 2015 +
URL:https://gitweb.gentoo.org/proj/grs.git/commit/?id=4fd8e654

Remove ruby_targets_rubyXX from the USE flags.

This is a partial repsonse to bug #556414.

 core/etc/grs/world.conf | 269 +---
 1 file changed, 4 insertions(+), 265 deletions(-)

diff --git a/core/etc/grs/world.conf b/core/etc/grs/world.conf
index e11f7c9..b85c870 100644
--- a/core/etc/grs/world.conf
+++ b/core/etc/grs/world.conf
@@ -304,9 +304,6 @@ package.use : app-dicts/migemo-dict:0 unicode
 [app-dicts/myspell-pt:0]
 package.use : app-dicts/myspell-pt:0 preao
 
-[app-dicts/prime-dict:0]
-package.use : app-dicts/prime-dict:0 ruby_targets_ruby19
-
 [app-dicts/stardict-freedict-eng-deu:0]
 package.use : app-dicts/stardict-freedict-eng-deu:0 -gzip
 
@@ -656,7 +653,7 @@ package.use : app-misc/gramps:0 -gnome -reports spell webkit
 package.use : app-misc/gtypist:0 -emacs -nls -xemacs
 
 [app-misc/hivex:0]
-package.use : app-misc/hivex:0 -ocaml -test perl python readline ruby 
ruby_targets_ruby20 static-libs
+package.use : app-misc/hivex:0 -ocaml -test perl python readline ruby 
static-libs
 
 [app-misc/ignuit:0]
 package.use : app-misc/ignuit:0 -examples
@@ -976,9 +973,6 @@ package.use : app-text/evince:0 -debug -djvu -dvi -gnome 
-libsecret -nautilus -n
 [app-text/ghostscript-gpl:0]
 package.use : app-text/ghostscript-gpl:0 -djvu X cups dbus gtk idn static-libs
 
-[app-text/glark:0]
-package.use : app-text/glark:0 -doc -test -zip ruby_targets_ruby19 
ruby_targets_ruby20
-
 [app-text/gtkspell:3]
 package.use : app-text/gtkspell:3 introspection vala
 
@@ -997,9 +991,6 @@ package.use : app-text/hunspell:0 -nls ncurses readline 
static-libs
 [app-text/info2html:2.0]
 package.use : app-text/info2html:2.0 -vhosts
 
-[app-text/jist:0]
-package.use : app-text/jist:0 -test ruby_targets_ruby19 ruby_targets_ruby20
-
 [app-text/kchmviewer:0]
 package.use : app-text/kchmviewer:0 -aqua -debug -kde
 
@@ -3287,257 +3278,11 @@ package.use : dev-qt/qtwebkit:4 -aqua -debug -jit -pch 
exceptions gstreamer icu
 [dev-qt/qtxmlpatterns:4]
 package.use : dev-qt/qtxmlpatterns:4 -aqua -debug -pch
 
-[dev-ruby/GeoRuby:0]
-package.use : dev-ruby/GeoRuby:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/RubyInline:0]
-package.use : dev-ruby/RubyInline:0 -doc -test ruby_targets_ruby19
-
-[dev-ruby/archive-tar-minitar:0]
-package.use : dev-ruby/archive-tar-minitar:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/bundler:0]
-package.use : dev-ruby/bundler:0 -test ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/cmdparse:0]
-package.use : dev-ruby/cmdparse:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/color:0]
-package.use : dev-ruby/color:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/daemons:0]
-package.use : dev-ruby/daemons:0 -doc -examples -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/dbf:0]
-package.use : dev-ruby/dbf:0 -doc -test ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/deprecated:3]
-package.use : dev-ruby/deprecated:3 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/domain_name:0]
-package.use : dev-ruby/domain_name:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/eventmachine:0]
-package.use : dev-ruby/eventmachine:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/hoe:0]
-package.use : dev-ruby/hoe:0 -doc -test ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/htmlentities:0]
-package.use : dev-ruby/htmlentities:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/http-cookie:0]
-package.use : dev-ruby/http-cookie:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/imagesize:0]
-package.use : dev-ruby/imagesize:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/jeweler:0]
-package.use : dev-ruby/jeweler:0 -doc -test ruby_targets_ruby19
-
-[dev-ruby/json:0]
-package.use : dev-ruby/json:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/kirbybase:0]
-package.use : dev-ruby/kirbybase:0 -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/libxml:0]
-package.use : dev-ruby/libxml:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/logue:0]
-package.use : dev-ruby/logue:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/matchy:0]
-package.use : dev-ruby/matchy:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/mecab-ruby:0]
-package.use : dev-ruby/mecab-ruby:0 ruby_targets_ruby19 ruby_targets_ruby20
-
-[dev-ruby/mechanize:0]
-package.use : dev-ruby/mechanize:0 -doc -test ruby_targets_ruby19 
ruby_targets_ruby20
-
-[dev-ruby/memcache-client:0]
-package.use : dev-ruby/memcache-client:0 -doc -test ruby_targets_ruby19 

[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: cf93ec9052a565042a4a71d6fac3ec6b105a0696
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 11:17:28 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:45:32 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=cf93ec90

mono-4.0.2.5: Remove unnecessary src_compile() retry

 dev-lang/mono/mono-4.0.2.5.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index efd289e..6a73568 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -91,10 +91,7 @@ src_configure() {
 }
 
 src_compile() {
-   nonfatal autotools-utils_src_compile || {
-   eqawarn maintainer of this ebuild has no idea why it fails. If 
you happen to know how to fix it - please let me know
-   autotools-utils_src_compile
-}
+   autotools-utils_src_compile
 }
 
 src_test() {



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: b797e7aa8af8d2f17c0cfafb771087b9e25b4baf
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:38:08 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:45 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b797e7aa

mono-4.0.2.5: Remove non-existent --with-jit

Now part of --enable-minimal and on by default

 dev-lang/mono/mono-4.0.2.5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 98efbcc..138bd59 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -82,7 +82,6 @@ src_configure() {
--disable-silent-rules
$(use_with xen xen_opt)
--without-ikvm-native
-   --with-jit
--disable-dtrace
$(use_with doc mcs-docs)
$(use_enable debug)



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: c90561cfd076f44422b831985c49e07c1a34ad13
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:10:35 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:43 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c90561cf

mono-4.0.2.5: Compute ${S} with versionator instead of hard-coding

 dev-lang/mono/mono-4.0.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 8a028fe..6e9779d 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
 AUTOTOOLS_AUTORECONF=1
 
-inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils
+inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils 
versionator
 
 DESCRIPTION=Mono runtime and class libraries, a C# compiler/interpreter
 HOMEPAGE=http://www.mono-project.com/Main_Page;
@@ -34,7 +34,7 @@ DEPEND=${COMMONDEPEND}
 
 
 MAKEOPTS=${MAKEOPTS} -j1 #nowarn
-S=${WORKDIR}/${PN}-4.0.2
+S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
 
 pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang 
while compiling.



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: 237059afd88a584055f00818e7cf71e52f650bb0
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:13:31 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:43 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=237059af

mono-4.0.2.5: Remove redundant -fno-strict-aliasing

The configure script adds it.

 dev-lang/mono/mono-4.0.2.5.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 6e9779d..8a64839 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -62,9 +62,6 @@ src_prepare() {
# mono build system can fail otherwise
strip-flags
 
-   # Remove this at your own peril. Mono will barf in unexpected ways.
-   append-flags -fno-strict-aliasing
-
#fix vb targets http://osdir.com/ml/general/2015-05/msg20808.html
epatch ${FILESDIR}/add_missing_vb_portable_targets.patch
 



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: b7979a6cf44695a7a662433f6060ec8f144880f6
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:07:29 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:42 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b7979a6c

mono-4.0.2.5: sgen works on ppc

 dev-lang/mono/mono-4.0.2.5.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 22c6348..8a028fe 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -72,7 +72,7 @@ src_prepare() {
# https://bugzilla.xamarin.com/show_bug.cgi?id=31779
epatch ${FILESDIR}/${P}-fix-decimal-ms-on-big-endian.patch
 
-   # Fix build --without-sgen
+   # Fix build when sgen disabled
# https://bugzilla.xamarin.com/show_bug.cgi?id=32015
epatch 
${FILESDIR}/${P}-fix-mono-dis-makefile-am-when-without-sgen.patch
 
@@ -89,8 +89,6 @@ src_configure() {
#
# --with-profile4 needs to be always enabled since it's used by default
# and, otherwise, problems like bug #340641 appear.
-   #
-   # sgen fails on ppc, bug #359515
local myeconfargs=(
--enable-system-aot=yes
--enable-static
@@ -102,7 +100,6 @@ src_configure() {
--with-jit
--disable-dtrace
--with-profile4
-   --with-sgen=$(usex ppc no yes)
$(use_with doc mcs-docs)
$(use_enable debug)
$(use_enable nls)



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: 3d89a28716062035900ba67fa908306495a32e8a
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:25:58 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:44 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3d89a287

mono-4.0.2.5: Remove --enable-system-aot

The configure script automatically enables this on supported platforms.

 dev-lang/mono/mono-4.0.2.5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index cf78032..682ab03 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -79,7 +79,6 @@ src_prepare() {
 
 src_configure() {
local myeconfargs=(
-   --enable-system-aot=yes
--disable-quiet-build
--with-libgdiplus=$(usex minimal no installed)
$(use_with xen xen_opt)



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: 8c22d5ecd33824a440d3200acb827dab462350d7
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:49:02 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:30:26 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8c22d5ec

mono-4.0.2.5: Remove non-existent --enable-debug

Now part of --enable-minimal and on by default.

 dev-lang/mono/mono-4.0.2.5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 138bd59..dc970a0 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -17,7 +17,7 @@ SLOT=0
 
 KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux
 
-IUSE=nls minimal pax_kernel xen doc debug
+IUSE=nls minimal pax_kernel xen doc
 
 COMMONDEPEND=
!minimal? ( =dev-dotnet/libgdiplus-2.10 )
@@ -84,7 +84,6 @@ src_configure() {
--without-ikvm-native
--disable-dtrace
$(use_with doc mcs-docs)
-   $(use_enable debug)
$(use_enable nls)
)
 



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: c9a8de7eed72a55f0b0bde75a40a901965fb323a
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 11:15:46 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:45:22 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c9a8de7e

mono-4.0.2.5: Remove hack for older version of mono

 dev-lang/mono/mono-4.0.2.5.ebuild | 9 -
 1 file changed, 9 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index dc970a0..efd289e 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -88,15 +88,6 @@ src_configure() {
)
 
autotools-utils_src_configure
-
-   # FIX for uncompilable 3.4.0 sources
-   
FF=${WORKDIR}/mono-3.4.0/mcs/tools/xbuild/targets/Microsoft.Portable.Common.targets
-   rm -f $FF
-   touch $FF
-   echo 'Project 
xmlns=http://schemas.microsoft.com/developer/msbuild/2003;'  $FF
-   echo 'Import Project=..\\Microsoft.Portable.Core.props /'  $FF
-   echo 'Import Project=..\\Microsoft.Portable.Core.targets /'  
$FF
-   echo '/Project'  $FF
 }
 
 src_compile() {



[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: 0bf78bc1d7717095c5cd5eb950d85d8f0756db3e
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:19:09 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:43 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=0bf78bc1

mono-4.0.2.5: Remove redundant --enable-static

It's enabled by default.

 dev-lang/mono/mono-4.0.2.5.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 8a64839..997a922 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -78,9 +78,6 @@ src_prepare() {
 }
 
 src_configure() {
-   # NOTE: We need the static libs for now so mono-debugger works.
-   # See http://bugs.gentoo.org/show_bug.cgi?id=256264 for details
-   #
# --without-moonlight since www-plugins/moonlight is not the only one
# using mono: https://bugzilla.novell.com/show_bug.cgi?id=641005#c3
#
@@ -88,7 +85,6 @@ src_configure() {
# and, otherwise, problems like bug #340641 appear.
local myeconfargs=(
--enable-system-aot=yes
-   --enable-static
--disable-quiet-build
--without-moonlight
--with-libgdiplus=$(usex minimal no installed)



[gentoo-commits] gentoo-x86 commit in sci-physics/cernlib-montecarlo: cernlib-montecarlo-2006-r4.ebuild ChangeLog

2015-08-01 Thread Andrew Savchenko (bircoph)
bircoph 15/08/01 13:22:31

  Modified: ChangeLog
  Added:cernlib-montecarlo-2006-r4.ebuild
  Log:
  Update patchset from Debian version
  
  Signed-off-by: Andrew Savchenko birc...@gentoo.org
  (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  ChangesPath
1.26 sci-physics/cernlib-montecarlo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog?rev=1.26view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog?rev=1.26content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog?r1=1.25r2=1.26

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   9 Jun 2015 09:04:16 -   1.25
+++ ChangeLog   1 Aug 2015 13:22:31 -   1.26
@@ -1,6 +1,12 @@
 # ChangeLog for sci-physics/cernlib-montecarlo
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 
1.25 2015/06/09 09:04:16 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/ChangeLog,v 
1.26 2015/08/01 13:22:31 bircoph Exp $
+
+*cernlib-montecarlo-2006-r4 (01 Aug 2015)
+
+  01 Aug 2015; Andrew Savchenko birc...@gentoo.org
+  +cernlib-montecarlo-2006-r4.ebuild:
+  Update Debian patchset.
 
   09 Jun 2015; Andrew Savchenko birc...@gentoo.org
   -cernlib-montecarlo-2006-r2.ebuild:



1.1  
sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r4.ebuild?rev=1.1content-type=text/plain

Index: cernlib-montecarlo-2006-r4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sci-physics/cernlib-montecarlo/cernlib-montecarlo-2006-r4.ebuild,v
 1.1 2015/08/01 13:22:31 bircoph Exp $

EAPI=5

inherit eutils fortran-2 toolchain-funcs

DEB_PN=mclibs
DEB_PV=20061220+dfsg3
DEB_PR=3
DEB_P=${DEB_PN}_${DEB_PV}

DESCRIPTION=Monte-carlo library and tools for the cernlib
HOMEPAGE=https://cernlib.web.cern.ch/cernlib/;
SRC_URI=
mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz

mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}-${DEB_PR}.debian.tar.gz

SLOT=0
LICENSE=GPL-2 LGPL-2 BSD
IUSE=+herwig
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux

RDEPEND=
x11-libs/motif:0
dev-lang/cfortran
sci-physics/cernlib
herwig? ( !sci-physics/herwig )

DEPEND=${RDEPEND}
virtual/latex-base
x11-misc/imake
x11-misc/makedepend

S=${WORKDIR}/${DEB_PN}-${DEB_PV}.orig

src_prepare() {
mv ../debian . || die
cp debian/add-ons/Makefile . || die
export DEB_BUILD_OPTIONS=$(tc-getFC) nostrip nocheck
sed -i \
-e s:/usr/local:${EROOT}/usr:g \
Makefile || die

einfo Applying Debian patches
emake -j1 patch
use herwig || epatch ${FILESDIR}/${P}-noherwig.patch
# since we depend on cfortran, do not use the one from cernlib
rm src/include/cfortran/cfortran.h || die
# respect users flags
sed -i \
-e 's/-O3/-O2/g' \
-e s/-O2/${CFLAGS}/g \
-e s|\(CcCmd[[:space:]]*\)gcc|\1$(tc-getCC)|g \
-e s|\(CplusplusCmd[[:space:]]*\)g++|\1$(tc-getCXX)|g \
-e s|\(FortranCmd[[:space:]]*\)gfortran|\1$(tc-getFC)|g \
src/config/linux.cf \
|| die sed linux.cf failed
sed -i \
-e s|\(ArCmdBase[[:space:]]*\)ar|\1$(tc-getAR)|g \
-e s|\(RanlibCmd[[:space:]]*\)ranlib|\1$(tc-getRANLIB)|g \
src/config/Imake.tmpl   \
|| die sed Imake.tmpl failed

sed -i \
-e 's/\$(FCLINK)/\$(FCLINK) $(LDFLAGS)/' \
-e 's/\$(CCLINK)/\$(CCLINK) $(LDFLAGS)/' \
src/config/{biglib,fortran,Imake}.rules \
|| die sed for ldflags propagation failed
}

src_compile() {
VARTEXFONTS=${T}/fonts
emake -j1 cernlib-indep cernlib-arch
}

src_test() {
LD_LIBRARY_PATH=${S}/shlib \
emake -j1 cernlib-test
}

src_install() {
emake DESTDIR=${D} MCDOC=${ED}usr/share/doc/${PF} install
cd debian
dodoc changelog README.* deadpool.txt 

[gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/

2015-08-01 Thread Heather Cynede
commit: 62d90b5664b9c1ede6e9dcf46676cab2dc42ab79
Author: Ron MacNeil macro AT hotmail DOT com
AuthorDate: Sat Aug  1 10:27:43 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sat Aug  1 11:20:45 2015 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=62d90b56

mono-4.0.2.5: New spelling of --disable-quiet-build

 dev-lang/mono/mono-4.0.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild 
b/dev-lang/mono/mono-4.0.2.5.ebuild
index 682ab03..b7f747d 100644
--- a/dev-lang/mono/mono-4.0.2.5.ebuild
+++ b/dev-lang/mono/mono-4.0.2.5.ebuild
@@ -79,7 +79,7 @@ src_prepare() {
 
 src_configure() {
local myeconfargs=(
-   --disable-quiet-build
+   --disable-silent-rules
--with-libgdiplus=$(usex minimal no installed)
$(use_with xen xen_opt)
--without-ikvm-native



[gentoo-commits] gentoo-x86 commit in dev-haskell/safe: safe-0.3.9.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:05:29

  Modified: ChangeLog
  Added:safe-0.3.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.6  dev-haskell/safe/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/safe/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   14 Dec 2014 05:42:57 -  1.5
+++ ChangeLog   1 Aug 2015 14:05:29 -   1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/safe
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/safe/ChangeLog,v 1.5 2014/12/14 
05:42:57 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/safe/ChangeLog,v 1.6 2015/08/01 
14:05:29 slyfox Exp $
+
+*safe-0.3.9 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +safe-0.3.9.ebuild:
+  Version bump.
 
 *safe-0.3.8 (14 Dec 2014)
 



1.1  dev-haskell/safe/safe-0.3.9.ebuild

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

Index: safe-0.3.9.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/safe/safe-0.3.9.ebuild,v 1.1 
2015/08/01 14:05:29 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Library of safe (exception free) functions
HOMEPAGE=https://github.com/ndmitchell/safe#readme;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~ppc64 ~x86
IUSE=

RDEPEND==dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6







[gentoo-commits] gentoo-x86 commit in dev-haskell/split: split-0.2.2.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:04:51

  Modified: split-0.2.2.ebuild ChangeLog
  Log:
  Restore tests.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.11 dev-haskell/split/split-0.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/split/split-0.2.2.ebuild?rev=1.11view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/split/split-0.2.2.ebuild?rev=1.11content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/split/split-0.2.2.ebuild?r1=1.10r2=1.11

Index: split-0.2.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/split/split-0.2.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- split-0.2.2.ebuild  3 Apr 2015 05:59:14 -   1.10
+++ split-0.2.2.ebuild  1 Aug 2015 14:04:51 -   1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/split-0.2.2.ebuild,v 1.10 
2015/04/03 05:59:14 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/split-0.2.2.ebuild,v 1.11 
2015/08/01 14:04:51 slyfox Exp $
 
 EAPI=5
 
@@ -18,8 +18,6 @@
 KEYWORDS=alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~ppc-macos ~x86-macos
 IUSE=
 
-RESTRICT=test # hangs
-
 RDEPEND==dev-lang/ghc-6.10.4:=
 DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10



1.38 dev-haskell/split/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/split/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   3 Apr 2015 05:59:14 -   1.37
+++ ChangeLog   1 Aug 2015 14:04:51 -   1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/split
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/ChangeLog,v 1.37 
2015/04/03 05:59:14 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/split/ChangeLog,v 1.38 
2015/08/01 14:04:51 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org split-0.2.2.ebuild:
+  Restore tests.
 
   03 Apr 2015; Mark Wright gie...@gentoo.org split-0.2.2.ebuild:
   Loosen base dep in split 0.2.2. Add RESTRICT=test as the tests hang.






[gentoo-commits] gentoo-x86 commit in x11-wm/xmonad-contrib: xmonad-contrib-0.11.4.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:40:24

  Modified: xmonad-contrib-0.11.4.ebuild ChangeLog
  Log:
  Disable debugging info.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  x11-wm/xmonad-contrib/xmonad-contrib-0.11.4.ebuild

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

Index: xmonad-contrib-0.11.4.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/xmonad-contrib-0.11.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmonad-contrib-0.11.4.ebuild3 Apr 2015 04:45:25 -   1.1
+++ xmonad-contrib-0.11.4.ebuild1 Aug 2015 14:40:24 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/xmonad-contrib-0.11.4.ebuild,v 
1.1 2015/04/03 04:45:25 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/xmonad-contrib-0.11.4.ebuild,v 
1.2 2015/08/01 14:40:24 slyfox Exp $
 
 EAPI=5
 
@@ -8,7 +8,7 @@
 #hackport: flags: -testing,use_xft:xft
 
 CABAL_FEATURES=lib profile haddock hoogle hscolour
-inherit base haskell-cabal
+inherit eutils haskell-cabal
 
 DESCRIPTION=Third party extensions for xmonad
 HOMEPAGE=http://xmonad.org/;
@@ -32,9 +32,15 @@
=dev-haskell/cabal-1.6
 
 
-# Upstream bug 597 xmonad-contrib-0.11.4 does not compile
-# https://code.google.com/p/xmonad/issues/detail?id=597
-PATCHES=(${FILESDIR}/${P}-import-Applicative.patch)
+src_prepare() {
+   # Upstream bug 597 xmonad-contrib-0.11.4 does not compile
+   # https://code.google.com/p/xmonad/issues/detail?id=597
+   epatch ${FILESDIR}/${P}-import-Applicative.patch
+
+   # https://ghc.haskell.org/trac/ghc/ticket/10667
+   [[ $(ghc-version) == 7.10.1.20150630 ]]  replace-hcflags -g ''
+   [[ $(ghc-version) == 7.10.2 ]]  replace-hcflags -g ''
+}
 
 src_configure() {
haskell-cabal_src_configure \



1.29 x11-wm/xmonad-contrib/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   3 Apr 2015 04:45:25 -   1.28
+++ ChangeLog   1 Aug 2015 14:40:24 -   1.29
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/xmonad-contrib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/ChangeLog,v 1.28 
2015/04/03 04:45:25 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/ChangeLog,v 1.29 
2015/08/01 14:40:24 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  xmonad-contrib-0.11.4.ebuild:
+  Disable debugging info.
 
 *xmonad-contrib-0.11.4 (03 Apr 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/tasty-rerun: tasty-rerun-1.1.4.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:02:37

  Modified: ChangeLog
  Added:tasty-rerun-1.1.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.7  dev-haskell/tasty-rerun/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty-rerun/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   6 Jun 2015 17:26:28 -   1.6
+++ ChangeLog   1 Aug 2015 15:02:37 -   1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/tasty-rerun
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-rerun/ChangeLog,v 1.6 
2015/06/06 17:26:28 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty-rerun/ChangeLog,v 1.7 
2015/08/01 15:02:37 slyfox Exp $
+
+*tasty-rerun-1.1.4 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org 
+tasty-rerun-1.1.4.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/tasty-rerun/tasty-rerun-1.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-rerun/tasty-rerun-1.1.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty-rerun/tasty-rerun-1.1.4.ebuild?rev=1.1content-type=text/plain

Index: tasty-rerun-1.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/tasty-rerun/tasty-rerun-1.1.4.ebuild,v 1.1 
2015/08/01 15:02:37 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Run tests by filtering the test tree depending on the result of 
previous test runs
HOMEPAGE=http://github.com/ocharles/tasty-rerun;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/mtl-2.1.2:=[profile?]
=dev-haskell/optparse-applicative-0.6:=[profile?]
=dev-haskell/reducers-3.10.1:=[profile?]
=dev-haskell/split-0.1:=[profile?] dev-haskell/split-0.3:=[profile?]
=dev-haskell/stm-2.4.2:=[profile?]
=dev-haskell/tagged-0.7:=[profile?] dev-haskell/tagged-0.9:=[profile?]
=dev-haskell/tasty-0.10:=[profile?] dev-haskell/tasty-0.11:=[profile?]
=dev-haskell/transformers-0.3.0.0:=[profile?]
=dev-lang/ghc-7.6.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.16.0







[gentoo-commits] gentoo-x86 commit in dev-haskell/warp: warp-3.0.13.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:03:23

  Modified: ChangeLog
  Added:warp-3.0.13.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.18 dev-haskell/warp/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/warp/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   6 Jun 2015 18:29:00 -   1.17
+++ ChangeLog   1 Aug 2015 15:03:23 -   1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/warp
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/warp/ChangeLog,v 1.17 
2015/06/06 18:29:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/warp/ChangeLog,v 1.18 
2015/08/01 15:03:23 slyfox Exp $
+
+*warp-3.0.13.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +warp-3.0.13.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/warp/warp-3.0.13.1.ebuild

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

Index: warp-3.0.13.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/warp/warp-3.0.13.1.ebuild,v 1.1 
2015/08/01 15:03:23 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.
#hackport: flags: -network-bytestring

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=A fast, light-weight web server for WAI applications
HOMEPAGE=http://github.com/yesodweb/wai;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=+allow-sendfilefd warp-debug

RESTRICT=test # Ambiguous module name ‘Data.IP’: it was found in multiple 
packages:
  # iproute-1.4.0@ network-data-0.5.3@

RDEPEND==dev-haskell/auto-update-0.1.1:=[profile?] 
dev-haskell/auto-update-0.2:=[profile?]
=dev-haskell/blaze-builder-0.3.3:=[profile?] 
dev-haskell/blaze-builder-0.5:=[profile?]
dev-haskell/bytestring-builder:=[profile?]
=dev-haskell/case-insensitive-0.2:=[profile?]
dev-haskell/http-date:=[profile?]
=dev-haskell/http-types-0.8.5:=[profile?]
=dev-haskell/iproute-1.3.1:=[profile?]
=dev-haskell/network-2.3:=[profile?]
=dev-haskell/simple-sendfile-0.2.7:=[profile?] 
dev-haskell/simple-sendfile-0.3:=[profile?]
=dev-haskell/streaming-commons-0.1.10:=[profile?]
dev-haskell/text:=[profile?]
=dev-haskell/unix-compat-0.2:=[profile?]
=dev-haskell/vault-0.3:=[profile?]
=dev-haskell/wai-3.0:=[profile?] dev-haskell/wai-3.1:=[profile?]
=dev-lang/ghc-7.4.1:=
allow-sendfilefd? ( dev-haskell/hashable:=[profile?] )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( dev-haskell/async
=dev-haskell/doctest-0.9.3
=dev-haskell/hspec-1.3
dev-haskell/http
dev-haskell/hunit
=dev-haskell/lifted-base-0.1
dev-haskell/old-locale
dev-haskell/quickcheck
=dev-haskell/transformers-0.2.2 )


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag allow-sendfilefd allow-sendfilefd) \
--flag=-network-bytestring \
$(cabal_flag warp-debug warp-debug)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/hoauth2: hoauth2-0.4.8.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:21:27

  Modified: ChangeLog
  Added:hoauth2-0.4.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  dev-haskell/hoauth2/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Jun 2015 11:27:14 -   1.4
+++ ChangeLog   1 Aug 2015 15:21:27 -   1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hoauth2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.4 
2015/06/06 11:27:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/ChangeLog,v 1.5 
2015/08/01 15:21:27 slyfox Exp $
+
+*hoauth2-0.4.8 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +hoauth2-0.4.8.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/hoauth2/hoauth2-0.4.8.ebuild

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

Index: hoauth2-0.4.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hoauth2/hoauth2-0.4.8.ebuild,v 
1.1 2015/08/01 15:21:27 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

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

DESCRIPTION=Haskell OAuth2 authentication
HOMEPAGE=https://github.com/freizl/hoauth2;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=test

RESTRICT=test # missing files

RDEPEND==dev-haskell/aeson-0.7:=[profile?] dev-haskell/aeson-0.10:=[profile?]
=dev-haskell/http-conduit-2.0:=[profile?] 
dev-haskell/http-conduit-2.2:=[profile?]
=dev-haskell/http-types-0.8:=[profile?] 
dev-haskell/http-types-0.9:=[profile?]
=dev-haskell/text-0.11:=[profile?] dev-haskell/text-1.3:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10


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






[gentoo-commits] gentoo-x86 commit in dev-haskell/hspec-discover: hspec-discover-2.1.4.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:35:22

  Modified: ChangeLog
  Added:hspec-discover-2.1.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.3  dev-haskell/hspec-discover/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   15 Dec 2014 22:31:00 -  1.2
+++ ChangeLog   1 Aug 2015 15:35:22 -   1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/hspec-discover
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/ChangeLog,v 1.2 
2014/12/15 22:31:00 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/ChangeLog,v 1.3 
2015/08/01 15:35:22 slyfox Exp $
+
+*hspec-discover-2.1.4 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +hspec-discover-2.1.4.ebuild:
+  Version bump.
 
   15 Dec 2014; Mark Wright gie...@gentoo.org hspec-discover-2.1.2.ebuild:
   Drop the doc and hscolour USE flags from hspec-discover-2.1.2, as it fails to



1.1  dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild?rev=1.1content-type=text/plain

Index: hspec-discover-2.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hspec-discover/hspec-discover-2.1.4.ebuild,v
 1.1 2015/08/01 15:35:22 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.3

CABAL_FEATURES=bin lib profile test-suite
inherit haskell-cabal

DESCRIPTION=Automatically discover and run Hspec tests
HOMEPAGE=http://hspec.github.io/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10
test? ( =dev-haskell/hspec-meta-1.12 )







[gentoo-commits] gentoo-x86 commit in dev-haskell/hspec: hspec-2.1.4.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:35:31

  Modified: ChangeLog
  Added:hspec-2.1.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.12 dev-haskell/hspec/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hspec/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   9 Jun 2015 07:10:28 -   1.11
+++ ChangeLog   1 Aug 2015 15:35:31 -   1.12
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hspec
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec/ChangeLog,v 1.11 
2015/06/09 07:10:28 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec/ChangeLog,v 1.12 
2015/08/01 15:35:31 slyfox Exp $
+
+*hspec-2.1.4 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +hspec-2.1.4.ebuild:
+  Version bump.
 
   09 Jun 2015; Agostino Sarubbo a...@gentoo.org hspec-1.8.1.1.ebuild:
   Stable for x86, wrt bug #550402



1.1  dev-haskell/hspec/hspec-2.1.4.ebuild

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

Index: hspec-2.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec/hspec-2.1.4.ebuild,v 1.1 
2015/08/01 15:35:31 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.3

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=A Testing Framework for Haskell
HOMEPAGE=http://hspec.github.io/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=~dev-haskell/hspec-core-2.1.4:=[profile?]
~dev-haskell/hspec-discover-2.1.4:=[profile?]
=dev-haskell/hspec-expectations-0.6.1:=[profile?] 
dev-haskell/hspec-expectations-0.6.2:=[profile?]
=dev-haskell/hunit-1.2.5:=[profile?]
=dev-haskell/quickcheck-2.5.1:2=[profile?]
=dev-haskell/transformers-0.2.2.0:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10
test? ( dev-haskell/hspec-core
=dev-haskell/hspec-meta-1.12
dev-haskell/stringbuilder )







[gentoo-commits] gentoo-x86 commit in dev-haskell/haskeline: haskeline-0.7.2.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:34:24

  Modified: haskeline-0.7.2.1.ebuild ChangeLog
  Log:
  Mark as a core library for ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/haskeline/haskeline-0.7.2.1.ebuild

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

Index: haskeline-0.7.2.1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.7.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- haskeline-0.7.2.1.ebuild5 Apr 2015 01:42:56 -   1.1
+++ haskeline-0.7.2.1.ebuild1 Aug 2015 15:34:24 -   1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.7.2.1.ebuild,v 1.1 
2015/04/05 01:42:56 gienah Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/haskeline/haskeline-0.7.2.1.ebuild,v 1.2 
2015/08/01 15:34:24 slyfox Exp $
 
 EAPI=5
 
@@ -27,7 +27,7 @@
=dev-haskell/cabal-1.10
 
 
-CABAL_CORE_LIB_GHC_PV=PM:7.10.1
+CABAL_CORE_LIB_GHC_PV=PM:7.10.1 PM:7.10.2_rc2 PM:7.10.2
 
 src_prepare() {
cabal_chdeps \



1.41 dev-haskell/haskeline/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   30 Jul 2015 12:34:52 -  1.40
+++ ChangeLog   1 Aug 2015 15:34:24 -   1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/haskeline
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.40 
2015/07/30 12:34:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskeline/ChangeLog,v 1.41 
2015/08/01 15:34:24 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org haskeline-0.7.2.1.ebuild:
+  Mark as a core library for ghc-7.10.
 
   30 Jul 2015; Agostino Sarubbo a...@gentoo.org haskeline-0.7.1.3.ebuild:
   Stable for sparc, wrt bug #534980






[gentoo-commits] gentoo-x86 commit in dev-haskell/hspec-core: hspec-core-2.1.4.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:35:09

  Modified: ChangeLog
  Added:hspec-core-2.1.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.2  dev-haskell/hspec-core/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hspec-core/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   13 Dec 2014 14:15:26 -  1.1
+++ ChangeLog   1 Aug 2015 15:35:09 -   1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hspec-core
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-core/ChangeLog,v 1.1 
2014/12/13 14:15:26 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hspec-core/ChangeLog,v 1.2 
2015/08/01 15:35:09 slyfox Exp $
+
+*hspec-core-2.1.4 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +hspec-core-2.1.4.ebuild:
+  Version bump.
 
 *hspec-core-2.1.2 (13 Dec 2014)
 



1.1  dev-haskell/hspec-core/hspec-core-2.1.4.ebuild

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

Index: hspec-core-2.1.4.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/hspec-core/hspec-core-2.1.4.ebuild,v 1.1 
2015/08/01 15:35:09 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.3

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=A Testing Framework for Haskell
HOMEPAGE=http://hspec.github.io/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/ansi-terminal-0.5:=[profile?]
=dev-haskell/async-2:=[profile?]
dev-haskell/hspec-expectations:=[profile?]
=dev-haskell/hunit-1.2.5:=[profile?]
=dev-haskell/quickcheck-2.5.1:2=[profile?]
dev-haskell/quickcheck-io:=[profile?]
dev-haskell/random:=[profile?]
dev-haskell/setenv:=[profile?]
dev-haskell/tf-random:=[profile?]
=dev-haskell/transformers-0.2.2.0:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10
test? ( =dev-haskell/hspec-meta-1.12
=dev-haskell/silently-1.2.4 )







[gentoo-commits] gentoo-x86 commit in dev-haskell/drift: drift-2.4.2.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:51:42

  Modified: drift-2.4.2.ebuild ChangeLog
  Log:
  Port to ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.7  dev-haskell/drift/drift-2.4.2.ebuild

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

Index: drift-2.4.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/drift/drift-2.4.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- drift-2.4.2.ebuild  30 Jul 2015 12:34:30 -  1.6
+++ drift-2.4.2.ebuild  1 Aug 2015 15:51:42 -   1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/drift-2.4.2.ebuild,v 1.6 
2015/07/30 12:34:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/drift-2.4.2.ebuild,v 1.7 
2015/08/01 15:51:42 slyfox Exp $
 
 EAPI=5
 
 # ebuild generated by hackport 0.3.4.
 
 CABAL_FEATURES=bin lib profile haddock hoogle hscolour
-inherit haskell-cabal
+inherit eutils haskell-cabal
 
 MY_PN=DrIFT
 MY_P=${MY_PN}-${PV}
@@ -29,3 +29,7 @@
 
 
 S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   epatch ${FILESDIR}/${P}-ghc-7.10.patch
+}



1.35 dev-haskell/drift/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/drift/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   30 Jul 2015 12:34:30 -  1.34
+++ ChangeLog   1 Aug 2015 15:51:42 -   1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/drift
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/ChangeLog,v 1.34 
2015/07/30 12:34:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/ChangeLog,v 1.35 
2015/08/01 15:51:42 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +files/drift-2.4.2-ghc-7.10.patch, drift-2.4.2.ebuild:
+  Port to ghc-7.10.
 
   30 Jul 2015; Agostino Sarubbo a...@gentoo.org drift-2.4.2.ebuild:
   Stable for sparc, wrt bug #534962






[gentoo-commits] gentoo-x86 commit in dev-haskell/drift/files: drift-2.4.2-ghc-7.10.patch

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 15:51:42

  Added:drift-2.4.2-ghc-7.10.patch
  Log:
  Port to ghc-7.10.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/drift/files/drift-2.4.2-ghc-7.10.patch?rev=1.1content-type=text/plain

Index: drift-2.4.2-ghc-7.10.patch
===
diff --git a/src/ParseLib2.hs b/src/ParseLib2.hs
index 730e4be..a7406fa 100644
--- a/src/ParseLib2.hs
+++ b/src/ParseLib2.hs
@@ -34,2 +34,3 @@ module ParseLib2
 import Data.Char
+import Control.Applicative hiding ( many )
 import Control.Monad
@@ -49,2 +50,6 @@ instance Functor Parser where
 
+instance Applicative Parser where
+pure  = return
+(*) = ap  -- defined in Control.Monad
+
 instance Monad Parser where
@@ -58,2 +63,6 @@ instance Monad Parser where
 
+instance Alternative Parser where
+(|) = mplus
+empty = mzero
+
 instance MonadPlus Parser where






[gentoo-commits] gentoo-x86 commit in dev-haskell/cabal-install: cabal-install-1.18.0.3.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:11:04

  Modified: cabal-install-1.18.0.3.ebuild ChangeLog
  Log:
  Use dobashcomp for bash-completion.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.3  dev-haskell/cabal-install/cabal-install-1.18.0.3.ebuild

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

Index: cabal-install-1.18.0.3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-1.18.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cabal-install-1.18.0.3.ebuild   25 Jul 2014 09:16:27 -  1.2
+++ cabal-install-1.18.0.3.ebuild   1 Aug 2015 16:11:04 -   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-haskell/cabal-install/cabal-install-1.18.0.3.ebuild,v
 1.2 2014/07/25 09:16:27 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-1.18.0.3.ebuild,v
 1.3 2015/08/01 16:11:04 slyfox Exp $
 
 EAPI=5
 
@@ -50,5 +50,5 @@
 src_install() {
haskell-cabal_src_install
 
-   newbashcomp ${S}/bash-completion/cabal ${PN}
+   dobashcomp ${S}/bash-completion/cabal
 }



1.32 dev-haskell/cabal-install/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   26 Jul 2015 13:58:57 -  1.31
+++ ChangeLog   1 Aug 2015 16:11:04 -   1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/cabal-install
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.31 
2015/07/26 13:58:57 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/ChangeLog,v 1.32 
2015/08/01 16:11:04 slyfox Exp $
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  cabal-install-1.18.0.3.ebuild:
+  Use dobashcomp for bash-completion.
 
 *cabal-install-1.22.6.0 (26 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-haskell/basic-prelude: basic-prelude-0.4.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:24:50

  Modified: ChangeLog
  Added:basic-prelude-0.4.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.9  dev-haskell/basic-prelude/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/basic-prelude/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   6 Jun 2015 10:23:37 -   1.8
+++ ChangeLog   1 Aug 2015 16:24:50 -   1.9
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/basic-prelude
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/basic-prelude/ChangeLog,v 1.8 
2015/06/06 10:23:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/basic-prelude/ChangeLog,v 1.9 
2015/08/01 16:24:50 slyfox Exp $
+
+*basic-prelude-0.4.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +basic-prelude-0.4.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/basic-prelude/basic-prelude-0.4.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/basic-prelude/basic-prelude-0.4.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/basic-prelude/basic-prelude-0.4.1.ebuild?rev=1.1content-type=text/plain

Index: basic-prelude-0.4.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/basic-prelude/basic-prelude-0.4.1.ebuild,v 
1.1 2015/08/01 16:24:50 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=An enhanced core prelude; a common foundation for alternate 
preludes
HOMEPAGE=https://github.com/snoyberg/basic-prelude;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND=dev-haskell/hashable:=[profile?]
dev-haskell/lifted-base:=[profile?]
=dev-haskell/readargs-1.2:=[profile?] 
dev-haskell/readargs-1.3:=[profile?]
dev-haskell/safe:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/transformers:=[profile?]
dev-haskell/unordered-containers:=[profile?]
dev-haskell/vector:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8







[gentoo-commits] gentoo-x86 commit in dev-haskell/mono-traversable: mono-traversable-0.9.2.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:25:48

  Modified: ChangeLog
  Added:mono-traversable-0.9.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.8  dev-haskell/mono-traversable/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mono-traversable/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   6 Jun 2015 12:47:02 -   1.7
+++ ChangeLog   1 Aug 2015 16:25:48 -   1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/mono-traversable
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mono-traversable/ChangeLog,v 
1.7 2015/06/06 12:47:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mono-traversable/ChangeLog,v 
1.8 2015/08/01 16:25:48 slyfox Exp $
+
+*mono-traversable-0.9.2.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +mono-traversable-0.9.2.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  
dev-haskell/mono-traversable/mono-traversable-0.9.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/mono-traversable/mono-traversable-0.9.2.1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/mono-traversable/mono-traversable-0.9.2.1.ebuild?rev=1.1content-type=text/plain

Index: mono-traversable-0.9.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-haskell/mono-traversable/mono-traversable-0.9.2.1.ebuild,v
 1.1 2015/08/01 16:25:48 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Type classes for mapping, folding, and traversing monomorphic 
containers
HOMEPAGE=https://github.com/snoyberg/mono-traversable;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/comonad-3.0.3:=[profile?]
=dev-haskell/dlist-0.6:=[profile?] dev-haskell/dlist-1.0:=[profile?]
=dev-haskell/dlist-instances-0.1:=[profile?] 
dev-haskell/dlist-instances-0.2:=[profile?]
dev-haskell/hashable:=[profile?]
=dev-haskell/semigroupoids-3.0:=[profile?]
=dev-haskell/semigroups-0.10:=[profile?]
=dev-haskell/text-0.11:=[profile?]
=dev-haskell/transformers-0.3:=[profile?]
=dev-haskell/unordered-containers-0.2:=[profile?]
=dev-haskell/vector-0.10:=[profile?]
=dev-haskell/vector-algorithms-0.6:=[profile?]
dev-haskell/vector-instances:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.10
test? ( dev-haskell/foldl
dev-haskell/hspec
dev-haskell/hunit
dev-haskell/quickcheck )







[gentoo-commits] gentoo-x86 commit in dev-haskell/hlint: hlint-1.9.21.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:42:04

  Modified: ChangeLog
  Added:hlint-1.9.21.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.6  dev-haskell/hlint/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hlint/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   14 Dec 2014 11:00:39 -  1.5
+++ ChangeLog   1 Aug 2015 16:42:03 -   1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hlint
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hlint/ChangeLog,v 1.5 
2014/12/14 11:00:39 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hlint/ChangeLog,v 1.6 
2015/08/01 16:42:03 slyfox Exp $
+
+*hlint-1.9.21 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +hlint-1.9.21.ebuild:
+  Version bump.
 
 *hlint-1.9.10 (14 Dec 2014)
 



1.1  dev-haskell/hlint/hlint-1.9.21.ebuild

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

Index: hlint-1.9.21.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hlint/hlint-1.9.21.ebuild,v 1.1 
2015/08/01 16:42:03 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

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

DESCRIPTION=Source code suggestions
HOMEPAGE=http://community.haskell.org/~ndm/hlint/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=emacs +gpl

RDEPEND==dev-haskell/ansi-terminal-0.6.2:=[profile?]
=dev-haskell/cmdargs-0.10:=[profile?]
=dev-haskell/cpphs-1.18.1:=[profile?]
=dev-haskell/extra-0.5:2=[profile?]
=dev-haskell/haskell-src-exts-1.16:=[profile?] 
dev-haskell/haskell-src-exts-1.17:=[profile?]
=dev-haskell/transformers-0.0:=[profile?]
=dev-haskell/uniplate-1.5:=[profile?]
=dev-lang/ghc-7.4.1:=
gpl? ( =dev-haskell/hscolour-1.21:=[profile?] )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6


SITEFILE=60${PN}-gentoo.el

src_configure() {
local threaded_flag=
if $(ghc-supports-threaded-runtime); then
threaded_flag=--flags=threaded
else
threaded_flag=--flags=-threaded
fi

haskell-cabal_src_configure \
$(cabal_flag gpl gpl) \
$threaded_flag
}

src_compile() {
cabal_src_compile

use emacs  elisp-compile data/hs-lint.el
}

src_install() {
cabal_src_install

if use emacs; then
elisp-install ${PN} data/*.el data/*.elc || die elisp-install 
failed.
elisp-site-file-install ${FILESDIR}/${SITEFILE}
fi

doman data/hlint.1
}

pkg_postinst() {
ghc-package_pkg_postinst
use emacs  elisp-site-regen
}

pkg_postrm() {
use emacs  elisp-site-regen
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/unixutils: - New directory

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 16:42:53

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/unixutils added to the 
repository



[gentoo-commits] gentoo-x86 commit in kde-plasma/plasma-desktop: plasma-desktop-5.3.2.ebuild ChangeLog

2015-08-01 Thread Johannes Huber (johu)
johu15/08/01 17:15:28

  Modified: plasma-desktop-5.3.2.ebuild ChangeLog
  Log:
  Allow kde-apps/kio-extras, bug #92.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xFDF4F788)

Revision  ChangesPath
1.2  kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild?r1=1.1r2=1.2

Index: plasma-desktop-5.3.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plasma-desktop-5.3.2.ebuild 30 Jun 2015 20:50:14 -  1.1
+++ plasma-desktop-5.3.2.ebuild 1 Aug 2015 17:15:28 -   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/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild,v 
1.1 2015/06/30 20:50:14 johu Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/kde-plasma/plasma-desktop/plasma-desktop-5.3.2.ebuild,v 
1.2 2015/08/01 17:15:28 johu Exp $
 
 EAPI=5
 
@@ -92,7 +92,7 @@
 RDEPEND=${COMMON_DEPEND}
$(add_plasma_dep breeze)
$(add_plasma_dep kde-cli-tools)
-   $(add_plasma_dep kio-extras)
+   || ( $(add_plasma_dep kio-extras) $(add_kdeapps_dep kio-extras ) )
$(add_plasma_dep oxygen)
sys-apps/accountsservice
x11-apps/setxkbmap



1.5  kde-plasma/plasma-desktop/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/kde-plasma/plasma-desktop/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   9 Jul 2015 20:49:55 -   1.4
+++ ChangeLog   1 Aug 2015 17:15:28 -   1.5
@@ -1,6 +1,9 @@
 # ChangeLog for kde-plasma/plasma-desktop
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-desktop/ChangeLog,v 1.4 
2015/07/09 20:49:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-desktop/ChangeLog,v 1.5 
2015/08/01 17:15:28 johu Exp $
+
+  01 Aug 2015; Johannes Huber j...@gentoo.org plasma-desktop-5.3.2.ebuild:
+  Allow kde-apps/kio-extras, bug #92.
 
   09 Jul 2015; Johannes Huber j...@gentoo.org -plasma-desktop-5.3.1.ebuild:
   Remove KDE Plasma 5.3.1






[gentoo-commits] gentoo-x86 commit in net-libs/libgrss: ChangeLog libgrss-0.7.0.ebuild

2015-08-01 Thread Gilles Dartiguelongue (eva)
eva 15/08/01 18:10:07

  Modified: ChangeLog
  Added:libgrss-0.7.0.ebuild
  Log:
  Version bump. Upstream switched to use sover from now on so back to slot 0.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.22 net-libs/libgrss/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog   11 Oct 2014 11:41:05 -  1.21
+++ ChangeLog   1 Aug 2015 18:10:07 -   1.22
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libgrss
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.21 
2014/10/11 11:41:05 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.22 
2015/08/01 18:10:07 eva Exp $
+
+*libgrss-0.7.0 (01 Aug 2015)
+
+  01 Aug 2015; Gilles Dartiguelongue e...@gentoo.org +libgrss-0.7.0.ebuild:
+  Version bump. Upstream switched to use sover from now on so back to slot 0.
 
   11 Oct 2014; Pacho Ramos pa...@gentoo.org -libgrss-0.3.0.ebuild,
   -libgrss-0.5.0.ebuild, libgrss-0.5.0-r1.ebuild:



1.1  net-libs/libgrss/libgrss-0.7.0.ebuild

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

Index: libgrss-0.7.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/libgrss/libgrss-0.7.0.ebuild,v 1.1 
2015/08/01 18:10:07 eva Exp $

EAPI=5
GCONF_DEBUG=no

inherit autotools eutils gnome2

DESCRIPTION=LibGRSS is a library for easy management of RSS/Atom/Pie feeds
HOMEPAGE=http://live.gnome.org/Libgrss;

LICENSE=LGPL-3
SLOT=0
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86
IUSE=+introspection

RDEPEND=
=dev-libs/glib-2.42.1:2
=dev-libs/libxml2-2.9.2:2
=net-libs/libsoup-2.48:2.4
introspection? ( =dev-libs/gobject-introspection-1.42 )

DEPEND=${RDEPEND}
=dev-util/gtk-doc-am-1.10
virtual/pkgconfig







[gentoo-commits] gentoo-x86 commit in net-libs/libgrss: libgrss-0.7.0.ebuild ChangeLog

2015-08-01 Thread Gilles Dartiguelongue (eva)
eva 15/08/01 18:11:11

  Modified: libgrss-0.7.0.ebuild ChangeLog
  Log:
  Drop unused inherits.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
C6085806)

Revision  ChangesPath
1.2  net-libs/libgrss/libgrss-0.7.0.ebuild

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

Index: libgrss-0.7.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgrss-0.7.0.ebuild1 Aug 2015 18:10:07 -   1.1
+++ libgrss-0.7.0.ebuild1 Aug 2015 18:11:11 -   1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild,v 1.1 
2015/08/01 18:10:07 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/libgrss-0.7.0.ebuild,v 1.2 
2015/08/01 18:11:11 eva Exp $
 
 EAPI=5
 GCONF_DEBUG=no
 
-inherit autotools eutils gnome2
+inherit gnome2
 
 DESCRIPTION=LibGRSS is a library for easy management of RSS/Atom/Pie feeds
 HOMEPAGE=http://live.gnome.org/Libgrss;



1.23 net-libs/libgrss/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   1 Aug 2015 18:10:07 -   1.22
+++ ChangeLog   1 Aug 2015 18:11:11 -   1.23
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libgrss
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.22 
2015/08/01 18:10:07 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libgrss/ChangeLog,v 1.23 
2015/08/01 18:11:11 eva Exp $
+
+  01 Aug 2015; Gilles Dartiguelongue e...@gentoo.org libgrss-0.7.0.ebuild:
+  Drop unused inherits.
 
 *libgrss-0.7.0 (01 Aug 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-python/warlock: warlock-1.1.0.ebuild ChangeLog

2015-08-01 Thread Patrick Lauer (patrick)
patrick 15/08/01 11:07:50

  Modified: warlock-1.1.0.ebuild ChangeLog
  Log:
  Add py3.4 hugs
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.4  dev-python/warlock/warlock-1.1.0.ebuild

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

Index: warlock-1.1.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/warlock/warlock-1.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- warlock-1.1.0.ebuild8 Jul 2015 20:46:30 -   1.3
+++ warlock-1.1.0.ebuild1 Aug 2015 11:07:50 -   1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/warlock-1.1.0.ebuild,v 
1.3 2015/07/08 20:46:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/warlock-1.1.0.ebuild,v 
1.4 2015/08/01 11:07:50 patrick Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 )
+PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
 
 inherit distutils-r1
 



1.15 dev-python/warlock/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/warlock/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   8 Jul 2015 20:46:30 -   1.14
+++ ChangeLog   1 Aug 2015 11:07:50 -   1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/warlock
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/ChangeLog,v 1.14 
2015/07/08 20:46:30 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/warlock/ChangeLog,v 1.15 
2015/08/01 11:07:50 patrick Exp $
+
+  01 Aug 2015; Patrick Lauer patr...@gentoo.org warlock-1.1.0.ebuild:
+  Add py3.4 hugs
 
   08 Jul 2015; Mikle Kolyada zlog...@gentoo.org warlock-1.1.0.ebuild:
   x86 stable wrt bug #554114






[gentoo-commits] gentoo-x86 commit in dev-haskell/uuagc-cabal: uuagc-cabal-1.0.6.0.ebuild metadata.xml Manifest ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:53:03

  Added:uuagc-cabal-1.0.6.0.ebuild metadata.xml Manifest
ChangeLog
  Log:
  Cabal plugin for the Universiteit Utrecht Attribute Grammar System, a depend 
for new dev-haskell/uuagc-0.9.52.1.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.1  dev-haskell/uuagc-cabal/uuagc-cabal-1.0.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuagc-cabal/uuagc-cabal-1.0.6.0.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuagc-cabal/uuagc-cabal-1.0.6.0.ebuild?rev=1.1content-type=text/plain

Index: uuagc-cabal-1.0.6.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/uuagc-cabal/uuagc-cabal-1.0.6.0.ebuild,v 
1.1 2015/08/01 11:53:03 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.3.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Cabal plugin for the Universiteit Utrecht Attribute Grammar System
HOMEPAGE=http://www.cs.uu.nl/wiki/HUT/WebHome;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/cabal-1.8.0.6:=[profile?]
=dev-haskell/mtl-2.0.1.0:=[profile?]
=dev-haskell/uulib-0.9.14:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8




1.1  dev-haskell/uuagc-cabal/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuagc-cabal/metadata.xml?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uuagc-cabal/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
herdhaskell/herd
longdescription
Cabal plugin for UUAGC
/longdescription
/pkgmetadata



1.1  dev-haskell/uuagc-cabal/Manifest

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

Index: Manifest
===
DIST uuagc-cabal-1.0.6.0.tar.gz 14781 SHA256 
dcc87f9e738cbd5228e91f433b69ac540ab1f109c522da290539c2f33791b80b SHA512 
778edb1c5d209836b38de93ecde8fe9bf37e2b5ececfe5a6d9c92ddac01b1dc1ee865fe861bacb07617a317f2dc1d0a2a967aa9ec2682270e0bf58efb85c27a7
 WHIRLPOOL 
35731abd0ce45e105009b2d79d82efc691dca8a5be302f374ae83be0ad61a593b4adc29aedee60e4feffe2bab27c2f16580389be92e2fcef574c7923943adc9e
EBUILD uuagc-cabal-1.0.6.0.ebuild 707 SHA256 
0d442be3ea8c2996e00d32a429e9290e82f04a82dcff98d5c05b2da79c16aeed SHA512 
d7b7a186db48fd9bb8218b312176da2ece6aca5512faed4102e029c6b7b9786e8649b5ffbf3905aad85d1821413525d7437f1fa61051a7331cce9974b1c5
 WHIRLPOOL 
dc338a6d385b4fc8057af8c8929ef60b5f4b2492a4057b7afb65d81c12b476dbae9ad060c65786e2a29e8c859cc5055bc714b2980095c93d9151c85f60d931bb
MISC metadata.xml 225 SHA256 
265ff729f83fa2a9c726047c9cdeb8bfca70a5d1ee739e3c4f01b03ec1343810 SHA512 
736efa3cdd72741a9fb05e6a455df4a80be2d641ecad36767597f6500aabad08f1b4cfb7bdf8f4b125fb388a9f79d01f051f26375ce9bc38251ba70e80717f33
 WHIRLPOOL 
40d81c8879b5f51c727c243ddac938a53adf2e69a4b0e28c3d846d0a70cf0358c59f4274d61c8362f938534c16edc4cf7bb1a20cb17a63891f46a30449480827



1.1  dev-haskell/uuagc-cabal/ChangeLog

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

Index: ChangeLog
===
# ChangeLog for dev-haskell/uuagc-cabal
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuagc-cabal/ChangeLog,v 1.1 
2015/08/01 11:53:03 slyfox Exp $

*uuagc-cabal-1.0.6.0 (01 Aug 2015)

  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +metadata.xml,
  +uuagc-cabal-1.0.6.0.ebuild:
  Cabal plugin for the Universiteit Utrecht Attribute Grammar System, a depend
  for new dev-haskell/uuagc-0.9.52.1.






[gentoo-commits] gentoo-x86 commit in dev-haskell/uuagc: metadata.xml uuagc-0.9.52.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:53:29

  Modified: metadata.xml ChangeLog
  Added:uuagc-0.9.52.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.3  dev-haskell/uuagc/metadata.xml

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

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uuagc/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml15 Mar 2006 18:14:07 -  1.2
+++ metadata.xml1 Aug 2015 11:53:29 -   1.3
@@ -1,8 +1,14 @@
 ?xml version=1.0 encoding=UTF-8?
 !DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
 pkgmetadata
-herdhaskell/herd
-maintainer
-  emailhask...@gentoo.org/email
-/maintainer
+   herdhaskell/herd
+   use
+   flag name=bootstrap_externalUse an external uuagc 
executable for bootstrapping./flag
+   /use
+   longdescription
+   Generates Haskell files from an attribute grammar specification
+   /longdescription
+   use
+   flag name='with-loag'Use pkgdev-haskell/minisat/pkg 
external SAT-solver to schedule all Linear Ordered AGs./flag
+   /use
 /pkgmetadata



1.24 dev-haskell/uuagc/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uuagc/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   5 May 2015 20:45:51 -   1.23
+++ ChangeLog   1 Aug 2015 11:53:29 -   1.24
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/uuagc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuagc/ChangeLog,v 1.23 
2015/05/05 20:45:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuagc/ChangeLog,v 1.24 
2015/08/01 11:53:29 slyfox Exp $
+
+*uuagc-0.9.52.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +uuagc-0.9.52.1.ebuild,
+  metadata.xml:
+  Version bump.
 
   05 May 2015; Sergei Trofimovich sly...@gentoo.org
   +files/uuagc-0.9.24-ghc-7.8.patch, uuagc-0.9.24.ebuild:



1.1  dev-haskell/uuagc/uuagc-0.9.52.1.ebuild

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

Index: uuagc-0.9.52.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uuagc/uuagc-0.9.52.1.ebuild,v 
1.1 2015/08/01 11:53:29 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.4.

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

DESCRIPTION=Attribute Grammar System of Universiteit Utrecht
HOMEPAGE=http://www.cs.uu.nl/wiki/HUT/WebHome;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=bootstrap_external with-loag

RDEPEND==dev-haskell/haskell-src-exts-1.11.1:=[profile?]
=dev-haskell/mtl-1.1.1.1:=[profile?]
=dev-haskell/uuagc-cabal-1.0.2.0:=[profile?]
=dev-haskell/uulib-0.9.14:=[profile?]
=dev-lang/ghc-7.4.1:=
with-loag? ( dev-haskell/minisat:=[profile?] )

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag bootstrap_external bootstrap_external) \
$(cabal_flag with-loag with-loag)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/uuagc-cabal: - New directory

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 11:52:31

  Log:
  Directory /var/cvsroot/gentoo-x86/dev-haskell/uuagc-cabal added to the 
repository



[gentoo-commits] gentoo-x86 commit in app-editors/emacs-vcs: emacs-vcs-25.0.50_pre20150731.ebuild ChangeLog emacs-vcs-25.0.50_pre20150331.ebuild

2015-08-01 Thread Ulrich Mueller (ulm)
ulm 15/08/01 12:45:53

  Modified: ChangeLog
  Added:emacs-vcs-25.0.50_pre20150731.ebuild
  Removed:  emacs-vcs-25.0.50_pre20150331.ebuild
  Log:
  New snapshot. Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  ChangesPath
1.200app-editors/emacs-vcs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.200view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.200content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.199r2=1.200

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- ChangeLog   28 Jul 2015 12:16:35 -  1.199
+++ ChangeLog   1 Aug 2015 12:45:53 -   1.200
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/emacs-vcs
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.199 
2015/07/28 12:16:35 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.200 
2015/08/01 12:45:53 ulm Exp $
+
+*emacs-vcs-25.0.50_pre20150731 (01 Aug 2015)
+
+  01 Aug 2015; Ulrich Müller u...@gentoo.org
+  -emacs-vcs-25.0.50_pre20150331.ebuild, +emacs-vcs-25.0.50_pre20150731.ebuild:
+  New snapshot. Remove old.
 
   28 Jul 2015; Ulrich Müller u...@gentoo.org
   emacs-vcs-25.0.50_pre20150531.ebuild, emacs-vcs-25.0.50_pre20150630.ebuild,



1.1  app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20150731.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20150731.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20150731.ebuild?rev=1.1content-type=text/plain

Index: emacs-vcs-25.0.50_pre20150731.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20150731.ebuild,v
 1.1 2015/08/01 12:45:53 ulm Exp $

EAPI=5

inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo

if [[ ${PV##*.} =  ]]; then
inherit git-r3
EGIT_REPO_URI=git://git.sv.gnu.org/emacs.git
EGIT_BRANCH=master
EGIT_CHECKOUT_DIR=${WORKDIR}/emacs
S=${EGIT_CHECKOUT_DIR}
else
SRC_URI=http://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz
mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos
# FULL_VERSION keeps the full version number, which is needed in
# order to determine some path information correctly for copy/move
# operations later on
FULL_VERSION=${PV%%_*}
#S=${WORKDIR}/emacs-${FULL_VERSION}
S=${WORKDIR}/emacs
fi

DESCRIPTION=The extensible, customizable, self-documenting real-time display 
editor
HOMEPAGE=http://www.gnu.org/software/emacs/;

LICENSE=GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2
SLOT=25
IUSE=acl alsa aqua athena cairo dbus games gconf gfile gif gnutls gpm 
gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 
livecd m17n-lib motif pax_kernel png selinux sound source svg tiff 
toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib
REQUIRED_USE=?? ( aqua X )

RDEPEND=sys-libs/ncurses
=app-eselect/eselect-emacs-1.16
=app-emacs/emacs-common-gentoo-1.5[games?,X?]
net-libs/liblockfile
acl? ( virtual/acl )
alsa? ( media-libs/alsa-lib )
dbus? ( sys-apps/dbus )
gfile? ( =dev-libs/glib-2.28.6 )
gnutls? ( net-libs/gnutls )
gpm? ( sys-libs/gpm )
hesiod? ( net-dns/hesiod )
kerberos? ( virtual/krb5 )
libxml2? ( =dev-libs/libxml2-2.2.0 )
selinux? ( sys-libs/libselinux )
zlib? ( sys-libs/zlib )
X? (
x11-libs/libXmu
x11-libs/libXt
x11-misc/xbitmaps
gconf? ( =gnome-base/gconf-2.26.2 )
gsettings? ( =dev-libs/glib-2.28.6 )
gif? ( media-libs/giflib )
jpeg? ( virtual/jpeg:0= )
png? ( =media-libs/libpng-1.4:0= )
svg? ( =gnome-base/librsvg-2.0 )
tiff? ( media-libs/tiff:0 )
xpm? ( x11-libs/libXpm )
imagemagick? ( =media-gfx/imagemagick-6.6.2 )
xft? (

[gentoo-commits] gentoo-x86 commit in sci-physics/paw: paw-2.14.04-r5.ebuild ChangeLog

2015-08-01 Thread Andrew Savchenko (bircoph)
bircoph 15/08/01 12:46:17

  Modified: ChangeLog
  Added:paw-2.14.04-r5.ebuild
  Log:
  Update patchset from Debian version
  
  Signed-off-by: Andrew Savchenko birc...@gentoo.org
  (Portage version: 2.2.20/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  ChangesPath
1.34 sci-physics/paw/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   1 Aug 2015 11:33:55 -   1.33
+++ ChangeLog   1 Aug 2015 12:46:17 -   1.34
@@ -1,6 +1,11 @@
 # ChangeLog for sci-physics/paw
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.33 2015/08/01 
11:33:55 bircoph Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.34 2015/08/01 
12:46:17 bircoph Exp $
+
+*paw-2.14.04-r5 (01 Aug 2015)
+
+  01 Aug 2015; Andrew Savchenko birc...@gentoo.org +paw-2.14.04-r5.ebuild:
+  Update Debian patchset. Imported from science overlay.
 
   01 Aug 2015; Andrew Savchenko birc...@gentoo.org -paw-2.14.04-r2.ebuild,
   -paw-2.14.04-r3.ebuild, -files/paw-2.14.04-missing-headers.patch:



1.1  sci-physics/paw/paw-2.14.04-r5.ebuild

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

Index: paw-2.14.04-r5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r5.ebuild,v 1.1 
2015/08/01 12:46:17 bircoph Exp $

EAPI=5

inherit eutils toolchain-funcs fortran-2

DEB_PN=paw
DEB_PV=${PV}.dfsg.2
DEB_PR=9
DEB_P=${DEB_PN}_${DEB_PV}

DESCRIPTION=CERN's Physics Analysis Workstation data analysis program
HOMEPAGE=https://paw.web.cern.ch/paw/;
SRC_URI=
mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}.orig.tar.gz

mirror://debian/pool/main/${DEB_PN:0:1}/${DEB_PN}/${DEB_P}-${DEB_PR}.debian.tar.gz

SLOT=0
LICENSE=GPL-2 LGPL-2 BSD
KEYWORDS=~amd64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux
IUSE=

RDEPEND=
sci-physics/cernlib
x11-libs/libXaw
=x11-libs/motif-2.3:0
x11-libs/xbae
DEPEND=${RDEPEND}
dev-lang/cfortran
virtual/latex-base
x11-misc/imake
x11-misc/makedepend

S=${WORKDIR}/${DEB_PN}-${DEB_PV}.orig

src_prepare() {
mv ../debian .  cp debian/add-ons/Makefile .
export DEB_BUILD_OPTIONS=$(tc-getFC) nostrip nocheck

# fix some path stuff and collision for comis.h,
# already installed by cernlib and replace hardcoded fortran compiler
sed -i \
-e s:/usr/local:${EROOT}/usr:g \
-e '/comis.h/d' \
-e s/gfortran/$(tc-getFC)/g \
Makefile || die

einfo Applying Debian patches
emake -j1 patch
epatch ${FILESDIR}/${P}-glibc-2.10.patch
# since we depend on cfortran, do not use the one from cernlib
rm src/include/cfortran/cfortran.h || die
sed -i \
-e s|\(ArCmdBase[[:space:]]*\)ar|\1$(tc-getAR)|g \
-e s|\(RanlibCmd[[:space:]]*\)ranlib|\1$(tc-getRANLIB)|g \
src/config/Imake.tmpl   \
|| die sed Imake.tmpl failed
}

src_compile() {
VARTEXFONTS=${T}/fonts
emake -j1 cernlib-indep cernlib-arch
}

src_install() {
default
cd debian
dodoc changelog README.* deadpool.txt copyright
newdoc add-ons/README README.add-ons
}






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

2015-08-01 Thread Patrick Lauer (patrick)
patrick 15/08/01 13:24:35

  Modified: python-glanceclient-0.19.0-r1.ebuild ChangeLog
  Log:
  Add py3.4 hugs
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.2  
dev-python/python-glanceclient/python-glanceclient-0.19.0-r1.ebuild

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

Index: python-glanceclient-0.19.0-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.19.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-glanceclient-0.19.0-r1.ebuild21 Jul 2015 02:08:45 -  
1.1
+++ python-glanceclient-0.19.0-r1.ebuild1 Aug 2015 13:24:35 -   
1.2
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.19.0-r1.ebuild,v
 1.1 2015/07/21 02:08:45 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/python-glanceclient/python-glanceclient-0.19.0-r1.ebuild,v
 1.2 2015/08/01 13:24:35 patrick Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 )
+PYTHON_COMPAT=( python2_7 python{3_3,3_4} )
 
 inherit distutils-r1
 



1.24 dev-python/python-glanceclient/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog   21 Jul 2015 02:08:45 -  1.23
+++ ChangeLog   1 Aug 2015 13:24:35 -   1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-glanceclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 
1.23 2015/07/21 02:08:45 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-glanceclient/ChangeLog,v 
1.24 2015/08/01 13:24:35 patrick Exp $
+
+  01 Aug 2015; Patrick Lauer patr...@gentoo.org
+  python-glanceclient-0.19.0-r1.ebuild:
+  Add py3.4 hugs
 
 *python-glanceclient-0.19.0-r1 (21 Jul 2015)
 






[gentoo-commits] dev/dev-zero:master commit in: app-i18n/libkkc-data/, profiles/, app-i18n/ibus-kkc/, app-i18n/libkkc/

2015-08-01 Thread Tiziano Müller
commit: 34f186c5f9a0d4a6490212a3e324ff5a44efcd07
Author: Tiziano Müller dev-zero AT gentoo DOT org
AuthorDate: Fri Jul 31 11:47:15 2015 +
Commit: Tiziano Müller dev-zero AT gentoo DOT org
CommitDate: Fri Jul 31 11:47:15 2015 +
URL:https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=34f186c5

add updated libkkc/ibus-kkc based on ebuilds from corresponding bugs

 app-i18n/ibus-kkc/Manifest|  1 +
 app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild  | 45 +++
 app-i18n/libkkc-data/Manifest |  1 +
 app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild | 25 +++
 app-i18n/libkkc/Manifest  |  1 +
 app-i18n/libkkc/libkkc-0.3.5.ebuild   | 42 +
 profiles/categories   |  1 +
 7 files changed, 116 insertions(+)

diff --git a/app-i18n/ibus-kkc/Manifest b/app-i18n/ibus-kkc/Manifest
new file mode 100644
index 000..8633c67
--- /dev/null
+++ b/app-i18n/ibus-kkc/Manifest
@@ -0,0 +1 @@
+DIST ibus-kkc-1.5.22.tar.gz 518844 SHA256 
22fe2552f08a34a751cef7d1ea3c088e8dc0f0af26fd7bba9cdd27ff132347ce SHA512 
767a995cb97ca7cf5434f64094351c4fcf1d3de9f31da6f6642ccec2d199ddfb58e27f281b4dd3c63f44dc29cd46b36808ecd1aacfe0b1320d0688d567eb6fd4
 WHIRLPOOL 
2b157203a4956e396e096b86be1b84d47df61eccec9a20eada6ebae14f27e30873389fb465a7d435f11f160bea24d0042ba9f20ebf1fb76d912b2200e82c

diff --git a/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild 
b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
new file mode 100644
index 000..adde408
--- /dev/null
+++ b/app-i18n/ibus-kkc/ibus-kkc-1.5.22.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+VALA_USE_DEPEND=vapigen
+VALA_MIN_API_VERSION=0.10
+
+inherit eutils vala
+
+DESCRIPTION=Japanese Kana Kanji input engine for IBus
+HOMEPAGE=https://bitbucket.org/libkkc/libkkc/wiki/Home 
https://github.com/ueno/libkkc;
+SRC_URI=https://github.com/ueno/${PN}/releases/download/v${PV}/${P}.tar.gz;
+
+LICENSE=GPL-2
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=nls vala
+
+RDEPEND=
+   =app-i18n/ibus-1.5.0
+   =app-i18n/libkkc-0.3.4
+   =app-i18n/libkkc-data-0.2.7
+   dev-libs/libgee:0.8
+   =x11-libs/gtk+-3.10:3
+   nls? ( virtual/libintl )
+DEPEND=${RDEPEND}
+   dev-util/intltool
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+
+src_prepare() {
+   use vala  vala_src_prepare
+}
+
+src_configure() {
+   econf \
+   $(use_enable nls) \
+   --with-ibus=1.5
+}
+
+src_install() {
+   default
+   prune_libtool_files
+}

diff --git a/app-i18n/libkkc-data/Manifest b/app-i18n/libkkc-data/Manifest
new file mode 100644
index 000..b52085e
--- /dev/null
+++ b/app-i18n/libkkc-data/Manifest
@@ -0,0 +1 @@
+DIST libkkc-data-0.2.7.tar.xz 22262552 SHA256 
9e678755a030043da68e37a4049aa296c296869ff1fb9e6c70026b2541595b99 SHA512 
61c0cd8c0fa41ed8df49cac6709eebb245cc965d7e192b1ba945e95f2fc46aca8aa48c16e1977a12c157c55dab6b9f4c30f4905806725eca6e697b762eb7cbd7
 WHIRLPOOL 
f2554d658ab495356fb541330315cc74eb6be7add3f56b04534f50cac9647c31f986770c77c97f2385fd5c85b9b62c318fcdcb1853ee2f60d8ac96b5fc24a900

diff --git a/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild 
b/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
new file mode 100644
index 000..213c1fe
--- /dev/null
+++ b/app-i18n/libkkc-data/libkkc-data-0.2.7.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit python-single-r1
+
+DESCRIPTION=Matching Algorithm with Recursively Implemented StorAge
+HOMEPAGE=https://bitbucket.org/libkkc/;
+SRC_URI=https://bitbucket.org/libkkc/${PN}/downloads/${P}.tar.xz;
+
+LICENSE=GPL-3+
+SLOT=0
+KEYWORDS=~amd64 ~x86
+IUSE=
+
+DEPEND=${PYTHON_DEPS}
+   dev-libs/marisa[python,${PYTHON_USEDEP}]
+RDEPEND=
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}

diff --git a/app-i18n/libkkc/Manifest b/app-i18n/libkkc/Manifest
new file mode 100644
index 000..a58ddca
--- /dev/null
+++ b/app-i18n/libkkc/Manifest
@@ -0,0 +1 @@
+DIST libkkc-0.3.5.tar.gz 1424282 SHA256 
89b07b042dae5726d306aaa1296d1695cb75c4516f4b4879bc3781fe52f62aef SHA512 
f611c3104a22ad38af29746870849d8937b6af2a7fee0952cc25f36ef845b5617a192df7ca63ff2a507384f7a6a13c9c1b4fa3b9a34f3f041bee8793d04b9236
 WHIRLPOOL 
4f759c9b08c4706c2244e253bad6c347dac2ad1a9ceb5a1b5b96161a7222e6fd1f607cc7dd4f49a01757e28742d75f2764d66c10435266e22a973f5e4e70cc72

diff --git a/app-i18n/libkkc/libkkc-0.3.5.ebuild 
b/app-i18n/libkkc/libkkc-0.3.5.ebuild
new file mode 100644
index 000..3cfad8f
--- /dev/null
+++ b/app-i18n/libkkc/libkkc-0.3.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+VALA_MIN_API_VERSION=0.16
+
+inherit eutils vala

[gentoo-commits] gentoo-x86 commit in dev-haskell/shakespeare: shakespeare-2.0.5.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 13:40:10

  Modified: ChangeLog
  Added:shakespeare-2.0.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.9  dev-haskell/shakespeare/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   5 Apr 2015 05:42:21 -   1.8
+++ ChangeLog   1 Aug 2015 13:40:09 -   1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/shakespeare
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare/ChangeLog,v 1.8 
2015/04/05 05:42:21 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/shakespeare/ChangeLog,v 1.9 
2015/08/01 13:40:09 slyfox Exp $
+
+*shakespeare-2.0.5 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org 
+shakespeare-2.0.5.ebuild:
+  Version bump.
 
 *shakespeare-2.0.4.1 (05 Apr 2015)
 



1.1  dev-haskell/shakespeare/shakespeare-2.0.5.ebuild

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

Index: shakespeare-2.0.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/shakespeare/shakespeare-2.0.5.ebuild,v 1.1 
2015/08/01 13:40:09 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=A toolkit for making compile-time interpolated templates
HOMEPAGE=http://www.yesodweb.com/book/shakespearean-templates;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=test_coffee test_export test_roy

RDEPEND=dev-haskell/aeson:=[profile?]
dev-haskell/blaze-html:=[profile?]
dev-haskell/blaze-markup:=[profile?]
dev-haskell/exceptions:=[profile?]
=dev-haskell/parsec-2:=[profile?] dev-haskell/parsec-4:=[profile?]
=dev-haskell/text-0.7:=[profile?]
dev-haskell/transformers:=[profile?]
=dev-lang/ghc-7.6.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.16.0
test? ( =dev-haskell/hspec-2 dev-haskell/hspec-3
dev-haskell/hunit )


src_configure() {
haskell-cabal_src_configure \
$(cabal_flag test_coffee test_coffee) \
$(cabal_flag test_export test_export) \
$(cabal_flag test_roy test_roy)
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/tar: tar-0.4.2.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 13:40:48

  Modified: ChangeLog
  Added:tar-0.4.2.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.25 dev-haskell/tar/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tar/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   4 Apr 2015 07:34:27 -   1.24
+++ ChangeLog   1 Aug 2015 13:40:48 -   1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/tar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/ChangeLog,v 1.24 2015/04/04 
07:34:27 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tar/ChangeLog,v 1.25 2015/08/01 
13:40:48 slyfox Exp $
+
+*tar-0.4.2.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +tar-0.4.2.1.ebuild:
+  Version bump.
 
 *tar-0.4.1.0 (04 Apr 2015)
 



1.1  dev-haskell/tar/tar-0.4.2.1.ebuild

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

Index: tar-0.4.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-haskell/tar/tar-0.4.2.1.ebuild,v 1.1 
2015/08/01 13:40:48 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Reading, writing and manipulating \.tar\ archive files
HOMEPAGE=http://hackage.haskell.org/package/tar;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86 ~x86-macos
IUSE=

RDEPEND==dev-lang/ghc-7.6.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.16.0
test? ( dev-haskell/old-time
=dev-haskell/quickcheck-2 dev-haskell/quickcheck-3
=dev-haskell/tasty-0.10 dev-haskell/tasty-0.11
=dev-haskell/tasty-quickcheck-0.8 
dev-haskell/tasty-quickcheck-0.9 )







[gentoo-commits] gentoo-x86 commit in dev-haskell/x509: x509-1.5.1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:28:03

  Modified: ChangeLog
  Added:x509-1.5.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.6  dev-haskell/x509/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x509/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   6 Jun 2015 18:30:54 -   1.5
+++ ChangeLog   1 Aug 2015 14:28:03 -   1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/x509
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x509/ChangeLog,v 1.5 2015/06/06 
18:30:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x509/ChangeLog,v 1.6 2015/08/01 
14:28:03 slyfox Exp $
+
+*x509-1.5.1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org +x509-1.5.1.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/x509/x509-1.5.1.ebuild

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

Index: x509-1.5.1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x509/x509-1.5.1.ebuild,v 1.1 
2015/08/01 14:28:03 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=X509 reader and writer
HOMEPAGE=http://github.com/vincenthz/hs-certificate;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/asn1-encoding-0.9:=[profile?] 
dev-haskell/asn1-encoding-0.10:=[profile?]
=dev-haskell/asn1-parse-0.9:=[profile?] 
dev-haskell/asn1-parse-0.10:=[profile?]
=dev-haskell/asn1-types-0.3.0:=[profile?] 
dev-haskell/asn1-types-0.4:=[profile?]
=dev-haskell/crypto-pubkey-types-0.4.2.1:=[profile?] 
dev-haskell/crypto-pubkey-types-0.5:=[profile?]
=dev-haskell/cryptohash-0.9:=[profile?] 
dev-haskell/cryptohash-0.12:=[profile?]
dev-haskell/hourglass:=[profile?]
dev-haskell/mtl:=[profile?]
=dev-haskell/pem-0.1:=[profile?] dev-haskell/pem-0.3:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( dev-haskell/tasty
dev-haskell/tasty-quickcheck )







[gentoo-commits] gentoo-x86 commit in dev-haskell/x509-validation: x509-validation-1.5.2.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:28:24

  Modified: ChangeLog
  Added:x509-validation-1.5.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.5  dev-haskell/x509-validation/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/x509-validation/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   6 Jun 2015 18:32:03 -   1.4
+++ ChangeLog   1 Aug 2015 14:28:24 -   1.5
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/x509-validation
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x509-validation/ChangeLog,v 1.4 
2015/06/06 18:32:03 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x509-validation/ChangeLog,v 1.5 
2015/08/01 14:28:24 slyfox Exp $
+
+*x509-validation-1.5.2 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +x509-validation-1.5.2.ebuild:
+  Version bump.
 
   06 Jun 2015; Justin Lecher j...@gentoo.org metadata.xml:
   Add github to remote-id in metadata.xml



1.1  dev-haskell/x509-validation/x509-validation-1.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/x509-validation/x509-validation-1.5.2.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/x509-validation/x509-validation-1.5.2.ebuild?rev=1.1content-type=text/plain

Index: x509-validation-1.5.2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/x509-validation/x509-validation-1.5.2.ebuild,v
 1.1 2015/08/01 14:28:24 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=X.509 Certificate and CRL validation
HOMEPAGE=http://github.com/vincenthz/hs-certificate;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/asn1-encoding-0.9:=[profile?] 
dev-haskell/asn1-encoding-0.10:=[profile?]
=dev-haskell/asn1-types-0.3:=[profile?] 
dev-haskell/asn1-types-0.4:=[profile?]
dev-haskell/byteable:=[profile?]
=dev-haskell/crypto-pubkey-0.1.4:=[profile?] 
dev-haskell/crypto-pubkey-0.3:=[profile?]
=dev-haskell/crypto-pubkey-types-0.4:=[profile?] 
dev-haskell/crypto-pubkey-types-0.5:=[profile?]
=dev-haskell/cryptohash-0.9:=[profile?] 
dev-haskell/cryptohash-0.12:=[profile?]
dev-haskell/data-default-class:=[profile?]
dev-haskell/hourglass:=[profile?]
dev-haskell/mtl:=[profile?]
dev-haskell/network:=[profile?]
=dev-haskell/pem-0.1:=[profile?] dev-haskell/pem-0.3:=[profile?]
=dev-haskell/x509-1.5.0:=[profile?] dev-haskell/x509-1.6:=[profile?]
=dev-haskell/x509-store-1.5:=[profile?] 
dev-haskell/x509-store-1.6:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6







[gentoo-commits] gentoo-x86 commit in dev-haskell/yesod-routes: yesod-routes-1.2.0.7-r1.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:27:04

  Modified: ChangeLog
  Added:yesod-routes-1.2.0.7-r1.ebuild
  Log:
  Allow newer path-pieces.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.8  dev-haskell/yesod-routes/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   14 Dec 2014 08:32:16 -  1.7
+++ ChangeLog   1 Aug 2015 14:27:03 -   1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/yesod-routes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/ChangeLog,v 1.7 
2014/12/14 08:32:16 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/ChangeLog,v 1.8 
2015/08/01 14:27:03 slyfox Exp $
+
+*yesod-routes-1.2.0.7-r1 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +yesod-routes-1.2.0.7-r1.ebuild:
+  Allow newer path-pieces.
 
 *yesod-routes-1.2.0.7 (14 Dec 2014)
 



1.1  dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r1.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r1.ebuild?rev=1.1content-type=text/plain

Index: yesod-routes-1.2.0.7-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/yesod-routes/yesod-routes-1.2.0.7-r1.ebuild,v
 1.1 2015/08/01 14:27:03 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.3.

CABAL_FEATURES=lib profile haddock hoogle hscolour test-suite
inherit haskell-cabal

DESCRIPTION=Efficient routing for Yesod
HOMEPAGE=http://www.yesodweb.com/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=MIT
SLOT=0/${PV}
KEYWORDS=~amd64 ~x86
IUSE=

RDEPEND==dev-haskell/path-pieces-0.1:=[profile?]
=dev-haskell/text-0.5:=[profile?]
=dev-haskell/vector-0.8:=[profile?] 
dev-haskell/vector-0.11:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.8
test? ( =dev-haskell/hspec-1.3
=dev-haskell/hunit-1.2 dev-haskell/hunit-1.3 )


src_prepare() {
cabal_chdeps \
'path-pieces   = 0.10.2' 'path-pieces   
= 0.1'
}






[gentoo-commits] gentoo-x86 commit in dev-haskell/test-framework-th-prime: test-framework-th-prime-0.0.8.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:42:49

  Modified: ChangeLog
  Added:test-framework-th-prime-0.0.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.7  dev-haskell/test-framework-th-prime/ChangeLog

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

Index: ChangeLog
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-th-prime/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   5 Jul 2015 14:47:24 -   1.6
+++ ChangeLog   1 Aug 2015 14:42:49 -   1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/test-framework-th-prime
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-th-prime/ChangeLog,v 1.6 
2015/07/05 14:47:24 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-th-prime/ChangeLog,v 1.7 
2015/08/01 14:42:49 slyfox Exp $
+
+*test-framework-th-prime-0.0.8 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +test-framework-th-prime-0.0.8.ebuild:
+  Version bump.
 
   05 Jul 2015; Mikle Kolyada zlog...@gentoo.org
   test-framework-th-prime-0.0.7.ebuild:



1.1  
dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.8.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.8.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.8.ebuild?rev=1.1content-type=text/plain

Index: test-framework-th-prime-0.0.8.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/test-framework-th-prime/test-framework-th-prime-0.0.8.ebuild,v
 1.1 2015/08/01 14:42:49 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.4.5.

CABAL_FEATURES=lib profile haddock hoogle hscolour
inherit haskell-cabal

DESCRIPTION=Template Haskell for test framework
HOMEPAGE=http://hackage.haskell.org/package/test-framework-th-prime;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz

LICENSE=BSD
SLOT=0/${PV}
KEYWORDS=~amd64 ~ppc ~ppc64 ~sparc ~x86
IUSE=

RDEPEND==dev-haskell/cpphs-0.2.1:=[profile?]
dev-haskell/haskell-src-exts:=[profile?]
dev-haskell/test-framework:=[profile?]
=dev-lang/ghc-7.4.1:=

DEPEND=${RDEPEND}
=dev-haskell/cabal-1.6







[gentoo-commits] gentoo-x86 commit in dev-vcs/git-annex: git-annex-5.20150710.ebuild ChangeLog

2015-08-01 Thread Sergei Trofimovich (slyfox)
slyfox  15/08/01 14:41:50

  Modified: ChangeLog
  Added:git-annex-5.20150710.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  ChangesPath
1.39 dev-vcs/git-annex/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   21 Jun 2015 18:57:45 -  1.38
+++ ChangeLog   1 Aug 2015 14:41:50 -   1.39
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/git-annex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.38 
2015/06/21 18:57:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git-annex/ChangeLog,v 1.39 
2015/08/01 14:41:50 slyfox Exp $
+
+*git-annex-5.20150710 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich sly...@gentoo.org
+  +git-annex-5.20150710.ebuild:
+  Version bump.
 
 *git-annex-5.20150617 (21 Jun 2015)
 



1.1  dev-vcs/git-annex/git-annex-5.20150710.ebuild

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

Index: git-annex-5.20150710.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/git-annex/git-annex-5.20150710.ebuild,v 1.1 
2015/08/01 14:41:50 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.5

CABAL_FEATURES=bin
inherit haskell-cabal

DESCRIPTION=manage files with git, without checking their contents into git
HOMEPAGE=http://git-annex.branchable.com/;
SRC_URI=mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz
RESTRICT=test

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64 ~x86 ~amd64-linux
IUSE=android androidsplice asciiprogress +assistant +dbus +dns doc 
+desktop-notify ekg +feed +inotify +pairing +production +quvi +s3 +tahoe +tdfa 
+testsuite torrentparser +webapp +webapp-secure +webdav +xmpp

RDEPEND=dev-vcs/git

DEPEND=${RDEPEND}
dev-haskell/async
dev-haskell/bloomfilter
=dev-haskell/cabal-1.8
dev-haskell/case-insensitive
=dev-haskell/cryptohash-0.11.0
dev-haskell/data-default
dev-haskell/dlist
dev-haskell/edit-distance
dev-haskell/esqueleto
=dev-haskell/exceptions-0.6
dev-haskell/hslogger
dev-haskell/http-conduit
dev-haskell/http-types
dev-haskell/ifelse
dev-haskell/json[generic]
dev-haskell/missingh
dev-haskell/monad-control
dev-haskell/monad-logger
=dev-haskell/mtl-2
=dev-haskell/network-2.0
dev-haskell/network-uri
dev-haskell/persistent
dev-haskell/persistent-sqlite
dev-haskell/persistent-template
=dev-haskell/quickcheck-2.1:2
dev-haskell/random
dev-haskell/resourcet
dev-haskell/safesemaphore
dev-haskell/sandi
=dev-haskell/stm-2.3
dev-haskell/text
dev-haskell/transformers
dev-haskell/unix-compat
dev-haskell/utf8-string
dev-haskell/uuid
=dev-lang/ghc-7.4.1
android? ( dev-haskell/data-endian )
asciiprogress? ( dev-haskell/ascii-progress
dev-haskell/terminal-size )
assistant? ( =dev-haskell/stm-2.3
inotify? ( dev-haskell/hinotify ) )
dbus? ( =dev-haskell/dbus-0.10.3 )
dns? ( dev-haskell/dns )
ekg? ( dev-haskell/aeson
dev-haskell/ekg
dev-haskell/http-types )
feed? ( =dev-haskell/feed-0.3.4 )
dev-haskell/old-locale
pairing? ( dev-haskell/network-info
dev-haskell/network-multicast )
quvi? ( dev-haskell/aeson )
s3? ( =dev-haskell/aws-0.9.2
dev-haskell/conduit
dev-haskell/conduit-extra
dev-haskell/http-client )
tdfa? ( dev-haskell/regex-tdfa )
tahoe? ( dev-haskell/aeson )
testsuite? (
dev-haskell/crypto-api
=dev-haskell/tasty-0.7
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck
dev-haskell/tasty-rerun
   

  1   2   3   4   >