New patches: [New ebuild app-vim/haskellindent Alex Tarkovsky **20070726180119] { adddir ./app-vim/haskellindent adddir ./app-vim/haskellindent/files addfile ./app-vim/haskellindent/Manifest hunk ./app-vim/haskellindent/Manifest 1 +DIST download_script.php?src_id=7407 1954 RMD160 26801096857fe210212b8edc76564755afa1817f SHA1 265cc4224cc91516442fa7d0c9eee1ea4e1cd36a SHA256 5bcb89c4292c73d1238b7f659754bbd1bd943f8693393685b4acc2e8a72444d2 +EBUILD haskellindent-0.1.ebuild 1004 RMD160 4984312577f5c949ded15b06e6214b5d9093a48a SHA1 650bc956a41d6ecd1c60220fc3a06ef568f32aca SHA256 acc3a87c7f84eed08dcdb69fa2e1a88a00f48d2e8b61636e1584aaa225c3fd1c +MD5 0122706f2c1830f46e34d4de7955ed0f haskellindent-0.1.ebuild 1004 +RMD160 4984312577f5c949ded15b06e6214b5d9093a48a haskellindent-0.1.ebuild 1004 +SHA256 acc3a87c7f84eed08dcdb69fa2e1a88a00f48d2e8b61636e1584aaa225c3fd1c haskellindent-0.1.ebuild 1004 +MD5 f7453d60150a209ce542addce60beeb9 files/digest-haskellindent-0.1 268 +RMD160 279cd03f9ff5713a29a7e678de6ea415c67ea36f files/digest-haskellindent-0.1 268 +SHA256 4f1472511d8c8aa16af65fb0eb3df55da4c39d40ae7b93e41deff0d8b82a4339 files/digest-haskellindent-0.1 268 addfile ./app-vim/haskellindent/files/digest-haskellindent-0.1 hunk ./app-vim/haskellindent/files/digest-haskellindent-0.1 1 +MD5 e54f1118ef227c79b3a65ef26ce0e6fd download_script.php?src_id=7407 1954 +RMD160 26801096857fe210212b8edc76564755afa1817f download_script.php?src_id=7407 1954 +SHA256 5bcb89c4292c73d1238b7f659754bbd1bd943f8693393685b4acc2e8a72444d2 download_script.php?src_id=7407 1954 addfile ./app-vim/haskellindent/haskellindent-0.1.ebuild hunk ./app-vim/haskellindent/haskellindent-0.1.ebuild 1 +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +VIM_PLUGIN_VIM_VERSION="7.0" + +inherit vim-plugin + +DESCRIPTION="vim plugin: Haskell indent mode" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1968" +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=7407" + +LICENSE="public-domain" +SLOT=0 +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +VIM_PLUGIN_HELPTEXT="To load this plugin use the command: +\ :runtime indent/haskell.vim + +You can modify the Vim variables 'haskell_indent_case' to change the +indentation for Haskell's 'case' keyword (default is 5 spaces) and +'haskell_indent_if' for the 'if' keyword (default is 3 spaces). + +Example vimrc: +\ runtime indent/haskell.vim +\ let haskell_indent_case=4 +\ let haskell_indent_if=2" + +src_install() { + insinto /usr/share/vim/vimfiles/indent + # wget doesn't map the URI to filename correctly. + newins "${DISTDIR}/download_script.php?src_id=7407" haskell.vim +} } Context: [Correct license of hslogger, LGPL-2.1 rather than just LGPL Duncan Coutts **20070726162718] [HTML update Lennart Kolmodin **20070725164732] [Sync portage->overlay Lennart Kolmodin **20070725164436] [Updates to ghc-6.6 launch plan Duncan Coutts **20070725160719] [For mozembed provider allow user to choose between xulrunner, firefox, seamonkey, or none at all Alex Tarkovsky **20070725155211] [Update to 6.6 launch plan Lennart Kolmodin **20070723161650] [Lower -O2 to -O Lennart Kolmodin **20070723154253] [Fix building haddock docs for hscolour and version number Duncan Coutts **20070723153556 and fix license name GPL -> GPL-2 ] [Add hscolour Lennart Kolmodin **20070723150536] [Attempt to remove old package.confs Lennart Kolmodin **20070720095938] [get_libdir requires multilib Lennart Kolmodin **20070719110433] [New package app-vim/haskellmode Alex Tarkovsky **20070718213829] [added doc support for shim-darcs Ivan.Miljenovic@gmail.com**20070718142637] [Version bump darcs, and attempt to fix assembling error Lennart Kolmodin **20070717121003 Is in needed to send the CPPFLAGS to the assembler? Only CFLAGS required? ] [Don't simply remove the package.conf file upon uninstall, it breaks recompilation Lennart Kolmodin **20070716201128] [Install .haddock files in ghc-6.6.1 Lennart Kolmodin **20070714184911] [Remove manifest of missing (and unused) patch, and fix url to darcs 1.0.9_rc2 Lennart Kolmodin **20070714125805] [provide virtual/ghc again and revert datadir override change Duncan Coutts **20070713122931] [Yet more ghc ebuild changes Duncan Coutts **20070713110522 Block against ghc-bin remove package.conf(.old) on uninstall fix relocation of scripts pass --datadir to econf, we still need that for the haddock entries. Sigh. remove pointless changes to ghcprof In ghc-6.6.1, allow bootstrapping with or without docs. Update a TODO, do we really need all those overrides on install? ] [Add more || die "paranoia" to ghc ebuilds Duncan Coutts **20070713013523] [More significant changes to ghc ebuilds Duncan Coutts **20070713010012 No longer use the ghc.sh wrapper script. Change if, how and when docs get built, or unpacked from doc tarballs or binary tarballs. Things to watch out for in testing: do docs get installed correctly? in the right place? does ghc-pkg think the docs are installed in the right place. We need to test all combinations of USE +/- doc, binary. We need to do that for 6.4.2 and 6.6.1. For 6.6.1 we also need to test USE ghcbootstrap. ] [Fixed up manifest files for yi-gtk Ivan.Miljenovic@gmail.com**20070712230258] [Fixing up mtl dependency for xmonad-darcs Ivan.Miljenovic@gmail.com**20070712042554] [Swap virtual/ghc to dev-lang/ghc in cabal eclass Duncan Coutts **20070711220307] [Don't PROVIDE="virtual/ghc" anymore. And remove old ghc-cvs. Duncan Coutts **20070711212630] [ghc-darcs updates Duncan Coutts **20070711211848 merge changes from ghc-6.6.1 ebuild ] [Change virtual/ghc to dev-lang/ghc in all DEPENDs Duncan Coutts **20070711205221 (and another change that snuck in: add ~amd64 to x11-extras and xmonad) ] [Make the haskell-cabal eclass work with recent Cabal Duncan Coutts **20070711192338 Require >=Cabal-1.1.4 as a minimum now which came with ghc-6.4.2. reviously we required >=1.1.3 which came with ghc-6.4.1. Now set --libdir and --datadir. The libdir is set using $(get_libdir), so eg will pick lib64 on amd64. The datadir is set appropriately, but unfortunately docs go under the datadir rather than us being able to set that separately yet. That needs upstream changes in Cabal. Cabal-1.1.6 now installs docs, so we don't need to. Also, now use copy --destdir rather than deprecated --copy-prefix. ] [Update hdbc-odbc-1.0.1.0 to hdbc-odbc-1.0.1.1 Duncan Coutts **20070711192153] [dev-haskell/x11 depends on libX11 obviously :-) Duncan Coutts **20070711132020] [Merge ghc-bin into ghc ebuild for 6.2.2 and 6.4.2 Duncan Coutts **20070711112407 Minor formatting changes for 6.6 and 6.6.1 Added ia64 to 6.6.1 to follow changes in portage version. ] [Fix sparc "norelax" patch and remove old patch (which is now on the mirrors). Duncan Coutts **20070710222213] [Merge minor changes from portage in ghc-6.4.2.ebuild Duncan Coutts **20070710172324] [Several updates to ghc-bin ebuilds Duncan Coutts **20070710163233 Remove ghc-bin-6.4.1 and 6.6 leaving just 6.2.2 and 6.4.2 Use RESTRICT="strip" rather than the incorrect "nostrip" Add ia64 binary to ghc-bin-6.4.2 ] [Backport lots of fixes to ghc-6.2.2 and make it build again on x86. Duncan Coutts **20070710154507] [Many more ghc build updates Duncan Coutts **20070710122342 Remove ghc-6.4.1-r3 since it will be removed from portage Add back ghc-6.2.2 since that version will remain in portage Backport some binutils and ia64 changes to ghc-6.4.2, in particular, build 6.4.2 unregisterised on ia64. Remove unneessary ia64 hack in ghc-6.6 and ghc-6.6.1 Build ia64 registerised in ghc-6.6.1 (leaving 6.6 unregisterised) Update the sparc norelax to only apply to sparc. ] [Several updates to the ghc-6.6.x ebuilds Duncan Coutts **20070709193518 Require >=binutils-2.17 should mean we can avoid the problem where ar/ranlib takes loads of memory and so we should be able to use split-objs even on machines with less ram, so we can drop the memory check stuff. Also, hopefully the ArSupportsInput stuff works with newer binutils. Force several arches to build unregisterised: ia64, ppc64 and sparc. For ghc-6.6.1 we still need to use the norelax.patch for sparc. ] [Add bzlib package Duncan Coutts **20070709165343] [Update zlib homepage Duncan Coutts **20070709165312] [Add ~sparc to filepath Duncan Coutts **20070709165427] [Fix arrows-0.2.1 Duncan Coutts **20070709132127] [Add versioned deps to alut, glut, openal ebuilds Duncan Coutts **20070709125139 And merge date and other minor changes from portage. ] [Remove old filepath-0.11 and remove inherit of base. Duncan Coutts **20070708180833] [Merge einfo/elog and dep version changes from portage Duncan Coutts **20070708152237] [Update deps on >=virtual/ghc-6.6 to be >=dev-lang/ghc-6.6 instead Duncan Coutts **20070708151154] [Make x11-1.2.1 work with current Cabal Duncan Coutts **20070708150736] [Fix html-1.0.1 to work with current Cabal Duncan Coutts **20070708123644] [We only need the .conf file for dummy cabal-1.1.6.2 Duncan Coutts **20070708025159 Don't need to touch another file as well. ] [Update x11-1.2.2 digests Duncan Coutts **20070708025033] [Update many ghc-6.6.1 extralibs to build with Cabal-1.1.6.x Duncan Coutts **20070708024548 Apparently the extralibs packages got built with ghc's build system and never with Cabal so was never tested with the version of Cabal that came with ghc-6.6.1 which is why in many cases the Setup.hs did not compile. Doh! Nothing a little sed can't fix fotunately. Apparently debian patched them too. ] [Make cabal-1.1.6.2 dummy package register itself properly. Duncan Coutts **20070707220911 The ghc-package.eclass has some sanity checks which were failing because we were not installing the .conf file. ] [Add full stop at end of cabal's einfo message. Duncan Coutts **20070707211230 Grammar is well important round here ;-). ] [Make ghc PDEPEND on newer cabal-1.1.6.2 and don't hide built-in Cabal version Duncan Coutts **20070707211130] [Add dep on >=dev-haskell/cabal-1.1.6.2 for many of the ghc-6.6.1 "extralibs" Duncan Coutts **20070707210403 Thanks to Vq^ for testing them all for me. ] [Add cabal-1.1.6.2 Duncan Coutts **20070707205108 The cunning thing is that it acts like a dummy package if you install it using ghc-6.6.1, which is sensible as ghc-6.6.1 comes bundled with cabal-1.1.6.2. We can't unregister that version and install it ourselves because the 'ghc' package was built against that version of cabal and if we re-build it ourselves then the ghc package gets linker errors. So instead, we just install nothing (except a marker file) if we're building against ghc-6.6.1. The ghc-6.6.1 ebuild hides but doesn't delete the bundled Cabal-1.1.6.2, hmm, perhaps that's a mistake. Perhaps it should not hide it. Anyway, so by having portage install this dummy package, we automatically pick up this version of Cabal and use it. Since we always use only a version of Cabal that was installed by portage (see the ghc-package.eclass). ] [Add html-1.0.1, also part of the ghc-6.6.1 extralibs Duncan Coutts **20070707203930] [Update missingh deps and add new version. Duncan Coutts **20070707203549] [Add "extralibs" packages that came with ghc-6.6.1, all 18 of them :-) Duncan Coutts **20070707185136] [Update the ghc manifest and digest files Duncan Coutts **20070707153301] [Update ghc-6.6 ebuild to portage version, add ghc-6.6.1 Duncan Coutts **20070706161641 The .tbz2 files for x86 and amd64 have been uploaded to the mirrors and the 6.6.1 ebuild has been added to portage, though still p.masked. ] [Add even more missing deps to missingh Duncan Coutts **20070706161512] [missingh ebuild update Daniel Nilsson **20070706150416] [hslogger compiles on amd64 Daniel Nilsson **20070706144805] [added fgl dependency to exi-darcs Daniel Nilsson **20070706093543] [Make USE="binary doc" work for ghc-6.6 Duncan Coutts **20070704220347 However we still have a problem, the distdir filenames are just user_guide.html.tar.gz and libraries.html.tar.gz which are too generic. They could clash with other things, so we need to rename them and upload them to the gentoo mirrors. Sigh. ] [update digest Andres Loeh **20070630234741] [add space to deps (required by PMS) Andres Loeh **20070630171812] [trying to fix up vim support Ivan.Miljenovic@gmail.com**20070630112635] [syntax error in shim-darcs Ivan.Miljenovic@gmail.com**20070629122948] [a small bug in shim-darcs, found by gour Ivan.Miljenovic@gmail.com**20070629122848] [Added vim support to shim-darcs, please test Ivan.Miljenovic@gmail.com**20070626132959] [Add hpc Lennart Kolmodin **20070622104723] [Don't modify PWD in darcs_src_unpack Lennart Kolmodin **20070617171831] [Don't die on conflicting use flags Lennart Kolmodin **20070616205142 Policy says we should pick one of them, in this case USE=binary. ] [Update the build-ghc-bin program Lennart Kolmodin **20070616155257] [Provide bootstrapping of ghc-6.6 Lennart Kolmodin **20070616155234] [Don't pull doc deps when USE=binary Lennart Kolmodin **20070616153835] [Add ~ppc to ghc-6.6 Lennart Kolmodin **20070616135020] [GHC Manifest Lennart Kolmodin **20070616120912] [ghc does not depend on previous ghc installation Lennart Kolmodin **20070616120838] [Rename bindist to binary Lennart Kolmodin **20070616120822] [Add Munster Curry compiler Lennart Kolmodin **20070613194655 Initial attempt based on Adam Peacock's and Santiago M. Mola's work ] [digesting ghc-6.6 after adding ppc arch Ivan.Miljenovic@gmail.com**20070613123558] [Add ppc to ghc Lennart Kolmodin **20070613082535] [fix-xmonad-darcs-contrib-fetching.dpatch Tassilo Horn **20070613062914] [shim-darcs needs network, spotted by tsdh Ivan.Miljenovic@gmail.com**20070613070504] [x11-1.2.2 needs >=cabal-1.1.6, spotted my matsuu Ivan.Miljenovic@gmail.com**20070612231435] [add-contrib-module-to-xmonad-darcs.dpatch Tassilo Horn **20070612115726] [small syntactic changes to shim-darcs Ivan.Miljenovic@gmail.com**20070612115818] [Finalised initial shim-darcs ebuild Ivan.Miljenovic@gmail.com**20070612113643] [Shim ebuild Ivan.Miljenovic@gmail.com**20070612112437] [Sync darcs tree->overlay Lennart Kolmodin **20070611203501] [Make ghc 6.6 extralibs depend on dev-lang/ghc, not virtual/ghc Lennart Kolmodin **20070611174328] [Fix paths since Hackage changed URIs Lennart Kolmodin **20070611170644] [Real adding of haskellcharts and shim-darcs ebuilds Ivan.Miljenovic@gmail.com**20070611131117 Actually added the haskellcharts and shim-darcs ebuilds this time (instead of just the directories). The shim-darcs ebuilds works, but without the emacs support. ] [New haskellcharts and shim ebuilds Ivan.Miljenovic@gmail.com**20070611091954 Added a non-darcs version of haskellcharts, also a preliminary version of shim. ] [Fix dep for hgl-3.1-r1. Spotted by ivanm Lennart Kolmodin **20070609110111] [Fix broken haskellcharts-darcs Manifest Lennart Kolmodin **20070609101451] [Fix ghc env-update message Lennart Kolmodin **20070609101404] [documentation for 6.6 ebuild Ivan.Miljenovic@gmail.com**20070608120608] [Update filepath-0.1's hackage tarball location Spencer Janssen **20070608142731] [Let GHC still provide virtua/ghc Lennart Kolmodin **20070608062253] [Indent.. Lennart Kolmodin **20070607151242] [Beauty fix for ghc Lennart Kolmodin **20070607151214] [USE=bindist working for GHC 6.6 Lennart Kolmodin **20070606194910 USE=-bindist not tested ] [Duncan's first attempt at USE="bindist" for GHC Lennart Kolmodin **20070606151645 Should be tested and fixed. No guarantees! :) ] [Add darcs-1.0.9 Lennart Kolmodin **20070607211635] [Fix darcs bug #171001 Lennart Kolmodin **20070607210130] [darcs checkout of GHC fix Lennart Kolmodin **20070606180244] [Fix gtk2hs' Manifest, broken due to missing files Lennart Kolmodin **20070605112307] [enable seamonkey rather than mozilla in gtk2hs, fixes #180682 Duncan Coutts **20070603184249] [Bump version deps for xmonad-darcs Lennart Kolmodin **20070603174329] [Add xmonad-0.2 Lennart Kolmodin **20070603071021] [Remove unneeded variable Lennart Kolmodin **20070602155308 default P is PN-PV, and default S is WD/P ] [fix-savedconfig-support-for-xmonad-darcs Tassilo Horn **20070601212842] [savedconfig-for-xmonad-darcs Tassilo Horn **20070601204816] [Fix dep in xmonad-darcs Lennart Kolmodin **20070602094824] [Fixes to x11-1.2.2 Lennart Kolmodin **20070602071208 Tested with ghc-6.6, works fine ] [add-x11-1.2.2 Tassilo Horn **20070601195227] [added yi-vty Andres Loeh **20070522081122] [added vty Andres Loeh **20070522081033] [new yi release Andres Loeh **20070518140133] [Crypto 4.0.3 der_eq@freenet.de**20070516163426] [Remove ion3 :-( Duncan Coutts **20070509182137 Trademark issues: http://archlinux.org/pipermail/tur-users/2007-April/004634.html ] [himerge Luis Araujo **20070504003330] [filepath Luis Araujo **20070503221857] [Manifest for ghc-updater Lennart Kolmodin **20070503090149] [removed an occurrence of "Python" Andres Loeh **20070430110246] [Sync portage->overlay Lennart Kolmodin **20070430091224 Mostly dcoutts stuff, but also some of cparrots stabilizations ] [Sync another darcs keyword Lennart Kolmodin **20070429220441] [Changes for darcs Lennart Kolmodin **20070429211832 Keywords and deps has been synced from the portage tree Older patch versions has been removed Missing deps wrt ghc-6.6 has been added Added deps+blocks for older versions wrt ghc-6.6 ] [Sync xhtml keywords from portage Lennart Kolmodin **20070429211812] [Removed old wxhaskell ebuild Lennart Kolmodin **20070429211651 It's no longer in the portage tree either. It've been replaced with 0.9.4. ] [Fix cabal deps, they where evil Lennart Kolmodin **20070429180351] [Sync arrows with the tree Lennart Kolmodin **20070429172940] [wibble Lennart Kolmodin **20070429170318] [adding x86 keyword Ivan.Miljenovic@gmail.com**20070308075713] [New himerge location. Luis Araujo **20070427113322] [Run autoreconf for x11-extras Lennart Kolmodin **20070419062656] [Manifest to himerge-darcs Lennart Kolmodin **20070418185053] [correct icon installation Luis Araujo **20070418094747] [new name Luis Araujo **20070418091318] [new version Luis Araujo **20070418090854] [Notes about blocks in ebuilds Lennart Kolmodin **20070412210717] [A note about why blocks are a bad thing Lennart Kolmodin **20070412201635] [Updates to the ghc launch plan wrt cparrots work Lennart Kolmodin **20070412194724] [Synchronizing tree -> overlay Lennart Kolmodin **20070412183341] [Adding ghc-bin-6.4.2-r1 Lennart Kolmodin **20070412181222 Adding the ghc-bin made by Markus Rothe . It uses a new tarball of ghc to fix gcc 4 issues on ppc64; bug #145466, by doing a unregistered build. ] [Last reqired file for helium-1.2 Lennart Kolmodin **20070410163307 I hope... ] [Add helium patches Lennart Kolmodin **20070410062351] [Update manifest Lennart Kolmodin **20070410060043 Last 3 patches fixes bug 161424 ] [Apply helium patch Lennart Kolmodin **20070410054900 From Bram Schoenmakers ] [Helium 1.2-r1 from portage Lennart Kolmodin **20070410054822] [fixed bug #173884; should be merged into main tree asap Andres Loeh **20070409210206] [Added Manifests to gslhaskell Lennart Kolmodin **20070407130454 The gslhaskell author, Alberto Ruiz, has put the old tarball back online. ] [Add darcs-reannotate live ebuild Lennart Kolmodin **20070406172848] [ghc-6.6 manifest for sparc patches Chris Parrott **20070406154545] [ghc-6.6 ebuild patch to disable rts for sparc Chris Parrott **20070406153015] [Sync changes from portage Lennart Kolmodin **20070406150804] [Add ghc-bin-6.6 ebuild Lennart Kolmodin **20070406144341] [Fix digest for ghc-6.6 Lennart Kolmodin **20070406115222] [ghc-6.6 fixes for sparc Chris Parrott **20070405225844] [added digest for hssdl-core Andres Loeh **20070403205458] [fixed digest for hugs98 Andres Loeh **20070403205232] [fix digest for fps Andres Loeh **20070403204848] [Add Manifests and digests (merging is a bitch) Lennart Kolmodin **20070403190316 Either play with find . -name '...' | xargs .. or simply darcs get a fresh copy of the repo. ] [Updates to launch plan Lennart Kolmodin **20070403174004] [Set the xmonad homepage Lennart Kolmodin **20070402142238] [Update darcsweb to 0.16 Brice Arnould **20070401141003] [Add binary 0.3 Duncan Coutts **20070331003033] [fix darcs dependencies Brice Arnould **20070324180211] [fix for ghc 6.6 backported from 0.8 Brice Arnould **20070316204410] [xmonad-darcs name for display manager Lennart Kolmodin **20070324092736] [Make xmonad-darcs a proper x11-wm ebuild Lennart Kolmodin **20070324091846 This way it will show in your display manager ] [Fix path to HaXml Lennart Kolmodin **20070311130924] [Add xmonad darcs ebuild Lennart Kolmodin **20070323193656] [Add x11-extras darcs ebuild Lennart Kolmodin **20070323193632] [Lower x11-1.2's dependency on ghc Lennart Kolmodin **20070323193538 Tried with ghc-6.4.2, worksforme. Hint by sjanssen. ] [setup failed without hugs being installed; added a patch Andres Loeh **20070320213654 bug reported by der_eq; thanks very much ] [himerge removing mozilla Luis Araujo **20070318133001] [Update ghc-6.6 launch with recent events Lennart Kolmodin **20070317193041] [Open{AL,GL} only works with ghc, not ghc-bin Lennart Kolmodin **20070317191620] [dummy glut only works with ghc, not ghc-bin Lennart Kolmodin **20070317191559] [Fix dep of cgi Lennart Kolmodin **20070317142213] [Set homepages for all other libs Lennart Kolmodin **20070317111433] [alut-1.0 only works with ghc, not ghc-bin Lennart Kolmodin **20070317111408] [Dummy lib for openal-1.2 Lennart Kolmodin **20070310155017 GHC 6.4.1 provides openal-1.0 GHC 6.4.2 provides openal-1.2 We treat them as the same version, openal-1.2 ] [Add dummy library for x11 Lennart Kolmodin **20070310153411] [Set homepage for common modular libs Lennart Kolmodin **20070317110439] [Update ghc-darcs to 6.7 Duncan Coutts **20070316005300 And sync some changes from the 6.6 ebuild ] [ghc-6.6 version of xhtml is 2006.9.13 Lennart Kolmodin **20070315202854] [Change cgi version Lennart Kolmodin **20070315202451 The correct cgi version for ghc-6.6 is 2006.9.6, nothing else ] [Sync various libs against portage Lennart Kolmodin **20070314195400] [Sync gtk2hs against portage tree Lennart Kolmodin **20070314194532 Ie, remove mozilla use flag and block on ghc-6.6 ] [Simplify failure-list Lennart Kolmodin **20070314193553] [Err, move a section in the ghc 6.6 docs Lennart Kolmodin **20070314185015] [Update the ghc-6.6 launch document Lennart Kolmodin **20070314184812] [Fix homepage for the first wave of dummy libs Lennart Kolmodin **20070311160429] [Sync which/type -P with portage Lennart Kolmodin **20070314070133] [ghc 6.6 launch, comment by dcoutts Lennart Kolmodin **20070311130800] [Updates to the ghc 6.6 launch after comments on #gentoo-haskell Lennart Kolmodin **20070311113344] [HTML version of the ghc 6.6 launch plan Lennart Kolmodin **20070310232009] [Updates to the ghc 6.6 launch plan Lennart Kolmodin **20070310231837] [Remove unused inherit Lennart Kolmodin **20070310153352] [Add dummy lib for alut Lennart Kolmodin **20070310151929] [haskellcharts draft Daniel Nilsson **20070307082941] [Duncan's ideas about the ghc launch Lennart Kolmodin **20070301212117] [zlib ~amd64 Duncan Coutts **20070228190609] [Missingh-0.18.1 ebuild der_eq@freenet.de**20070227120432 Might need testing on ghc-6.4 ] [URL fix for missingh-0.16.0 der_eq@freenet.de**20070227114754] [Fixes to zlib-0.3 Lennart Kolmodin **20070227064353] [dev-haskell/zlib ebuild Spencer Janssen **20070221051337] [Split and and update iond3-darcs Brice Arnould **20070225202938] [Add a darcs ebuild for libtu, needed for ion3-darcs Brice Arnould **20070225202910] [Add a darcs ebuild for libextl, needed for ion3-darcs Brice Arnould **20070225202806] [adapt ion3 to modular X (DEPs borrowed from ion3-20061223.ebuild) Brice Arnould **20070220224211] [Bump gtk2hs ebuild to 0.9.11 final release Duncan Coutts **20070224024908] [Eliminate reference to undeclared svg use flag Duncan Coutts **20070222114122] [Sync gtk2hs darcs ebuild with the normal tarball ebuild Duncan Coutts **20070222111601] [remove superfluous echo calls at suggestion of ferringb Andres Loeh **20070221171919] [make paludis, repoman and emerge happier Brice Arnould **20070218171638 The naive Makefile generate digest required for the default emerge setup to works. It also add a few files and dires that paludis need (repo_name is necessary due to GLEP 42). Please don't be rude, it's my first try :-D ] [Remove ebuilds with missing distfiles Brice Arnould **20070218165324] [Fix syntax error, tabify, paranoid quoting Lennart Kolmodin **20070220065157] [Add mkcabal-darcs Lennart Kolmodin **20070217153336] [Updates to HAppS ebuild Lennart Kolmodin **20070217091508 Heh, opps.. ] [Policy fixes and cleanup to the binary ebuild Lennart Kolmodin **20070216070123] [Add mtl dep to contributed crypto ebuild Duncan Coutts **20070215231521] [dev-haskell/crypto: Use external newbinary Bryan Donlan **20070106032430 On GHC 6.6 the hack of using a private copy of NewBinary actually causes the crypto package to fail in ghci (ghci -package crypto) with: ghc-6.6: /usr/lib/Crypto-3.0.3/ghc-6.6/HSCrypto-3.0.3.o: unknown symbol `Cryptozm3zi0zi3_GentooziPrivateziNewBinaryziBinary_getBits_closure' This patch uses a dependency on dev-haskell/newbinary rather than trying to add the newbinary code to our source directory. ] [Quoting pedantry in contributed newbinary ebuild Duncan Coutts **20070215231347] [Update NewBinary to latest upstream version Bryan Donlan **20070106030528 This is needed to build under GHC 6.6. I've also opted to use upstream's date versioning here. ] [Have a go at fixing up the lambda and shellac ebuilds Duncan Coutts **20070215231113 All delightfully untested ] [Tidy up the lambda-0.5 ebuild Duncan Coutts **20070215230300 Again, untested :-) ] [Tidy up the gslhaskell-darcs ebuild Duncan Coutts **20070215230012 Hopefully it still works, I've not tested it :-) It has quite a few deps I don't feel like installing. ] [Put gslhaskell under dev-haskell/ for the moment Duncan Coutts **20070215225937 Which is where the -darcs version lives too ] [dev-haskell/gslhaskell-darcs dependency fix Daniel Nilsson **20061211223748] [dev-haskell/gslhaskell-darcs ebuild Daniel Nilsson **20061211152706] [Updates to lambda (0.5), shellac (0.6), and shellac-readline (0.3) Dennis Griffith **20070116032158] [Add GSLHaskell Duncan Coutts **20070215224409 Patch originally contributed by kyle2@mit.edu but for some reason it no longer applied so I did it manually and fixed up a couple things. ] [Add binary Spencer Janssen **20070216015145] [Add test cases for GHC 6.6 Lennart Kolmodin **20070215190804] [Add html dummy package Duncan Coutts **20070214144212] [Remove old fps versions Duncan Coutts **20070208214422] [Add ebuild for HAppS Lennart Kolmodin **20070213211114] [Ralf says Hope works on amd64 Andres Loeh **20070213210120] [Ralf says that Omega works on amd64 Andres Loeh **20070212075025] [added missing mtl dependency for crypto-3.0.3 Andres Loeh **20070211211828] [dummy lib ebuilds install dummy files in ghc-libdir to be picked up by g