Sync with portage [Wed Jul 2 13:14:40 MSK 2014].

mhiretskiy
root 10 years ago
parent 3fc9c04148
commit 643815535a

@ -1,5 +1,5 @@
--- killproc-2.13/Makefile.orig 2007-11-30 14:01:09.000000000 +0100
+++ killproc-2.13/Makefile 2009-09-04 17:21:26.000000000 +0200
--- a/Makefile
+++ b/Makefile
@@ -27,9 +27,7 @@
#
# egcs used with -O2 includes -fno-force-mem which is/was buggy (1998/10/08)

@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v 1.1 2014/07/01 13:20:12 jer Exp $
EAPI=5
inherit eutils toolchain-funcs
DESCRIPTION="killproc and assorted tools for boot scripts"
HOMEPAGE="http://www.suse.de/"
SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~x86"
src_prepare() {
epatch "${FILESDIR}/${P}-makefile.patch"
tc-export CC
export COPTS=${CFLAGS}
}
src_install() {
into /
dosbin checkproc fsync killproc startproc usleep
into /usr
doman *.8 *.1
dodoc README *.lsm
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13.ebuild,v 1.8 2014/01/27 13:06:32 hattya Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13.ebuild,v 1.11 2014/07/01 13:20:12 jer Exp $
EAPI="2"
inherit eutils flag-o-matic toolchain-funcs
inherit eutils toolchain-funcs
DESCRIPTION="killproc and assorted tools for boot scripts"
HOMEPAGE="http://www.suse.de/"
@ -12,11 +12,10 @@ SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~ia64 ppc x86"
KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc x86"
IUSE=""
src_prepare() {
cp Makefile{,.orig} -va
epatch "${FILESDIR}/${P}-makefile.patch"
}

@ -2,6 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
<email>jer@gentoo.org</email>
</maintainer>
</pkgmetadata>

@ -1 +1 @@
DIST password-store-1.6.2.tar.xz 52684 SHA256 526c4a362f6b21ffbaa48fe9eed92f7c0af0be210f56160938fb1661a6f162b4 SHA512 b9d3a171420cee9596c028408f9aa812e6e764777c95d501f72743e52738c2600bbd2048e74835ce06a3bd7b199980c2d9173bfab3db5f06a5d6efb77224c7ab WHIRLPOOL fa17f52f18c64fd7c9d5d2f49f3403d2e2b158f5f71aa357dce8ce2aa3ccbb5d040b4d9c8e4901ffb257b3435db7bff8e76c8929648ccdf3e45f5a35f867835b
DIST password-store-1.6.3.tar.xz 52944 SHA256 d419d40aa165c1f893e994dd706733374a9db8cf5314124702a061e70e0340f7 SHA512 684b779361da0b4c107141f2c21d845fb277f537305ab351dda8a0f7041ce6f9215dab54a2fdc1b8e3c06e01346e1562f800b07519cd76b364313f6f24d2f010 WHIRLPOOL 51f975e79c423eb1f67ffeedbd4b7f803b0ddf92d3d235944528edf043a1d80f42397c1bd0dcb9b25545469dded857524c884587f4b67f59d157e37a8e28ff4e

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.2.ebuild,v 1.1 2014/05/14 07:49:03 zx2c4 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/pass/pass-1.6.3.ebuild,v 1.1 2014/07/01 08:52:02 zx2c4 Exp $
EAPI=4
@ -24,7 +24,7 @@ RDEPEND="
elibc_Darwin? ( app-misc/getopt )
zsh-completion? ( app-shells/zsh-completion )
fish-completion? ( app-shells/fish )
dmenu? ( x11-misc/dmenu )
dmenu? ( x11-misc/dmenu x11-misc/xdotool )
emacs? ( virtual/emacs )
"

@ -0,0 +1,230 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/backuppc/backuppc-3.2.1-r3.ebuild,v 1.1 2014/07/01 19:15:17 pacho Exp $
EAPI=5
inherit eutils systemd webapp user
MY_P="BackupPC-${PV}"
DESCRIPTION="A high-performance system for backing up computers to a server's disk."
HOMEPAGE="http://backuppc.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz
http://dev.gentooexperimental.org/~dreeevil/02-fix-config.pl-formatting.patch"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE="rss samba"
DEPEND="dev-lang/perl
app-admin/apache-tools
app-admin/makepasswd"
RDEPEND="${DEPEND}
perl-core/IO-Compress
dev-perl/Archive-Zip
dev-perl/libwww-perl
>=app-arch/tar-1.13.20
app-arch/par2cmdline
app-arch/gzip
app-arch/bzip2
virtual/mta
www-apache/mod_perl
www-servers/apache
net-misc/rsync
>=dev-perl/File-RsyncP-0.68
rss? ( dev-perl/XML-RSS )
samba? ( net-fs/samba )"
WEBAPP_MANUAL_SLOT="yes"
SLOT="0"
S=${WORKDIR}/${MY_P}
CONFDIR="/etc/BackupPC"
DATADIR="/var/lib/backuppc"
LOGDIR="/var/log/BackupPC"
pkg_setup() {
webapp_pkg_setup
enewgroup backuppc
enewuser backuppc -1 /bin/bash /var/lib/backuppc backuppc
}
src_unpack() {
unpack ${A}
cd "${S}"
}
src_prepare() {
epatch "${FILESDIR}/3.2.0/01-fix-configure.pl.patch"
epatch "${DISTDIR}/02-fix-config.pl-formatting.patch"
epatch "${FILESDIR}/3.2.0/03-reasonable-config.pl-defaults.patch"
# Fix the documentation location in the CGI interface
epatch "${FILESDIR}/3.2.0/04-add-docdir-marker.patch"
sed -i "s+__DOCDIR__+/usr/share/doc/${PF}+" "lib/BackupPC/CGI/View.pm"
epatch "${FILESDIR}/3.2.0/05-nicelevel.patch"
sed -i -e 's/--chuid ${USER}//' "${S}"/init.d/src/gentoo-backuppc || die "Failed to fix the init script"
}
src_test() {
true
}
src_install() {
webapp_src_preinst
local myconf
myconf=""
if use samba ; then
myconf="--bin-path smbclient=$(type -p smbclient)"
myconf="${myconf} --bin-path nmblookup=$(type -p nmblookup)"
fi
./configure.pl \
--batch \
--bin-path perl=$(type -p perl) \
--bin-path tar=$(type -p tar) \
--bin-path rsync=$(type -p rsync) \
--bin-path ping=$(type -p ping) \
--bin-path df=$(type -p df) \
--bin-path ssh=$(type -p ssh) \
--bin-path sendmail=$(type -p sendmail) \
--bin-path hostname=$(type -p hostname) \
--bin-path gzip=$(type -p gzip) \
--bin-path bzip2=$(type -p bzip2) \
--config-dir ${CONFDIR} \
--install-dir /usr \
--data-dir ${DATADIR} \
--hostname $(hostname) \
--uid-ignore \
--dest-dir "${D%/}" \
--html-dir ${MY_HTDOCSDIR}/image \
--html-dir-url /image \
--cgi-dir ${MY_HTDOCSDIR} \
--fhs \
${myconf} || die "failed the configure.pl script"
ebegin "Installing documentation"
pod2man \
--section=8 \
--center="BackupPC manual" \
"${S}"/doc/BackupPC.pod backuppc.8 || die "failed to generate man page"
doman backuppc.8
# Place the documentation in the correct location
dodoc "${D}/usr/doc/BackupPC.html"
dodoc "${D}/usr/doc/BackupPC.pod"
rm -rf "${D}/usr/doc"
eend 0
# Setup directories
dodir ${CONFDIR}/pc
keepdir ${CONFDIR}
keepdir ${CONFDIR}/pc
keepdir ${DATADIR}/{trash,pool,pc,cpool}
keepdir ${LOGDIR}
ebegin "Setting up startup scripts"
newinitd "${S}"/init.d/gentoo-backuppc backuppc
newconfd "${S}"/init.d/gentoo-backuppc.conf backuppc
systemd_dounit "${FILESDIR}/${PN}.service"
eend 0
ebegin "Setting up an apache instance for backuppc"
cp "${FILESDIR}/apache2-backuppc."{conf,init} "${WORKDIR}/"
cp "${FILESDIR}/httpd.conf" "${WORKDIR}/httpd.conf"
sed -i -e "s+HTDOCSDIR+${MY_HTDOCSDIR}+g" "${WORKDIR}/httpd.conf"
sed -i -e "s+AUTHFILE+${CONFDIR}/users.htpasswd+g" "${WORKDIR}/httpd.conf"
moduledir="/usr/lib/apache2/modules"
# Check if the Apache ServerRoot is real.
# This is sometimes broken on older amd64 systems.
# In this case we just patch our config file appropriately.
if [[ ! -d "/usr/lib/apache2" ]]; then
if [[ -d "/usr/lib64/apache2" ]]; then
sed -i -e "s+/usr/lib/apache2+/usr/lib64/apache2+g" "${WORKDIR}/httpd.conf"
sed -i -e "s+/usr/lib/apache2+/usr/lib64/apache2+g" "${WORKDIR}/apache2-backuppc.conf"
moduledir="/usr/lib64/apache2/modules"
fi
fi
# Check if we're using mod_cgid instead of mod_cgi
# This happens if you install apache with USE="threads"
if [[ -f "${moduledir}/mod_cgid.so" ]]; then
sed -i -e "s+mod_cgi+mod_cgid+g" "${WORKDIR}/httpd.conf"
sed -i -e "s+cgi_module+cgid_module+g" "${WORKDIR}/httpd.conf"
fi
# Install conf.d/init.d files for apache2-backuppc
if [ -e /etc/init.d/apache2 ]; then
newconfd "${WORKDIR}/apache2-backuppc.conf" apache2-backuppc
newinitd /etc/init.d/apache2 apache2-backuppc
else
newconfd "${WORKDIR}/apache2-backuppc.conf" apache2-backuppc
newinitd "${WORKDIR}/apache2-backuppc.init" apache2-backuppc
fi
insopts -m 0644
insinto ${CONFDIR}
doins "${WORKDIR}/httpd.conf"
eend $?
webapp_src_install || die "webapp_src_install"
# Make sure that the ownership is correct
chown -R backuppc:backuppc "${D}${CONFDIR}"
chown -R backuppc:backuppc "${D}${DATADIR}"
chown -R backuppc:backuppc "${D}${LOGDIR}"
}
pkg_postinst() {
# This is disabled since BackupPC doesn't need it
# webapp_pkg_postinst
elog "Installation finished, now may now start using BackupPC."
elog ""
elog "- Read the documentation in /usr/share/doc/${PF}/BackupPC.html"
elog " Please pay special attention to the security section."
elog ""
elog "- You can launch backuppc and it's apache web interface by running:"
elog " # /etc/init.d/backuppc start"
elog " # /etc/init.d/apache2-backuppc start"
if [[ ! -e /etc/runlevels/default/backuppc ]]; then
elog ""
elog "- You also might want to add these scripts to your default runlevel:"
elog " # rc-update add backuppc default"
elog " # rc-update add apache2-backuppc default"
fi
# Generate a new password if there's no auth file
if [[ ! -f "${CONFDIR}/users.htpasswd" ]]; then
adminuser="backuppc"
adminpass=$( makepasswd --chars=12 )
htpasswd -bc "${CONFDIR}/users.htpasswd" $adminuser $adminpass
elog ""
elog "- Created admin user $adminuser with password $adminpass"
elog " To add new users, run: "
elog " # htpasswd ${CONFDIR}/users.htpasswd newUser"
fi
if [[ -d "/etc/backuppc" ]]; then
ewarn ""
ewarn "Detected old config directory in /etc/backuppc"
ewarn "Please migrate relevant config files to ${CONFDIR} before starting backuppc"
fi
elog "Warning: The default path changed from /var/lib/backuppc to /var/lib/BackupPC"
elog "To continue using the old path the config files need to contain something like this:"
elog "\$Conf{TopDir} = '/var/lib/backuppc/';"
}

@ -0,0 +1,13 @@
[Unit]
Description= BackupPC server
After=syslog.target local-fs.target remote-fs.target
[Service]
Type=oneshot
User=backuppc
Group=backuppc
ExecStart=/usr/bin/BackupPC -d
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/xfburn/xfburn-0.5.2.ebuild,v 1.2 2014/05/11 17:13:55 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-cdr/xfburn/xfburn-0.5.2.ebuild,v 1.3 2014/07/01 16:43:28 ssuominen Exp $
EAPI=5
inherit xfconf
@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.32
>=xfce-base/exo-0.6
>=xfce-base/libxfce4ui-4.10
gstreamer? ( >=media-libs/gst-plugins-base-0.10.20:0.10 )
udev? ( virtual/udev[gudev] )"
udev? ( virtual/libgudev:= )"
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.18.ebuild,v 1.2 2014/07/01 01:10:36 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.4.18.ebuild,v 1.3 2014/07/01 18:25:30 zlogene Exp $
EAPI="5"
@ -17,7 +17,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
IUSE="bzip2 curl ldap mta nls readline selinux smartcard static usb zlib linguas_ru"
COMMON_DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.25.ebuild,v 1.2 2014/07/01 01:19:31 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-2.0.25.ebuild,v 1.3 2014/07/01 13:42:24 rich0 Exp $
EAPI="5"
@ -13,7 +13,7 @@ SRC_URI="mirror://gnupg/gnupg/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="adns bzip2 doc ldap nls mta readline static selinux smartcard usb"
COMMON_DEPEND_LIBS="

@ -1,3 +1,4 @@
DIST spice-protocol-0.12.3.tar.bz2 69854 SHA256 dc8609efe23e6f9b78d56663aa9ca5e8cb10c2b8403b8fc02aa72ae7686cc037 SHA512 55423743cf195459125305c726803db491ebf16a5ef0cb821eed7e0d71ace9d581b9a6a60c11a03d6a17c0ecc31e2b4c649ed117857a050f409844686b7df3e0 WHIRLPOOL 308ced9222f8b43e2455733fc5d311912bc9d10fbf830d8d4eecd0e86bfd6dc6a0ae15c3d94dc5c3d73aa9635247023259642c570e31557e0ba9caf4bd2c7eb6
DIST spice-protocol-0.12.5.tar.bz2 70068 SHA256 feacb14940cdcc10214ec8cdc2198d880e54eb206e6d65a9bddf8360b27f7bf9 SHA512 04c48a88b9ab3c094f44400bbcf8be7b2f32c8a38350e38237108a366b2b0d94cf4244b83de749b1bce5fc6f71c9111d5ae063c9cac43d29074fa1f372450ec6 WHIRLPOOL 1c40deed7a054ed8726628067a0a708cddd500245f278eca30c3b5e25adf4137c70faf0a08bbc3a414a257a3d9b8100d05680c40405ba410ecdad3fb870b4b08
DIST spice-protocol-0.12.6.tar.bz2 70176 SHA256 9d4745602eb2ab1d1c1ab98b4babf587574870993b4faefe354ac57bb5e8259b SHA512 0c9a1dcc6c0afbfb7350b7003a261b692de4864afc8bd8f33e7a730753f43112977bfa5148e0b5af3231d43d9a057859f34f6dff0c738d9aaea07f70138e1f13 WHIRLPOOL 52331e2ebe3a54e02c1115459580ebe405304c3539f3534527cec9e1f72e606c2c8f6b4acf30fcc5df022489f146a0fb253bfa8849e9894f31fb8b2dc48ef706
DIST spice-protocol-0.12.7.tar.bz2 71276 SHA256 96c6cb73361816ed19bfd8536f65d4547da35709aa00af1380e650c1174916c2 SHA512 48205ab8daba97f754ae1ac9bbb7071efb2f450c43620839ee70d7577eab2ef696151fcce8f6f5c95b2593c58b6a0d5779e36b6fc0b6d450872ac677ea525800 WHIRLPOOL fc990949806c4a27081f2156ff4c2c3388785f3f68e468b7f2c77852c874789fa391ce85fdbb78b30bbe3cd39b7e0615d7815405e3ced815376481e49202bf78

@ -0,0 +1,17 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.12.7.ebuild,v 1.1 2014/07/01 15:25:04 dev-zero Exp $
EAPI=5
DESCRIPTION="Headers defining the SPICE protocol."
HOMEPAGE="http://spice-space.org/"
SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""

@ -1,3 +1,4 @@
DIST spice-0.12.2.tar.bz2 1685684 SHA256 5654fac02f5568088ea01979088d539f4e95551568dd709ec197e965cf8612d5 SHA512 5381ab15568d0bbe998dfa2e4bab64ea2255664f466545c16d77708fbe8b9c4627e837c4c4d229fed501665c90b38e8c31f12ccb434f5c7e96eb89ac61bd9a9b WHIRLPOOL 6ae9fcb5b6cd89176cc657f8c19e6424c1c85624229eff7ec168db57a580680042c22e8daf43a78ccd5076568a1db91dc7a3dfcfc6b9f24380af04ab0f4e44b7
DIST spice-0.12.3.tar.bz2 1606683 SHA256 bfd65e1c466524f9469cb58764904eeec1dae27c4901c4dbd0bf1ec419048546 SHA512 92d5871cd154d863ee54657e8064f6093bd5ab47e277a1398fed46b8592f44416d6d04be2d85a4ada90d4bfb5ef94dbc618a818219023416d3f8a82acbd3009e WHIRLPOOL bd431acefde4a3dd9c2fea5fa31c1ab2e1b2a34a1021d401510cb98307f8703922015d10db09795f26d514dbd49b147cd598dca2df16c784780530ab960a181b
DIST spice-0.12.4.tar.bz2 1718655 SHA256 cf063e7df42e331a835529d2f613d8a01f8cb2963e8edaadf73a8d65c46fb387 SHA512 9867c2ace6205b606eef4a04a7e1fa0533c8d419cbb063edf4ded12db24f76237487d3e9dd57dec0f5b952eef399aa395d8591e2d82cab4d13e0d3ce6c7fba74 WHIRLPOOL 73c81bc1481c33512805c19934b4b4de92024cb2c5c0409ae34f2a926056ba970d2deb7ec4a13685e7b1854ca2c505f2b87b6ccd1e4d3454a65146c16c933de7
DIST spice-0.12.5.tar.bz2 1737169 SHA256 4209a20d8f67cb99a8a6ac499cfe79a18d4ca226360457954a223d6795c2f581 SHA512 1501c913ba3b1856444536a9bfda7a2138a96088f940b483e963df342b91deb945d77bfb3c83ebddfcd7c3008695c0dd7df30ff9fd8502cbbcac1c610a273572 WHIRLPOOL 8f50a91febb0d2279ac867ae31cb14f996106625f0f26ba1bb8b5b576eedce6839f52c70e19a03f03be209f695c36b3ba1d94fadee6c9f134e2afffd5b99c476

@ -0,0 +1,30 @@
From 284cca2a5ebc98257275585083321a7100fb89b3 Mon Sep 17 00:00:00 2001
From: Jonathon Jongsma <jjongsma@redhat.com>
Date: Fri, 30 May 2014 18:45:02 +0000
Subject: Fix assert in mjpeg_encoder_adjust_params_to_bit_rate()
If mjpeg_encoder_reset_quality() is called with the same quality as currently
set, it will not reset last_enc_size but not reset num_recent_enc_frames,
violating some assumptions in _adjust_params_to_bit_rate(). To avoid aborting
the server, simply return early from this function.
Resolves: rhbz#1086820
---
diff --git a/server/mjpeg_encoder.c b/server/mjpeg_encoder.c
index f465d88..12447da 100644
--- a/server/mjpeg_encoder.c
+++ b/server/mjpeg_encoder.c
@@ -625,7 +625,10 @@ static void mjpeg_encoder_adjust_params_to_bit_rate(MJpegEncoder *encoder)
return;
}
- spice_assert(rate_control->num_recent_enc_frames);
+ if (!rate_control->num_recent_enc_frames) {
+ spice_debug("No recent encoded frames");
+ return;
+ }
if (rate_control->num_recent_enc_frames < MJPEG_AVERAGE_SIZE_WINDOW &&
rate_control->num_recent_enc_frames < rate_control->fps) {
--
cgit v0.9.0.2-2-gbebe

@ -0,0 +1,79 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.5.ebuild,v 1.1 2014/07/01 16:42:02 dev-zero Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit eutils python-any-r1
DESCRIPTION="SPICE server and client."
HOMEPAGE="http://spice-space.org/"
SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="client sasl smartcard static-libs" # static
# only the client links against libcacard, the libspice-server only uses the headers
# the client cannot be built statically since alsa and qemu[smartcard] are missing static-libs
RDEPEND=">=x11-libs/pixman-0.17.7[static-libs(+)?]
>=dev-libs/glib-2.22:2[static-libs(+)?]
>=media-libs/celt-0.5.1.1:0.5.1[static-libs(+)?]
dev-libs/openssl[static-libs(+)?]
virtual/jpeg[static-libs(+)?]
sys-libs/zlib[static-libs(+)?]
sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] )
client? (
media-libs/alsa-lib
>=x11-libs/libXrandr-1.2
x11-libs/libX11
x11-libs/libXext
>=x11-libs/libXinerama-1.0
x11-libs/libXfixes
x11-libs/libXrender
smartcard? ( app-emulation/qemu[smartcard] )
)"
DEPEND="virtual/pkgconfig
$(python_gen_any_dep \
'>=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]')
smartcard? ( app-emulation/qemu[smartcard] )
${RDEPEND}"
python_check_deps() {
has_version ">=dev-python/pyparsing-1.5.6-r2[${PYTHON_USEDEP}]"
}
pkg_setup() {
[[ ${MERGE_TYPE} != binary ]] && python-any-r1_pkg_setup
}
# maintainer notes:
# * opengl support is currently broken
src_prepare() {
epatch \
"${FILESDIR}/0.11.0-gold.patch" \
"${FILESDIR}/${P}-fix-assert-in-mjpeg_encoder_adjust_params_to_bit_rate.patch"
epatch_user
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable client) \
$(use_with sasl) \
$(use_enable smartcard) \
--disable-gui \
--disable-static-linkage
# $(use_enable static static-linkage) \
}
src_install() {
default
use static-libs || prune_libtool_files
}

@ -1,49 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/bb/bb-1.3.0_rc1-r2.ebuild,v 1.2 2012/02/07 08:10:42 slyfox Exp $
EAPI=4
inherit autotools eutils versionator
MY_P="${PN}-$(get_version_component_range 1-2)$(get_version_component_range 4-4)"
DESCRIPTION="Demonstration program for visual effects of aalib"
HOMEPAGE="http://aa-project.sourceforge.net/"
SRC_URI="mirror://sourceforge/aa-project/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="mikmod"
DEPEND="media-libs/aalib
mikmod? ( media-libs/libmikmod )"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
src_prepare() {
epatch "${FILESDIR}/${P}-noattr.patch"
epatch "${FILESDIR}/${P}-fix-protos.patch"
epatch "${FILESDIR}"/${P}-messager-overlap.patch
epatch "${FILESDIR}"/${P}-zbuff-fault.patch
epatch "${FILESDIR}"/${P}-printf-cleanup.patch
epatch "${FILESDIR}"/${P}-m4-stuff.patch
# rename binary and manpage bb -> bb-aalib
mv bb.1 bb-aalib.1 || die
sed -e 's/bb/bb-aalib/' \
-i bb-aalib.1
sed -e 's/bin_PROGRAMS = bb/bin_PROGRAMS = bb-aalib/' \
-e 's/man_MANS = bb.1/man_MANS = bb-aalib.1/' \
-e 's/bb_SOURCES/bb_aalib_SOURCES/' \
-i Makefile.am || die
AT_M4DIR="m4" eautoreconf
}
pkg_postinst() {
elog "bb binary has been renamed to bb-aalib to avoid a naming conflict with sys-apps/busybox."
}

@ -0,0 +1,167 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-3.0.0-r2.ebuild,v 1.1 2014/07/01 15:38:30 pacho Exp $
EAPI=5
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
inherit eutils gnome2
DESCRIPTION="Fully featured yet light and fast cross platform word processor"
HOMEPAGE="http://www.abisource.com/"
SRC_URI="http://www.abisource.com/downloads/${PN}/${PV}/source/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="calendar collab cups eds +goffice grammar +introspection latex map math ots +plugins readline redland spell wordperfect wmf thesaurus"
# You need 'plugins' enabled if want to enable the extra plugins
REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline !thesaurus !wordperfect !wmf )"
RDEPEND="
>=app-text/wv-1.2
>=dev-libs/fribidi-0.10.4
>=dev-libs/glib-2.16:2
>=dev-libs/libgcrypt-1.4.5:0
dev-libs/libxslt
>=gnome-base/librsvg-2.16:2
>=gnome-extra/libgsf-1.14.18
>=media-libs/libpng-1.2
virtual/jpeg
>=x11-libs/cairo-1.10[X]
>=x11-libs/gtk+-3.0.8:3[cups?]
calendar? ( >=dev-libs/libical-0.46 )
eds? ( >=gnome-extra/evolution-data-server-3.6.0 )
goffice? ( >=x11-libs/goffice-0.10.2:0.10 )
introspection? ( >=dev-libs/gobject-introspection-1.0.0 )
map? ( >=media-libs/libchamplain-0.12 )
plugins? (
collab? (
>=dev-libs/libxml2-2.4
>=net-libs/loudmouth-1
net-libs/libsoup:2.4
net-libs/gnutls )
grammar? ( >=dev-libs/link-grammar-4.2.1 )
math? ( >=x11-libs/gtkmathview-0.7.5 )
ots? ( >=app-text/ots-0.5-r1 )
readline? ( sys-libs/readline )
thesaurus? ( >=app-text/aiksaurus-1.2[gtk] )
wordperfect? (
app-text/libwpd:0.9
app-text/libwpg:0.2 )
wmf? ( >=media-libs/libwmf-0.2.8 )
)
redland? (
>=dev-libs/redland-1.0.10
>=dev-libs/rasqal-0.9.17 )
spell? ( >=app-text/enchant-1.2 )
!<app-office/abiword-plugins-2.8
"
DEPEND="${RDEPEND}
dev-lang/perl
>=dev-libs/boost-1.40.0
virtual/pkgconfig
collab? ( dev-cpp/asio )
"
src_prepare() {
# readme.txt will be installed using dodoc
sed '/readme\.txt\|abw/d' \
-i user/wp/Makefile.am user/wp/Makefile.in || die
# http://bugzilla.abisource.com/show_bug.cgi?id=13532
epatch "${FILESDIR}/${PN}-3.0.0-eds-3.6.patch"
# http://bugzilla.abisource.com/show_bug.cgi?id=13564
epatch "${FILESDIR}/${PN}-3.0.0-fix-crash.patch"
# http://bugzilla.abisource.com/show_bug.cgi?id=13589
epatch "${FILESDIR}/${PN}-3.0.0-libgcrypt_1_6_0-1.patch"
# Fix build with boost-1.54
epatch "${FILESDIR}/${PN}-3.0.0-boost54.patch"
# http://bugzilla.abisource.com/show_bug.cgi?id=13596
epatch "${FILESDIR}/${PN}-3.0.0-fix-shortcut.patch"
# Fix build with bison-3.0
epatch "${FILESDIR}/${PN}-3.0.0-bison30.patch"
# Fix crash when saving as PDF, bug #515990
epatch "${FILESDIR}/${PN}-3.0.0-pdf-crash.patch"
# Fix redraw region in custom widget
epatch "${FILESDIR}/${PN}-3.0.0-fix-redraw.patch"
gnome2_src_prepare
}
src_configure() {
local plugins=""
if use plugins; then
# Plugins depending on libgsf
plugins="t602 docbook clarisworks wml kword hancom openwriter pdf
loadbindings mswrite garble pdb applix opendocument sdw xslfo"
# Plugins depending on librsvg
# But doesn't build: http://bugzilla.abisource.com/show_bug.cgi?id=13563
#plugins="${plugins} svg"
# Plugins not depending on anything
plugins="${plugins} gimp bmp freetranslation iscii s5 babelfish opml eml
wikipedia gdict passepartout google presentation urldict hrtext mif
openxml"
# inter7eps: eps.h
# libtidy: gsf + tidy.h
# paint: windows only ?
use collab && plugins="${plugins} collab"
use goffice && plugins="${plugins} goffice"
use latex && plugins="${plugins} latex"
use math && plugins="${plugins} mathview"
use ots && plugins="${plugins} ots"
# psion: >=psiconv-0.9.4
use readline && plugins="${plugins} command"
use thesaurus && plugins="${plugins} aiksaurus"
use wmf && plugins="${plugins} wmf"
# wordperfect: >=wpd-0.9 >=wpg-0.2
use wordperfect && plugins="${plugins} wpg"
fi
gnome2_src_configure \
--enable-plugins="$(echo ${plugins})" \
--disable-static \
--disable-default-plugins \
--disable-builtin-plugins \
--disable-collab-backend-telepathy \
--enable-clipart \
--enable-statusbar \
--enable-templates \
--with-gio \
--without-gnomevfs \
--without-gtk2 \
$(use_with goffice goffice) \
$(use_with calendar libical) \
$(use_enable cups print) \
$(use_enable collab collab-backend-xmpp) \
$(use_enable collab collab-backend-tcp) \
$(use_enable collab collab-backend-service) \
$(use_with eds evolution-data-server) \
$(use_enable introspection) \
$(use_with map champlain) \
$(use_with redland) \
$(use_enable spell)
}
src_compile() {
# Parallel build fails, bug #488462
MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_compile
}
src_install() {
gnome2_src_install
dodoc user/wp/readme.txt
}

@ -0,0 +1,28 @@
Last-update: 2014-02-02
Author: Dimitri John Ledkov <xnox@ubuntu.com>
Description: Cherrypick patch from NetBSD, to fix FTBFS with bison 3.0.
--- a/plugins/mathview/itex2mml/itex2MML.y
+++ b/plugins/mathview/itex2mml/itex2MML.y
@@ -1,8 +1,10 @@
/* itex2MML 1.4.8
* itex2MML.y last modified 9/21/2011
*/
+%parse-param {char **ret_str}
+
%{
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
@@ -26,9 +28,9 @@
}
void (*itex2MML_error) (const char * msg) = itex2MML_default_error;
- static void yyerror (char * s)
+ static void yyerror (char **ret_str, char * s)
{
char * msg = itex2MML_copy3 (s, " at token ", yytext);
if (itex2MML_error)
(*itex2MML_error) (msg);

@ -0,0 +1,31 @@
Last-Update: 2014-02-05
Forwarded: yes
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Bug-Debian: http://bugs.debian.org/737551
Bug-Abiword: http://bugzilla.abisource.com/13602
Description: fix FTBFS with libboost1.54-dev
--- a/plugins/collab/core/sync/xp/SynchronizedQueue.h
+++ b/plugins/collab/core/sync/xp/SynchronizedQueue.h
@@ -21,8 +21,9 @@
#include <deque>
#include <boost/bind.hpp>
#include <boost/function.hpp>
+#include <boost/noncopyable.hpp>
#include <sync/xp/lock.h>
#include <sync/xp/Synchronizer.h>
class EmptyQueueException {};
--- a/plugins/collab/backends/tcp/xp/Session.h
+++ b/plugins/collab/backends/tcp/xp/Session.h
@@ -21,8 +21,9 @@
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include <boost/enable_shared_from_this.hpp>
+#include <boost/noncopyable.hpp>
#include <deque>
#include <sync/xp/lock.h>
#include <sync/xp/Synchronizer.h>

@ -0,0 +1,56 @@
From c260e8d107a8708d57a60fbc18ef71ffeb88fcf1 Mon Sep 17 00:00:00 2001
From: Hubert Figuiere <hub@figuiere.net>
Date: Sat, 22 Feb 2014 18:42:56 +0000
Subject: [PATCH] Bug 13582 - Fix redraw region in custom widget.
Cherry-picked from trunk@33870 and reworked for 3.0.x
git-svn-id: svn+ssh://svn.abisource.com/svnroot/abiword/branches/ABI-3-0-0-STABLE@33871 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
---
src/af/gr/gtk/gr_UnixCairoGraphics.cpp | 2 +-
src/af/xap/gtk/xap_UnixCustomWidget.cpp | 10 ++++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/af/gr/gtk/gr_UnixCairoGraphics.cpp b/src/af/gr/gtk/gr_UnixCairoGraphics.cpp
index 4c8d23c..15d7a7d 100644
--- a/src/af/gr/gtk/gr_UnixCairoGraphics.cpp
+++ b/src/af/gr/gtk/gr_UnixCairoGraphics.cpp
@@ -520,7 +520,7 @@ void GR_UnixCairoGraphics::_beginPaint()
{
UT_ASSERT(ev->type == GDK_EXPOSE || ev->type == GDK_DAMAGE);
if (ev->type == GDK_EXPOSE || ev->type == GDK_DAMAGE)
- UT_ASSERT(ev->expose.window == m_pWin);
+ UT_ASSERT(ev->expose.window == m_pWin || ev->expose.window == gdk_window_get_effective_parent (m_pWin));
}
}
#endif
diff --git a/src/af/xap/gtk/xap_UnixCustomWidget.cpp b/src/af/xap/gtk/xap_UnixCustomWidget.cpp
index b0b7015..5150afe 100644
--- a/src/af/xap/gtk/xap_UnixCustomWidget.cpp
+++ b/src/af/xap/gtk/xap_UnixCustomWidget.cpp
@@ -45,16 +45,18 @@ void XAP_UnixCustomWidget::_fe::expose(XAP_UnixCustomWidget *self, GdkEventExpos
#endif
{
#if GTK_CHECK_VERSION(3,0,0)
- GdkEventExpose *ev = reinterpret_cast<GdkEventExpose *>(gtk_get_current_event());
-#endif
+ self->m_cr = cr;
+ double x1, y1, x2, y2;
+ cairo_clip_extents(cr, &x1, &y1, &x2, &y2);
+
+ UT_Rect r(x1, y1, x2 - x1, y2 - y1);
+#else
UT_Rect r(
ev->area.x,
ev->area.y,
ev->area.width,
ev->area.height
);
-#if GTK_CHECK_VERSION(3,0,0)
- self->m_cr = cr;
#endif
self->draw(&r);
}
--
1.9.1

@ -0,0 +1,40 @@
Description: Upstream-derived patch to fix SHIFT-CTRL-CURSOR_KEY shortcut combos.
Origin: upstream, http://bugzilla.abisource.com/attachment.cgi?id=5695&action=view
Bug: http://bugzilla.abisource.com/show_bug.cgi?id=13596
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1315949
Index: b/src/af/ev/gtk/ev_UnixKeyboard.cpp
===================================================================
--- a/src/af/ev/gtk/ev_UnixKeyboard.cpp
+++ b/src/af/ev/gtk/ev_UnixKeyboard.cpp
@@ -87,17 +87,20 @@
{
state |= EV_EMS_CONTROL;
- // Gdk does us the favour of working out a translated keyvalue for us,
- // but with the Ctrl keys, we do not want that -- see bug 9545
- Display * display = GDK_DISPLAY_XDISPLAY(gdk_window_get_display(e->window));
- KeySym sym = XkbKeycodeToKeysym(display,
- e->hardware_keycode,
- e->state & GDK_SHIFT_MASK ? 1 : 0, 0);
- xxx_UT_DEBUGMSG(("ev_UnixKeyboard::keyPressEvent: keyval %d, hardware_keycode %d\n"
- " sym: 0x%x\n",
- e->keyval, e->hardware_keycode, sym));
+ if (!s_isVirtualKeyCode(charData))
+ {
+ // Gdk does us the favour of working out a translated keyvalue for us,
+ // but with the Ctrl keys, we do not want that -- see bug 9545
+ Display * display = GDK_DISPLAY_XDISPLAY(gdk_window_get_display(e->window));
+ KeySym sym = XkbKeycodeToKeysym(display,
+ e->hardware_keycode,
+ e->state & GDK_SHIFT_MASK ? 1 : 0, 0);
+ xxx_UT_DEBUGMSG(("ev_UnixKeyboard::keyPressEvent: keyval %d, hardware_keycode %d\n"
+ " sym: 0x%x\n",
+ e->keyval, e->hardware_keycode, sym));
- charData = sym;
+ charData = sym;
+ }
}
if (e->state & (s_alt_mask))
state |= EV_EMS_ALT;

@ -0,0 +1,102 @@
From 128dfbc82cbd5c2c1bb6d0cde238a933639fba50 Mon Sep 17 00:00:00 2001
From: Hubert Figuiere <hub@figuiere.net>
Date: Sat, 28 Dec 2013 02:05:23 +0000
Subject: [PATCH] Bug 13586 - We don't have a frame when printing.
UPLIFTED from trunk
git-svn-id: svn+ssh://svn.abisource.com/svnroot/abiword/branches/ABI-3-0-0-STABLE@33663 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
---
src/text/fmt/gtk/fv_UnixSelectionHandles.cpp | 44 +++++++++++++++++++++-------
1 file changed, 33 insertions(+), 11 deletions(-)
diff --git a/src/text/fmt/gtk/fv_UnixSelectionHandles.cpp b/src/text/fmt/gtk/fv_UnixSelectionHandles.cpp
index a3a3347..8bc187c 100644
--- a/src/text/fmt/gtk/fv_UnixSelectionHandles.cpp
+++ b/src/text/fmt/gtk/fv_UnixSelectionHandles.cpp
@@ -36,42 +36,60 @@ static void handle_dragged_cb (FvTextHandle *handle,
mode = _fv_text_handle_get_mode (handle);
- if (pos == FV_TEXT_HANDLE_POSITION_SELECTION_START)
+ if (pos == FV_TEXT_HANDLE_POSITION_SELECTION_START) {
handles->updateSelectionStart ((UT_sint32)x, (UT_sint32)y);
+ }
else {
- if (mode == FV_TEXT_HANDLE_MODE_SELECTION)
+ if (mode == FV_TEXT_HANDLE_MODE_SELECTION) {
handles->updateSelectionEnd ((UT_sint32)x, (UT_sint32)y);
- else
+ }
+ else {
handles->updateCursor((UT_sint32)x, (UT_sint32)y);
+ }
}
}
FV_UnixSelectionHandles::FV_UnixSelectionHandles(FV_View *view, FV_Selection selection)
: FV_SelectionHandles (view, selection)
+ , m_text_handle(NULL)
{
XAP_Frame * pFrame = static_cast<XAP_Frame*>(m_pView->getParentData());
- XAP_UnixFrameImpl * pFrameImpl =static_cast<XAP_UnixFrameImpl *>( pFrame->getFrameImpl());
- GtkWidget * pWidget = pFrameImpl->getViewWidget();
-
- m_text_handle = _fv_text_handle_new (pWidget);
- _fv_text_handle_set_relative_to (m_text_handle,
- gtk_widget_get_window (pWidget));
- g_signal_connect (m_text_handle, "handle-dragged",
- G_CALLBACK(handle_dragged_cb), this);
+ // When saving to PDF (and printing) we don't have a frame
+ // See bug 13586
+ if (pFrame) {
+ XAP_UnixFrameImpl * pFrameImpl = static_cast<XAP_UnixFrameImpl *>(pFrame->getFrameImpl());
+ GtkWidget * pWidget = pFrameImpl->getViewWidget();
+
+ m_text_handle = _fv_text_handle_new (pWidget);
+ _fv_text_handle_set_relative_to (m_text_handle,
+ gtk_widget_get_window (pWidget));
+ g_signal_connect (m_text_handle, "handle-dragged",
+ G_CALLBACK(handle_dragged_cb), this);
+ }
}
FV_UnixSelectionHandles::~FV_UnixSelectionHandles()
{
+ if(!m_text_handle) {
+ return;
+ }
g_object_unref (m_text_handle);
}
void FV_UnixSelectionHandles::hide()
{
+ if(!m_text_handle) {
+ return;
+ }
_fv_text_handle_set_mode (m_text_handle, FV_TEXT_HANDLE_MODE_NONE);
}
void FV_UnixSelectionHandles::setCursorCoords(UT_sint32 x, UT_sint32 y, UT_uint32 height, bool visible)
{
+ if(!m_text_handle) {
+ return;
+ }
+
GdkRectangle rect;
_fv_text_handle_set_mode(m_text_handle, FV_TEXT_HANDLE_MODE_CURSOR);
@@ -92,6 +110,10 @@ void FV_UnixSelectionHandles::setCursorCoords(UT_sint32 x, UT_sint32 y, UT_uint3
void FV_UnixSelectionHandles::setSelectionCoords(UT_sint32 start_x, UT_sint32 start_y, UT_uint32 start_height, bool start_visible,
UT_sint32 end_x, UT_sint32 end_y, UT_uint32 end_height, bool end_visible)
{
+ if(!m_text_handle) {
+ return;
+ }
+
GdkRectangle rect;
_fv_text_handle_set_mode(m_text_handle, FV_TEXT_HANDLE_MODE_SELECTION);
--
1.9.1

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-core/synce-core-0.16-r1.ebuild,v 1.2 2012/11/28 16:58:10 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-core/synce-core-0.16-r1.ebuild,v 1.3 2014/07/01 16:46:46 ssuominen Exp $
EAPI=4
@ -26,7 +26,8 @@ RDEPEND="!app-pda/synce-connector
!dev-libs/libsynce
net-dialup/ppp
sys-apps/net-tools
virtual/udev[gudev]
virtual/libgudev
virtual/udev
python? (
>=dev-python/pyrex-0.9.6
dev-python/python-gudev

@ -1,3 +1,4 @@
DIST aeson-0.6.2.1.tar.gz 110417 SHA256 cbcee6956d0a3cfc45073b6c160e9c412c3dfad0f36ec71d6044a391f108ca01 SHA512 01bd894f09a7e09ceb8cf3112dcb2dc290886d042c85f6db464526118767a1159ba94296f0419e500ab4059d7dc4f3a4e3a5e46aed0e032cc2e263ae207cc0ad WHIRLPOOL d5edbdb2f6f6d9f7b35800cfcf02077a5d503de0a7eb74edf3e12a75a395ae05bd57c61b19725b7088f4a9064fee44dd0529de8b51202d9fce8e4bbb0dfa9971
DIST aeson-0.7.0.2.tar.gz 141229 SHA256 12c6d17897fd19c8eab91ff68745e809c815e552af70a3651c8cd346744f2852 SHA512 1b7084d01c09bc6df615fbc8b90acfea898036da2643610e3085f4e66d77ad4ea8c7c5afd051bff11878f6497aef490fe5ac1d3764882211c54b1d182ce9c485 WHIRLPOOL 1e3ac067587526961a4fb02d04a536442bc3b93ff4e775f980efca74079f65c29c24e23fc2f5819523b7057fbc66f13a322609a0edacfb8a7aa3d1c2c228a244
DIST aeson-0.7.0.3.tar.gz 141351 SHA256 0004e3e28f30d2d51640df28e76a91969c6d443cba02c85178531e5c867f5534 SHA512 8dc1734ce7ba8550d2bdb04cc920218902d75c1b6044b9e63112b94a40d3ff588c4873b7f1ce7519bc7f3bf664421342f210804a265287c2f2868df8a70ad2c1 WHIRLPOOL f3b22567b75c5bb7164442beb61382e5354e8bff10d022d47cd1049ad44f4b2d69bb45cbe45ffc20676c04788d645a59232166228d97bb8605d4ac625bd8f62b
DIST aeson-0.7.0.6.tar.gz 141565 SHA256 645531759ba18105cadf024415e1be60353ad704ac686ff5ee67c7f4754d4e6f SHA512 68a34188e3fb3a4c99a9b2380b5b0e294c2e4a11321162cda7fc6b73c81e6706d51f77c069df4ada68e372867891fdee9ca2443993f802b06aa5137170e613ea WHIRLPOOL a7777edb9b1af26b894649ec8c4e529c96e007ad9f633a3e38c1c0bd7ddbbd1113395c20ef21a240ef3754fe9e1a3cebcc39e823fd7ca3a2ab74c9a43321ae39

@ -0,0 +1,49 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson/aeson-0.7.0.6.ebuild,v 1.1 2014/07/02 00:01:59 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Fast JSON parsing and encoding"
HOMEPAGE="https://github.com/bos/aeson"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="developer"
RDEPEND=">=dev-haskell/attoparsec-0.11.3.4:=[profile?]
>=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
>=dev-haskell/dlist-0.2:=[profile?]
>=dev-haskell/hashable-1.1.2.0:=[profile?]
dev-haskell/mtl:=[profile?]
>=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
dev-haskell/syb:=[profile?]
>=dev-haskell/text-0.11.1.0:=[profile?]
>=dev-haskell/unordered-containers-0.2.3.0:=[profile?]
>=dev-haskell/vector-0.7.1:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/attoparsec
dev-haskell/hunit
dev-haskell/quickcheck
dev-haskell/test-framework
dev-haskell/test-framework-hunit
dev-haskell/test-framework-quickcheck2
dev-haskell/text
dev-haskell/unordered-containers
dev-haskell/vector )
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag developer developer)
}

@ -1,2 +1,3 @@
DIST atomic-primops-0.4.tar.gz 24982 SHA256 c0f51aa2ccf4ee6d3cece014dd9100347955d5b81eee5cdbf940bb22ac074f07 SHA512 981610ad2aa22a9e8a629f04bbf5d42f3a62dabde9787c2481597357a6f7bf9b894bc2c1bab8dfc92002789021704e2725abecac55a4fbd4c263821327cd8023 WHIRLPOOL e6d16167bdbdf32fe4db58e3f5c4f846a59763df24c40fbc437f6ade018a7d8fd968365a896311bf3f77e2b769cb88511902eeb44a3eab7f5f9279fd8d3a125e
DIST atomic-primops-0.6.0.5.tar.gz 30350 SHA256 b350afd9889e60753d339d17e538737f6818ba5c8e89728d374b4c586153db77 SHA512 9dfd62d8593fdd85b417e30154069bcb054a30fbcd5c30e89279e3d7848f86e6f2b4da7311a8bc608cf73a4e45b391931c04afffcf6c306b09dd91a00aea4e75 WHIRLPOOL d3ccbb5d419c213a6b0889370a546ce08c5ac5810337e644cedf5cef01bc55eed75644e7358eae4a54641542d8354dc35cf6341f6ff2ac2467707f57b5b0f7bb
DIST atomic-primops-0.6.tar.gz 29076 SHA256 3f5edf3078ccfa60e443e4a2bd923c196aa3be03404bfb4e11faccbfd3ae444a SHA512 44a9717037ab6ed8f5b8e9ebe317f31a61c0109ef820a8feeb544a9a2e450c22903320936a9ac2abad034876e6e312ca2198daa3a64c6941eb81baf8809a1a46 WHIRLPOOL ffe623e384f78e51ae0702035a65c6d7c6d6aa7d21db0cf37414b537c6f6394b6ed3f5bef2df8f6f543e2e2c96901f8953363e56d265f3842498bb691c6a1dbf

@ -0,0 +1,31 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/atomic-primops/atomic-primops-0.6.0.5.ebuild,v 1.1 2014/07/02 00:04:21 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A safe approach to CAS and other atomic ops in Haskell."
HOMEPAGE="https://github.com/rrnewton/haskell-lockfree/wiki"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
RDEPEND="dev-haskell/primitive:=[profile?]
>=dev-lang/ghc-7.6.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.16.0
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag debug debug)
}

@ -1 +1,2 @@
DIST attoparsec-conduit-1.0.1.2.tar.gz 4361 SHA256 a02f5aec1ea5b5932ff43e5744ca9b5211d942e355aba3a67d7ca0baebc905c8 SHA512 25707a2ec55ce8da553cea00cc8b89866ada472cedfb21b4e37d477d9d405dc7b640dfc01b32878c71de886cf67c68b27c94e4911ec23850a55f648fcb1aabd7 WHIRLPOOL 1f82bd5ed3b09baa3c15f67ece3daa973966ddee9f73cd80e5caa7166ceec0095fca586a7f24ccf7f901cdd06d25946e65d06b075ce6e8331e5d870a0d8432f5
DIST attoparsec-conduit-1.1.0.tar.gz 1210 SHA256 3e809f4e354ef392cd7266dc35b8f660cb5810974159c5106a0c3ed7bf1db6a3 SHA512 7a883b25cc1bfed03a35593927d51dba920fca8d29e610adb7a409807867241847583f68550cc1344a2e333639a703db860ac6c8f6e19f36595a9001e9334472 WHIRLPOOL 9b2712e714c37067dd84f9af51ee40ae641bfa39f17beb68baff24f955d1f788d3ac533b21a6b46f0c7b07c8af00df99c3a73ac4bd87050861dd9be1a24edc32

@ -0,0 +1,26 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild,v 1.1 2014/07/02 00:40:09 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile"
inherit haskell-cabal
DESCRIPTION="Consume attoparsec parsers via conduit. (deprecated)"
HOMEPAGE="http://github.com/snoyberg/conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/conduit-1.1:=[profile?]
>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"

@ -1,2 +1,3 @@
DIST attoparsec-0.10.4.0.tar.gz 36268 SHA256 b6b84e0dbd1c3beec1dedea578ac2f4d62afbe66b383582b7b3349406866d346 SHA512 f32db51d6c4e8119fb28a8d51f6d7452f8870765b652992f577602aba0ecb9e81522fd4919a907f1b7b8ff06d21d4bd64c05b86f808b098f93fbb22daaaa7e8f WHIRLPOOL f15e0a5f2f27132eeb645ea36384b7cff93585af1729f10915aa54405653707baf082fb17b59aeea434d6522ba809ea90b0d8964e56f03e1afe42a30460224cd
DIST attoparsec-0.11.2.1.tar.gz 36439 SHA256 3ce8f56c0231ddc19e326285acfaca3c144618fea971f0ece202581c3bac3bbf SHA512 33f27bad5e13e515a07a77247a31822e136531da8d9aa7c15ad9cf1205d681c53b68d09c2e09d3b6c2fba9ec7bfae640f6ac0a9ed45cd421b11cabb1f5cd4282 WHIRLPOOL 47997d77639453271baeb6f259ad5655c4b8dd2118e1c8f4f805a81daf6d2a526e5782f49b55401043b9ccbf82dd547a43a489c72a2eda7a790207c65f39d6b6
DIST attoparsec-0.12.1.0.tar.gz 77766 SHA256 769102b132ab3ef2dbcb03740a60d4f65313ad11600661eb903e3d58e68cfaf8 SHA512 7c976f40c025f8823d3c326b836a385e6cd195a07aa6463490569a78017d85a7bcc86aa12d1b25c9621192912a2958f15a58229b912c8250de417b89649b2337 WHIRLPOOL fe470f27b152ee5a16b00750d5260ef2c8fbce4dc77872dd1efcc55e445edd42af7c74a38182596282135dad0960fde64102011ddd3632515dce9246be4375b7

@ -0,0 +1,37 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec/attoparsec-0.12.1.0.ebuild,v 1.1 2014/07/02 00:38:50 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.2.9999
#hackport: flags: -developer
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Fast combinator parsing for bytestrings and text"
HOMEPAGE="https://github.com/bos/attoparsec"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/scientific-0.3.1:=[profile?] <dev-haskell/scientific-0.4:=[profile?]
>=dev-haskell/text-1.1.1.3:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/quickcheck-2.7
>=dev-haskell/test-framework-0.8.0.2
>=dev-haskell/test-framework-quickcheck2-0.3.0.3
dev-haskell/text )
"
src_configure() {
haskell-cabal_src_configure \
--flag=-developer
}

@ -1 +1,2 @@
DIST authenticate-1.3.2.6.tar.gz 8426 SHA256 3f4b5b35e85083c22b3ff1cfa2bb18964f203b9d36695b118452aa69b0894f8b SHA512 a85f6c509026b85fd95e2598313935b3403d18b98bcb118fabdf7b44f4d67c8ff4a335efde25603a79d9a8ebb361890aaf738008ec3706bafc1b762a62444c1f WHIRLPOOL 767446f8c15590bed47574f49e5212c771a272267c52a9e86782d9a466126efa14d1e66e590a63798f52795e0e8205de1ead6b750fc15547c9f68498c68d26b5
DIST authenticate-1.3.2.8.tar.gz 8507 SHA256 4906e81d47a4f8754cc54dd8b1493d0093a30c34a699d049b5295231e49491fa SHA512 c1b7f13179c1e2c6912a2f5425be76bd09ca353747de1d8fb6bf5735eff2e9f7ef2be1560cdbbd02be080b9882eb3fc6aee8a3ffe090f5a14ef9b81915e63437 WHIRLPOOL 1760ec1b088c142e4db866841fcbb816a609b7b1179a3a3049c54d5e8c0c8b3e2d9c7177c97bf8d422f14444f245547a2013192140b6d92f3d2cb0c5e13e5857

@ -0,0 +1,40 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/authenticate/authenticate-1.3.2.8.ebuild,v 1.1 2014/07/02 00:42:28 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Authentication methods for Haskell web applications."
HOMEPAGE="http://github.com/yesodweb/authenticate"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
dev-haskell/attoparsec:=[profile?]
dev-haskell/blaze-builder:=[profile?]
>=dev-haskell/case-insensitive-0.2:=[profile?]
>=dev-haskell/conduit-0.5:=[profile?]
>=dev-haskell/http-conduit-1.5:=[profile?]
>=dev-haskell/http-types-0.6:=[profile?]
dev-haskell/monad-control:=[profile?]
dev-haskell/network:=[profile?]
dev-haskell/resourcet:=[profile?]
>=dev-haskell/tagstream-conduit-0.5.5:=[profile?]
dev-haskell/text:=[profile?]
>=dev-haskell/transformers-0.1:=[profile?]
dev-haskell/unordered-containers:=[profile?]
>=dev-haskell/xml-conduit-1.0:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

@ -1,2 +1,3 @@
DIST base-compat-0.2.1.tar.gz 9158 SHA256 834465a92fdcbbb48623700208615f9f2d1b77b8ab9488f8ac2d21ceede85afb SHA512 959ce234c61211dc62850f656bb8342aa1fe0c849607a32d43f23d121eb1cb4c3f25a8b669042d9e76aa2f634708219e1a15a4a9afa89e3a3e1a4276b73c0214 WHIRLPOOL 266177e355907a54f8c2d7f2add7ac0741f7c81adaacc8a42e8413026b681e18e0715b4941719cbf9a92a70e501f9bd3e0dcb18a0bb4a6b502edb9d99224d323
DIST base-compat-0.4.2.tar.gz 4094 SHA256 3e7faa1bc4f079d3afc223c6dab441b9545ae9d9c68bd2bc60a5a4fe96519965 SHA512 5f55b68d59b22a2cd6f197a3f783ad3d088afaadb27ad9810c66b9407d0e43c938901ac1a53eba54edae4cf519b2625e19a4934b09702cd9e32b9815fdc8305d WHIRLPOOL 1287d93db02d97a08a0f2cfc05e6fe4e9e6858f86f22acac08a74ae1454a34bab959f2ae2228b882071dcecde6ad884938935a4d9ac47a6b29e6171071ab5ff0
DIST base-compat-0.5.0.tar.gz 4342 SHA256 a1058da0ff74d88c8724917fc15903a6b025108259a5a060cec86165dd7597fe SHA512 d591c96922720fd42ca01744f289b4ef2e228704bd2cb4b7aac5bf5a0de3b5ad5eaf46fe5f2a56e903e3a94ecf228ed494896f8a491173f9077be35c834a0377 WHIRLPOOL efcd8856e4e7e90bbfe674bee9872bb0fc378a13882b853be9b14fb48ab70a37ff734c6882f49075691704a478412e17aeb405a68d380466cdd0374343cb0030

@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-compat/base-compat-0.5.0.ebuild,v 1.1 2014/07/02 00:51:41 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="A compatibility layer for base"
HOMEPAGE="http://hackage.haskell.org/package/base-compat"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/errorcall-eq-instance:=[profile?]
dev-haskell/setenv:=[profile?]
>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/hspec-1.8
dev-haskell/quickcheck )
"

@ -0,0 +1 @@
DIST base16-bytestring-0.1.1.6.tar.gz 3694 SHA256 5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 SHA512 699bc1f7819a1c0cea0154626f8799301bc9360bc997a5e9313a605ec33ea04d77219b100693021fd43e01d8d979374db07e6e3fabef5301c411f335e30a8cba WHIRLPOOL 660cb762525b0f55056c94f8f46cdf9aa0c315285d5f1e1638de1044e1642a531ececa89f7176afdc085db271dd200655c4fe2809ffa58e27e04289263a9504c

@ -0,0 +1,25 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base16-bytestring/base16-bytestring-0.1.1.6.ebuild,v 1.1 2014/07/02 00:44:14 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Fast base16 (hex) encoding and decoding for ByteStrings"
HOMEPAGE="http://github.com/bos/base16-bytestring"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
"

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
Fast base16 (hex) encoding and decoding for ByteStrings
</longdescription>
</pkgmetadata>

@ -1,3 +1,4 @@
DIST bifunctors-3.2.0.1.tar.gz 7332 SHA256 a6ce8c875b79d9d28d7a7ae1156aad3095e95bde1fce7de2ff1c91f8416731ae SHA512 bd4612327b4f9bc54468d48608fb85e4da416c844a8f0e67c9df8cafe5b3f1385fec8571d470d7baf2f58518cf80add1589164ae0ec02fde6bc240efe386e6f7 WHIRLPOOL 836b15dca18ba8b2c24e093aeb823f47cf63bae6e174149c33655363b131f4d0abace04680b854d08356922ce2f90bb14ef6e8674549e889856e99726bd01455
DIST bifunctors-4.1.0.1.tar.gz 7627 SHA256 cf8b94e7c8822e4709dac592d7e72ed78938494a241e76659822dff288d9c1d5 SHA512 652aabf51b706d737a0df8da56d03d66ab79bcc88d677db188d86cdf5fc3e0260a1402ca84f537ee9f29660059a108ed03e5f5cbbd9eca8765177b0c0d16180f WHIRLPOOL e37d122aa5c1753ae8c7a4f6a9e58df02f522868495449281bc92cbe8ef4b304be9e8e268e9b7791637c7f68e2a1ae7a6bbb8b9892d5631aa7bdf8ff89a35071
DIST bifunctors-4.1.1.1.tar.gz 10310 SHA256 115fd3a4b592ec6de09c6e2311d365968e0e6669745a96943352357bbdc1612c SHA512 9d572f47bd574e7f740b1c2f12ff2c76439ec3b34657f57efba9f23abb5b42e38fdb77b8bfe20e8896f5a8bb2465fee7c02a1adaf7e02ea822b2660d2e7de278 WHIRLPOOL 5530a2eea3c9a171917d39fd7add11a3fd09d87825fb63a4468543d96da7a5ceeba146e68df5e1217ba90beb77ed49d8a1e654aa769bb626a42bbe14f621700e
DIST bifunctors-4.1.1.tar.gz 8022 SHA256 9cb033e7078be4bfeeeb5851587aecf781287c286cf9d2528abe0f8b1db4ed2a SHA512 d7e1aa46c19b33a85d43e4c8814c064678d4c72c129fb3edcaba4e28e552fef36cb36c636df81013b55ba10b16dac9158367ab6a46b86d2fd2d2158390163467 WHIRLPOOL eda9c50f64faa7f3851e55fc6de48d8b7d954dc4d288855e85963a43b542a28d562d7e5f03b48a0d77af90e52d72680c8c94834fdb29f05731d3ba6c25f3164b

@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bifunctors/bifunctors-4.1.1.1.ebuild,v 1.1 2014/07/02 00:47:57 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
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=""
RDEPEND=">=dev-haskell/semigroupoids-4:=[profile?] <dev-haskell/semigroupoids-5:=[profile?]
>=dev-haskell/semigroups-0.8.3.1:=[profile?]
>=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

@ -1,2 +1,3 @@
DIST binary-0.5.1.1.tar.gz 34239 SHA256 945d62a0ea0bd5b5345cce88e6c337b116485334d2b0591b449773a14452c268 SHA512 a177770f2fc220402d2ab256f47ead219176709ecada9994ad5b70a22d9c613e98b4d3b513f45ec4f684d2458e8971c71b0b30cf2d76a79224a424f56360a334 WHIRLPOOL 594399b5945b5d4e40c1696e5962dddd3e84053249cd1dce970f7c302c479320edcdc3fb2b0b9cca13409cad6f1dbc25145aeb21b3b8069216451a13dbffec0f
DIST binary-0.7.1.0.tar.gz 43647 SHA256 9622efca717cd4f606dc3f43e93464b6eeb0f35e12dd0207065cc6533e498b99 SHA512 711d64c51cb6cf8811252fe3cbb0575dade897666566610f8dee51c2965d0e3dc1dc40df72713e9e6abbd0bfe494dd4feee70128d21f1ea16305bde3409557b3 WHIRLPOOL f748f3baff58e236be0dfaa4855716f85b702ef08f3ab28550cd1ecd4dd018cd7f6fc72caa35b34cd6f0f4016f49c104367f7970f5f923440dff2f074cbe9b4a
DIST binary-0.7.2.1.tar.gz 47516 SHA256 df166ce40ba46e7be225c3c72433ef1e0bf3edbdbb75dbbb546fc55c596d1168 SHA512 b1eef8ccad9181a688478ffb04bbf5ae210c21a740fbc3ac9e71f9e30c5c0159843d36c320706c336d8e05dc59b3fc4e70d0164df3ee34b453ae85b09f95a53c WHIRLPOOL edf9e6354eb2aa4da47edf5ffd94fe8498fe109d2c1dd6b520bc252a73d1bd3c5dd77ea873137d9cf8a4440101db08711955bed789a19a6df6416d4a06889c89

@ -0,0 +1,30 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/binary/binary-0.7.2.1.ebuild,v 1.1 2014/07/02 00:50:25 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings"
HOMEPAGE="https://github.com/kolmodin/binary"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
>=dev-haskell/quickcheck-2.7
>=dev-haskell/random-1.0.1.0
dev-haskell/test-framework
>=dev-haskell/test-framework-quickcheck2-0.3 )
"

@ -1 +1,2 @@
DIST blaze-builder-conduit-1.0.0.tar.gz 3952 SHA256 8665a9a4f2e627968b6b20a16173af357c2e6b4d0e9325384b37f75626580097 SHA512 3facc034c7e09c8b83bed7ca80582d5ca454ef31f0f0fe3847d7150f9f9307fc8fc6bb8c870eadaccabb739069e19aee6c0db202a2429faa8bab4b41d684e7aa WHIRLPOOL d5fe8b6a81349bf73309ee65a7f623ca6918fb3fac6b2a33c4673753a1830a51c010506b00735a492df1b1ab941c4c515d594123de86d3a8545b8c74fb84b041
DIST blaze-builder-conduit-1.1.0.tar.gz 1367 SHA256 638e76ea91eef2d92bd88f0c47a311ae29d090e9add00c979f2b5806e9b0be77 SHA512 99a558801dd0bfec495648dc1a964ddf7a53d363c82ddde794bb98b6c3d12ca74edc7d79257cbf83d8802d0197c75c9e71e637de32e30b76600ce9475b0ad797 WHIRLPOOL 4a70af6165e896f6e2170b87dab33003f9943b9bbaa43b96a788da0cf1b287df56ea6f9ce7c6f7e8eac431fd407fbc7ceb38229f8a6fe047bdc00c1930b291a0

@ -0,0 +1,26 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder-conduit/blaze-builder-conduit-1.1.0.ebuild,v 1.1 2014/07/02 00:53:18 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile"
inherit haskell-cabal
DESCRIPTION="Convert streams of builders to streams of bytestrings. (deprecated)"
HOMEPAGE="http://github.com/snoyberg/conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/conduit-1.1:=[profile?]
>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"

@ -1 +1,2 @@
DIST blaze-builder-enumerator-0.2.0.5.tar.gz 3780 SHA256 4a39e72f7675f6e3d75e29477e6d66d73cf8fb6f5f5701dad03af1cf79da6b2d SHA512 38242d7660997d5e444a47840cf5860fffc390acf73f76775b3d9901b538e28decbfe18dd92ea3ec97770ce01d833884ec7d8f9038f6b1c7b6c5fef4295ca2c1 WHIRLPOOL e311ff301ac7888e904c150d4be02c1e682ad9ebe7f854b0a2b88de8862856a2715d6807472e8b95fbbf0d0b82901e52111fbc67e4bd796d4a9a098f34dc56ed
DIST blaze-builder-enumerator-0.2.0.6.tar.gz 3785 SHA256 d7cfd62b51b5c4ec82609f791a191f12dfed25476b10888b216bc69d1b0abc5d SHA512 c672840a384d0eecc67fe10c003e58f8a9c388f0f554be68210c7ad5f9979528f1e5f22ffaa1405e2adc7d94319f78670990cd76b18bf484e9d04191950bf6ee WHIRLPOOL 14082b09718a35a51ac1bdb71fbd3f4bdfbe95d0c7959d292f0af5604e6c0ea343511f515276b2523478c05b1aa3b8f8bac046f7b54b23eaf3e31fa83a3ea60c

@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-builder-enumerator/blaze-builder-enumerator-0.2.0.6.ebuild,v 1.1 2014/07/02 03:53:33 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.2.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Enumeratees for the incremental conversion of builders to
bytestrings."
HOMEPAGE="https://github.com/meiersi/blaze-builder-enumerator"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/blaze-builder-0.2.1.4:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?]
>=dev-haskell/enumerator-0.4.3.1:=[profile?] <dev-haskell/enumerator-0.5:=[profile?]
>=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

@ -3,3 +3,4 @@ DIST blaze-html-0.6.1.1.tar.gz 77759 SHA256 2cafc98ccbb3b9dc9c444ae306337b2aa7fd
DIST blaze-html-0.6.1.2.tar.gz 75673 SHA256 f57ce483c0082fc5091b744e52914a66c8e2622927e635cca9310c0fc87d4925 SHA512 15b655ce35adc8e9a139780788a2b615ed095468bcb0be3074f0d90bcfe4966ea4705d088b9c9426a469e279c2a0da8081298c4f356194d5c8d7c4046d8e7f19 WHIRLPOOL 96e83764ae7cbb8ea1c58cd3ad814eff814a83c4977a93b12552d2521a09baaf82b00831217b4ab9ccf5541fa37f36e7dd94248a0eb97a78882e98a8124e33c9
DIST blaze-html-0.6.1.3.tar.gz 75658 SHA256 58154cc9daeccfb487dcd8d93951e6f5cc1d4052374af758e4e01cb1e3885e42 SHA512 2edfff6880d860201cc6de57c07ddee7875bdaca4e2a0a7a9373e080b15e2f6ad0dee1abd37eabce0ecc827bb3a0140358630497684760d636600c55bbf935ac WHIRLPOOL d296b033fc1c7c4cc1160a2bd3aabae406f380c085265c2ab1dfe58c04e767ba01f3f1f1d37109ea11e67a2d0e8558d27a613c1af9c8a9a327227cd45e92dfb6
DIST blaze-html-0.7.0.1.tar.gz 75687 SHA256 f0296f5af812ebf4597ee2307c76d4dfdfa3446cb73736bf5aa6b844ba51e017 SHA512 323e97ccdb515e524eff1d540cb831d5f1cdba059ec7b80eb3abc08f674420a445296babe560cd48ff6e564df673b84dcff1963fbaffdf8f5a66dad325139fab WHIRLPOOL aa467af52ad1db1f85e92e7c70eb1b6de3af5258f27a441c9ef8f9d637c0c7635080c95afdde348749b59b32c5a6d20c253929a3ea77916cc63491bd8105b14f
DIST blaze-html-0.7.0.2.tar.gz 75815 SHA256 5b74f65b9201b1ac81b58f6c7350a2ab493e7777eb429c3ec5a0fb9c6da90f7b SHA512 2436e226dfae46983159cdb3c73bf818b9cc78e27bafab03b20bd09475126c9657f193dd67a38aaaf6081e8b4384fb9cd237b9f73a81574f5c834c1fbbbeaee4 WHIRLPOOL d032fa0a6d69c3e1ff7e922686ddd95a476afaf1224d5d829d2c19705f5b79adb337bc44384fe16caaeb253da8a9273f333b3dde91f6cbf471f8f5313c6456fd

@ -0,0 +1,36 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-html/blaze-html-0.7.0.2.ebuild,v 1.1 2014/07/02 03:48:01 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="A blazingly fast HTML combinator library for Haskell"
HOMEPAGE="http://jaspervdj.be/blaze"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/blaze-builder-0.2:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?]
>=dev-haskell/blaze-markup-0.6:=[profile?] <dev-haskell/blaze-markup-0.7:=[profile?]
>=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-1.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/blaze-builder-0.2 <dev-haskell/blaze-builder-0.4
>=dev-haskell/blaze-markup-0.6 <dev-haskell/blaze-markup-0.7
>=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
>=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.8
>=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4
>=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4
>=dev-haskell/text-0.10 <dev-haskell/text-1.2 )
"

@ -2,3 +2,4 @@ DIST blaze-markup-0.5.1.5.tar.gz 11885 SHA256 e4d034560e6808c5fdb8ca2eeef0031f3c
DIST blaze-markup-0.5.1.6.tar.gz 11903 SHA256 75c35c6ea65ae19ff77f5a994e8e2f3b5be6dbbad7d8942080e0f7a039af8027 SHA512 11dcbbe9636df5a67ed5722628acb337ab1554a33365261bb38fd37f0af9c58a231c04f02846126e62ffb4c4fd89a5b413864995a46175311adb7f1ae7a9c177 WHIRLPOOL 8f5494cae6e0df80419d01f45b25a78292406d92da0642909a61f2906aef2f590a849ad70e31be53bf03d456535e2bd0334ee6d4491e56b888a138f0ef9a4400
DIST blaze-markup-0.5.2.1.tar.gz 12069 SHA256 be69bf07e7dbb439a079cfcac70a449edd90f52cd6ace19aeecb4970304a38b7 SHA512 ef59c658244ff29ac58a7855fa9e011acc719e0d0cc217c26e4f8bbaa48efeb69defda02761685cf0f93d80269e64afc86047c005b129cb3dfe281e7122927e0 WHIRLPOOL c85a1d762d1a88a91b73473bd7a948ece6df0f5d597908f215dfc05b2c6caf76b65394886b96f5e0ea92f0efc4bafefa6b8bde193e67d97042db597566d5c00e
DIST blaze-markup-0.6.0.0.tar.gz 12365 SHA256 31eed544294130e194328ca04dd3e3ed22e4e7120d13acf3c47e61064e89a4b8 SHA512 fe1d001b552426237e249e299d32febffe141f7826188120502aa43e783732368f11dd11f014146b2ed4bad496840332d7388c5cceaa203288e56a006d6d9caf WHIRLPOOL 21f6f58a834cbfbdb2b6d3f9cb53bf9d3fc43899548fef450f45d9ebd5d01eb01137e1fd0f5081231b9ca0734d5994c7608ffadf965bc7c183f04a8d6eabb22c
DIST blaze-markup-0.6.1.0.tar.gz 12738 SHA256 f45c0a5f3c9d9d91af3b4d0ea6d88293c036d000a71a8e63d37a21193c19b379 SHA512 ecbd5b7ec3a960c60c6303c5d6b622bad591b1f54e6d35969b9e38411744c3c6249c6aeee244f2bf6454562ac3ac65ffd8f19fbfd7b325e5e282df065fc7007e WHIRLPOOL e6088e3a9678e80175db7d6383581f3d78f5960d6beaa0f3cc3421d69ff6a20725b2ba8c5b898e5ce97a8d7a49fb77d71c9cd8d200421acf9b5c06e328c16c77

@ -0,0 +1,34 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/blaze-markup/blaze-markup-0.6.1.0.ebuild,v 1.1 2014/07/02 03:48:51 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="A blazingly fast markup combinator library for Haskell"
HOMEPAGE="http://jaspervdj.be/blaze"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/blaze-builder-0.2:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?]
>=dev-haskell/text-0.10:=[profile?] <dev-haskell/text-1.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/blaze-builder-0.2 <dev-haskell/blaze-builder-0.4
>=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
>=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.8
>=dev-haskell/test-framework-0.4 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4
>=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4
>=dev-haskell/text-0.10 <dev-haskell/text-1.2 )
"

@ -0,0 +1 @@
DIST boxes-0.1.3.tar.gz 5347 SHA256 78fe880778f3ee427b0ab4a4d6e7ddd194e7030d711d9ba491c8d4d3811c2aea SHA512 2a4edbe640c1bca4ebf5af5d029da4b546481e6f8452723d356880f933e3981a2dcfeaf5d2666077f1c582faea5a7f2ada84752b6491fe8f767fe2632da28811 WHIRLPOOL d18272432e56d17f131e547388beae8b9d6d50f78f7b4b8bc42ef8b13bd65d55699aca5022e6586c82ee3684e2f171ebfc478b37a76a9dc850938ddd7b678ba8

@ -0,0 +1,24 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/boxes/boxes-0.1.3.ebuild,v 1.1 2014/07/02 03:57:42 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.2.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="2D text pretty-printing library"
HOMEPAGE="http://hackage.haskell.org/package/boxes"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="=dev-haskell/split-0.2*:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
A pretty-printing library for laying out text in
two dimensions, using a simple box model.
</longdescription>
</pkgmetadata>

@ -1,2 +1,3 @@
DIST bytestring-show-0.3.5.4.tar.gz 8403 SHA256 2eeca94d240e5ea4f2676a3d1f8e291c00979dbad8dacc4d8f1d32a638d2dac3 SHA512 ac7bcd61916294e4642e29a44bd6ed88d95747660a60c18984b9b098c3a5681547709fb52bb97320d29f29800f2c20e64c23a78696055d7098e7fd7f5039a9fc WHIRLPOOL 25f86d7ed948ee14c326b589d7f1f00e93bb941ddc3ee9099d5c617a1b8f5308532a053569f38f0abe09c7c355a92273bef4cd563c5f3bf1984cc686de7c29c6
DIST bytestring-show-0.3.5.5.tar.gz 8491 SHA256 c40b4a23ea32cb6003ef35e8ace2f5879a99b59940589653085ac49fe570a86d SHA512 c9634839372a137300cf1f63f9f326ffef77a0f4d5e871aa9db07c4e785deb39c9d7b563cbb9c7399f77b17bfc350ad3dc64700f09ea9c04aca72bdd87abc96d WHIRLPOOL 2c4795a50565bbb4a587e9c510bad6c465124553ae483ba2bad51d7c9187597d5702cdac2a36bd3e1c794b484cf9d6d3629b9400b586652f0990e05594c0ee44
DIST bytestring-show-0.3.5.6.tar.gz 8145 SHA256 29242efd16951ebba888218c469a99ff25b19ab74ee1e0d7b4db09b8800a0812 SHA512 f59a041e30ec3b3eb9f971968606685ba5968dafc44d92ed50c9f7f124b891f48fc6612fdfc1a57f702e76e41f70c647e81c1919ab7fee194db9d97ddd73dd10 WHIRLPOOL 949d8394f38be0d457be118e1ab201fccdbb40a4588e2f74f33d1fe1a17b459315f702c86b1e6c9e6627439e848a859fc6c1787b3a1ad33631b44d278a64162b

@ -0,0 +1,26 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/bytestring-show-0.3.5.6.ebuild,v 1.1 2014/07/02 03:54:44 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Efficient conversion of values into readable byte strings."
HOMEPAGE="http://code.haskell.org/~dolio/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="<dev-haskell/binary-0.8:=[profile?]
>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
"

@ -1,3 +1,4 @@
DIST c2hs-0.16.3.tar.gz 137409 SHA256 a562be4f9c2d2a2c55bc61233f86e129aff1ec6ac588b9eb904e17379beb1ae3 SHA512 07507da0c19efb10c72d40ea21d8768a6fe94d9249c19707b8b99c3ccc4e5eea0d110e4130d5c608aa27d7eb5fe6cfa3050467f859b2e05f028e3902c035ce9a WHIRLPOOL 86e49cfd358e71b12533fd947cf3eb94f44067a4d8251d889cdf7f17077dbffb818207262990d87d4ea8cd7e09e4a237bfe74205d92cf7e16d96d2187c5c964a
DIST c2hs-0.16.4.tar.gz 138114 SHA256 f1b15c18de884273eeab4400097a6fad8373849835e2a943d4583d9602fb1555 SHA512 7dacfab1a469d6613b6acd6ebfb70efa275c4588bcaa6277aa411b90674c11ae031bb9edae6b7e648da6a1232fc6cb702af2fce5a68dd04124bf2f5ba9813329 WHIRLPOOL f152cb48237170abf407ad694164cb4d1eed21674156d8e8917acd138159e6e334d68a358c5ca1d127aed136341232f13a7f7b6a9b2c3f7346963c36708e45f2
DIST c2hs-0.16.5.tar.gz 137294 SHA256 1e55b42f1648fbbee290d9316fa7954b40e3b27e33707cdcb8c7e763effd04a6 SHA512 4ef187366da3ca33f10eb878b5f31603ebb038b9f02a6d22f284ad8212a0de2ce7f48bc1a9fe0fe94d52588594c9230ebd69cb4c17d0601b4d3326474220636b WHIRLPOOL 5102a3d299b84954be8b4f0df69d588577dc03c754ebbe69b6257fe6ab5236f45cd7981cd67d3997e2370c9418607ca1008301eb5cfa28867679ee91bce6da9f
DIST c2hs-0.17.2.tar.gz 167739 SHA256 b32ff232cf59d41ed875579400f95661bf5a194b94ccf4ea935315df7e0433f7 SHA512 19ef7a589a1700af2e2f2426b43b454ab49467a97d85c3731da77a9b163709d09e4e58b31d13c0127b807764cff7c62c2b8675cf36d91198d83a9ea9ed4c402c WHIRLPOOL 6147e23ff291b7ce2865c65a09aa57955af62acb899d9a091c911a721e3356a7ceda82b113262091437ce969d5311f7bf690ecde63edeb2afc4ab5d64e0a42fe

@ -0,0 +1,33 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.17.2.ebuild,v 1.1 2014/07/02 03:52:30 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="bin test-suite"
inherit haskell-cabal
DESCRIPTION="C->Haskell FFI tool that gives some cross-language type safety"
HOMEPAGE="https://github.com/haskell/c2hs"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RESTRICT="test"
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
>=dev-haskell/language-c-0.4.2 <dev-haskell/language-c-0.5
>=dev-lang/ghc-6.10.4
test? ( dev-haskell/hunit
>=dev-haskell/shelly-1.0
dev-haskell/test-framework
dev-haskell/test-framework-hunit
dev-haskell/text
>=dev-haskell/yaml-0.8 )
"

@ -1,2 +1,3 @@
DIST case-insensitive-1.0.0.2.tar.gz 4803 SHA256 c2952ea7e2fe052c5f8fc07d2cded328c50cb3282006d9a276d7f8101eff8c85 SHA512 101ab558b4359da40320293c5ffafaf2f69bf9289ea0fde1ea9775847ef7e31959b71c2c86c7d150d1ed6e0c71209c10d7c83bd416e170f233fad31f81ff7e7f WHIRLPOOL a0b3ee9a02b66290f4d5b94b11c90927d9dc22692ae1ffc1b78d69acb40e6997a25910a3673c550d9057db7d4b6f5d9169c9c40eea7411c1aa639f289420e7f1
DIST case-insensitive-1.1.0.3.tar.gz 5188 SHA256 7b255fe63155d53ab84b248ab5ba9306fd4bec47a6198e3275cf9cb41c4d263b SHA512 d9b21c31e65224e5ce181fa680ee7f67371ae03248a51a2329e46ba27b22e0f426e02cbc872af7ca42c84d56450ffac2ff62ffaf41e7055abcb43aa97e3c404c WHIRLPOOL 8e08473869e237b557ca4962401d8e48b3c7eb8ab337413d78b441915a04295907136daca45bcf6fc2a7173382b883628b93bbcdc138637ec5f2d327ea43e986
DIST case-insensitive-1.2.0.0.tar.gz 5195 SHA256 e4fe65e196f85d2afc68164f0b1d3aef984534c4a8cf42dba00d268815ae6d79 SHA512 bfdcf01256fb7150bcde060d4fba4b6e9e3f750aaa6948ce2bd39f38319e844a14c338def5af896696d41fc613442116ee7b17a1e9f018666eda6c9b3fec3432 WHIRLPOOL 91460ccfdf6ba2c5b3f14e4ad3d01a91f74b288dd365373ef3488f0b226b290e958c05afa2c9ec92628bf45462b0a830c679b3163cce39f7d0a95b988699ccd6

@ -0,0 +1,31 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/case-insensitive/case-insensitive-1.2.0.0.ebuild,v 1.1 2014/07/02 03:55:59 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Case insensitive string comparison"
HOMEPAGE="https://github.com/basvandijk/case-insensitive"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/hashable-1.0:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
>=dev-haskell/text-0.3:=[profile?] <dev-haskell/text-1.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/hunit-1.2.2 <dev-haskell/hunit-1.3
>=dev-haskell/test-framework-0.2.4 <dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.2.4 <dev-haskell/test-framework-hunit-0.4
>=dev-haskell/text-0.3 <dev-haskell/text-1.2 )
"

@ -0,0 +1,41 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild,v 1.1 2014/07/02 05:58:17 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.4.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit base haskell-cabal
MY_PN="ChasingBottoms"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="For testing partial and infinite values."
HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/quickcheck-2.1:2=[profile?] <dev-haskell/quickcheck-2.8:2=[profile?]
>=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.1:=[profile?]
>=dev-haskell/syb-0.1.0.2:=[profile?] <dev-haskell/syb-0.5:=[profile?]
>=dev-lang/ghc-6.12.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8.0.2
"
S="${WORKDIR}/${MY_P}"
PATCHES=("${FILESDIR}/${PN}-1.3.0.7-quickcheck-2.7.patch")
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag test build-tests)
}

@ -0,0 +1,70 @@
--- ChasingBottoms-1.3.0.7-orig/ChasingBottoms.cabal 2013-10-15 15:50:33.000000000 +1100
+++ ChasingBottoms-1.3.0.7/ChasingBottoms.cabal 2014-07-02 15:23:40.070800449 +1000
@@ -121,9 +121,9 @@
other-modules: Test.ChasingBottoms.IsType
- build-depends: QuickCheck >= 2.1 && < 2.7,
- mtl >= 1.1 && < 2.2,
- base >= 4.0 && < 4.8,
+ build-depends: QuickCheck >= 2.1 && < 2.8,
+ mtl >= 1.1 && < 2.3,
+ base >= 4.0,
containers >= 0.3 && < 0.6,
random == 1.0.*,
syb >= 0.1.0.2 && < 0.5
@@ -150,9 +150,9 @@
Test.ChasingBottoms.TestUtilities.Generators,
Test.ChasingBottoms.TimeOut.Tests
- build-depends: QuickCheck >= 2.1 && < 2.7,
- mtl >= 1.1 && < 2.2,
- base >= 4.0 && < 4.8,
+ build-depends: QuickCheck >= 2.1 && < 2.8,
+ mtl >= 1.1 && < 2.3,
+ base >= 4.0,
containers >= 0.3 && < 0.6,
random == 1.0.*,
syb >= 0.1.0.2 && < 0.5,
--- ChasingBottoms-1.3.0.7-orig/Test/ChasingBottoms/ContinuousFunctions.hs 2013-10-15 15:50:33.000000000 +1100
+++ ChasingBottoms-1.3.0.7/Test/ChasingBottoms/ContinuousFunctions.hs 2014-07-02 15:32:00.952887830 +1000
@@ -1,4 +1,4 @@
-{-# LANGUAGE RankNTypes, ScopedTypeVariables,
+{-# LANGUAGE CPP, RankNTypes, ScopedTypeVariables,
GeneralizedNewtypeDeriving, DeriveDataTypeable #-}
-- TODO: Can we pattern match on functions?
@@ -143,7 +143,12 @@
, listOf
) where
+#if MIN_VERSION_QuickCheck(2,7,0)
+import Test.QuickCheck hiding ((><), listOf, infiniteListOf)
+import Test.QuickCheck.Gen.Unsafe (promote)
+#else
import Test.QuickCheck hiding ((><), listOf)
+#endif
import Data.Sequence as Seq
import Data.Foldable as Seq (foldr)
import Prelude as P hiding (concat)
--- ChasingBottoms-1.3.0.7-orig/Test/ChasingBottoms/TestUtilities/Generators.hs 2013-10-15 15:50:33.000000000 +1100
+++ ChasingBottoms-1.3.0.7/Test/ChasingBottoms/TestUtilities/Generators.hs 2014-07-02 15:33:26.677545051 +1000
@@ -1,4 +1,4 @@
-{-# LANGUAGE RankNTypes, DeriveDataTypeable #-}
+{-# LANGUAGE CPP, RankNTypes, DeriveDataTypeable #-}
-- | Generators that are part of the testing framework.
@@ -46,7 +46,12 @@
import Test.ChasingBottoms.IsBottom
import Test.ChasingBottoms.SemanticOrd
import Test.ChasingBottoms.TestUtilities
+#if MIN_VERSION_QuickCheck(2,7,0)
+import Test.QuickCheck hiding (infiniteListOf)
+import Test.QuickCheck.Gen.Unsafe (promote)
+#else
import Test.QuickCheck
+#endif
import Data.Generics
import Control.Monad
import Data.Maybe

@ -0,0 +1 @@
DIST chell-0.4.tar.gz 12437 SHA256 cf824e5ada55b18aa1e3fca93996fb04521cafcb7db0fccd1fec757eecc9d6c3 SHA512 8acbab62b84566ca03f44465de6911d72b3fae16292ff3f666bd6614c2e6c7bf9a2be04ca4a6b3d53802f29d23569034908371244a015b4159fea173b24f602c WHIRLPOOL 6771ad4bf27f5ce6852e74d3fe54b23048cc7d6594b94c29e7a725b63dd8beaee0b661840d389e59bf994e579bd442783123feabd28cee6d937a0fa0961f632f

@ -0,0 +1,36 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/chell-0.4.ebuild,v 1.1 2014/07/02 03:59:05 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A simple and intuitive library for automated testing."
HOMEPAGE="https://john-millikin.com/software/chell/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+color-output"
RDEPEND=">=dev-haskell/options-1.0:=[profile?] <dev-haskell/options-2.0:=[profile?]
>=dev-haskell/patience-0.1:=[profile?] <dev-haskell/patience-0.2:=[profile?]
>=dev-haskell/random-1.0:=[profile?]
dev-haskell/text:=[profile?]
>=dev-haskell/transformers-0.2:=[profile?]
>=dev-lang/ghc-6.10.4:=
color-output? ( >=dev-haskell/ansi-terminal-0.5:=[profile?] <dev-haskell/ansi-terminal-0.7:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag color-output color-output)
}

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
Chell is a simple and intuitive library for automated testing. It natively
supports assertion-based testing, and can use companion libraries
such as @chell-quickcheck@ to support more complex testing strategies.
An example test suite, which verifies the behavior of artithmetic operators.
@
&amp;#x7b;-\# LANGUAGE TemplateHaskell \#-&amp;#x7d;
import Test.Chell
tests_Math :: Suite
tests_Math = suite \&quot;math\&quot;
&amp;#x20; test_Addition
&amp;#x20; test_Subtraction
test_Addition :: Test
test_Addition = assertions \&quot;addition\&quot; $ do
&amp;#x20; $expect (equal (2 + 1) 3)
&amp;#x20; $expect (equal (1 + 2) 3)
test_Subtraction :: Test
test_Subtraction = assertions \&quot;subtraction\&quot; $ do
&amp;#x20; $expect (equal (2 - 1) 1)
&amp;#x20; $expect (equal (1 - 2) (-1))
main :: IO ()
main = defaultMain [tests_Math]
@
@
$ ghc --make chell-example.hs
$ ./chell-example
PASS: 2 tests run, 2 tests passed
@
</longdescription>
<use>
<flag name="color-output">use colors in program output</flag>
</use>
</pkgmetadata>

@ -1,2 +1,3 @@
DIST comonad-3.1.tar.gz 7769 SHA256 dbb32d7fb84dcfa5091d1d1b1bc9be0570118a45ebec9eed6ef2f21ddc58896a SHA512 5e14dec1fc229ac5cc6a69a86277eb22e08fe4035159fc95273dd6addd5e0f8fc54526c98668b2d12242a043c7c67d7f83718c75a9d961e9e1496add8136bd2f WHIRLPOOL f522e390a02c6091db52f63c9649792217103bc4aabfd4b3876de998a278402b94a956d8bad2b4aef821666795acdfbf2a9869a5ef4a470a9b69ebd9dfe38118
DIST comonad-4.0.tar.gz 15014 SHA256 0ac661b2e3a2f7641179f70ac66151a3489b2f1149ae7be34c45d1e03be6a7b8 SHA512 2311c6db59dcd7a20190f925ded477412fa093d5cc43adaa1a7d2ca8174c919c73f7b78d53616da13dbe272817337826e168873acb37ff0df8e36655fbb2b47a WHIRLPOOL 0822856cfb18ec50decb17bc01ff4a486ba52aaf83d5ef3d019579d68dd81edda90be48ad7e4f54df77acd3e26f1fd01e6b4fd1e723890ed1edfaa6318396d12
DIST comonad-4.2.tar.gz 15399 SHA256 27eb521590d65fcfb149b8e051f50fd6ee4696ffefcbe88dd40539e7647d2d98 SHA512 db1dd8966dfbc2d747646f54c206d8e450f8e5326c452e89710e18580c84a633a6d12eab1fb09bebb501c347b0e36b2962c6fc7ed61e564b3ff805803aa6ef1f WHIRLPOOL 309d6f806ad170786f2d34b1ce9c0dfcf63abbabb3b73c9ce0b6094270f90494adf4fb44c2f4348afaf3feab830d9488abd5a6659d3a3349fde32cf844d0e2ff

@ -0,0 +1,36 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonad/comonad-4.2.ebuild,v 1.1 2014/07/02 04:00:47 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Comonads"
HOMEPAGE="http://github.com/ekmett/comonad/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+test-doctests"
RDEPEND=">=dev-haskell/contravariant-0.2.0.1:=[profile?] <dev-haskell/contravariant-1:=[profile?]
>=dev-haskell/distributive-0.2.2:=[profile?] <dev-haskell/distributive-1:=[profile?]
>=dev-haskell/semigroups-0.8.3.1:=[profile?] <dev-haskell/semigroups-1:=[profile?]
>=dev-haskell/tagged-0.1:=[profile?] <dev-haskell/tagged-1:=[profile?]
>=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
test? ( test-doctests? ( >=dev-haskell/doctest-0.9.10 ) )
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag test-doctests test-doctests)
}

@ -0,0 +1 @@
DIST conduit-extra-1.1.1.tar.gz 24216 SHA256 e29bad31e8da3b1ccd33ab07d57b61634b914b46a457190fd5ea81f5cf9be6a0 SHA512 a8771addd9650b55d0ad98a188229314003d915a027ed37b8639a9217177afee3440029aeb0337036445a0b22212e2d5558027eb57c4c1e36d4f3953b980a018 WHIRLPOOL 18c4af4d6365c1b8a5c26282458c0a384a8ffff5e32e76e240fb51a0e31e7c8e27d1f8aa9a49dfe832150ee4e2a4907c8ca4f926522ebaf6ed58bdd79c0eda30

@ -0,0 +1,38 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/conduit-extra-1.1.1.ebuild,v 1.1 2014/07/02 04:02:34 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.2.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Batteries included conduit: adapters for common libraries."
HOMEPAGE="http://github.com/snoyberg/conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
>=dev-haskell/blaze-builder-0.3:=[profile?]
>=dev-haskell/conduit-1.1:=[profile?] <dev-haskell/conduit-1.2:=[profile?]
dev-haskell/monad-control:=[profile?]
>=dev-haskell/network-2.3:=[profile?]
>=dev-haskell/primitive-0.5:=[profile?]
>=dev-haskell/resourcet-1.1:=[profile?]
>=dev-haskell/streaming-commons-0.1.2:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/transformers:=[profile?]
dev-haskell/transformers-base:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/exceptions
>=dev-haskell/hspec-1.3 )
"

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
This package will soon contain much more functionality. This is a placeholder until the next release is ready.
</longdescription>
</pkgmetadata>

@ -1,3 +1,4 @@
DIST conduit-1.0.15.1.tar.gz 40651 SHA256 7b0977f19a6fc8daa0bea1f9cfdf813c524f13b7318a514c4119a30e80d2795d SHA512 ccd4b56a8bac306ecaeef3830abe4c7c5482082a5996e176dcef8b1145640f10f3c73e521a438f9080c54fa2c9afe2f460cb90a018e6fe547413a8281b9f7b1c WHIRLPOOL ce4101ba3eecc3a8b423a2eeb3c49c412bf9a1a60c4a7c85c6259749708690d5883095335d057d192629d49184eafb8221f1366c9b118c30cb64400a0f96c4d9
DIST conduit-1.0.8.tar.gz 33921 SHA256 e5b3199df1ed2a527bca619572f05bf34af994aaaef9d7620e5c7d0ecf4d5163 SHA512 6b8156e278bb20fc60e6a57610b9751ca6781646188eaf62926494c28c6558338318a508cc0d7898dd3546e83430c2cf5e94cb495167ef575c53e57307ff02d5 WHIRLPOOL 5e9b61ef45b2c699f997f9df3c296c01bd9c4e63dc797b32ce590a757807f9be51bf8b684fbff68bdc98bdd409aeb8285bfe051b4b1b3689bce8553f79341041
DIST conduit-1.0.9.3.tar.gz 33958 SHA256 90ccae260f2871005746995d4ad8dd215fdb73dfaf16753c223732b007725498 SHA512 72df72c787cab6ca84169b2c0650331dbb5e1e0b4209cf70a161b4e8dcba1fd66da9325be80a53ab18485c3d22c3c7f3cbaa5d69ef35c37fa219482060eb53b5 WHIRLPOOL b4b62fe7c431d44820f6c291c29a51c737dc16c0ed47ab43cd5a911af4c7a3857ad17fbfe8e1c53100c3c2fde494e04316c4ea887a5fee43351c9d696e3cc39d
DIST conduit-1.1.6.tar.gz 30968 SHA256 03e7fbfa869de3d7aa739ddfc758cf57d16d774774d6d59c698e8cf47f9112da SHA512 fb0ca3f9afd61cbd62b2d6bf73117d8521cdc838c1a71567c4c35aaf5ee60d4a9525a6eac1bc8fc4f7762387d67cd5ea999f30f231a8ca9d6622b63d75692ea9 WHIRLPOOL 0d93ab514eee998c915f2acda81a7242ab21b24e58cbd14a3ddf0e78c6766ee35251b8dcbde62b98973bae5af1278c5e6908626fddc68a6d02cd442706116ea6

@ -0,0 +1,37 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.1.6.ebuild,v 1.1 2014/07/02 04:01:58 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.2.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Streaming data processing library."
HOMEPAGE="http://github.com/snoyberg/conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/exceptions:=[profile?]
>=dev-haskell/lifted-base-0.1:=[profile?]
dev-haskell/mmorph:=[profile?]
>=dev-haskell/monad-control-0.3.1:=[profile?] <dev-haskell/monad-control-0.4:=[profile?]
dev-haskell/mtl:=[profile?]
>=dev-haskell/resourcet-1.1:=[profile?] <dev-haskell/resourcet-1.2:=[profile?]
>=dev-haskell/transformers-0.2.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
>=dev-haskell/transformers-base-0.4.1:=[profile?] <dev-haskell/transformers-base-0.5:=[profile?]
>=dev-haskell/void-0.5.5:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/exceptions-0.6
>=dev-haskell/hspec-1.3
dev-haskell/quickcheck )
"

@ -1 +1,2 @@
DIST contravariant-0.4.4.tar.gz 4901 SHA256 441f943f6339a44b2fc9fb04ddd5f4c5210014470ce57c3271797b76b91084ac SHA512 a54c37a371ce5347ae1df789e15a853e0da9e4e9a4006fe77f00f50cda5e92e72da7daf664be8a0a14422dbeb3e3849aae237b5dcd54904e4eee90086a81eaba WHIRLPOOL 13a277e9fe4979bcd59c4f65288d5e76defbedbdb2ed3e530b6c8b8f559303b3cc2c1ee8ed20f1fd311671404acb5492a5b133b31d6b891af765397dc5044b56
DIST contravariant-0.6.tar.gz 5489 SHA256 3067376572f1f92fa4b660036eb6674b7618815fcfc105b0b845f00b85e5330c SHA512 f10e93fc69ef26dfde15ae39fe3ff7e466c2b67161604f134b9bede7d18f5032efc3df57c4e78bae3a444bdd19cc4518a987d108fc6a318e934939e15176a7aa WHIRLPOOL 2a6f95647dfb1aabc42a541154a44b5b666f47be347f85ebbd5e88eb8c407f5cdccbbc2bf84c442bf6cd2ab2c8fe875d37bb72f1701fc8b8f1ac4b6728f7990a

@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/contravariant/contravariant-0.6.ebuild,v 1.1 2014/07/02 04:04:03 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Contravariant functors"
HOMEPAGE="http://github.com/ekmett/contravariant/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
>=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-1:=[profile?]
>=dev-lang/ghc-6.10.4:=
>=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?]
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
"

@ -1 +1,2 @@
DIST cookie-0.4.0.1.tar.gz 3230 SHA256 73967e5d4a0fe43248db582ace5f0f4cb8c7085748ea90e1dc312f3e137e6506 SHA512 36d8e64a993117586419bc15075aeff00a6c5a2ec950329f5c5ac3ae85f6362995d466680e95f242c98fa761b458e0ff24b1387aff60b78fa06e5ceedca093cf WHIRLPOOL 9e10acedbc39cac9599788b7068510bf9a362f4da5508689e4f69af1e92b9f3b262150af59499f2e473652c1e546c3f4f7f38450e63b5b0cc913f3b98dec7e19
DIST cookie-0.4.1.1.tar.gz 3368 SHA256 75444fa02638321b4016c475cbdeb8f50c1823ced3a17867ca37b149e08136f0 SHA512 b790a29de2db83c1338fbeb26567adf33231a4098a7b2dc28aeac4b67e777831dd2d2a1744a8a59aee88c156ff17be0cbd016ead3cd8e36207fbba7b6ae58a71 WHIRLPOOL f97bdfbc986ce6605f435a37ad771d92a5c46c4471eddbfa9cb2dfee4d70c238908df1d8b04ce10594c35ea03e87bee47f6ee8c66c22227c322ad90224fc0990

@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cookie/cookie-0.4.1.1.ebuild,v 1.1 2014/07/02 04:05:08 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="HTTP cookie parsing and rendering"
HOMEPAGE="http://github.com/snoyberg/cookie"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/blaze-builder-0.2.1:=[profile?]
dev-haskell/data-default:=[profile?]
>=dev-haskell/text-0.7:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

@ -3,3 +3,4 @@ DIST cpphs-1.15.tar.gz 71444 SHA256 868c68cda54601db1f0ea4bee72fe1b3c8580fd7c8e1
DIST cpphs-1.16.tar.gz 71105 SHA256 b7562ee6dd504f210a363c6bb7ea542e67f0a6ad75aca66080e66801870e69bb SHA512 f643bde885b4f30873a8c19d23d8910ffea5a0c98ad08c3940a6e66c26a30612d881d61491133b3799773147684ff8ee3ee06a5d004e36aa644a06ff805e370a WHIRLPOOL 5e8d6f7b336bb5a51618a5f8585f2a97b0887a53ba35f296d1be89964ada8abf232361159706c4cf684514c44ec8936612f1b6657d3ec65ab8e53c0e5eaccf48
DIST cpphs-1.17.1.tar.gz 72200 SHA256 37bd3b78ed9624dc17d7d87c9baac6b62ce3463c15b68cd8323ebea9c77c61f6 SHA512 1db359ba98ed9d6f75c2c35e7bb3f554329b76d7708e9ddf71892b2505d18c7334b30ad3734941d72a832bb7f661f9d346297e8f56980c01564a4f6a4a9cc5dd WHIRLPOOL 3e1eff9a4e4771bbb35e065e6fb8c437a9c758bb064dd4144474337ae35f4b713ccced53eac19f2d0d10c8860d3be812d2a59aeadc86e5eb7a8296c744b2cc65
DIST cpphs-1.18.1.tar.gz 72693 SHA256 15ee94a58c34f8c720732c4980c0391481060613f9387e171e34d7df42d350bb SHA512 3895c82a0aae4d86ffb7589e9e385b112cb75c8c0fa6bc2dfbd148f8f334734a80a7d111cf64ef4c73f45e9b0eb35ab94c550bf34fb777a92629bb7ca5dec2d9 WHIRLPOOL 7268d4c2685d7886ce21ce85286c10443d3d96adaa3f2f7f3dd92839820f26da6dded25dd1b517f0b3a4a6d1132a6826a1e78a365d9f2847a748a4f312207980
DIST cpphs-1.18.5.tar.gz 72221 SHA256 e71d9ea2c4999905f9910bbb1b947dcef1950dacb03e17c2d9bb5b3739f80e2f SHA512 606aed6241b1e7a1f62a97bc103e1d11106ae6831c80bb7ea7ba469b7aab61ade714a5f38a22f2b3f3b603d43508c2eb31909164db59a5ef4aa64b351cd2ff21 WHIRLPOOL 34efa940978faffeaab3dd4865b1a49671f5ea221200a6cf8c4874fe0da41caa8fc2dc0ac558cceec1f596c2b315d8234b1de1c314962d7b3857cd259ba2e530

@ -0,0 +1,26 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.18.5.ebuild,v 1.1 2014/07/02 04:06:40 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.2.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor."
HOMEPAGE="http://projects.haskell.org/cpphs/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-haskell/polyparse-1.9:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

@ -1,3 +1,4 @@
DIST criterion-0.6.2.1.tar.gz 153292 SHA256 e59732cd1401b0201c032adc9a67c96ae8556baa7f8e91059c006b8c83d1eb21 SHA512 a065d80f3700eed195fba9d4472854d56eac02e6f1bb38af5f2ff3fa1ee7711f963441b215c1c4a37cd38c7209758106b574bf6d5e9f4c65565daaddd0d93ff0 WHIRLPOOL 01020a00bf9c0088a1356fa374049b785de1a18ca061b51268fe08a2414955564728f6e393893a10d8ac55de56312d94cefddff6d79456b2878cb5afc38f5faa
DIST criterion-0.8.0.0.tar.gz 155065 SHA256 6e9d9aad623a3dbe72288027b31ce8e275e52ea3753329ea234db7b8397d6417 SHA512 ca9dd3458e54885b58f61227b1d93bad1dacafdd47ee87ad4c062f2a68f60fc8284ef335c829d21212fcd350fc675eb6e94d41496b1949914c262cd391914c8f WHIRLPOOL c8c82da0cd0a8c9182c13fc740ea6ed8f72919237f7f9cc78b96b6260c4eed26b3f865d814383ff7c8dfbfbbe0923047eb025d28d4b7e097b22725f4eb7b8bee
DIST criterion-0.8.0.1.tar.gz 155060 SHA256 58973dffe9dd6a284573332961064d6ef64dce19a4bb27c3d1f303eca3d29cb8 SHA512 24faec32c99d14db317d8695d819d6bdc2cf52b60e9ab5d3553af663311570c6e053fabef1c5161342a367859bf40222d350e957a6270adf728681f73e87174a WHIRLPOOL 5384cee0ca45fb8188ec85e4880774856cf5ead36cb5d57d1f0c3baa7ed50ec16c0c8aa50f49d0886a633d0c31e7d603f853fc596a65263e2ae7454900a90fbd
DIST criterion-0.8.1.0.tar.gz 155095 SHA256 ed8b5950afb9b4b73204226aea5659e1dbd7bd2682131fa56da4412e54b5f97b SHA512 96dd101dfcbb4cfea446235137d163e9bb806b8dbc6ca7cdb19f380dc8c6ad0169f22b08acb638c0e731be659b1f761cc4f3d33154c5cda3f44bf6f854b1b485 WHIRLPOOL c3ee52b6397eaef7126b96e47a56bdc80a0b56ad48f4c4f6780d9b958e56b2e84c6ea937fe61ee9b2c7d96579fc18be34a91fbbc7b0b2fde6540867bf22a1737

@ -0,0 +1,37 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/criterion/criterion-0.8.1.0.ebuild,v 1.1 2014/07/02 04:08:45 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Robust, reliable performance measurement and analysis"
HOMEPAGE="https://github.com/bos/criterion"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/aeson-0.3.2.12:=[profile?]
>=dev-haskell/binary-0.6.3.0:=[profile?]
>=dev-haskell/glob-0.7.2:=[profile?]
>=dev-haskell/hastache-0.6.0:=[profile?]
>=dev-haskell/mtl-2:=[profile?]
>=dev-haskell/mwc-random-0.8.0.3:=[profile?]
>=dev-haskell/parsec-3.1.0:=[profile?]
>=dev-haskell/statistics-0.11:=[profile?]
>=dev-haskell/text-0.11:=[profile?]
dev-haskell/transformers:=[profile?]
>=dev-haskell/vector-0.7.1:=[profile?]
>=dev-haskell/vector-algorithms-0.4:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

@ -1,3 +1,4 @@
DIST crypto-conduit-0.5.2.1.tar.gz 6807 SHA256 1751a87c9eb12e14c761849944c45492f5da224a03d21f48b26945e2ff2535c5 SHA512 aa2eff2541ca5acb4b854b4da6e8210b3bf1e0810b25c54cccd4174f7d2ef49f1c14dc295ca3564f9c356d11f9ef4dc6a19fc130d6b43570edeb3447edda374e WHIRLPOOL ab5c517f119bbe55f3771ca0a77036efdaa512678534ae576e14779e6de22ff21511c24ef409fda41f46f29ad1d694c45227506e8a0bcd522c1cb56cb306bf9d
DIST crypto-conduit-0.5.2.2.tar.gz 6826 SHA256 62c21d0026057d8772a7c9d73c375ba0b00bcbd6ccd92d514075a84fb497c9a4 SHA512 e6c74f6d786d9dc7788058716263dc5b1913fb904c98835e75277bbd87ba5b3e6858cd94abc7ec032c946daf8b245733b0f90937d02bd6192e2ac5b79c1af92f WHIRLPOOL 9fef13284fd5439dd54b5d7e834ce1216f27deb678526f41fd0ee77664dce5dd47ec3c13610dbb4468a76aa6ed4ce60bba3f59c833b51d0f9166188046eabd5b
DIST crypto-conduit-0.5.2.tar.gz 6809 SHA256 7f4d22462f0444eb2eec61b5f284309d0ab35a592f698f0f36b4dba444e69859 SHA512 8c7ca90b230ceb394aa5a11f33089a65d59d8505159dfcd6e8cb62f43ebfa234b4851de46c9a8e4d2e51e09162d1c4362e599abadb3c31140b36557768b257ad WHIRLPOOL dfde6242f2f2937b063df52ba5b6a4976fd284ec0970ab0b5f3a1ca7b8c6940ab180e3129bd9c2e32d25f9ae0878fb7f7b35c65f6a01400edbc40f8a58792b82
DIST crypto-conduit-0.5.3.tar.gz 6886 SHA256 f435037553dc06fe091387414c1053377cec60ac428b13be7f1467d2f87472f7 SHA512 a45c068f04205ae2a8aead2da22475c748a10faa98cb40c378e652dc879d29fb6a2352d7e5b5acc997e4f04118ac866b085f176b00bcff20da282743f8c06d6e WHIRLPOOL 470cffac7505b0c8d097221e8a303bfbca404d5272562c80c025f4106b6b4223f39d25d2345b066549eef82ae90a353c17063699274b6e96a216a943958a0580

@ -0,0 +1,47 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-conduit/crypto-conduit-0.5.3.ebuild,v 1.1 2014/07/02 04:13:54 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
#hackport: flags: -old-crypto-api
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Conduit interface for cryptographic operations (from crypto-api)."
HOMEPAGE="https://github.com/meteficha/crypto-conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+conduit11"
RDEPEND=">=dev-haskell/cereal-0.3:=[profile?] <dev-haskell/cereal-0.5:=[profile?]
>=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.2:=[profile?]
>=dev-haskell/crypto-api-0.9:=[profile?] <dev-haskell/crypto-api-0.14:=[profile?]
dev-haskell/resourcet:=[profile?]
>=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
>=dev-lang/ghc-6.10.4:=
conduit11? ( >=dev-haskell/conduit-extra-1.1:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/cryptocipher-0.4
>=dev-haskell/cryptohash-cryptoapi-0.1
>=dev-haskell/hspec-1.3
>=dev-haskell/skein-0.1 )
"
src_prepare() {
cabal_chdeps \
'transformers >= 0.2 && < 0.4' 'transformers >= 0.2 && < 0.5'
}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag conduit11 conduit11) \
--flag=-old-crypto-api
}

@ -10,4 +10,7 @@
cryptographic package that supports the @crypto-api@ package
using conduits from the @conduit@ package.
</longdescription>
<use>
<flag name='conduit11'>Use conduit >= 1.1.</flag>
</use>
</pkgmetadata>

@ -0,0 +1,47 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto/crypto-4.2.5.1-r1.ebuild,v 1.1 2014/07/02 04:12:41 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
MY_PN="Crypto"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Collects together existing Haskell cryptographic functions into a package"
HOMEPAGE="http://hackage.haskell.org/package/Crypto"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/hunit:=[profile?]
>=dev-haskell/quickcheck-2.4.0.1:2=[profile?]
dev-haskell/random:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2"
S="${WORKDIR}/${MY_P}"
src_test() {
TESTS="SymmetricTest SHA1Test RSATest QuickTest HMACTest WordListTest"
for t in $TESTS; do
einfo "Running test $t..."
# the quickcheck tests doesn't fail when the test fails...
"${S}/dist/build/$t/$t" || die "Test $t failed"
done
}
src_install() {
cabal_src_install
rm -rf "${D}/usr/bin" 2>/dev/null
}

@ -0,0 +1 @@
DIST cryptohash-conduit-0.1.1.tar.gz 2318 SHA256 ea516d898d3e34dae6be3e8bc59c9f61a61cb1222233dbfe84a84bb0ded4b4ce SHA512 6382a05b35bae34b53fd1ad6d897c25ca149ed852360c8f775587efcd3c29e45ff854f96ddbc9b446e04a4dd5698b1f5e2af754345f7d5af8f587b73b57fdec0 WHIRLPOOL f068162e56f8785fa913b471e2b3306f39005bc2bf63f262cba6e5def8c5579803fe8f46d344f11a9878a463ae5c3e5fe5ab0776becba62d2d8c76491cdefa03

@ -0,0 +1,30 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild,v 1.1 2014/07/02 04:17:06 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="cryptohash conduit"
HOMEPAGE="http://github.com/vincenthz/hs-cryptohash-conduit"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/conduit:=[profile?]
dev-haskell/conduit-extra:=[profile?]
dev-haskell/cryptohash:=[profile?]
dev-haskell/resourcet:=[profile?]
dev-haskell/transformers:=[profile?]
>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
Support all the @cryptohash@ package using conduits from
the @conduit@ package.
</longdescription>
</pkgmetadata>

@ -1 +1,2 @@
DIST cryptohash-cryptoapi-0.1.0.tar.gz 2731 SHA256 7dca3a346747e1ba531bcd5824f3d8d630c137421049f55b38b78ace5b136619 SHA512 2f07c2901d6f5be24e5c3d94da5c37822d9efde9cea040e2093b98041bccfab9b6145890c062aca26bd642755c45a8b5255a6a69ed5162f69b301cebdfef9e54 WHIRLPOOL 5d7e720bc558e41b7ac773e37ec1cce8a5e2c22d1375a69671e59a00fbf190b40da37a039fb12404c5a6992174be5db2d45ed44429c2576f51f364df883ecbf7
DIST cryptohash-cryptoapi-0.1.3.tar.gz 2922 SHA256 56f080ba13b891b664bd986db17d6c1240adaea4792a14c173146929c61d4572 SHA512 c33af37d4d1d8f3b13ad1ed93db4ec138ea3bef315006ee8117ccacb5c36e2afeb92ae903d46de537f0fbea2a262c5c487eb32d3e1d7099de27b53cc4f17889a WHIRLPOOL d3c21859f9c2fb376440022657d2d44541339933c12c294d12288fc63b8de46f8a57ffbfec84288011cdc901429ad6e6089adb0db13cb15ec96f972871778e0e

@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash-cryptoapi/cryptohash-cryptoapi-0.1.3.ebuild,v 1.1 2014/07/02 04:18:40 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Crypto-api interfaces for cryptohash"
HOMEPAGE="http://github.com/vincenthz/hs-cryptohash-cryptoapi"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/cereal-0.2:=[profile?]
>=dev-haskell/crypto-api-0.11:=[profile?]
>=dev-haskell/cryptohash-0.8.0:=[profile?]
>=dev-haskell/tagged-0.1:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

@ -1,4 +1,5 @@
DIST cryptohash-0.10.0.tar.gz 63901 SHA256 58fd9af060cf2b74f8e22f5e0d0d3fc81ddf717a08dcaa2785cc04d75be8fb6b SHA512 14a58c7d35feea846fc14821e532bd26046844a5d34274a46fcfd9cbc5100d414f980c95b64ef7ed5431993fb558962d6f7e262adc7297a54987dfa32cc4da2a WHIRLPOOL 7e1dd2d0f3709c4dd71360a44b462d37137a476c0cdba60bb85f9c7c99bcdb9bef3a53f2ea4d7f7bc56ae2bb455b0fbec954ada0bccb3e77686dbf8029f0781d
DIST cryptohash-0.11.1.tar.gz 64985 SHA256 be76351650517042e390887069af3dc047ed5621e1e2c96fa8a04444675c8773 SHA512 eb2da3e2c8a523354b81200b7ab3f36d29690d5f3311008ac24a5abaefe288551b67d7637b662f5a2b2b46bc5ef548ff6eae4f59ed9f1231ab9d8b0e6d039551 WHIRLPOOL 405e10f66f257bdfe5af153010ec9f7e8549dcd07f65919199e037a9a3b9b02c562762add7f8a9c1ca338d99205cd6a8c661196de6205ab020296d2f790cd190
DIST cryptohash-0.11.2.tar.gz 64499 SHA256 4864cf071fb962823c767e2bd50ed91ac3bd745946285610858c068ae9b9e22b SHA512 d05f0e372cc1be2be5849244b45f7f3412ae6ded189dafe7ff3977478222f7ddf3ecf4853e7ab95f1db67c138e97851484d3315d3185d9c07aaa0449cb90a8d3 WHIRLPOOL c57cfd38d1b14762e19aad3c80641bc71c3f6ca554655da651d7e59ac148c305caf8b9360d3b9e2a1da22aa195f5ee72b9c45aa039296f7d4af22ad0b9091c57
DIST cryptohash-0.11.6.tar.gz 65798 SHA256 da382334857a88f3e94ce0fb83f425f0a0787b0644100913c61f6e94bb62df37 SHA512 a6d3bd33104eb3b71d836323b330636cdce84165daa7e3b908296980468828c624a96db58cf9f953581986e090e53b78b10e15e361d354a00c9e9b49843a6956 WHIRLPOOL 4d5fd2e21f200880f30d21dc5b253e6a08e841478a2da29b0bc54c62bf5256a0f4c01c6addc60d75a2d04d9345d2e0efecf055c6e74298f52a9edc817583530d
DIST cryptohash-0.9.1.tar.gz 64991 SHA256 e0276e96dc06062b91ade9aa25009571c598136f4203a83513332425db209298 SHA512 773a16c1e16f8d2b48f4c107d22f14d439a15ffe9e92e43886538ee15e9349fdf53d1e15d20f888eaeac4fcaa07eb907b92de6f436b6655925a617f5139ac298 WHIRLPOOL 5e499e584e817630131f00870df4b0956a16287e71683b26c736a26e1fa89825e500a5239b2b0fdf7cbbef40e6b49e85f24bbe770418a91c8174706d4c078cf4

@ -0,0 +1,31 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cryptohash/cryptohash-0.11.6.ebuild,v 1.1 2014/07/02 04:15:48 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.2.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="collection of crypto hashes, fast, pure and practical"
HOMEPAGE="http://github.com/vincenthz/hs-cryptohash"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/byteable:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
>=dev-haskell/quickcheck-2
dev-haskell/tasty
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck )
"

@ -1 +1,2 @@
DIST css-text-0.1.1.tar.gz 3139 SHA256 1ed480f350d0107e3ba95c33ab94ea4efd1956443cc7cc0f3f28616733026b83 SHA512 6a62eb4c9919ddc2b8143422fc4af8fcc54fec151d88b46ee34467c94a630b47773a6b4a24c634b44b7551e70b82ddc385345f85ebf2c5fb440ea06a96bee4a6 WHIRLPOOL bb727f9ad50abcbb563f9232766dbcb3143234379b8ce5c68132004559ff642c444fa24fe39db6f9ae46776f7d452507c41cc90bccd86d4f8f69b962bba886ca
DIST css-text-0.1.2.1.tar.gz 3947 SHA256 dc0291da7ec756e4dda9dfadef303c78750eca63d07a5ad21dc4a3079cb021f6 SHA512 837b5e45ea87e4656a1a33b9a1ab098c03fa90a150ca6626dd4eaa75b4d35332703d2de6182d61dc1a144402366c6e74c3a85b60ff864aa080f8c8ef7b670bbc WHIRLPOOL f97587902a46a06aa608d58eaa9c761a06a5f153a879bae769989c086d201537c70c602c2f2471f6512492742a18c149e5b2d4aedb775186522e0207f773d97f

@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/css-text/css-text-0.1.2.1.ebuild,v 1.1 2014/07/02 04:19:30 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="CSS parser and renderer."
HOMEPAGE="http://www.yesodweb.com/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/attoparsec-0.10.2.0:=[profile?]
>=dev-haskell/text-0.11:=[profile?]
>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/hspec-1.3
dev-haskell/quickcheck )
"

@ -1,3 +1,4 @@
DIST dataenc-0.14.0.3.tar.gz 12911 SHA256 ed029fb48284ce3f42c6e5a00495e3744537c95fad0af7f71343d5d22f4bd3cc SHA512 e355680f552a4536fc3cc5a9661bfb47f234c4d2d52a15ae798c44dba8da2b87397ddbb50d841b5075817b1aa338f0ad41a8735a873d4f38f3880792791c6310 WHIRLPOOL 574076605c67a11a05df07f7ac600f0d675a21d98b30434187f598c68542491304577d62a79929e04e3e5bb041de646f9b413f581507f397a634899718b384d2
DIST dataenc-0.14.0.4.tar.gz 12911 SHA256 7c9540d746b578ff3d3eb2fce896c00d697044ba25cfe9ffcaa092ef2d48d676 SHA512 85922ae84df66c42a2efabcdadc628752574897532bd36b535263a568b28003b9b809f0eeabdf079652a1a98860a4e058a54165dc555feccb6a5fcbe7a1f4d8c WHIRLPOOL bf9b5f00df68ea0569c827d1c778acf79ed1506214b06c04be9cd8aae6145cbcf2c5a164e4c1577d60aca7ee214ac7ad8a6d2c56341571bb744c409a9efff0ca
DIST dataenc-0.14.0.5.tar.gz 12902 SHA256 1cb1aeb20b641149a1be9a8c18fa020dbf73441c89e78135ea272baf1696ea8d SHA512 b73e5060a3b9c00fbcdadb6dd8ca890c4a6f8ef862822e7d71bde1c0a99de1199cfa384cd8c219f41218f8eef4e9017ecc2c1c186516d7a809aadb599530bf88 WHIRLPOOL 403ba66caf2995f248d77baf66a6e6990216bdd517175df944157f9e43dfd0ab8787a2ad3d63e8164fd897130f40cc1433d3210c4768c60b57bd16ceb0cb543e
DIST dataenc-0.14.0.7.tar.gz 12813 SHA256 f9d370a1ac1b9cd3c66abd13ad351270d020a21fcd774f49dae6cfa9f8a98ff3 SHA512 82f34ad51b64b66726e45c0c2ef52c9c2be201f42c5718763158a13eb2e8f82cb0298c1580dd52788e8d7b3f1eb0e7ade4e6e69f7ba4b2f8804eb2178e719e20 WHIRLPOOL 88e43031803c740f3f362560099e3febea05cf7a53fa68333161a3d893a36db47ce1e30c5e1c01e654431aaf1177971484ca6943f817657a4b42d42d204fdaef

@ -0,0 +1,36 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild,v 1.1 2014/07/02 04:21:26 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Data encoding library"
HOMEPAGE="http://www.haskell.org/haskellwiki/Library/Data_encoding"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos"
IUSE="tests"
RDEPEND=">=dev-lang/ghc-7.4.1:=
tests? ( dev-haskell/hunit:=[profile?]
>=dev-haskell/quickcheck-2.5:2=[profile?] <dev-haskell/quickcheck-2.6:2=[profile?]
dev-haskell/test-framework:=[profile?]
dev-haskell/test-framework-hunit:=[profile?]
dev-haskell/test-framework-quickcheck2:=[profile?]
dev-haskell/test-framework-th:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag tests tests)
}

@ -1,8 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
Data encoding library currently providing Base16, Base32,
Base32Hex, Base64, Base64Url, Base85, Python string escaping,
Quoted-Printable, URL encoding, uuencode, xxencode, and yEncoding.
</longdescription>
<use>
<flag name='tests'>Build unit and quickcheck tests.</flag>
</use>
</pkgmetadata>

@ -1,3 +1,4 @@
DIST DAV-0.4.1.tar.gz 18631 SHA256 0c681423f2b4577f92f3aa44e064381c4cd004ed623b77f86e6bffdc23b5992d SHA512 280aef7ab401df1a8b724a6ba610257085fa1829b38860dfc676c4764a95ea3a9e53d6c18007a66bad0caff931891138c9512361d2d21107582a44e534cc98ff WHIRLPOOL 6e8e2c12b5c7aff908dd9aa493c7059c21bdb4caa55f05267a484061bcbc8a606dd251f745586665d1e6593e2b5d33681cf33f7a2d7712f80bc6282d6a024905
DIST DAV-0.5.1.tar.gz 18657 SHA256 5253e1ba8a29ed3d7bbec7f33eb6d8e65b9056c2171264876babccf28c87258b SHA512 b72d757c2dc94d328b144fd3b9d2601d3adf3795bff6b49b436684306abc0f147aaedf1e782303bfdfe1803d6821cf19215caa5faaf5184822f6887a008f91ff WHIRLPOOL 13b053bedca13bc8025b8b8c526e7451536ef288dbfe93dc52eb76b96814517b8e04db112376965bd3d8359910f9fa7087ca76caa2ee1a3127ff113d65773a30
DIST DAV-0.6.1.tar.gz 19610 SHA256 ff758b4af16dade33f7196a2d6ac9cb98848c17ec9688c03a196b3f4cb770249 SHA512 0cca59bc6607927e80554c3edab1759b98993658da41c1d213828b14cae389026349d07c72a9bc3d4808f76946631c37fe1af2ebe02194684117f2ba0c17810e WHIRLPOOL 27c7cbbf8d3c52c0ebfea69c446b6417b24aad83d19c9296ed9358748a9dbadd114b9d4e5a242b5f1a54c8a38d0aafcaf7fa77faa54a641c8650fddd60562bf0
DIST DAV-0.6.2.tar.gz 19039 SHA256 345f868e9b1e17532be0dbf756ec10056996d15b2074258de4f36497419596aa SHA512 2342bd0d1bca3e0fcbe459ad1dda74265e728d2524781989165895ae49b610c5ce96576968555b5d9d049157553684539fc4cbfcf4527dd231bef13855d47ad3 WHIRLPOOL 49fc8158118b0246b58595592a1c5ea465b216ec060048aeeeda8e333ce568e043d2db37f16ae0ce7765dbb858b86a49b5dd481b8c3d287222a9693d3b5d1bc4

@ -0,0 +1,46 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dav/dav-0.6.2.ebuild,v 1.1 2014/07/02 04:22:33 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
MY_PN="DAV"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="RFC 4918 WebDAV support"
HOMEPAGE="http://floss.scru.org/hDAV"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/case-insensitive-0.4:=[profile?]
>=dev-haskell/either-4.1:=[profile?]
dev-haskell/errors:=[profile?]
>=dev-haskell/http-client-0.2:=[profile?]
>=dev-haskell/http-client-tls-0.2:=[profile?]
>=dev-haskell/http-types-0.7:=[profile?]
>=dev-haskell/lens-3.0:=[profile?]
>=dev-haskell/lifted-base-0.1:=[profile?]
>=dev-haskell/monad-control-0.3.2:=[profile?]
>=dev-haskell/mtl-2.1:=[profile?]
>=dev-haskell/network-2.3:=[profile?]
>=dev-haskell/optparse-applicative-0.5.0:=[profile?]
>=dev-haskell/transformers-0.3:=[profile?]
dev-haskell/transformers-base:=[profile?]
>=dev-haskell/xml-conduit-1.0:=[profile?] <dev-haskell/xml-conduit-1.3:=[profile?]
>=dev-haskell/xml-hamlet-0.4:=[profile?] <=dev-haskell/xml-hamlet-0.5:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"
S="${WORKDIR}/${MY_P}"

@ -1,3 +1,4 @@
DIST dbus-0.10.4.tar.gz 73727 SHA256 4ec887442939a15243be2af6824a8cf8bc3f3c9841f8496540acb71ae6d36433 SHA512 c3f1db3eb7192311f833656924727d49cb6c47e6b05f2aefca72734a8a148c04d2530868db6c6900b206e68b946510619606ec18cbdd948a7507bbe1c84f207e WHIRLPOOL abaeff37d08830efd253ce2434214fb52627e58d40f258df9aceb5d043748b7a71291221a3e5d67c09925b645f97731a0e4ea534f788a1a2545d82e562e5d33e
DIST dbus-0.10.5.tar.gz 73715 SHA256 3d103e5f119ca15ebb64ca43e10d7a96ab6b010715132b3eec6b6c4ef9c474f1 SHA512 be0c78cf042e536c7a9e8630259f209a8d7bd1f1e0e8b653ab53dea63460e92a4158efcb9808c336bb82a7b6e473bc5148245890f47b2f826a7b6a0c1ca06d92 WHIRLPOOL bbc67894b56146a0454a4c87f47b99b719b2fda71e6f3a8fe8ec1d72ce364931dc7b3196bc8e5bc882b743cbeb9873026382092d4699a244302c2f2b9baeaa73
DIST dbus-0.10.6.tar.gz 73585 SHA256 ae9e4a8194fc7be48966106d321b1bcba3772f8e5d9be506f5e7c2cf8ed27e49 SHA512 80578477c0e1a20200cd148dcb0f80ccd7407823c9daae5552349c79730d4deef5292947a04fd72e2041338809c8922c1da8989386caaa3e7ab9d52812a1419f WHIRLPOOL dcb692a9bb5baaeb81cc241fa5fe4d8bfbccc7ef201964dc9c907db0915a7aa24ea4097a447151aae243f8f7c48175a925a3ccd0e295b4d789c8f356d0626a5f
DIST dbus-0.10.8.tar.gz 73082 SHA256 268765488f859472dc17162517aa9f1e8f29b0503ad9e13dff5d50339d590cdf SHA512 b1738248bed40b3cfa331b93ce056626a61b98c2284865cdcc5ad9f5846bb934b7b94f4f0bc37551171521324258531cf74ebd967688d58348bf67a6e6f725f2 WHIRLPOOL c98f0a372e8586e303be6bed80b3610497b10d1465a40c1a6909df23ce1b71eed9ea58a6f60e23ae443a44d6032dbdad2ed416511d4752873c413a7ffd2e7fc9

@ -0,0 +1,37 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/dbus/dbus-0.10.8.ebuild,v 1.1 2014/07/02 05:00:11 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="A client library for the D-Bus IPC system."
HOMEPAGE="https://john-millikin.com/software/haskell-dbus/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-haskell/cereal-0.3.4:=[profile?] <dev-haskell/cereal-0.5:=[profile?]
>=dev-haskell/libxml-sax-0.7:=[profile?] <dev-haskell/libxml-sax-0.8:=[profile?]
>=dev-haskell/network-2.2.3:=[profile?]
>=dev-haskell/parsec-2.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
>=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.1:=[profile?]
>=dev-haskell/text-0.11.1.5:=[profile?]
>=dev-haskell/transformers-0.2:=[profile?]
>=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
>=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?]
>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/chell-0.4 <dev-haskell/chell-0.5
>=dev-haskell/chell-quickcheck-0.2 <dev-haskell/chell-quickcheck-0.3
>=dev-haskell/quickcheck-2.4 )
"

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save