Sync with portage [Sun Jul 26 21:21:38 MSK 2015].

mhiretskiy
root 9 years ago
parent 39e2c9f9d6
commit 105694ef41

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/calamares/calamares-1.1.2.ebuild,v 1.1 2015/07/23 19:32:04 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/calamares/calamares-1.1.2-r1.ebuild,v 1.1 2015/07/26 11:54:25 johu Exp $
EAPI=5
@ -24,7 +24,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
>=dev-cpp/yaml-cpp-0.5.1
>=dev-libs/boost-1.55[${PYTHON_USEDEP}]
>=dev-libs/boost-1.55:=[${PYTHON_USEDEP}]
$(add_frameworks_dep kconfig)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kcoreaddons)

@ -1 +0,0 @@
DIST kportagetray-0.2.4.tar.bz2 132793 SHA256 a6cbb686e8fb38ff634718ddfc561680454db0d37c1dda2652d530b5e14cc404 SHA512 cdee221cc72b06734bfdacb189bd2e29c9e95c4d37c503aef809884d85a18cbb0c4a5671b964a4f3d642233570e2f96e350206e7ee25c79712c48636d2353819 WHIRLPOOL 8ad3582a8e3049dcaed11f1bbe4b7e501fcf4fc41198415b0de95fc513dde7198f5c87ea8e4cfd2749ab471e02fa4329273b1d7d49fd55e78e81a555418aea8f

@ -1,24 +0,0 @@
From 2eebbc5b89f40b2ecaf4c3a9e08b8846bace5b4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?"David=20E.=20Narv=C3=A1ez"?= <david.narvaez@computer.org>
Date: Tue, 31 Jan 2012 09:17:51 -0500
Subject: [PATCH] Fixing class name to use Konsole namespace
---
KPT_MainWindow.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/KPT_MainWindow.py b/KPT_MainWindow.py
index 08a416d..c713f4f 100644
--- a/KPT_MainWindow.py
+++ b/KPT_MainWindow.py
@@ -137,7 +137,7 @@ class KPT_MainWindow(QtGui.QMainWindow):
# Load Konsole KPART.
konsoleFactory = KLibLoader.self().factory("libkonsolepart")
- konsolePart = konsoleFactory.create(self, "KonsolePart")
+ konsolePart = konsoleFactory.create(self, "Konsole::Part")
self.ui.konsoleLayout.addWidget(konsolePart.widget())
konsolePart.openUrl(KUrl.fromPath(os.environ['HOME']))
--
1.7.6

@ -1,133 +0,0 @@
From 4ad89230ee0cd035d3d05f3745382212bbf552a2 Mon Sep 17 00:00:00 2001
From: MacJariel <MacJariel@gmail.com>
Date: Mon, 14 Mar 2011 13:21:12 +0100
Subject: [PATCH] Updated scripts to work with kdesu 4.6.
---
scripts/depClean.sh | 2 +-
scripts/dispatchConf.sh | 2 +-
scripts/editFile.sh | 2 +-
scripts/etcUpdate.sh | 2 +-
scripts/merge.sh | 2 +-
scripts/revdepRebuild.sh | 2 +-
scripts/syncPortageTree.sh | 2 +-
scripts/unmerge.sh | 2 +-
scripts/upgrade.sh | 2 +-
scripts/upgradePortage.sh | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/scripts/depClean.sh b/scripts/depClean.sh
index 14d2425..7805feb 100755
--- a/scripts/depClean.sh
+++ b/scripts/depClean.sh
@@ -5,5 +5,5 @@
# Script called to execute dep-clean process.
# It performs a emerge -va --depclean on a console.
-kdesu "konsole --noclose -p LocalTabTitleFormat=%w -e emerge -va --depclean"
+kdesu -- konsole --noclose -p LocalTabTitleFormat=%w -e emerge -va --depclean
diff --git a/scripts/dispatchConf.sh b/scripts/dispatchConf.sh
index 1d9fbbe..49a2167 100755
--- a/scripts/dispatchConf.sh
+++ b/scripts/dispatchConf.sh
@@ -5,5 +5,5 @@
# Script called to execute dispatch-conf.
# It runs dispatch-conf on a console.
-kdesu "konsole --noclose -p LocalTabTitleFormat=%w -e dispatch-conf"
+kdesu -- konsole --noclose -p LocalTabTitleFormat=%w -e dispatch-conf
diff --git a/scripts/editFile.sh b/scripts/editFile.sh
index 8c28d7b..3d1abd2 100755
--- a/scripts/editFile.sh
+++ b/scripts/editFile.sh
@@ -20,5 +20,5 @@ then
exit 1
fi
-kdesu "konsole --noclose -p LocalTabTitleFormat=%w -e ${EDITOR} $1"
+kdesu -- konsole --noclose -p LocalTabTitleFormat=%w -e ${EDITOR} $1
diff --git a/scripts/etcUpdate.sh b/scripts/etcUpdate.sh
index 3de1654..78061a0 100755
--- a/scripts/etcUpdate.sh
+++ b/scripts/etcUpdate.sh
@@ -5,5 +5,5 @@
# Script called to execute etc-update.
# It performs a etc-update on a console.
-kdesu "konsole --noclose -p LocalTabTitleFormat=%w -e etc-update"
+kdesu -- konsole --noclose -p LocalTabTitleFormat=%w -e etc-update
diff --git a/scripts/merge.sh b/scripts/merge.sh
index cb18d32..e81e68c 100755
--- a/scripts/merge.sh
+++ b/scripts/merge.sh
@@ -11,5 +11,5 @@ then
exit 1
fi
-kdesu "konsole --noclose -p LocalTabTitleFormat=%w -e emerge -va $@"
+kdesu -- konsole --noclose -p LocalTabTitleFormat=%w -e emerge -va $@
diff --git a/scripts/revdepRebuild.sh b/scripts/revdepRebuild.sh
index f466c3b..51ecb79 100755
--- a/scripts/revdepRebuild.sh
+++ b/scripts/revdepRebuild.sh
@@ -5,5 +5,5 @@
# Script called to execute revdep-rebuild process.
# It performs a revdep-rebuild on a console.
-kdesu "konsole --noclose -p LocalTabTitleFormat=%w -e revdep-rebuild -i"
+kdesu -- konsole --noclose -p LocalTabTitleFormat=%w -e revdep-rebuild -i
diff --git a/scripts/syncPortageTree.sh b/scripts/syncPortageTree.sh
index 8825be1..a4f67f1 100755
--- a/scripts/syncPortageTree.sh
+++ b/scripts/syncPortageTree.sh
@@ -15,7 +15,7 @@ TMP_FILE=$1
# Create the temporary file.
touch ${TMP_FILE}
-kdesu -t 'emerge --sync --color=y 2>&1 && cp -v /var/cache/eix /var/cache/eix.previous && eix-update 2>&1 && echo "Process Finished"' >> ${TMP_FILE}
+kdesu -t -c 'emerge --sync --color=y 2>&1 && cp -v /var/cache/eix /var/cache/eix.previous && eix-update 2>&1 && echo "Process Finished"' >> ${TMP_FILE}
# Remove the temporary file.
rm ${TMP_FILE}
diff --git a/scripts/unmerge.sh b/scripts/unmerge.sh
index b0c0882..133ff7a 100755
--- a/scripts/unmerge.sh
+++ b/scripts/unmerge.sh
@@ -11,5 +11,5 @@ then
exit 1
fi
-kdesu "konsole --noclose -p LocalTabTitleFormat=%w -e emerge -va --unmerge $@"
+kdesu -- konsole --noclose -p LocalTabTitleFormat=%w -e emerge -va --unmerge $@
diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh
index da14027..3691587 100755
--- a/scripts/upgrade.sh
+++ b/scripts/upgrade.sh
@@ -5,5 +5,5 @@
# Script called to upgrade the world set.
# It performs a emerge -vaNDU world on a console.
-kdesu "konsole --noclose -p LocalTabTitleFormat=%w -e emerge -vaNDu world"
+kdesu -- konsole --noclose -p LocalTabTitleFormat=%w -e emerge -vaNDu world
diff --git a/scripts/upgradePortage.sh b/scripts/upgradePortage.sh
index cac5bb2..aaea771 100755
--- a/scripts/upgradePortage.sh
+++ b/scripts/upgradePortage.sh
@@ -5,5 +5,5 @@
# Script called to upgrade the portage.
# It performs a emerge -va portage on a console.
-kdesu "konsole --noclose -p LocalTabTitleFormat=%w -e emerge -va portage"
+kdesu -- konsole --noclose -p LocalTabTitleFormat=%w -e emerge -va portage
--
1.7.9.2

@ -1,53 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/kportagetray/kportagetray-0.2.4-r1.ebuild,v 1.5 2015/06/04 19:00:36 kensington Exp $
EAPI=5
KDE_LINGUAS="pt_BR"
PYTHON_COMPAT=( python2_7 )
inherit kde4-base python-single-r1
EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
DESCRIPTION="Graphical application for Portage's daily tasks"
HOMEPAGE="http://gitorious.org/kportagetray"
[[ ${PV} == 9999* ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~ppc ~x86"
SLOT="4"
IUSE="debug"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
dev-python/PyQt4[svg,dbus,${PYTHON_USEDEP}]
$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
"
RDEPEND="${DEPEND}
app-portage/eix
app-portage/genlop
$(add_kdeapps_dep kdesu)
$(add_kdeapps_dep knotify)
$(add_kdeapps_dep konsole)
"
PATCHES=(
"${FILESDIR}/${P}-fix_class_name.patch"
"${FILESDIR}/${P}-kdesu46.patch"
)
pkg_setup() {
python-single-r1_pkg_setup
kde4-base_pkg_setup
}
src_configure() {
local mycmakeargs=(
-DPYTHONBIN=/usr/bin/python2
)
kde4-base_src_configure
}

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
<herd>proxy-maintainers</herd>
<maintainer>
<email>ronisbr@gmail.com</email>
<name>Ronan Arraes Jardim Chagas (Ronis_BR)</name>
</maintainer>
<maintainer>
<email>wizzleby@gmail.com</email>
<name>Locke Shinseiko (Wizzleby)</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">kportagetray</remote-id>
<remote-id type="gitorious">kportagetray</remote-id>
</upstream>
</pkgmetadata>

@ -1,3 +1,2 @@
DIST attoparsec-enumerator-0.3.1.tar.gz 2498 SHA256 a78a9f6ade2ae43659243b1a9e925a8c1bc2c05d94e894ca853a32b887880682 SHA512 99cf4050cd5d553398c9b28dd1530f2922e1c27abc7b8b5d7572a4926ebc33e31d146e35847e655152699418e327c998cee33e6f74e10c9a4137512bfeecb888 WHIRLPOOL 7ae815af0f2e8c1f2451370f44551a81a37bb4ce5262960e99ca41d8a5ad70340102b4f7b3bdda66d18dc8e3a5f1d95a5e8f1e322a3056acc726ca84f03c9bb8
DIST attoparsec-enumerator-0.3.2.tar.gz 2485 SHA256 8866fdebb7610ce391653710ab8e91a261ee3190c05f69e1426739893f6c39cb SHA512 e7b2093708e9e5ddfbed8596cc32c1f3e8f73eff2a1fa972e14a2c91d5a2fb85b98807c88421ae8fb43016aa085514323d28e78431e0ccd39422b3208adb2613 WHIRLPOOL 9c3d1f766f6ddb3244de2f0d802c3e9f0e3149bef0f373f896af805a85e59511fb2a47a003a1caaadfcc6c98b1854c41f3b73a78989bb3d32ec1e92f0ae052a9
DIST attoparsec-enumerator-0.3.3.tar.gz 2484 SHA256 3cf105cdc29120a5c21487708783155a35fd9d4df29f72e56c22ed93f85aa77c SHA512 f52a82c8a701a494ce7224e792c07a572c2a791bd803d7612954f5fd6a2f7913e01a19feed66347af5cf76974088cc573b3a5ee09218b150e413f7ff0618b092 WHIRLPOOL a5a61e6bbcd493f4c6bce161f8e9496c701fae3b3ab486851c18095fe502d496f68285c0904f74b705c5f9796761b63dfdf21a53ef98378052ee8ef42c1e9a22
DIST attoparsec-enumerator-0.3.4.tar.gz 2485 SHA256 be95a763ebbec5529f486e62e49ce6709f14e688138fc36cff5590613690f588 SHA512 caf6bc858c9c0f41f3ec332cf4149bdc9233cad112579eb79a20dff1893994cee365c2863a47a72fef8d30aaab1d30b506b98c3a8b8429c461811f717c8fd31d WHIRLPOOL 00abea7cc76d77f8b94bd868276f138070d80c05ab9e837a66c74009535b413898469b82dd77d24183e7a8b6a9494494beeddf6ad854fd8bb9aa2a1df66ab21c

@ -1,28 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.1-r1.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Pass input from an enumerator to an Attoparsec parser"
HOMEPAGE="https://john-millikin.com/software/attoparsec-enumerator/"
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/attoparsec-0.11:=[profile?]
>=dev-haskell/enumerator-0.4:=[profile?] <dev-haskell/enumerator-0.5:=[profile?]
dev-haskell/text:=[profile?]
>=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
"

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.2.ebuild,v 1.2 2014/07/25 09:16:32 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec-enumerator/attoparsec-enumerator-0.3.4.ebuild,v 1.1 2015/07/26 13:52:14 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.6.9999
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
@ -18,11 +18,11 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?] <dev-haskell/attoparsec-0.12:=[profile?]
RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
>=dev-haskell/enumerator-0.4:=[profile?] <dev-haskell/enumerator-0.5:=[profile?]
dev-haskell/text:=[profile?]
>=dev-lang/ghc-6.10.4:=
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
>=dev-haskell/cabal-1.6
"

@ -1,2 +1,2 @@
DIST auto-update-0.1.2.1.tar.gz 6670 SHA256 97d3228ab744ca24b0838a001cb56be24f905e3237581ada800274219cbc4132 SHA512 d5a2513a55a4e5225ce5aa2fcd25f02fd286314d13c9d14e1f72e0ddd413336ae08eb14a1534af2af7bdef4e596a45a4e6cecb5d3bdd44a14c9732da22994235 WHIRLPOOL 782d696075f53304c5aea9a6ed0e9465e6b1200675dd8c96b1aa08af802b54e83196e0c7f791ffcfbc1f28b093d98401c6f42f5156e60791e00cec502439bcb4
DIST auto-update-0.1.2.tar.gz 6583 SHA256 14fcf02d5e78db86e438dc1fdfcc9e2e290d170bad96ececfe135f2903e99131 SHA512 f22bd2387d4caf5ddd2dce1582c8f549078b029ee9d5c9ea7e908ab33dbd8277e4298dcefb5498acb09a7b788e71758c5e9c26e51cf787043a409b8f9ce6527a WHIRLPOOL e47debc827fc55605b481fda729a0f169544aabf0c0291de93177ee6c561891c33a7a6e907863511fa5ac7f9cd1012a75f7c129408d9a1f7e544f3ed8aa9f1f4
DIST auto-update-0.1.2.2.tar.gz 6651 SHA256 7b3000c330055d4059fe8d9ab044c29e3a57b4dc31b88ea386a75a886b6144db SHA512 40358d82324653b20433041262b13f4491cfa51b58ace9554d292c09f8f0d979aed19244d4d204b34f8a296a259b968a4c3c639650e06adc7057b53057c67a74 WHIRLPOOL 3961da1207ef59b32a3b5834a6df328551ccb0b3d148d5bca8e55ea49fc57b3c0fd54262685a949b2c1d5cfe7f21681f153d33149c566b6065488914582a6eb3

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/auto-update/auto-update-0.1.2.ebuild,v 1.1 2014/12/13 13:25:38 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/auto-update/auto-update-0.1.2.2.ebuild,v 1.1 2015/07/26 13:52:56 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.9999
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bio/bio-0.5.3-r1.ebuild,v 1.1 2014/07/02 15:12:12 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bio/bio-0.5.3-r1.ebuild,v 1.2 2015/07/26 14:12:23 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.2.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
inherit eutils haskell-cabal
DESCRIPTION="A bioinformatics library"
HOMEPAGE="http://biohaskell.org/Libraries/Bio"
@ -30,6 +30,8 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"
src_prepare() {
epatch "${FILESDIR}"/${P}-ghc-7.10.patch
cabal_chdeps \
'binary >=0.4 && <0.5' 'binary >=0.4 && <0.8'
}

@ -0,0 +1,7 @@
diff --git a/Bio/Alignment/Bowtie.hs b/Bio/Alignment/Bowtie.hs
index 883b057..3e58f0e 100644
--- a/Bio/Alignment/Bowtie.hs
+++ b/Bio/Alignment/Bowtie.hs
@@ -1 +1,2 @@
+{-# LANGUAGE FlexibleContexts #-}
{-| This module provides a data type to represent an alignment

@ -1 +1,2 @@
DIST bytestring-builder-0.10.4.1.2.tar.gz 45068 SHA256 9e04ab1360d6448c2648c60b7bb1689e71177286b2d36147ef1087527ef5e03e SHA512 192a187f708140534a65cf189dcbf08198e95cbfc57ba2dfa09a175bcc4c5e2024ff3793f3073ef2b6840965f87761b3cafb2afbdfa1b88bcdd6e9ca99d36391 WHIRLPOOL b43ce1f32be4151bb4f7c4ffb03543ca0209b7f64e16def0c1b62d4afcde926fca824c37547a036a79f022303e97bd0fd977dacf3d748f36857260a971f85c4d
DIST bytestring-builder-0.10.6.0.0.tar.gz 44593 SHA256 9c439987d11150ad3f73158ad3be1f9d1f70572cd2cf8fdf585765403f116fd6 SHA512 1281aa8ef2f77fcc5a75a9cbb54506fb207e4fc9f6296213ab6a6389c83a53f6e08a6e929d3c456b7f099e18106e228416ca6d6269215f3e3c72cb29eb39bbe3 WHIRLPOOL 1391e2654baea5f92e78c4726730ff998d2593081a6eba3333dff2321eb808621574f070c6861b24f7683467583d0a5fa8d14d5bcff5a5538fc89e6dec8424e3

@ -0,0 +1,25 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-builder/bytestring-builder-0.10.6.0.0.ebuild,v 1.1 2015/07/26 13:56:44 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.3
CABAL_FEATURES="lib profile"
inherit haskell-cabal
DESCRIPTION="The new bytestring builder, packaged outside of GHC"
HOMEPAGE="http://hackage.haskell.org/package/bytestring-builder"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
"

@ -1,3 +1,4 @@
DIST cabal-install-1.18.0.2.tar.gz 253711 SHA256 4ca4064abc042d8ab2e872e8629e334501572568d19e95f466e31a44eef7092a SHA512 680ae8ee03d3c95caa4dfc724b11b9148d03f03addee02b83a10d9a6cb8b75719463598c9a4c461a30f9114daa6c1ec34c90dc22c5db6a851152f743dad3cde8 WHIRLPOOL 5de2a029d24e97a970cad38c9b7ad68abd0282f8d12a5c0963f8f491e5eccfe7792c183036ea03de6a42264c88d206849ac7161b4d2e7cecb2720a679019d461
DIST cabal-install-1.18.0.3.tar.gz 254044 SHA256 81b85757944b6ee0dd30396bf5851d123894caa57979310d44943b72cdaf0140 SHA512 54c3f9970135447689360b8c185ad5e618461e2fb9dc9089f420f26ccc73d92da927dc8cf32300dd736492bf78e650d92d715b4bf17aeca736499756bc84124c WHIRLPOOL 0c7637b1bde2c3cd68b59ecb9bd2d5c51fa05f4b0d5fa43a4b8931202bb12380e020706bd44a0349dffb718a9b249e1eba493a397c539187feb4623fa304e094
DIST cabal-install-1.20.0.3.tar.gz 274779 SHA256 d2bd56f3bcae92b7b97325be5216f94544fbcb30e10e24b40bccc149584b0b14 SHA512 a272c7eb1c87a933b30697afa7bf78f95fb0afa203e791448d5e96d5c62105533347b8b777af7a7e6db5703654c319045e089d46d2263a09ed5ada10144ce12f WHIRLPOOL da95f8a386c751c8c83ffa965422ab8fcf047693300f6d7ed39ec046354c8b00753fd3f0936b56eb5a6e854e5176ad2e20282e2bbcc0745f5ef4d462e59f4d0d
DIST cabal-install-1.22.6.0.tar.gz 302564 SHA256 9d239e385696a7faa49f068aea451882baec6a7df26fbddbd08271c9053cb0b4 SHA512 155227a0bc29f8d6c9ec9846f1dbd956234853b1301fa15ab81aaee654abba8bfbd19cbb608008427b1272bff7aa397830011855b85d0a13deb9ebd1485cab14 WHIRLPOOL ca1bac034fcd502c45aab36218847a1a1b36dd47caf854e5b619e61ae3d67b65cbeeca5f4e46f856095f7131dbe2c1a908de4ee127f8c6a2c4e1806c40a05a1f

@ -0,0 +1,67 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal-install/cabal-install-1.22.6.0.ebuild,v 1.1 2015/07/26 13:58:57 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="bin test-suite"
inherit bash-completion-r1 eutils haskell-cabal
DESCRIPTION="The command-line interface for Cabal and Hackage"
HOMEPAGE="http://www.haskell.org/cabal/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+network-uri +noprefs"
RESTRICT=test # missing files
RDEPEND=">=dev-haskell/cabal-1.22.2:= <dev-haskell/cabal-1.23:=
>=dev-haskell/http-4000.2.5:= <dev-haskell/http-4000.3:=
>=dev-haskell/mtl-2.0:= <dev-haskell/mtl-3:=
>=dev-haskell/old-time-1:= <dev-haskell/old-time-1.2:=
>=dev-haskell/random-1:= <dev-haskell/random-1.2:=
>=dev-haskell/stm-2.0:= <dev-haskell/stm-3:=
>=dev-haskell/zlib-0.5.3:= <dev-haskell/zlib-0.6:=
>=dev-lang/ghc-7.4.1:=
network-uri? ( >=dev-haskell/network-2.6:=
>=dev-haskell/network-uri-2.6:= )
!network-uri? ( >=dev-haskell/network-2.4:= <dev-haskell/network-2.6:= )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
test? ( dev-haskell/extensible-exceptions
dev-haskell/hunit
>=dev-haskell/quickcheck-2.5
dev-haskell/regex-posix
dev-haskell/test-framework
dev-haskell/test-framework-hunit
>=dev-haskell/test-framework-quickcheck2-0.3
!network-uri? ( <dev-haskell/network-uri-2.6 ) )
"
src_prepare() {
if use noprefs; then
epatch "${FILESDIR}/${PN}"-0.13.3-nopref.patch
fi
# no chance to link to -threaded on ppc64, alpha and others
# who use UNREG, not only ARM
if ! ghc-supports-threaded-runtime; then
cabal_chdeps '-threaded' ' '
fi
cabal_chdeps \
'QuickCheck >= 2.1.0.1 && < 2.8' 'QuickCheck >= 2.1.0.1'
}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag network-uri network-uri)
dobashcomp "${S}/bash-completion/cabal"
}

@ -9,5 +9,6 @@
</longdescription>
<use>
<flag name="noprefs">Ignore 'preferred-versions' file from hackage's tarball.</flag>
<flag name='network-uri'>Get Network.URI from the network-uri package.</flag>
</use>
</pkgmetadata>

@ -3,3 +3,4 @@ DIST Cabal-1.16.0.3.tar.gz 284665 SHA256 ef27629d540e46c77cabac08c008583abee4e4a
DIST Cabal-1.18.1.2.tar.gz 323545 SHA256 594ef792c085f00f06728dad0a02dd63450b49b5ac394484be6c6a0a484b6f5d SHA512 a91abbdb86bcb7a47e871e9b9a2cb4720b41f2cf6998416cc557460ff821e9b711cf8c346bf16c7b07c180815cb901f7b27e5cda3701f3ace554613ceb27e3c6 WHIRLPOOL cfc3872b944ce5209ebc0429e5561ba3fd5ddecf1256aa47e8d4968727bd3498a6dd23f6417161e7a570259728e6f66098d045d7d7b4c7e87f721c5b2edf0f73
DIST Cabal-1.18.1.3.tar.gz 705715 SHA256 25c436290dd9d05b588b6b002f0357302a9b0bf8c2630b8b069c300d803335d4 SHA512 3c6f2d3be36384140007ca1146edcca5461bf0e93cde8d2b32bd9d69f74df51975bfbc91ec7cce92d9c78929f91f9e7e8b595488bc1c328dbed313a6fcd76708 WHIRLPOOL 4679e7e0f6b9f1a887f3bbc9bdd5eccfac0bed8d62fd13cb516a51b7e8d1efe2d654c78fd38207a9678152629f60ff2528080a6fb857e7a05dd349f7c3f5f417
DIST Cabal-1.20.0.2.tar.gz 717941 SHA256 234d2299bcf580f727cd3fa649448ff84b304d1f270e3b6836f8e2211d11bf02 SHA512 6dfe30ebe5859ccd934f76fc32bd4757d89e3bcb02a528bebaa0a63f22c0494eb4a941b2fed2e004671875586fed113860e82413bed99f70be565f4f343ac3d3 WHIRLPOOL 38ccfaded54fb86bedca33dd48742f06763b6b7dc89444dac6846102dec27fe61acefef3b1f0a3e4053751e88f79ab523e89264f070eddc999ca9810b47cce9b
DIST Cabal-1.22.4.0.tar.gz 404549 SHA256 b96a8db268e3501ded01bdb0d178fe334274e92c1497c3249a59ef5cfc55dca6 SHA512 0a25889fd5fe224868210091f429489c24e01334b2ae49444dfdfaaae6e0892a8c3262e4146fefc7f95b165d637b812abd9519394de9a7d801fda9a75a945b31 WHIRLPOOL 996fd9ac055afec29f16c1e91e38ee00193894c3ed7e183a017a2fb04ead50dabf247e2209c17c5ca66c0016fa676cead36b8b0ee884f0353d3b85e08c3a0541

@ -0,0 +1,61 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cabal/cabal-1.22.4.0.ebuild,v 1.1 2015/07/26 13:58:06 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="lib profile test-suite"
CABAL_FEATURES+=" bootstrap" # does not need cabal to build itself
inherit haskell-cabal
MY_PN="Cabal"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A framework for packaging Haskell software"
HOMEPAGE="http://www.haskell.org/cabal/"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RESTRICT=test
RDEPEND=">=dev-lang/ghc-7.8.1:="
DEPEND="${RDEPEND}
test? ( dev-haskell/extensible-exceptions
dev-haskell/hunit
>=dev-haskell/quickcheck-2.1.0.1:2 <dev-haskell/quickcheck-2.8:2
dev-haskell/regex-posix
dev-haskell/test-framework
dev-haskell/test-framework-hunit
>=dev-haskell/test-framework-quickcheck2-0.2.12 )
"
S="${WORKDIR}/${MY_PN}-${PV}"
CABAL_CORE_LIB_GHC_PV="PM:7.10.2_rc2 PM:7.10.2"
src_prepare() {
if [[ -n ${LIVE_EBUILD} ]]; then
CABAL_FILE=${MY_PN}.cabal cabal_chdeps 'version: 1.17.0' "version: ${PV}"
fi
}
src_configure() {
cabal-is-dummy-lib && return
einfo "Bootstrapping Cabal..."
$(ghc-getghc) ${HCFLAGS} -i -i. -i"${WORKDIR}/${FP_P}" -cpp --make Setup.hs \
-o setup || die "compiling Setup.hs failed"
cabal-configure
}
src_compile() {
cabal-is-dummy-lib && return
cabal-build
}

@ -1,3 +1,2 @@
DIST cassava-0.4.2.0.tar.gz 27875 SHA256 a38b5352368a3790f0af4787b7490c57dec9d4edc231522fcd5855d264fb31ec SHA512 59f6955186796b53b215a39fe28c03da1736434b1b7294701849fd78391cbb35de3c0812a128cef25f05055a50d3e77ae478457d094dc3dad747784b6956a547 WHIRLPOOL a4fe8f867d6522febacc8964149fcdc4597ce8601e74fc03030705640490b85ed2de5749a33bdbe82586fea84a11b129fcd679175913e0486c3b9a593d4cab4b
DIST cassava-0.4.2.1.tar.gz 27776 SHA256 9a9435650ba3cbcfef29b76b9a30a64cfe5091905d3828a0cf3d0e392311eaef SHA512 a86f553591c4d29e8f8aa8c1cee4d4483bc6f8ec711b169bf7d837016f63cb1a3ba37bdbe91575d4b720ea30a05bb882000c5759141f2f4e1b402280571317a7 WHIRLPOOL 1f065ccc0f44145cbee40be5a1d291e30f66c0505ef782ebdd4b92140e3e4f22bdca6d0d00c754dcae754bdc00a98a81997a9bbb94de675dc1f079ef01b9cbb5
DIST cassava-0.4.2.3.tar.gz 27977 SHA256 4eb0cfc9ddd351e643d4787d3b778614b331431d5ab7e2f9c91376ea478dd08d SHA512 09dee994afb3724d1454d2d2ef7f44d1d81edc4fdc521b9c3e88a47cfc3d83355dc7a1daf437c500b9289713190e5080e575d458815aaeb74848e5ed5588a93a WHIRLPOOL 63f5fa2e53a92b3de6a17405ec8f8c5436b0db636a628846206849617d8c81e843a3cbf3b6ba21dbb7fcf884269efe018849bbc569230afe004593ff91820284
DIST cassava-0.4.3.1.tar.gz 31922 SHA256 e389ea01f6f346246e7002d5eb925518d134185f260cbdf1e81628eb4cffc2ac SHA512 c994754e3dff232f1e82789f02a401dc4aec6a51be5d63e48da9552ec555dced5acb8bf79433975731bf9e8291e10286fdb7ec4282a210ed3e65e9c0066bf217 WHIRLPOOL ea86bbff358a46f08687c314a9cf9fdd0c009108d07e5d635c95837eadb0211882be62f1b3e2c46b95fb8216c9ee6619ec8e78feda12b786249aa5c5c1cb0f53

@ -1,35 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cassava/cassava-0.4.2.0.ebuild,v 1.1 2014/12/13 14:18:39 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.3.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="A CSV parsing and encoding library"
HOMEPAGE="https://github.com/tibbe/cassava"
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:=[profile?] <dev-haskell/attoparsec-0.13:=[profile?]
<dev-haskell/blaze-builder-0.4:=[profile?]
<dev-haskell/text-1.3:=[profile?]
<dev-haskell/unordered-containers-0.3:=[profile?]
<dev-haskell/vector-0.11:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
>=dev-haskell/quickcheck-2.0
dev-haskell/test-framework
dev-haskell/test-framework-hunit
dev-haskell/test-framework-quickcheck2 )
"

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cassava/cassava-0.4.2.1.ebuild,v 1.1 2014/12/23 04:03:23 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cassava/cassava-0.4.3.1.ebuild,v 1.1 2015/07/26 13:59:37 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.9999
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@ -18,11 +18,12 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/attoparsec-0.10.2:=[profile?] <dev-haskell/attoparsec-0.13:=[profile?]
<dev-haskell/blaze-builder-0.4:=[profile?]
RDEPEND=">=dev-haskell/attoparsec-0.10.2:=[profile?] <dev-haskell/attoparsec-0.14:=[profile?]
<dev-haskell/blaze-builder-0.5:=[profile?]
<dev-haskell/hashable-1.3:=[profile?]
<dev-haskell/text-1.3:=[profile?]
<dev-haskell/unordered-containers-0.3:=[profile?]
<dev-haskell/vector-0.11:=[profile?]
<dev-haskell/vector-0.12:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cereal/cereal-0.4.1.1.ebuild,v 1.1 2015/01/29 20:31:31 qnikst Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cereal/cereal-0.4.1.1.ebuild,v 1.2 2015/07/26 14:00:24 slyfox Exp $
EAPI=5
@ -16,10 +16,24 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
IUSE="test"
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
test? ( dev-haskell/quickcheck:2=[profile?] )
"
src_test() {
# The test suite isn't integrated with cabal. There's a Makefile
# under the "tests" directory that will build and run some
# tests.
#
# In v0.4.1.1, the test suite won't fail if a property does. This
# should be fixed in,
#
# https://github.com/GaloisInc/cereal/pull/29
#
emake -C tests
}

@ -1,13 +1,13 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/certificate/certificate-1.3.9.ebuild,v 1.3 2014/01/26 11:01:43 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/certificate/certificate-1.3.9.ebuild,v 1.4 2015/07/26 14:01:13 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.4.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
inherit eutils haskell-cabal
DESCRIPTION="Certificates and Key Reader/Writer"
HOMEPAGE="http://github.com/vincenthz/hs-certificate"
@ -33,6 +33,10 @@ DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8.0.2
"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.3.9-ghc-7.10.patch
}
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag executable executable) \

@ -0,0 +1,16 @@
diff --git a/Data/Certificate/X509/Cert.hs b/Data/Certificate/X509/Cert.hs
index 4abfadf..15e7bf8 100644
--- a/Data/Certificate/X509/Cert.hs
+++ b/Data/Certificate/X509/Cert.hs
@@ -1,2 +1,3 @@
+{-# LANGUAGE FlexibleContexts #-}
module Data.Certificate.X509.Cert
(
diff --git a/Data/Certificate/X509/Ext.hs b/Data/Certificate/X509/Ext.hs
index 7595f14..8963a55 100644
--- a/Data/Certificate/X509/Ext.hs
+++ b/Data/Certificate/X509/Ext.hs
@@ -1,2 +1,3 @@
+{-# LANGUAGE FlexibleContexts #-}
-- |
-- Module : Data.Certificate.X509.Ext

@ -3,3 +3,4 @@ DIST cgi-3001.1.8.4.tar.gz 21421 SHA256 f6d11fc59d1d3651d628bdf2b36c1a735c083349
DIST cgi-3001.1.8.5.tar.gz 21423 SHA256 46cfb262f95348e88629fe30a9a8319aec510601be3a550cfb02fb1267b2db39 SHA512 e8409f6fe09d789538a025cff1aa594b5206c75cd16a7e399914d83e42a2d1c09d5c18083d037c7c3e061518f49447aa8eb41ae7adabbd0663d00af420b677a2 WHIRLPOOL a637446f02b032f2b98c06f1f3f813e2222e7db82fc3790bb542f9fdfd445ac1b8755128e426061c95c6b00749a68642850d9c7ca84fb2617550202c209b8a07
DIST cgi-3001.2.2.0.tar.gz 17184 SHA256 a9cbace379f7946ce5c5aefddfa7d823fb2e5f566aaa5c07a5066a10c18a817e SHA512 b6f5a9703fd903142c8b0a4f9d3fe47e3faf0b74bf8b61328e468cc236c91e77f6dce4e0f08486a496b67bfc70402080c78f3b238d5badfa7c1cfbf4488706e3 WHIRLPOOL 964601ff6beae2b3762fd73ba40ad8eb708ddf2785f4fb26c41cdf0e4afaf140f628e0c40d4d692435f3c1099b8aa8d35c160a99bd536937881a44d756ee6c2f
DIST cgi-3001.2.2.1.tar.gz 17211 SHA256 35fc308be7da2c2bda7298c7e8e32829e9a8d253a05dfe4a8d4ef02a0c94f4b2 SHA512 0a139427dc9981d9b43195dae48594c14298df89364a4fde79b970a7a7100b92ac6105fe1cf94fa873ebf3f05bce6fac98bdaf8549beef0844edc0d47554bd1e WHIRLPOOL 72fb10de91a7c0e9468e9a2c80843dcc2cf13b457df772f7e914315f357d502dc635b990476fb69f40dce87c6e19a894568f95cc53cfa0e7e04122dc8bf172db
DIST cgi-3001.2.2.2.tar.gz 17270 SHA256 23850f29cd80a5ac671c5663b8b3b3aae45e269c8db5a8216082c487d4ed3760 SHA512 cc59574d6f8711977e2f733c9a58378b6775b20de1ca07fb343f6b989a787e54bbeddb76ab8f6248cf80aebf007d8c31fbfaa03bbbde503d4402a7769957126d WHIRLPOOL 49b4347e35763077d5dedc47ef2b888f1ba4db49ea38b4a4f684a8b8fc163bfd1ddee04c0ce7bbe47fa08cf242bd19485a138c7e6630edc4c1358b03cde41a73

@ -0,0 +1,42 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cgi/cgi-3001.2.2.2.ebuild,v 1.1 2015/07/26 14:02:30 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.5.9999
#hackport: flags: -old-mtl
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A library for writing CGI programs"
HOMEPAGE="https://github.com/cheecheeo/haskell-cgi"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+network-uri"
RDEPEND="<dev-haskell/exceptions-0.9:=[profile?]
>=dev-haskell/mtl-2.2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/multipart-0.1.2:=[profile?] <dev-haskell/multipart-0.2:=[profile?]
<dev-haskell/old-locale-1.1:=[profile?]
<dev-haskell/old-time-1.2:=[profile?]
>=dev-haskell/parsec-2.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
>=dev-haskell/xhtml-3000.0.0:=[profile?] <dev-haskell/xhtml-3000.3:=[profile?]
>=dev-lang/ghc-7.4.1:=
network-uri? ( >=dev-haskell/network-2.6:=[profile?] <dev-haskell/network-2.7:=[profile?]
>=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] )
!network-uri? ( <dev-haskell/network-2.6:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag network-uri network-uri) \
--flag=-old-mtl
}

@ -1,3 +1,4 @@
DIST ChasingBottoms-1.3.0.11.tar.gz 31437 SHA256 9cf0c58617ed0877eab06a3a71e4dbcf911d7f2bf64bfe3c9cc91e7f3181e303 SHA512 acf939e4060b08a02fd1bd15473911551e834373b8e4e50f36cd832b64ec3798e9a41d3b26fdc9e9b84648862617da8ba859ee453086240f566ce4ae8bc0301e WHIRLPOOL 52e9255acbda1826f06bdc272a6ff9414325143e792db6a66988d43ce299857ea6a086258ee683f8da1222cda2f378a81c6dcd48782a879e9cc9323b72fa68f9
DIST ChasingBottoms-1.3.0.13.tar.gz 31474 SHA256 f40e250db12ab76c31e1ed78ce3d11a84f601ab2290fe946cfe437669a3468b9 SHA512 050d66670a77de274f16d70dfbc231ab469067ce34af962a851c7f041b7e0812bb6480e3b3166e4ceda2509454ff3d1d85fdd977f63471d6f45c1162184aeb7d WHIRLPOOL a5ad6a40e6b217227eb0c9896388f22f1d41ea03a2f5c52f7d67a602e33571b46d036ba23e2a13f8def1a30c323c1e7348ce79aebfc5aea4ef5f0ca5f3970fee
DIST ChasingBottoms-1.3.0.7.tar.gz 31043 SHA256 ea7a507c552fe028bd43c588e89f29d5a5f140f16bf74596c647c42a9ae92b3c SHA512 707e0d1fe7979b75547ec87ee105526524458e0267355c1b0e06a7a1c2af1d07b385045deceaf2b28262e4e6dc445f013d2472444198cef046f664642629c0bb WHIRLPOOL e564d73025691c13481b9dc5b9cb47111689448eb8ab0095497c520017874b2f1e145ef50a92dfbe5ad74aa604247e275454c0c3c0518d5a7095561fa90348a8
DIST ChasingBottoms-1.3.0.8.tar.gz 31261 SHA256 bb05710630f876767d79b684fd5f3fe59ea39c63e7bef4193c7ee8132479d2b8 SHA512 216df0e1037b4d95d1bc82e808fc017424d5e9268f311026e07b1abadabdbdac01e85d9fbccf371371998cf237ac3d1846ed2dd619f719ad840d7ffb2e17c90e WHIRLPOOL fc0179f3324ae7914ae6a33cfb3110e79cdf637da47075a02fb573a59273640e95bd2ea58a43250a6ce9e7a6dbc2aa3c2700e16e55d1c3500938bbd08d6405d3

@ -0,0 +1,42 @@
# Copyright 1999-2015 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.13.ebuild,v 1.1 2015/07/26 14:03:08 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.5.9999
#hackport: flags: -build-tests
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit 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=""
RESTRICT=test # takes a lot
RDEPEND=">=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/quickcheck-2.1:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?]
>=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?]
>=dev-haskell/syb-0.1.0.2:=[profile?] <dev-haskell/syb-0.6:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.9.2
"
S="${WORKDIR}/${MY_P}"
src_configure() {
haskell-cabal_src_configure \
--flag=-build-tests
}

@ -1 +1,2 @@
DIST chell-quickcheck-0.2.4.tar.gz 2421 SHA256 8d930248329e18938ad0c9d8932d958b449525eabc36649105b0f893f454467b SHA512 d75f94a8c331393dcf278acac2a4436ef812293b089802371ab800a15b870e1c30cbb1be93bc9fab2b3fa736045d0134d0f22ffa95372df21223715183635680 WHIRLPOOL 6a32d3b42042700a2cbd36ecda0e6360d03640f2c2afa2d02862ed7cc8331df7b652dfcddab28d1b234fbfd817779d216a0a50cf0c0aa2f45573a6a6a66fe83c
DIST chell-quickcheck-0.2.5.tar.gz 2450 SHA256 9a119daa3ff6046efd3024c48356b76650d01c27734f6b9b66259b59ba657309 SHA512 df2ae72b51c7999fa6febbb9b72637d6fd63f2c31de94de37c51fc1691de6047e1f5b29be60175dd9677fd8190759400c1eeada0602532e2840bce1c36529fd7 WHIRLPOOL 960609cdce8a9e0bb02638507a753b64fe07cdc281021034716e05b96a7f33560e2ddce3cce1811df76ae1e802d4fbc1b139e3a403cfed9c6996bcbd350291dc

@ -0,0 +1,28 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell-quickcheck/chell-quickcheck-0.2.5.ebuild,v 1.1 2015/07/26 14:03:38 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="QuickCheck support for the Chell testing library"
HOMEPAGE="https://john-millikin.com/software/chell/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-haskell/chell-0.3:=[profile?] <dev-haskell/chell-0.5:=[profile?]
>=dev-haskell/quickcheck-2.3:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?]
dev-haskell/random:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"

@ -1,3 +1,4 @@
DIST cipher-aes-0.2.10.tar.gz 33340 SHA256 bf33e8226049f1bb21509d0adfb7001fd2472a718c46c8d9122bfa65cceef4e9 SHA512 d126622946bf53028d3b218781083ee9d5ee593c8ca7849496ae459137c0fb2cb4557897119135c43c29b9b3d3677ff94d37e1bcc6043db29b4941935bfc92b1 WHIRLPOOL 16313a89649ae495cf0f8b4234c12796e021ed27299a38835f284049815f7547549234a4c92df69d37fbf2030dfd3a7bf5b68ece6f681949062092a2afd11575
DIST cipher-aes-0.2.11.tar.gz 33939 SHA256 d3b171895698c73da24d7ce97543f725d26637f038de670c0fd4012ca7f95015 SHA512 d0c9b94e93903d0a3ea5587a4ac4ee5124b5189842070dd11c99182ba7396c982aa8c3eae2f8a1fd5b906f8ab3306e4b49ae9276a837e871278d6fe591bbd816 WHIRLPOOL 322654f734294e8d27a69ebed32fc71c4b956c46f3089b83873c6f936a3d9c5cba7a92b527f993f2b2eeb1c993e0a7ce08509acfff289a1593b2b1d245940402
DIST cipher-aes-0.2.5.tar.gz 29934 SHA256 631959ec33a333d6e8f9c346f1a58f8449c17fddd1df5652b9dd5a615dbbdeab SHA512 61a3ebcf02c9a6bb2a6ad0386414003922355bc76cdce7df915c2fe98fc1a647cf8a0a950155482564b8310c76b7b0612320e8c586c1dc08be27317dd80537e7 WHIRLPOOL e374607265a0731b0005ffe231b18c7f2410a6b5b521429172723036d06876ecaad311f1ceaad22f110ad2606f9235805c564a22f9115dd95debcbf09faf03fe
DIST cipher-aes-0.2.9.tar.gz 33331 SHA256 985aadac75ef93b0762682a7ab20382c7108788b8e822fa1fb24c09c2b8279da SHA512 e3cc41cccdd2d7b1cef887f4a7abf4a00ffb4f4a7fc344e535349f524621b78680599a76b19098ef5963b4500564ce61416a4132551c26b944c20edc8c4525ff WHIRLPOOL c9136d67e5cc285dddd35b9d14f3124a63ee1b7ac315d9a38bffec2e23f3149cf7e29f6ab8c481b86d8a9581ba637f5689e79c240e4a6a1b7ca4361704fb623c

@ -0,0 +1,44 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild,v 1.1 2015/07/26 14:04:26 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.5.9999
#hackport: flags: support_aesni:cpu_flags_x86_aes
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Fast AES cipher implementation with advanced mode of operations"
HOMEPAGE="https://github.com/vincenthz/hs-cipher-aes"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="cpu_flags_x86_aes cpu_flags_x86_ssse3"
RDEPEND="dev-haskell/byteable:=[profile?]
>=dev-haskell/crypto-cipher-types-0.0.6:=[profile?] <dev-haskell/crypto-cipher-types-0.1:=[profile?]
>=dev-haskell/securemem-0.1.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/crypto-cipher-tests-0.0.8
>=dev-haskell/quickcheck-2
>=dev-haskell/test-framework-0.3.3
>=dev-haskell/test-framework-quickcheck2-0.2.9 )
"
src_configure() {
local want_aes="-"
use cpu_flags_x86_aes && \
use cpu_flags_x86_ssse3 && \
want_aes=""
haskell-cabal_src_configure \
--flag=${want_aes}support_aesni
}

@ -1 +1,2 @@
DIST clock-0.4.1.3.tar.gz 5084 SHA256 0d38b2ecd60328b9b4ede572ff238d840e713da18e6ce002f08b82b01e7a1073 SHA512 515b5393e4db132a0cc201031f79d871b3e91d058fc59dd97d96e013d2d9b59cfc75ca76723d2dd90795bb855daf5b09f5b57384a75cfcf9251f41e3434eae35 WHIRLPOOL 6717eea2f6468ab998807aad0df1a4d042805188cbc65d02fa61e14408e97f4c84c2d1335b1550421d25e2a5ba03aa7f8c8b917809d389cd0d09803eac38f2e2
DIST clock-0.5.1.tar.gz 6720 SHA256 7c7a1f89bc4fa2f995d31a214bb7e3ad44c3570cb46b8f18e7de6011f78197d9 SHA512 767ee279453838af962392a0d9f05e385d20877af79cd95f0444f6adbdec6cf14f7a6f60933df1ccd9e964725b057ecbc869ae270225adf495a87ec4c09a80b2 WHIRLPOOL c391d6914349ccca145e953a43aab5c87d922dcdcb0277178f521c7cc48e19d1d3eda2c92c4a8476a4f8ab7c427ed6725b3ed22eab585056d43397bf19416ef4

@ -0,0 +1,33 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/clock/clock-0.5.1.ebuild,v 1.1 2015/07/26 14:05:02 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.5.9999
#hackport: flags: -llvm
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="High-resolution clock functions: monotonic, realtime, cputime"
HOMEPAGE="https://github.com/corsis/clock"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( >=dev-haskell/tasty-0.10
dev-haskell/tasty-quickcheck )
"
src_configure() {
haskell-cabal_src_configure \
--flag=-llvm
}

@ -1,3 +1,3 @@
DIST cmdargs-0.10.12.tar.gz 63723 SHA256 5e66581205cb76a2621a7bf5cb42411a8cc1d37fe3b8a266803266c2991fb62b SHA512 0936fea732dc8771a54e3dce75e9068ebfd3ca8791f1bec8e0ce564c55973d93b91d98505bca2c7e5a9984b166f472deda3c71beeef92ce800acec5ac1584319 WHIRLPOOL a8fc831dca830634454d6e15436b3912ee64395add7e514b4441942f5de431ce9f4f2e30aeb5c375adb0e1d7d7f648570a8fb2b2da52742703bf92b54443636d
DIST cmdargs-0.10.5.tar.gz 61293 SHA256 30b1dedebbcf3659fcf269b092129b07d04784ab33ef0498916afe6e78496004 SHA512 55bf57c25f63b9a70a54e99d4f170b53b0525043966801eb44b7becc4b99cfbfef0dd4a690339797c57f7970e5ae88953742810eac622360b3d2e6363e473ece WHIRLPOOL 21c4e29f16a7186d93d5f174eae3b056ffc18f2285ba86e46df6ca5c4c24e9c203790b248b27f862ac41874e41239f83c4bcec83d95744ec39c1c5c36672ce1c
DIST cmdargs-0.10.13.tar.gz 64008 SHA256 66117c1fadaa2a79be07998287ca7cee334c249615b0fab9b91467ad813bbf6e SHA512 d4d0b93ca19b9ecdcea472b38b836c254a5e8a5ffe488c95d98f16395579483993fe0f7266d80771b85f1ed4683e34a6a3b493fe8e23595c1ba4db68a8daa0df WHIRLPOOL 595c3d27a48810fd435a99048ca2d3096d40216ca9275a70a7184c63ef331f660e9354af5e032eb53427e4580992a61855f26abe880815b58e7d0abe18da24ae
DIST cmdargs-0.10.7.tar.gz 61526 SHA256 d4dd12902a89c1d505fd25f49834ce7ae681461eebb6d779bd345abf8f901a56 SHA512 b9091e4f708db1e7c8bac367c4faad5c311a3194aefbf2776316b4ecc559314f01ceb0102df007819996b00200c5300e5b56e1035d45561e924bbfc3b38b656a WHIRLPOOL 5624e9672d28a2ac1805d5b28aed63aaaac9a4f1f97527a0f324e55f72e3c0e4409dda7daa42bee9afde9aa4ac4e0f874d17bacb3c28de2918b1969673d41767

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/cmdargs-0.10.5.ebuild,v 1.3 2013/11/24 19:37:10 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdargs/cmdargs-0.10.13.ebuild,v 1.1 2015/07/26 14:05:36 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.2.9999
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
@ -15,13 +15,15 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="amd64 x86"
KEYWORDS="~amd64 ~x86"
IUSE="+quotation testprog"
RDEPEND=">=dev-haskell/transformers-0.2:=[profile?]
>=dev-lang/ghc-6.10.4:="
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"
>=dev-haskell/cabal-1.6
"
src_configure() {
haskell-cabal_src_configure \

@ -1 +1,2 @@
DIST cmdlib-0.3.5.tar.gz 22881 SHA256 b4f9d4e1d81a8776a6658e2b855b126c275f1e4c26d592d4dc9b134333712808 SHA512 29ca53ddde33d3154b57d56d80eed1e511476ffeb4e4b3722c003770d85d2c4815dccde9d25bc2c86dacad66af6ce6b924c2e97106945a9d9c8ed33fc2424d67 WHIRLPOOL 4c129f0d400f6654a2837380425061f36fd57ddeb73590f6ebcdfbfcfa014efe003682d23a020df60d66dcfe3a9a75bde11fbfa0d806e6fb59f097519b4f3351
DIST cmdlib-0.3.6.tar.gz 22971 SHA256 5643d219c371f903c3f877b5955de4ca99a723bc96165f4f629d3e3dbc3fb357 SHA512 9d67e931c9caaaaf833215f2561d8ca6aeddd02c64b79343974d0a4d7f1dc618a7af4327ebf50d4071b871b1fd97edc3b5db5bbc8b3334352a20276733602024 WHIRLPOOL 8358c9ad496b48e8560d72cde4525fc4139cb5f2155a7d1a33241e3ad0de9a5093d24bb084cd14b11f78e423b393b13a30046b7df7a2669849fd19d36e5f8164

@ -0,0 +1,36 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/cmdlib-0.3.6.ebuild,v 1.1 2015/07/26 14:06:00 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.5.9999
#hackport: flags: -test,+mtl2
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="a library for command line parsing & online help"
HOMEPAGE="http://hackage.haskell.org/package/cmdlib"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-haskell/mtl-2:=[profile?]
dev-haskell/split:=[profile?]
dev-haskell/syb:=[profile?]
>=dev-haskell/transformers-0.2.2:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"
src_configure() {
haskell-cabal_src_configure \
--flag=mtl2 \
--flag=-test
}

@ -1,5 +1,4 @@
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.2.tar.gz 15726 SHA256 4822281f025267480e03da26f9dcfeebffeb85e759861596b44d731981674e08 SHA512 d2322a429203c6923f038076c2e8696c56048727f5ffd74e9a3fb026dc6b76297e8d60b562f1d3e157d0280327d7cae41c36498abeeda5c8cf26bd87439d99bf WHIRLPOOL ffebbca5e9e74217f34d2bf734cd7af42dde1d5010a2598c83ee04c5958499d889272acff36c9b2bb47439184d3bc67408f9791f8065a3caa27fb323106f09f8
DIST comonad-4.2.5.tar.gz 16098 SHA256 0ef3a31140df072b077bf92db79c8807f5fa1fb30d3c17eb2679dafdb0cf341e SHA512 0706d97b6c58824127d29a608fcaac06908d1e0c9bb1af281ccce023a84f8705b189678a8a8b887269ccd8de00b3b92217e9649ac55dcf7c85656b1742d98ff8 WHIRLPOOL c8457432ccd1bc8aeac866c524be790f5da6d51192aaeb4a7f5dfd79da6b4caf91aa367cc8035ebb48febc21b7394f599922ece954c5ed269f5ef966ab2c7d7f
DIST comonad-4.2.tar.gz 15399 SHA256 27eb521590d65fcfb149b8e051f50fd6ee4696ffefcbe88dd40539e7647d2d98 SHA512 db1dd8966dfbc2d747646f54c206d8e450f8e5326c452e89710e18580c84a633a6d12eab1fb09bebb501c347b0e36b2962c6fc7ed61e564b3ff805803aa6ef1f WHIRLPOOL 309d6f806ad170786f2d34b1ce9c0dfcf63abbabb3b73c9ce0b6094270f90494adf4fb44c2f4348afaf3feab830d9488abd5a6659d3a3349fde32cf844d0e2ff
DIST comonad-4.2.7.2.tar.gz 16430 SHA256 b762261ef545a16881b66409398752e249a8e654a34088c66d9fabf9ba5a3b2b SHA512 c4d31409f5b77c35628a86f25d3cae273079e1f0cfbd5880058ed29d63802e712a199ce900c38eb4aa2130e4e397c4852bb640f92d745cc3edee57ae515fcfe4 WHIRLPOOL 7611588355399b55239b0c1e5157e589ce0e2150beaebcbc7245ea6d11cabe3efe8d69b9b3578c7292b2ba089f9626e92ba1c91bf11044c1909ec180c5d20aa1

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonad/comonad-4.2.2.ebuild,v 1.1 2014/12/14 08:40:30 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/comonad/comonad-4.2.7.2.ebuild,v 1.1 2015/07/26 14:07:02 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.3.9999
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

@ -1,36 +0,0 @@
# 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)
}

@ -1,5 +1,2 @@
DIST conduit-extra-1.1.1.tar.gz 24216 SHA256 e29bad31e8da3b1ccd33ab07d57b61634b914b46a457190fd5ea81f5cf9be6a0 SHA512 a8771addd9650b55d0ad98a188229314003d915a027ed37b8639a9217177afee3440029aeb0337036445a0b22212e2d5558027eb57c4c1e36d4f3953b980a018 WHIRLPOOL 18c4af4d6365c1b8a5c26282458c0a384a8ffff5e32e76e240fb51a0e31e7c8e27d1f8aa9a49dfe832150ee4e2a4907c8ca4f926522ebaf6ed58bdd79c0eda30
DIST conduit-extra-1.1.4.2.tar.gz 27321 SHA256 2f7c1de24befbafbdc711c2e4312b8d969de410276e6457d23208867147b4f68 SHA512 4c2095379da921a31e0620884b863a4e94b063227ca8c2e27dcf9c084c0a426694f44abd82ca12a88d4854360ca04b8398b48e21c38734e6b8d0927723ad906a WHIRLPOOL fe5941570db22e32347b6a091991de8c389e55b063049659652ea61326c0b7522c6445fa66848bb8a8fa56d0d94a74322b16c1b511015f4504ae4f564968f93a
DIST conduit-extra-1.1.5.1.tar.gz 27559 SHA256 81a1461b102bc25620f4123b1e3c0e037d1c57511e79e718b07734c7cc33631a SHA512 71cc13689f7230a70c72482ad61eb8f791088e48bfa136dc4058db736f6b895e5e40e96e27d603c1689b196a56b0f042e526a3106678632bbfdbabb261b5d6d3 WHIRLPOOL b79516758771244857a3d077e4bc1d572749445d8a8f0970e93c95c9692e0b8f8c82906dd9a988f892775f167fefc6b5202b580041c90b5ccacc74ee01082c5c
DIST conduit-extra-1.1.6.2.tar.gz 27608 SHA256 0c86f624c6546b9cab09622703b92018aaa5f51784a1e4da496d9fd66bbf66ce SHA512 e79858e96e5c5afc372ebb7dca9d9ef8b587a5cd69df1e35eb2935a94ad52af470d67abf74ee8237bcac1d37c06ceba42f309be3c33199cae3f8fc02e5583b9e WHIRLPOOL 818f56a5137ae8c2b5f8154c8762cec915976306fe503257f1191275839602b9ef3daa50abd74d346015aa512d164badc81380c10b0a7420698c7bb4924d58c9
DIST conduit-extra-1.1.7.1.tar.gz 28862 SHA256 a34bbabb1f167042540a8d56010239e5ffb3f6136d471584168912e23193f8e2 SHA512 bf1e860132b09d05c6279ee5ee3528159eb6dc01f1d141a453708ba00c541728e9cc3d7c7d9200a9a52d9e3ba2c18940c98665e7a54c5747df991afa3b04951d WHIRLPOOL 832ee2d42f77ac08a9210a2fd3879b1ddba077895718f320a02b69ea60250dcc3c30c2f6765b500cab78cbbca1da711b9596588e4a7e229d5ac698ef2f0dff08
DIST conduit-extra-1.1.9.1.tar.gz 29571 SHA256 3f1be15bef32652caa9a98e175c95614c0f6d04ca29c35d30ddbc940a90fa0a3 SHA512 3e35c303fb9696f99af99db6ada5e59dcde09e0ce3d3559aed2b3354dab1a96d523b7976643239892316a709289e4943aea37152a2935c6c256b24e5b73dc716 WHIRLPOOL c1e4e6325a32ab0b8fa9fe788ac6b0437bf352793bc71403d9f9e3946b807acdd01dfcd6426238579c4e6f48aaa2ebdbf3db2a6c9f93c4f107f75367ae38a933

@ -1,38 +0,0 @@
# 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.2 2014/07/25 09:16:38 slyfox 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 )
"

@ -1,40 +0,0 @@
# 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.4.2.ebuild,v 1.1 2014/12/13 13:35:21 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.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.3:=[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/stm:=[profile?]
>=dev-haskell/streaming-commons-0.1.4:=[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/async
dev-haskell/exceptions
>=dev-haskell/hspec-1.3 )
"

@ -1,40 +0,0 @@
# 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.5.1.ebuild,v 1.1 2014/12/22 07:30:02 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.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.3:=[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/stm:=[profile?]
>=dev-haskell/streaming-commons-0.1.4:=[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/async
dev-haskell/exceptions
>=dev-haskell/hspec-1.3 )
"

@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/conduit-extra-1.1.6.2.ebuild,v 1.1 2015/01/04 13:28:54 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit-extra/conduit-extra-1.1.9.1.ebuild,v 1.1 2015/07/26 14:09:35 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.9999
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@ -26,7 +26,7 @@ RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
>=dev-haskell/primitive-0.5:=[profile?]
>=dev-haskell/resourcet-1.1:=[profile?]
dev-haskell/stm:=[profile?]
>=dev-haskell/streaming-commons-0.1.8:=[profile?]
>=dev-haskell/streaming-commons-0.1.11:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/transformers:=[profile?]
dev-haskell/transformers-base:=[profile?]
@ -35,6 +35,7 @@ RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
test? ( dev-haskell/async
dev-haskell/bytestring-builder
dev-haskell/exceptions
>=dev-haskell/hspec-1.3 )
"

@ -2,6 +2,5 @@ DIST conduit-1.0.15.1.tar.gz 40651 SHA256 7b0977f19a6fc8daa0bea1f9cfdf813c524f13
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
DIST conduit-1.2.3.1.tar.gz 46451 SHA256 786d4b29f9478c7aad63fb9a264c5a077a7ed6c62a209fab56a6a9981c18c312 SHA512 73771b040d5d5856c3d2e0581cb0b55218ea538fbb1968042fc96ce785eae17bdced5e67a860057fa6464dbf6fcd9d099e521ff4063c529edd501e42a6e35c04 WHIRLPOOL 2c89c2553bdae97afca6b56bba22ffb8f42a7935d10bfe695cda548ba9a604fdaacf2143315834b0e461d46c1c74496811d541f5001fb8db6b17282f4fbc256a
DIST conduit-1.2.3.tar.gz 46318 SHA256 d6386a4a802e504ddc68e54dc152b676eda366138aa4516de60527196b618cd8 SHA512 147ba2a7773e1720cd55403fd5cebf752e575ccf291768a897961d6ebf6e73ad3b4834e599391cac2724982e23ee6bf96c411e796ecb1e7ea2e788f10a788b0b WHIRLPOOL 782c29496fe464c51252bef015ae2baf2eb5d75d21bc61a5386cf5f963d3bda04fd2f31a26b25036cac7cbe70fd880a1ee4ddf4dd23be4383a759aa0423458ba
DIST conduit-1.2.4.tar.gz 47223 SHA256 70e363f7b3c682fc5700274ba2a3919247f2e54048dec224c3765a5e8b940aef SHA512 28f1dcf17daa0d93a2c68af2070e0b2d9845b3488fb7c6caaad5d141891e8937b49a31393f327ffd333bf1a268eb46503bc4e5532d3ee9bf6431b7166c7cc6b4 WHIRLPOOL d710bba507583537acd5154482c0b96037a23518f48685719b98cd15f1e3babc1265338e67c2cb08dee831c778dd06ee895f7783e417ecc9d5948a29bacca947
DIST conduit-1.2.5.tar.gz 46805 SHA256 b100cdb428731923205372dded60b6529d33728f69a0eb951a01f53c182c2a46 SHA512 baed9cc78a59ee764134e2aa478e4871bb2bbf0f905f3c8a0d3ea5cd7259a9b96e4003664f5daf335ac77525f92c502f729d1ffb5296ec172648b10d5172eb9e WHIRLPOOL 10ed28e9efd5ebe3623e67b7dead83fae43773878077815ee7814b2f24ff2f9d82e15ea2d681334f7be321f0da4360d876081dd9098dad28686a93270689d03d

@ -1,36 +0,0 @@
# 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.2.3.1.ebuild,v 1.1 2014/12/22 07:30:41 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.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-0.6:=[profile?]
>=dev-haskell/lifted-base-0.1:=[profile?]
dev-haskell/mmorph:=[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/hspec-1.3
>=dev-haskell/quickcheck-2.5
dev-haskell/safe )
"

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.2.3.ebuild,v 1.1 2014/12/13 13:34:30 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/conduit/conduit-1.2.5.ebuild,v 1.1 2015/07/26 14:08:10 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.4.9999
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@ -21,7 +21,6 @@ IUSE=""
RDEPEND=">=dev-haskell/exceptions-0.6:=[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?]
@ -35,3 +34,9 @@ DEPEND="${RDEPEND}
>=dev-haskell/quickcheck-2.5
dev-haskell/safe )
"
src_prepare() {
# https://ghc.haskell.org/trac/ghc/ticket/10665
[[ $(ghc-version) == 7.10.1.20150630 ]] && replace-hcflags -g ''
[[ $(ghc-version) == 7.10.2 ]] && replace-hcflags -g ''
}

@ -2,5 +2,6 @@ DIST contravariant-0.4.4.tar.gz 4901 SHA256 441f943f6339a44b2fc9fb04ddd5f4c52100
DIST contravariant-0.6.tar.gz 5489 SHA256 3067376572f1f92fa4b660036eb6674b7618815fcfc105b0b845f00b85e5330c SHA512 f10e93fc69ef26dfde15ae39fe3ff7e466c2b67161604f134b9bede7d18f5032efc3df57c4e78bae3a444bdd19cc4518a987d108fc6a318e934939e15176a7aa WHIRLPOOL 2a6f95647dfb1aabc42a541154a44b5b666f47be347f85ebbd5e88eb8c407f5cdccbbc2bf84c442bf6cd2ab2c8fe875d37bb72f1701fc8b8f1ac4b6728f7990a
DIST contravariant-1.2.0.1.tar.gz 6640 SHA256 868c3a1ba9bbc2f97330cbc10fb9ac351bf79679e9c5e6625ef7b5b479575e1a SHA512 c5c76c07931bea8381a412ec02e57f9c17d7e44f8eb5dd982a5083b9bbefd1364c9ed264105ef92615dc79b98fc700178f0dc2f03a3069ca542bdb62d7ca3f5a WHIRLPOOL 80799e9f72b67f9055fc205a4a4f7d45b0ce5f5969ea8e60258dd73251439ccbdcf69e56766bfd76daaea7d0ee568b9131f4b7e6cdba1540297b75e9143c7102
DIST contravariant-1.2.tar.gz 6574 SHA256 0ed101054717ccc031337626317eb262f9f8e75103a5f4f19688bcd8c74af33f SHA512 3b7e34e3b62c761fd569bbfc7ef25cd879c22e5da39e7f21172ede15cd31676e63cb93b46c320dbcee5fa0145ffcd6829b4b9806831a78a5c090797718d2adb2 WHIRLPOOL 7a8cb9e8e8216a84d4ac730fb69bac68a2e06d8bdf76ae54bd1088b0f5cadaeb9eac0fd6de93321c70d21f385b50427729c9aa116b899409c7db896267295198
DIST contravariant-1.3.1.1.tar.gz 9380 SHA256 dab5bac57c985ea03429614389d363854c82222a269d5bc8e164dc3f1a8d4e4e SHA512 10fde1b064a4f1c82f3e29d761b2aebf5b3265c81ae2430ea37ccff66360fef3b623a17dca511f485542225d960b4435a670ea9992039194ff40d3202d2237f6 WHIRLPOOL 794ce382bf16ce6c43ede5973127800bd15809ece47e09bf45ff858952595db607d8cd7b2ea138e52c020cd3da1bcd14d08e8e87ba856583311e841ce26c9e0c
DIST contravariant-1.3.1.tar.gz 9377 SHA256 bcb351c0e6e6c95623f79d38f9ccf24cbad470fd52aab696d3e045d28495f5a3 SHA512 277aaa217bcd63fe17045d8445e5981923d44665467222d4ca6e1e6bfaa891ab554526f727a76b96032fcca0ec6175005dac8b76537c6af2a121013fe967d805 WHIRLPOOL 1961ff6ed036d34f0b1ea67730ee22eb447f4e217455370a70093e0babf4e32250012fc72b4f0086d5a46082caf0c3410891947b86740e16c95172b0ccff6e8e
DIST contravariant-1.3.tar.gz 8425 SHA256 b97461950015b696956dd972a12c899f9c469a63e482c88307e3d8f338d1e891 SHA512 7cd78603ac69b5535b2b0ca1c121bc015dc87e4c5dbe78bb1194d93493ab623cfe6d29b9b9063d6ec73df12af4a339de06131976ea964db85075c48458068415 WHIRLPOOL ebb876f042bc86ac917411f1de6859ffebdf25e9302c7ebb5da1d20d268c0d53f837813a8ebef9b348c7f6414bc9c0b180465c67931562bbbe633d852c1d3748

@ -0,0 +1,38 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/contravariant/contravariant-1.3.1.1.ebuild,v 1.1 2015/07/26 14:10:11 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.5.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="+semigroups +statevar +tagged"
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-haskell/void-0.6:=[profile?] <dev-haskell/void-1:=[profile?]
>=dev-lang/ghc-7.4.1:=
semigroups? ( >=dev-haskell/semigroups-0.15.2:=[profile?] <dev-haskell/semigroups-1:=[profile?] )
statevar? ( >=dev-haskell/statevar-1.1:=[profile?] <dev-haskell/statevar-1.2:=[profile?] )
tagged? ( >=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?] )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag semigroups semigroups) \
$(cabal_flag statevar statevar) \
$(cabal_flag tagged tagged)
}

@ -1,3 +1,3 @@
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
DIST cookie-0.4.1.4.tar.gz 4684 SHA256 2d8ca4519f20c8e2b5af32aae5fa4bd76bb933a21877dedd215c3232b8a4bb2b SHA512 cf3c48818674b59e3f33ffc24182b35ae31c3e5992a6c996e73c8a38a72671caf007e6478af0b28b68b8e7a04fac618511831a92363e511fad29f9443bb403da WHIRLPOOL 0312154c810ed481d7866abb4bd2903cb10a19afe8ea08d14a15219d9eea86642a8285abbc2f0e24057e54241f1d4b22866dc7a4bf3efeba87c6fdb77b2123d4
DIST cookie-0.4.1.6.tar.gz 5319 SHA256 3a2da4db7478ae45f848ebd5fcd40c23c84ecd00be79dec857e526619da9de2c SHA512 e8af84665bb4577fd21274aa66c021d27eb6a863f637f8c7a25e92c76c3533668d32eae7fe4118197c02cc787b88427b9b54937d0b287286c6f13ab29f0dde6c WHIRLPOOL d73e4b4e3c276c42c156653a8891ed506b16efccfb3e4c4a0a9b7fcd2baf01cb83f614b5f5abb71bb795aa2d3e5a1a4416feca333905aced15eb4ad7485d5ac1

@ -1,12 +1,12 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cookie/cookie-0.4.1.1.ebuild,v 1.1 2014/07/02 04:05:08 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cookie/cookie-0.4.1.6.ebuild,v 1.1 2015/07/26 14:11:03 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.9999
# ebuild generated by hackport 0.4.5.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="HTTP cookie parsing and rendering"
@ -19,10 +19,16 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/blaze-builder-0.2.1:=[profile?]
dev-haskell/data-default:=[profile?]
dev-haskell/data-default-class:=[profile?]
>=dev-haskell/old-locale-1:=[profile?]
>=dev-haskell/text-0.7:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
>=dev-haskell/cabal-1.8
test? ( dev-haskell/hunit
dev-haskell/quickcheck
dev-haskell/tasty
dev-haskell/tasty-hunit
dev-haskell/tasty-quickcheck )
"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.19.ebuild,v 1.1 2015/04/04 09:13:53 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.19.ebuild,v 1.2 2015/07/26 14:16:05 slyfox Exp $
EAPI=5
@ -26,3 +26,9 @@ RDEPEND="dev-haskell/old-locale:=[profile?]
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
"
src_prepare() {
# https://ghc.haskell.org/trac/ghc/ticket/10667
[[ $(ghc-version) == 7.10.1.20150630 ]] && replace-hcflags -g ''
[[ $(ghc-version) == 7.10.2 ]] && replace-hcflags -g ''
}

@ -1,4 +1,5 @@
DIST streaming-commons-0.1.10.0.tar.gz 84940 SHA256 187187e7788c85c9492612a7534cc13ef877034b5abea9315b27f721f3957a95 SHA512 698339a745ef3d7109ba845848522ca67dced5437db58eae7455d0073f070acc75ce4cf3112c4ffa4b5453619d1be26e1b2aeecc6c09f6ce669b981f1346f4ca WHIRLPOOL abdf78c7f66af25cae7fd94597636e6f2e876ef5990f346b80062b03173b330ccfad0f309e7231d9f5d3515d14944fd50aecb6afe720a83c29aab9b58786982c
DIST streaming-commons-0.1.12.1.tar.gz 86864 SHA256 d5bd8dd0b11a13d1d128d15dce31b3f2f4625c7f72d4420e749d85bf170a4fd7 SHA512 43f30a7cacdcec178885cb424a7fd0380682482130ba4019d116468bb87bb187244ff480fc169a27de8192e17c9f17fe38396df1b83827f5dd578112765aa64e WHIRLPOOL 9b9a42682195175cdf0ace602c8bb0ddcec372498ce3126dd74a8435e07d5a78c3b3c04325c03cbdf31ea4414da821a999f0948f43e59cb322663145524d8b1a
DIST streaming-commons-0.1.3.tar.gz 75947 SHA256 0366bdbf4da59cf823f34a31cce93992771fc9fc6096deeb7aabec8a6902637f SHA512 bc08e52564cdc07163113105c61ce03828ad10b40ff10fcc12cc7181054cff7853bbb2e1aef543bbd8972ea2aad9ff293fddb238251d13114e2287f39682bf2b WHIRLPOOL 8d91fca02611b46a952b98456b154373154c84b2a18bb17512abf0368bb10ad36d653dbc5a46c0d203d12cb26d2f3cfb4647fea1e94a83164ff4111ade39b22b
DIST streaming-commons-0.1.7.3.tar.gz 79209 SHA256 ab7f9e481f0809c34dad20c791862ab558cdba8808a11284a7cf67095b2a558b SHA512 f41de7e9a4e3b3aca909be2ee6a8404b0aba5da1058700354d43d984c9a32da85a677b4a4ddfc7a3a32c90672b142165a4b5b254a5558af1cace502ab2c1e077 WHIRLPOOL eaf3cea0dfed6aec7239120063d68ba32c9c39391537cfa32e26d6e860f5cd408bf2e3748fb025db7c1fcae281cb930390c6f8a90fd4ecf1a7c198960894def0
DIST streaming-commons-0.1.8.tar.gz 79258 SHA256 0f969599694ba4c168871dda1c70f7067e1a520344fb4ce1bd09a923a70d43e6 SHA512 5644cfc745ec4b0520fd2413f4c1334e814fe10a34e0767982b7fb34d66213b35f33ad826110036a9021dad2eb8d0ade4785b9c2a88b72b128048984e15256e9 WHIRLPOOL 7c15db31edb674ecf2e35ffa186a3448a9fdf0783db6f2a5496b12e5c05e50fee402839c315e907d225a2e5434437c0e3927fdacd6b0a08fa72f5230b37860c8

@ -0,0 +1,43 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/streaming-commons/streaming-commons-0.1.12.1.ebuild,v 1.1 2015/07/26 14:09:23 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.4.5.9999
#hackport: flags: -use-bytestring-builder
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Common lower-level functions needed by various streaming data libraries"
HOMEPAGE="https://github.com/fpco/streaming-commons"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT=test # slow/hung?
RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.5:=[profile?]
dev-haskell/network:=[profile?]
dev-haskell/random:=[profile?]
dev-haskell/stm:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/transformers:=[profile?]
dev-haskell/zlib:=[profile?]
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18.1.3
test? ( dev-haskell/async
>=dev-haskell/hspec-1.8
dev-haskell/quickcheck )
"
src_configure() {
haskell-cabal_src_configure \
--flag=-use-bytestring-builder
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.2.8.ebuild,v 1.1 2015/03/21 18:29:53 monsieurp Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/jffi/jffi-1.2.8.ebuild,v 1.2 2015/07/26 08:17:58 mgorny Exp $
EAPI="5"
@ -89,6 +89,7 @@ src_compile() {
BUILD_DIR=build/jni
VERSION=$(get_version_component_range 1-2)
USE_SYSTEM_LIBFFI=1
CCACHE=
-f jni/GNUmakefile
)
emake "${args[@]}"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.6-r1.ebuild,v 1.4 2015/07/23 20:53:47 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-2.1.6-r1.ebuild,v 1.5 2015/07/26 08:39:37 maekke Exp $
EAPI=5
@ -34,7 +34,7 @@ SRC_URI="mirror://ruby/2.1/${MY_P}.tar.xz
http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
LICENSE="|| ( Ruby-BSD BSD-2 )"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl xemacs ncurses +readline"
RDEPEND="

@ -0,0 +1,72 @@
--- bindings/Makefile.am 2015-07-10 10:04:18.091199191 +0200
+++ bindings/Makefile.am 2015-07-10 10:19:47.047974439 +0200
@@ -3,8 +3,10 @@
vala
else
SUBDIRS = \
- python \
vala
+if HAS_PYTHON
+SUBDIRS += python
+endif
endif
if HAS_MONO
--- configure.ac 2015-07-16 13:28:41.007502838 +0200
+++ configure.ac_new 2015-07-16 13:53:18.118602877 +0200
@@ -188,25 +188,37 @@
PYGTK_REQUIRED=2.14.0
PYGOBJECT_REQUIRED=0.22
-AM_PATH_PYTHON(2.3.5)
-AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
+AC_ARG_ENABLE([python],
+ AC_HELP_STRING([--enable-python], [Enable python for GTK2 build]),,
+ [enable_python=yes])
-PKG_CHECK_MODULES(APPINDICATOR_PYTHON,
+if test x"$with_gtk" = x"3" ; then
+ enable_python=no
+fi
+
+AM_CONDITIONAL(HAS_PYTHON, test x"${enable_python}" != x"no")
+
+if test x"$enable_python" != x"no" ; then
+ AM_PATH_PYTHON(2.3.5)
+ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
+
+ PKG_CHECK_MODULES(APPINDICATOR_PYTHON,
[
pygtk-2.0 >= $PYGTK_REQUIRED
gtk+-2.0 >= $GTK_REQUIRED_VERSION
pygobject-2.0 >= $PYGOBJECT_REQUIRED
])
-AC_MSG_CHECKING(for pygtk defs)
-PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
-AC_SUBST(PYGTK_DEFSDIR)
-AC_MSG_RESULT($PYGTK_DEFSDIR)
-
-AC_MSG_CHECKING(for pygtk codegen)
-PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
-AC_SUBST(PYGTK_CODEGEN)
-AC_MSG_RESULT($PYGTK_CODEGEN)
+ AC_MSG_CHECKING(for pygtk defs)
+ PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
+ AC_SUBST(PYGTK_DEFSDIR)
+ AC_MSG_RESULT($PYGTK_DEFSDIR)
+
+ AC_MSG_CHECKING(for pygtk codegen)
+ PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
+ AC_SUBST(PYGTK_CODEGEN)
+ AC_MSG_RESULT($PYGTK_CODEGEN)
+fi
#########################
# Check if build tests
@@ -278,4 +290,5 @@
Tests: $enable_tests
Mono tests: $have_nunit
gcov: $use_gcov
+ Python: $enable_python
])

@ -1,50 +0,0 @@
From 67b08b7e1e315120e295ba9dc7191b85f9c12bb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org>
Date: Thu, 7 May 2015 21:10:45 +0200
Subject: [PATCH] Disable Python completely
Python bindings are only meaningful for GTK+2 and are going to cause
issues for multilib, so since we really don't need them, it's easier to
kill them completely.
---
bindings/Makefile.am | 1 -
configure.ac | 4 ++++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index d1f6d73..dccca6c 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -3,7 +3,6 @@ SUBDIRS = \
vala
else
SUBDIRS = \
- python \
vala
endif
diff --git a/configure.ac b/configure.ac
index ee03390..6d16e2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,6 +185,8 @@ AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [install all
# Python
###########################
+if false ; then
+
PYGTK_REQUIRED=2.14.0
PYGOBJECT_REQUIRED=0.22
@@ -208,6 +210,8 @@ PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
AC_SUBST(PYGTK_CODEGEN)
AC_MSG_RESULT($PYGTK_CODEGEN)
+fi
+
#########################
# Check if build tests
#########################
--
2.4.0

@ -1,12 +1,14 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild,v 1.2 2015/05/11 14:05:57 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r200.ebuild,v 1.3 2015/07/26 09:09:41 mgorny Exp $
EAPI=5
VALA_MIN_API_VERSION="0.16"
VALA_USE_DEPEND="vapigen"
inherit autotools eutils multilib-minimal vala
PYTHON_COMPAT=( python2_7 )
inherit autotools eutils multilib-minimal python-single-r1 vala
DESCRIPTION="A library to allow applications to export a menu into the Unity Menu bar"
HOMEPAGE="http://launchpad.net/libappindicator"
@ -15,26 +17,32 @@ SRC_URI="http://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz"
LICENSE="LGPL-2.1 LGPL-3"
SLOT="2"
KEYWORDS="~amd64 ~x86"
IUSE="+introspection"
IUSE="+introspection python"
RDEPEND="
>=dev-libs/dbus-glib-0.98[${MULTILIB_USEDEP}]
>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
>=dev-libs/libdbusmenu-0.6.2[gtk,${MULTILIB_USEDEP}]
>=dev-libs/libindicator-12.10.0:0[${MULTILIB_USEDEP}]
x11-libs/gtk+:2[${MULTILIB_USEDEP}]
x11-libs/gtk+:2[${MULTILIB_USEDEP},introspection?]
introspection? ( >=dev-libs/gobject-introspection-1 )
python? ( ${PYTHON_DEPS} )
"
DEPEND="${RDEPEND}
virtual/pkgconfig[${MULTILIB_USEDEP}]
introspection? ( $(vala_depend) )
"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
# Don't use -Werror
sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die
epatch "${FILESDIR}"/${P}-disable-python.patch
epatch "${FILESDIR}"/${P}-conditional-py-bindings.patch
eautoreconf
# Disable MONO for now because of http://bugs.gentoo.org/382491
@ -51,7 +59,9 @@ multilib_src_configure() {
econf \
--disable-silent-rules \
--disable-static \
--with-gtk=2
--with-gtk=2 \
$(multilib_native_use_enable introspection) \
$(multilib_native_use_enable python)
}
multilib_src_install() {
@ -61,7 +71,7 @@ multilib_src_install() {
multilib_src_install_all() {
dodoc AUTHORS ChangeLog
prune_libtool_files
prune_libtool_files --modules
# installed by slot 3 as well
rm -r "${D}"usr/share/gtk-doc || die

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild,v 1.1 2015/05/07 19:49:14 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libappindicator/libappindicator-12.10.0-r300.ebuild,v 1.2 2015/07/26 09:09:41 mgorny Exp $
EAPI=5
VALA_MIN_API_VERSION="0.16"
@ -22,7 +22,7 @@ RDEPEND="
>=dev-libs/glib-2.26:2[${MULTILIB_USEDEP}]
>=dev-libs/libdbusmenu-0.6.2[gtk3,${MULTILIB_USEDEP}]
>=dev-libs/libindicator-12.10.0:3[${MULTILIB_USEDEP}]
>=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]
>=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP},introspection?]
introspection? ( >=dev-libs/gobject-introspection-1 )
"
DEPEND="${RDEPEND}
@ -34,7 +34,7 @@ src_prepare() {
# Don't use -Werror
sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die
epatch "${FILESDIR}"/${P}-disable-python.patch
epatch "${FILESDIR}"/${P}-conditional-py-bindings.patch
eautoreconf
# Disable MONO for now because of http://bugs.gentoo.org/382491
@ -51,7 +51,8 @@ multilib_src_configure() {
econf \
--disable-silent-rules \
--disable-static \
--with-gtk=3
--with-gtk=3 \
$(multilib_native_use_enable introspection)
}
multilib_src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v 1.1 2015/03/18 17:10:26 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_test/pa_test-112.24.00.ebuild,v 1.2 2015/07/26 14:53:39 aballier Exp $
EAPI="5"
@ -20,6 +20,7 @@ DEPEND=">=dev-ml/type-conv-109.60.00:=
dev-ml/sexplib:=
dev-ml/comparelib:=
dev-ml/camlp4:=
dev-ml/herelib:=
"
RDEPEND="${DEPEND}"

@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-1.3.1-r1.ebuild,v 1.1 2015/07/23 06:24:51 prometheanfire Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/fixtures/fixtures-1.3.1-r1.ebuild,v 1.2 2015/07/26 15:17:58 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
inherit distutils-r1
@ -23,7 +23,7 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.22[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
test? ( dev-python/mock[$(python_gen_usedep 'python2*')] )"
test? ( dev-python/mock[$(python_gen_usedep python2_7 pypy)] )"
#DISTUTILS_IN_SOURCE_BUILD=1
python_test() {

@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v 1.5 2015/05/21 03:40:03 mattst88 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/linecache2/linecache2-1.0.0.ebuild,v 1.6 2015/07/26 15:26:14 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v 1.2 2015/07/26 07:20:04 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/mock/mock-1.2.0.ebuild,v 1.3 2015/07/26 14:52:45 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
inherit distutils-r1
@ -22,8 +22,7 @@ DEPEND="
>=dev-python/pbr-1.3[${PYTHON_USEDEP}]
test? (
${CDEPEND}
dev-python/nose[${PYTHON_USEDEP}]
$(python_gen_cond_dep '>=dev-python/unittest2-1.1.0[${PYTHON_USEDEP}]' 'python2_7' 'python3_3')
$(python_gen_cond_dep '>=dev-python/unittest2-1.1.0[${PYTHON_USEDEP}]' 'python2_7' pypy)
)"
RDEPEND="
${CDEPEND}
@ -31,7 +30,8 @@ RDEPEND="
"
python_test() {
nosetests || die "tests fail under ${EPYTHON}"
# Taken from tox.ini
"${PYTHON}" -m unittest discover || die "Testing failed with ${EPYTHON}"
}
python_install_all() {

@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-1.3.0.ebuild,v 1.1 2015/07/11 19:08:26 prometheanfire Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pbr/pbr-1.3.0.ebuild,v 1.2 2015/07/26 15:30:18 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
inherit distutils-r1
@ -59,8 +59,6 @@ python_prepare_all() {
}
python_test() {
# Note; removed tests pass once package is emerged,
# it's the suite's design that breaks form, not the tests' intended purpose
testr init || die
testr run || die "Testsuite failed under ${EPYTHON}"
# Note; Tests, that have been removed, pass once package is emerged.
esetup.py testr
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild,v 1.6 2015/07/20 04:38:02 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/singledispatch/singledispatch-3.4.0.3.ebuild,v 1.7 2015/07/26 10:11:51 maekke Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PF}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ppc64 x86"
KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

@ -1,27 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r1.ebuild,v 1.9 2015/04/08 08:05:01 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1
DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources"
HOMEPAGE="https://launchpad.net/testresources"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
dev-python/fixtures[${PYTHON_USEDEP}] )"
RDEPEND=""
python_test() {
nosetests || die "Tests failed under ${EPYTHON}"
}

@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.13 2015/04/14 12:51:31 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.14 2015/07/26 15:23:11 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1

@ -1,27 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7.ebuild,v 1.6 2015/04/08 08:05:01 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources"
HOMEPAGE="https://launchpad.net/testresources"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
dev-python/fixtures[${PYTHON_USEDEP}] )"
RDEPEND=""
python_test() {
nosetests || die "Tests failed under ${EPYTHON}"
}

@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.7.1.ebuild,v 1.5 2015/05/21 03:40:48 mattst88 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.7.1.ebuild,v 1.6 2015/07/26 15:41:11 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64"
IUSE="doc test"
IUSE="doc"
CDEPEND="
dev-python/extras[${PYTHON_USEDEP}]

@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.8.0.ebuild,v 1.2 2015/07/24 07:29:00 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/testtools/testtools-1.8.0.ebuild,v 1.3 2015/07/26 15:41:11 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
inherit distutils-r1
@ -19,7 +19,6 @@ IUSE="doc test"
CDEPEND="
dev-python/extras[${PYTHON_USEDEP}]
dev-python/linecache2[${PYTHON_USEDEP}]
dev-python/mimeparse[${PYTHON_USEDEP}]
>=dev-python/pbr-0.11[${PYTHON_USEDEP}]
>=dev-python/unittest2-1.0.0[${PYTHON_USEDEP}]

@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v 1.6 2015/05/21 03:40:13 mattst88 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/traceback2/traceback2-1.4.0.ebuild,v 1.7 2015/07/26 15:34:06 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
inherit distutils-r1

@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1-r1.ebuild,v 1.3 2015/05/21 03:40:29 mattst88 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1-r1.ebuild,v 1.4 2015/07/26 14:57:41 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
inherit distutils-r1

@ -1,44 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.0.1.ebuild,v 1.3 2015/04/02 19:54:07 maekke Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1
DESCRIPTION="The new features in unittest for Python 2.7 backported to Python 2.4+"
HOMEPAGE="http://pypi.python.org/pypi/unittest2"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa"
IUSE=""
CDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/traceback2[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/linecache2[${PYTHON_USEDEP}]
${CDEPEND}
"
RDEPEND="${CDEPEND}"
python_prepare_all() {
ebegin 'patching setup.py'
sed \
-e "60 s/'argparse', //" \
-i setup.py
STATUS=${?}
eend ${STATUS}
[[ ${STATUS} -gt 0 ]] && die
distutils-r1_python_prepare_all
}
python_test() {
"${PYTHON}" -m unittest2 discover || die "tests failed under ${EPYTHON}"
}

@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.1.0.ebuild,v 1.2 2015/07/25 16:04:23 alunduil Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-1.1.0.ebuild,v 1.3 2015/07/26 14:57:41 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
inherit distutils-r1

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/contracts/contracts-0.10.1.ebuild,v 1.3 2015/07/23 06:15:12 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/contracts/contracts-0.10.1.ebuild,v 1.4 2015/07/26 08:26:02 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@ -17,5 +17,5 @@ HOMEPAGE="http://github.com/egonSchiele/contracts.ruby"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
KEYWORDS="~amd64 ~arm ~hppa ~x86"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild,v 1.3 2015/07/23 20:56:01 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.8.2-r1.ebuild,v 1.4 2015/07/26 08:36:13 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -17,7 +17,7 @@ DESCRIPTION="A JSON implementation as a Ruby extension"
HOMEPAGE="https://github.com/flori/json"
LICENSE="|| ( Ruby GPL-2 )"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.5-r1.ebuild,v 1.7 2015/07/23 20:56:11 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.7.5-r1.ebuild,v 1.8 2015/07/26 08:37:39 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/seattlerb/minitest"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
each_ruby_test() {

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.3.3-r1.ebuild,v 1.7 2015/07/23 20:56:11 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-5.3.3-r1.ebuild,v 1.8 2015/07/26 08:38:08 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/seattlerb/minitest"
LICENSE="MIT"
SLOT="5"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
each_ruby_test() {

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.11.ebuild,v 1.6 2015/07/23 20:56:21 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.11.ebuild,v 1.7 2015/07/26 08:36:40 maekke Exp $
EAPI=5
@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/tenderlove/racc"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
ruby_add_bdepend "dev-ruby/rake

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.5 2015/07/23 20:56:30 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.9.6-r1.ebuild,v 1.6 2015/07/26 08:35:45 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/jimweirich/rake"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc"
DEPEND="${DEPEND} app-arch/gzip"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-4.0.1-r2.ebuild,v 1.4 2015/07/23 20:56:40 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdoc/rdoc-4.0.1-r2.ebuild,v 1.5 2015/07/26 08:37:09 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/"
LICENSE="Ruby MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.5-r1.ebuild,v 1.3 2015/07/23 20:56:50 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubygems/rubygems-2.2.5-r1.ebuild,v 1.4 2015/07/26 08:38:37 maekke Exp $
EAPI=5
@ -14,7 +14,7 @@ LICENSE="|| ( Ruby MIT )"
SRC_URI="http://production.cf.rubygems.org/rubygems/${P}.tgz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE="server test"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.8.1.ebuild,v 1.2 2015/07/22 18:34:32 zlogene Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/aruba/aruba-0.8.1.ebuild,v 1.3 2015/07/26 08:26:44 maekke Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 ruby22"
@ -17,7 +17,7 @@ DESCRIPTION="Cucumber steps for driving out command line applications"
HOMEPAGE="https://github.com/cucumber/aruba"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
SLOT="0"
IUSE=""

@ -3,3 +3,4 @@ DIST cmake-3.0.2.tar.gz 5490501 SHA256 6b4ea61eadbbd9bec0ccb383c29d1f4496eacc121
DIST cmake-3.1.0.tar.gz 5955836 SHA256 8bdc3fa3f2da81bc10c772a6b64cc9052acc2901d42e1e1b2588b40df224aad9 SHA512 9e3288c793c01e0ce48af91c618dc7638623010dfb440fb293393d407b7882c181c9a0f4e3b0a14645b556007e69264e94488e832a421b5cfa96338e0808b030 WHIRLPOOL 99df3f9052fee303d02ef9f27ee0ce22a1db57c0963dc7177837dea95a114da7b5d2ea8fd7155df1c7c513dbfb469bba2e638fc84fc1f1a9783fa49cd0e1a061
DIST cmake-3.2.2.tar.gz 6438736 SHA256 ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78 SHA512 b7460733ebf81e6c0cade84c26407f474e1b0a7372d19ccadf928a8578a53043fd76c507b45a00762161aaf6938a59df6110a1eb11a7678bfbc984b020e5d68b WHIRLPOOL 7debc5ac607578feee1c322416ac132ad4ba00a40410e03ee5cba52290f2f15904e7d0f2b77da37c9e8caa379b0530339fb2cc87246209f7999f10e44637f2d2
DIST cmake-3.2.3.tar.gz 6438938 SHA256 a1ebcaf6d288eb4c966714ea457e3b9677cdfde78820d0f088712d7320850297 SHA512 1fddea23c8e28cd6893879bd3bb349564ece815eaa5c68c3519dd62f0baa05eabbfc38168458ab91594cb0feeefd2ea761b6d292b679f8b9aa33e08a0b9d5b4c WHIRLPOOL 5268cc735cbd523a2027e479ab43499589b8653972a5bed7425c451a9b5ecc5d27c867cd218144a1eb6df2d3126301d7d494cafa7b1ac7455dbb40e66bad30c6
DIST cmake-3.3.0.tar.gz 6577818 SHA256 857c2f755fe0794d038d6fa462a173d05b210ac2c07ff82f0af853acef231a34 SHA512 d364925d8f0ec181dca3f5c3a6ab17daaf3689f9c0b4433e5c6b73b95965afc2d15e6de4bf4b67188a9dd42312278bed6270b0d4e1eb4e52f78b57b5b2c7d8c5 WHIRLPOOL 7994ec259751e85b0c80ee0b32b8d17a270919e382a1f69a3e5c07937e584c105cc6891195e8bb817701c6087a9a6333c0d9805200cfdfa0f1f69a2566f60789

@ -0,0 +1,195 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-3.3.0.ebuild,v 1.1 2015/07/26 12:11:36 polynomial-c Exp $
EAPI=5
CMAKE_REMOVE_MODULES="no"
inherit bash-completion-r1 elisp-common toolchain-funcs eutils versionator cmake-utils virtualx
MY_P="${P/_/-}"
DESCRIPTION="Cross platform Make"
HOMEPAGE="http://www.cmake.org/"
SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz"
LICENSE="CMake"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc emacs system-jsoncpp ncurses qt4 qt5"
RDEPEND="
>=app-arch/libarchive-2.8.0:=
>=dev-libs/expat-2.0.1
>=net-misc/curl-7.20.0-r1[ssl]
sys-libs/zlib
virtual/pkgconfig
emacs? ( virtual/emacs )
ncurses? ( sys-libs/ncurses )
qt4? (
dev-qt/qtcore:4
dev-qt/qtgui:4
)
qt5? (
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
)
system-jsoncpp? ( >=dev-libs/jsoncpp-0.6.0_rc2:0= )
"
DEPEND="${RDEPEND}
doc? ( dev-python/sphinx )
"
S="${WORKDIR}/${MY_P}"
SITEFILE="50${PN}-gentoo.el"
CMAKE_BINARY="${S}/Bootstrap.cmk/cmake"
PATCHES=(
# prefix
"${FILESDIR}"/${PN}-2.8.10-darwin-bundle.patch
"${FILESDIR}"/${PN}-3.0.0-prefix-dirs.patch
"${FILESDIR}"/${PN}-3.1.0-darwin-isysroot.patch
# handle gentoo packaging in find modules
"${FILESDIR}"/${PN}-2.8.12.1-FindImageMagick.patch
"${FILESDIR}"/${PN}-3.0.0-FindBLAS.patch
"${FILESDIR}"/${PN}-3.0.0-FindBoost-python.patch
"${FILESDIR}"/${PN}-3.0.2-FindLAPACK.patch
# respect python eclasses
"${FILESDIR}"/${PN}-2.8.10.2-FindPythonLibs.patch
"${FILESDIR}"/${PN}-3.1.0-FindPythonInterp.patch
)
cmake_src_bootstrap() {
# Cleanup args to extract only JOBS.
# Because bootstrap does not know anything else.
echo ${MAKEOPTS} | egrep -o '(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' > /dev/null
if [ $? -eq 0 ]; then
par_arg=$(echo ${MAKEOPTS} | egrep -o '(\-j|\-\-jobs)(=?|[[:space:]]*)[[:digit:]]+' | tail -n1 | egrep -o '[[:digit:]]+')
par_arg="--parallel=${par_arg}"
else
par_arg="--parallel=1"
fi
# execinfo.h on Solaris isn't quite what it is on Darwin
if [[ ${CHOST} == *-solaris* ]] ; then
sed -i -e 's/execinfo\.h/blablabla.h/' Source/kwsys/CMakeLists.txt || die
fi
tc-export CC CXX LD
# bootstrap script isn't exactly /bin/sh compatible
${CONFIG_SHELL:-sh} ./bootstrap \
--prefix="${T}/cmakestrap/" \
${par_arg} \
|| die "Bootstrap failed"
}
cmake_src_test() {
# fix OutDir and SelectLibraryConfigurations tests
# these are altered thanks to our eclass
sed -i -e 's:#IGNORE ::g' \
"${S}"/Tests/{OutDir,CMakeOnly/SelectLibraryConfigurations}/CMakeLists.txt \
|| die
pushd "${BUILD_DIR}" > /dev/null
local ctestargs
[[ -n ${TEST_VERBOSE} ]] && ctestargs="--extra-verbose --output-on-failure"
# Excluded tests:
# BootstrapTest: we actualy bootstrap it every time so why test it.
# BundleUtilities: bundle creation broken
# CTest.updatecvs: which fails to commit as root
# Fortran: requires fortran
# Qt4Deploy, which tries to break sandbox and ignores prefix
# TestUpload, which requires network access
"${BUILD_DIR}"/bin/ctest ${ctestargs} \
-E "(BootstrapTest|BundleUtilities|CTest.UpdateCVS|Fortran|Qt4Deploy|TestUpload)" \
|| die "Tests failed"
popd > /dev/null
}
src_prepare() {
cmake-utils_src_prepare
# disable running of cmake in boostrap command
sed -i \
-e '/"${cmake_bootstrap_dir}\/cmake"/s/^/#DONOTRUN /' \
bootstrap || die "sed failed"
# Add gcc libs to the default link paths
sed -i \
-e "s|@GENTOO_PORTAGE_GCCLIBDIR@|${EPREFIX}/usr/${CHOST}/lib/|g" \
-e "s|@GENTOO_PORTAGE_EPREFIX@|${EPREFIX}/|g" \
Modules/Platform/{UnixPaths,Darwin}.cmake || die "sed failed"
cmake_src_bootstrap
}
src_configure() {
local mycmakeargs=(
-DCMAKE_USE_SYSTEM_LIBRARIES=ON
-DCMAKE_USE_SYSTEM_LIBRARY_JSONCPP=$(usex system-jsoncpp)
-DCMAKE_INSTALL_PREFIX="${EPREFIX}"/usr
-DCMAKE_DOC_DIR=/share/doc/${PF}
-DCMAKE_MAN_DIR=/share/man
-DCMAKE_DATA_DIR=/share/${PN}
-DSPHINX_MAN=$(usex doc)
-DSPHINX_HTML=$(usex doc)
$(cmake-utils_use_build ncurses CursesDialog)
)
if use qt4 || use qt5 ; then
mycmakeargs+=(
-DBUILD_QtDialog=ON
$(cmake-utils_use_find_package qt5 Qt5Widgets)
)
fi
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
use emacs && elisp-compile Auxiliary/cmake-mode.el
}
src_test() {
VIRTUALX_COMMAND="cmake_src_test" virtualmake
}
src_install() {
cmake-utils_src_install
if use emacs; then
elisp-install ${PN} Auxiliary/cmake-mode.el Auxiliary/cmake-mode.elc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
fi
insinto /usr/share/vim/vimfiles/syntax
doins Auxiliary/cmake-syntax.vim
insinto /usr/share/vim/vimfiles/indent
doins Auxiliary/cmake-indent.vim
insinto /usr/share/vim/vimfiles/ftdetect
doins "${FILESDIR}/${PN}.vim"
dobashcomp Auxiliary/bash-completion/{${PN},ctest,cpack}
rm -rf "${D}"/usr/share/cmake/{completions,editors} || die
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.3 2015/07/26 07:10:43 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.4 2015/07/26 08:40:24 maekke Exp $
EAPI="5"
@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
IUSE="doc"
RDEPEND="

@ -1 +1,2 @@
DIST lcms2-2.6.tar.gz 4583389 SHA256 5172528839647c54c3da211837225e221be93e4733f5b5e9f57668f7107e14b1 SHA512 af2dd8829a5d8b280688bc247812829c885368951d385a23a1596cf8d0a7aed627c8faa35740073efc51a86ef5c900fc9bdb9dcdfad885fb8b1eae16953f9041 WHIRLPOOL 4fe1be53c48b0928bd474e05613c443eea49570a074d22b71863c485408523116927655b57d86bcb02aca85d9e06c0e26d9ee46bc7c4d746e91e951212de9e59
DIST lcms2-2.7.tar.gz 6497867 SHA256 4524234ae7de185e6b6da5d31d6875085b2198bc63b1211f7dde6e2d197d6a53 SHA512 9e69ec30efa9d50474808c6ae3d9afb0c5798eaabca0052f82d54efecdc2b58ab40434ee6dee9cd80028597d79a07f6b3b1a73f5293fc444343274eac3e32fd4 WHIRLPOOL 2f5cffcdfdf7258e6825c403bc7e455a57e658a6e54ffc27349cb825a45fdee20979991940c9cc59e8a1e5c50f44f1ea57ba06e09ad534753ea8d24b3e2142b4

@ -0,0 +1,46 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.7.ebuild,v 1.1 2015/07/26 12:34:53 polynomial-c Exp $
EAPI=5
AUTOTOOLS_PRUNE_LIBTOOL_FILES="modules"
inherit autotools-multilib
DESCRIPTION="A lightweight, speed optimized color management engine"
HOMEPAGE="http://www.littlecms.com/"
SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc jpeg static-libs +threads test tiff zlib"
RDEPEND="jpeg? ( >=virtual/jpeg-0-r2:0[${MULTILIB_USEDEP}] )
tiff? ( >=media-libs/tiff-4.0.3-r6:0=[${MULTILIB_USEDEP}] )
zlib? ( >=sys-libs/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20130224-r10
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="${RDEPEND}"
S=${WORKDIR}/lcms2-${PV}
src_configure() {
local myeconfargs=(
$(use_with jpeg)
$(use_with tiff)
$(use_with zlib)
$(use_with threads)
)
autotools-multilib_src_configure
}
src_install() {
autotools-multilib_src_install
if use doc; then
docinto pdf
dodoc doc/*.pdf
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.14.3.1.ebuild,v 1.3 2015/03/15 13:29:18 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.14.3.1.ebuild,v 1.4 2015/07/26 10:17:19 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -14,9 +14,6 @@ HOMEPAGE="http://wiki.gnome.org/Apps/Music"
LICENSE="GPL-2+"
SLOT="0"
IUSE=""
# Let people emerge this by default, bug #472932
IUSE+=" +python_single_target_python3_3 python_single_target_python3_4"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
KEYWORDS="amd64 x86"

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.16.1.ebuild,v 1.1 2015/06/09 16:32:57 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.16.1.ebuild,v 1.2 2015/07/26 10:17:19 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -14,9 +14,6 @@ HOMEPAGE="http://wiki.gnome.org/Apps/Music"
LICENSE="GPL-2+"
SLOT="0"
IUSE=""
# Let people emerge this by default, bug #472932
IUSE+=" +python_single_target_python3_3 python_single_target_python3_4"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
KEYWORDS="~amd64 ~x86"
@ -24,7 +21,7 @@ KEYWORDS="~amd64 ~x86"
COMMON_DEPEND="
${PYTHON_DEPS}
>=dev-libs/glib-2.28:2
>=dev-libs/gobject-introspection-1.35.9
>=dev-libs/gobject-introspection-1.35.9:=
>=media-libs/grilo-0.2.6:0.2[introspection]
media-libs/libmediaart:2.0
>=x11-libs/gtk+-3.13.2:3[introspection]

@ -1,3 +1 @@
DIST rhythmbox-3.0.3.tar.xz 6307888 SHA256 fa967c27771af20c71e9992581acb0e19325c839f71c464b8e1cd5ac3a16dd80 SHA512 519f1c635ebd1c889d13665f655d115ab2c33bac219cfb2f1d721bad6140c42dea5a15d7de4e19a6f75082ccd874f47c7037ad7ba9d86d9739f3330cc23f572e WHIRLPOOL e72521fe00170294d8d27cf82f5f31f4286a5f0eedcd714c7a898a59ec6ec86abeb8e3f7ae730dc09589d20556ad63000b37f31cad1038eed0cbb0814f4634d7
DIST rhythmbox-3.1.tar.xz 6777168 SHA256 2dc4f80080943ba8d2450cc4f9c4978f741efa26a6b1599ef68f57f7b2d7fcc1 SHA512 76b49a197494064760bf45d6868ff16feb1fd3121978485344ca1fcf82a347cc876988fc12ec0c994ba39d28245d8eeb528211be4e207a15fa72f6b349b96b42 WHIRLPOOL 837c26d8d0a81b895484c36da7ee92cba27cf9441591cd47bdbecc32c92c35137561dbbc9a823cb8919a4563d3d60f616339b7591710564f3114faf4e992099e
DIST rhythmbox-3.2.1.tar.xz 6833060 SHA256 bf43ca4f5b7531751241f5e67eaba7da6d9748dd827a600eedf9444961537938 SHA512 866d6e4a4a3b5561ac76b38ac87001f20b4cfa4e9ad201060a556eac004c72f834a15368d132c1fa59172d0dbdf73e14f8a2f7ea1f10274a4f7fcd50562e9a34 WHIRLPOOL a4c942245e876766dd9b6fd1ba44b463d6f33d7a568e13c3d76da56045c90c2b34cf43749fa5b243b93d50e566a194753dc9ba6202366c35618aa81cafcebdfc

@ -1,149 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.0.3.ebuild,v 1.5 2015/04/08 17:59:43 mgorny Exp $
EAPI="5"
GNOME2_LA_PUNT="yes"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python3_3 )
PYTHON_REQ_USE="xml"
inherit eutils gnome2 python-single-r1 multilib virtualx
DESCRIPTION="Music management and playback software for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox"
LICENSE="GPL-2"
SLOT="0"
IUSE="cdr daap dbus +libsecret html ipod libnotify lirc mtp nsplugin +python
test +udev upnp-av visualizer webkit zeitgeist"
# Let people emerge this by default, bug #472932
IUSE+=" python_single_target_python3_2 +python_single_target_python3_3"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
REQUIRED_USE="
ipod? ( udev )
mtp? ( udev )
dbus? ( python )
webkit? ( python )
python? ( ${PYTHON_REQUIRED_USE} )
"
# FIXME: double check what to do with fm-radio plugin
# webkit-gtk-1.10 is needed because it uses gstreamer-1.0
COMMON_DEPEND="
>=dev-libs/glib-2.34.0:2
>=dev-libs/libxml2-2.7.8:2
>=x11-libs/gtk+-3.6:3[introspection]
>=x11-libs/gdk-pixbuf-2.18.0:2
>=dev-libs/gobject-introspection-0.10.0
>=dev-libs/libpeas-0.7.3[gtk,python?]
>=dev-libs/totem-pl-parser-3.2.0
>=net-libs/libsoup-2.34.0:2.4
media-libs/gst-plugins-base:1.0[introspection]
media-libs/gstreamer:1.0[introspection]
>=sys-libs/tdb-1.2.6
dev-libs/json-glib
visualizer? (
>=media-libs/clutter-1.8:1.0
>=media-libs/clutter-gst-1.9.92:2.0
>=media-libs/clutter-gtk-1.0:1.0
>=x11-libs/mx-1.0.1:1.0
media-plugins/gst-plugins-libvisual:1.0 )
cdr? ( >=app-cdr/brasero-2.91.90 )
daap? (
>=net-libs/libdmapsharing-2.9.19:3.0
media-plugins/gst-plugins-soup:1.0 )
libsecret? ( >=app-crypt/libsecret-0.14 )
html? ( >=net-libs/webkit-gtk-1.10:3 )
libnotify? ( >=x11-libs/libnotify-0.7.0 )
lirc? ( app-misc/lirc )
python? ( >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] )
udev? (
virtual/libgudev:=
ipod? ( >=media-libs/libgpod-0.7.92[udev] )
mtp? ( >=media-libs/libmtp-0.3 ) )
zeitgeist? ( gnome-extra/zeitgeist )
"
RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-soup:1.0
media-plugins/gst-plugins-libmms:1.0
|| (
media-plugins/gst-plugins-cdparanoia:1.0
media-plugins/gst-plugins-cdio:1.0 )
media-plugins/gst-plugins-meta:1.0
media-plugins/gst-plugins-taglib:1.0
x11-themes/gnome-icon-theme-symbolic
upnp-av? (
>=media-libs/grilo-0.2:0.2
>=media-plugins/grilo-plugins-0.2:0.2[upnp-av] )
python? (
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/pango[introspection]
dbus? ( sys-apps/dbus )
libsecret? ( >=app-crypt/libsecret-0.14[introspection] )
webkit? (
dev-python/mako[${PYTHON_USEDEP}]
>=net-libs/webkit-gtk-1.10:3[introspection] ) )
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
app-text/yelp-tools
dev-util/gtk-doc-am
>=dev-util/intltool-0.35
>=app-text/gnome-doc-utils-0.9.1
test? ( dev-libs/check )
"
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
DOCS="AUTHORS ChangeLog DOCUMENTERS INTERNALS \
MAINTAINERS MAINTAINERS.old NEWS README THANKS"
rm -v lib/rb-marshal.{c,h} || die
gnome2_src_prepare
}
src_configure() {
# FIXME: bug???
export GST_INSPECT=/bin/true
# --enable-vala just installs the sample vala plugin, and the configure
# checks are broken, so don't enable it
gnome2_src_configure \
MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins \
VALAC=$(type -P valac-0.14) \
--enable-mmkeys \
--disable-more-warnings \
--disable-static \
--disable-vala \
--without-hal \
$(use_enable visualizer) \
$(use_enable daap) \
$(use_enable libnotify) \
$(use_enable lirc) \
$(use_enable nsplugin browser-plugin) \
$(use_enable python) \
$(use_enable upnp-av grilo) \
$(use_with cdr brasero) \
$(use_with html webkit) \
$(use_with ipod) \
$(use_with libsecret) \
$(use_with mtp) \
$(use_with udev gudev)
}
src_test() {
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
Xemake check || die "test failed"
}

@ -1,151 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild,v 1.7 2014/12/19 13:40:46 pacho Exp $
EAPI="5"
GNOME2_LA_PUNT="yes"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python3_{3,4} )
PYTHON_REQ_USE="xml"
inherit eutils gnome2 python-r1 multilib virtualx
DESCRIPTION="Music management and playback software for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox"
LICENSE="GPL-2"
SLOT="0"
IUSE="cdr daap dbus +libsecret html ipod libnotify lirc mtp nsplugin +python
test +udev upnp-av visualizer webkit zeitgeist"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
REQUIRED_USE="
ipod? ( udev )
mtp? ( udev )
dbus? ( python )
webkit? ( python )
python? ( ^^ ( $(python_gen_useflags '*') ) )
"
# Tests failing for years without upstream caring at all
# upstream bug #688745
RESTRICT="test"
# FIXME: double check what to do with fm-radio plugin
# webkit-gtk-1.10 is needed because it uses gstreamer-1.0
COMMON_DEPEND="
>=dev-libs/glib-2.34.0:2
>=dev-libs/libxml2-2.7.8:2
>=x11-libs/gtk+-3.6:3[introspection]
>=x11-libs/gdk-pixbuf-2.18.0:2
>=dev-libs/gobject-introspection-0.10.0
>=dev-libs/libpeas-0.7.3[gtk,python?]
>=dev-libs/totem-pl-parser-3.2.0
>=net-libs/libsoup-2.34.0:2.4
media-libs/gst-plugins-base:1.0[introspection]
media-libs/gstreamer:1.0[introspection]
>=sys-libs/tdb-1.2.6
dev-libs/json-glib
visualizer? (
>=media-libs/clutter-1.8:1.0
>=media-libs/clutter-gst-1.9.92:2.0
>=media-libs/clutter-gtk-1.0:1.0
>=x11-libs/mx-1.0.1:1.0
media-plugins/gst-plugins-libvisual:1.0 )
cdr? ( >=app-cdr/brasero-2.91.90 )
daap? (
>=net-libs/libdmapsharing-2.9.19:3.0
media-plugins/gst-plugins-soup:1.0 )
libsecret? ( >=app-crypt/libsecret-0.18 )
html? ( >=net-libs/webkit-gtk-1.10:3 )
libnotify? ( >=x11-libs/libnotify-0.7.0 )
lirc? ( app-misc/lirc )
python? ( >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}] )
udev? (
virtual/libgudev:=
ipod? ( >=media-libs/libgpod-0.7.92[udev] )
mtp? ( >=media-libs/libmtp-0.3 ) )
zeitgeist? ( gnome-extra/zeitgeist )
"
RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-soup:1.0
media-plugins/gst-plugins-libmms:1.0
|| (
media-plugins/gst-plugins-cdparanoia:1.0
media-plugins/gst-plugins-cdio:1.0 )
media-plugins/gst-plugins-meta:1.0
media-plugins/gst-plugins-taglib:1.0
x11-themes/gnome-icon-theme-symbolic
upnp-av? (
>=media-libs/grilo-0.2:0.2
>=media-plugins/grilo-plugins-0.2:0.2[upnp-av] )
python? (
>=dev-libs/libpeas-0.7.3[${PYTHON_USEDEP}]
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/gtk+:3[introspection]
x11-libs/pango[introspection]
dbus? ( sys-apps/dbus )
libsecret? ( >=app-crypt/libsecret-0.18[introspection] )
webkit? (
dev-python/mako[${PYTHON_USEDEP}]
>=net-libs/webkit-gtk-1.10:3[introspection] ) )
"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
app-text/yelp-tools
dev-util/gtk-doc-am
>=dev-util/intltool-0.35
>=app-text/gnome-doc-utils-0.9.1
test? ( dev-libs/check )
"
pkg_setup() {
use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
}
src_prepare() {
DOCS="AUTHORS ChangeLog DOCUMENTERS INTERNALS \
MAINTAINERS MAINTAINERS.old NEWS README THANKS"
rm -v lib/rb-marshal.{c,h} || die # upstream bug 737831
gnome2_src_prepare
}
src_configure() {
# FIXME: bug???
export GST_INSPECT=/bin/true
# --enable-vala just installs the sample vala plugin, and the configure
# checks are broken, so don't enable it
gnome2_src_configure \
MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins \
VALAC=$(type -P valac-0.14) \
--enable-mmkeys \
--disable-more-warnings \
--disable-static \
--disable-vala \
--without-hal \
$(use_enable visualizer) \
$(use_enable daap) \
$(use_enable libnotify) \
$(use_enable lirc) \
$(use_enable nsplugin browser-plugin) \
$(use_enable python) \
$(use_enable upnp-av grilo) \
$(use_with cdr brasero) \
$(use_with html webkit) \
$(use_with ipod) \
$(use_with libsecret) \
$(use_with mtp) \
$(use_with udev gudev)
}
src_test() {
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
Xemake check
}

@ -1 +1 @@
Sun, 26 Jul 2015 08:06:53 +0000
Sun, 26 Jul 2015 17:36:49 +0000

@ -1 +1 @@
Sun, 26 Jul 2015 08:06:53 +0000
Sun, 26 Jul 2015 17:36:49 +0000

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

Loading…
Cancel
Save