gpo.zugaina.org

Search Portage & Overlays:

dev-haskell/missingh

Large utility library

Screenshots

  • missingh-1.6.0.0
    ~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux
    doc hscolour profile test

    View      Download      Browse     License: BSD   
    Overlay: gentoo
  • missingh-1.6.0.0
    ~amd64 ~amd64-linux
    doc hscolour hoogle profile test

    View      Download      Browse     License: BSD   
    Overlay: haskell
  • missingh-1.4.3.0-r1
    amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux
    doc hscolour profile test

    View      Download      Browse     License: BSD   
    Overlay: gentoo

ChangeLog

commit db98782e890b3cebf75a19b2da3a1bdcbee17fa4
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 12 06:28:08 2023 -0600

*/*: Remove [profile?] from ghc RDEPEND

This reverts commit b2f01bbf1333c88785109bebf75d49a3bd623727.

Adding [profile?] universally causes issues with exe-only packages with
no profile USE flag. This is better handled in the eclass.

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit a2f524e74d7e5e5000c1d057a74dcd7f4af7b43c
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sat May 6 17:04:20 2023 -0600

*/*: Remove ~x86 (and related) from KEYWORDS

x86 is mostly untested, and even building a subset of ::haskell
revealed failing tests which pass on amd64.

With the new behavior of hackport to only add ARCH to KEYWORDS, there
will be CI failures if a package has ~x86 removed but not from its
revdep tree as well. The only sensible mitigation is to remove ~x86
tree-wide until we have a dedicated tester willing to fix current bugs.

See: https://github.com/snoyberg/mono-traversable/issues/210
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit b2f01bbf1333c88785109bebf75d49a3bd623727
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri May 5 15:53:40 2023 -0600

*/*: Add [profile?] to ghc RDEPEND

Any package that depends on 'base' will require the 'base' profiling
libs when profiling is enabled. Because virtually every package depends
on 'base', it makes sense to add [profile?] universally to
'dev-lang/ghc' in RDEPEND.

Reported-by: Filip Kszczot <filip@kszczot.pl>
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit fa4df8a7c452f0b08e8ce79553b7dcce0c579e36
Author: hololeap <hololeap@users.noreply.github.com>
Date: Fri Feb 17 16:17:54 2023 -0700

*/*: Switch to optional ghc/process dep

Removing dev-haskell/process has been causing issues due to := slot
operators which require many rebuilds, even on systems that are already
upgraded to ghc-9.2.5 or later.

Instead, use something like this and wait a few months before masking
dev-haskell/process for removal:

|| ( dev-lang/ghc dev-haskell/process )

Remove mask on dev-haskell/process

This reverts commit 3a1b20f9f15237dd4d4b98c3b832baa2b375b673

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 3a1b20f9f15237dd4d4b98c3b832baa2b375b673
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Feb 16 10:09:55 2023 -0700

dev-haskell/process: Mask for removal

Exposing the 'process' package as a portage package has proven to be
a bad idea, creating many complications and system inconsistencies.

The version that comes bundled with GHC needs to be the only version
on the system. If upgrades to the 'process' package are needed, it
needs to be done through dev-lang/ghc.

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 48a575e132f6493e6cd7e239df28ffa79c337469
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 15 15:44:17 2023 +1100

dev-haskell/missingh: drop 1.5.0.1-r1

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 7ee23bbc4ec707c426dad68894c4561ab3e02c85
Author: Jack Todaro <solpeth@posteo.org>
Date: Sun Jan 15 15:44:15 2023 +1100

dev-haskell/missingh: add 1.6.0.0

Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 8e285d8a3bee59bd7b9c86137fe081b68237e151
Author: hololeap <hololeap@users.noreply.github.com>
Date: Sun Jan 8 12:59:33 2023 -0700

dev-haskell/missingh: Hackage revision bump

Refresh ebuild, add 'process' to RDEPEND

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1381
Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit 7665b42ed24acbf5f6c83018f3a6552de3f9755e
Author: hololeap <hololeap@users.noreply.github.com>
Date: Thu Nov 3 23:16:58 2022 -0600

dev-haskell/missingh: drop 1.4.3.0-r2

Signed-off-by: hololeap <hololeap@users.noreply.github.com>

commit f2eaa8a0e96377476aa1843b0c3c0790bf3f8f6b
Author: Sergey Alirzaev <l29ah@riseup.net>
Date: Wed Nov 2 22:00:45 2022 +0100

dev-haskell/missingh: add 1.5.0.1

for ghc-9.2 support; even tests work

commit 9672ee12c9c489f9e5bfdee329a4e6aed692fe4d
Author: Sam James <sam@gentoo.org>
Date: Sat Jul 30 06:55:18 2022 +0100

*/*: fix https->https in metadatd dtd

Newer hackport fixes this (in git, not tagged yet).

Signed-off-by: Sam James <sam@gentoo.org>

commit 3be430feb168f54686a5018d1017d945221b5f1f
Author: Jack Todaro <solpeth@posteo.org>
Date: Wed Jan 19 13:09:41 2022 +1100

dev-haskell/missingh: allow any version of random

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit e1c12df51a75b53806fe1f35d95fdc43c8289138
Author: Jack Todaro <solpeth@posteo.org>
Date: Sat Oct 9 09:52:29 2021 +1100

dev-haskell/missingh: disable network-2 compatibility

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 748eb03399ea37f8410b88159f85c544a38193b6
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Jun 29 19:23:50 2021 +1000

dev-haskell/missingh: Loosen base dep

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Mark Wright <gienah@gentoo.org>

commit ad2781a88d08423d39f01fa018c848fe6196fe32
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Sep 27 13:58:56 2020 +0100

dev-haskell/missingh: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 780075a70af2171aaa259ed5630ddfccee47814d
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Wed Sep 2 00:17:13 2020 +0100

*/*: use https:// for hackage URIs

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 1d8ec4465939015dd9cc21d3f0301734430b8886
Author: Jack Todaro <solpeth@posteo.org>
Date: Fri Apr 10 10:32:19 2020 +1000

dev-haskell/missingh: bump up to 1.4.3

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Jack Todaro <solpeth@posteo.org>

commit 3ff630a09b41ff4eb9eb6c254110a5dd9b701e99
Author: Philippe Baril Lecavalier <pbl.ltx@gmail.com>
Date: Fri Dec 20 19:26:46 2019 -0500

dev-haskell/missingh: drop old

Keep last: 1.4.2.1

Signed-off-by: Philippe Baril Lecavalier <pbl.ltx@gmail.com>

commit 3d16013c65cc8986c7537d76ed3a2855e978d057
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 23 15:39:53 2019 +0000

*/*: Inline mirror://hackage and update URIs

Follow ::gentoo commit 2a2e66a9407205f18
("*/*: Inline mirror://hackage and update URIs ")

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 00eaf2de03e1a7594af65120276e3de3dda06bac
Author: Mark Wright <gienah@gentoo.org>
Date: Mon Oct 14 19:11:59 2019 +1100

dev-haskell/missingh: Patches from upstream for ghc 8.8

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Mark Wright <gienah@gentoo.org>

commit 87d78d46fda37aad31d26477e0fa9aa134513f18
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Oct 11 16:13:29 2018 +1100

dev-haskell/missingh: Patch by Ryan Scott for ghc 8.6

Package-Manager: Portage-2.3.50, Repoman-2.3.11

commit 6ab48ea85eaef13213b90834797e885b1f26bb0d
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Sep 29 09:09:00 2018 +0100

dev-haskell/missingh: drop USE=test: missing files

Package-Manager: Portage-2.3.50, Repoman-2.3.11

commit 2a94f64d40e69b69ddfa1b5da7906d17009e5e6f
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Nov 24 09:25:20 2017 +0000

refresh Manifests

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 1a6ba469382ab24f8b77b4ff3b043b6e2ed68306
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Tue Feb 28 21:38:05 2017 +0000

follow ::gentoo in removing '# $Id$' headers

Done as
$ sed -i */*/*.ebuild -e '/^# \$Id\$$/d'

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 0b23acbd93a4b5cd1c3cdaa59ef92666509cf15b
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Sep 4 10:55:39 2016 +0100

dev-haskell/missingh: bump up to 1.4.0.1

Package-Manager: portage-2.3.0

commit cb425417e619f2601ff26e72290ee0569c4354c6
Author: Sergei Trofimovich <siarheit@google.com>
Date: Wed May 18 09:27:30 2016 +0100

sync keywords from ::gentoo

Signed-off-by: Sergei Trofimovich <siarheit@google.com>

commit 9ea6a7f92d7c21fd1a27d90450a06641bc2817f9
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Apr 24 18:58:43 2016 +1000

dev-haskell/missingh: Fix compile with 8.0.1 rc4

commit 3e575f6f8fe3d8c2def4679686fd8969ff633d5a
Author: Mark Wright <gienah@gentoo.org>
Date: Wed Apr 20 10:40:02 2016 +1000

dev-haskell/missingh: Patch for ghc 8.0.1 rc3

commit aa19eeb10bc2eb3e09f93fa8a102c322742943e4
Author: Vikraman Choudhury <vikraman@gentoo.org>
Date: Tue Jan 26 14:19:48 2016 -0500

Update metadata.xml for GLEP 67

commit b9c11d9d44644f6a277de1f7af562de56e786675
Author: Sergei Trofimovich <siarheit@google.com>
Date: Sun Aug 9 10:37:52 2015 +0100

convert '# $Header: ' lines to '# $Id$'

The change was adopted when ::gentoo switched to git.

https://github.com/trofi/gentoo-qa/blob/master/check_header.sh

Signed-off-by: Sergei Trofimovich <siarheit@google.com>

commit a419b3824728bc392cbc601f1b213e1e834881a3
Author: ustcscgy <ustcscgy@163.com>
Date: Tue Jun 23 19:38:42 2015 +0800

dev-haskell/missingh: add missing dependency; fix homepage

commit 8d749857e238f6c2cd783cd0cd43d771c470b55b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Nov 1 20:12:16 2014 +0000

dev-haskell/missingh: bump up to 1.3.0.1

Package-Manager: portage-2.2.14

commit 7caba65cd543fbfef1c994cc43a84a5dec653ce7
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jul 24 18:07:32 2014 +0300

metadata.xml: from <maintainer> field in favour of <herd> one

Mangled by tiny tool:
https://github.com/trofi/gentoo-qa/blob/master/shrink_haskell_metadata.hs

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 3a0e12e3b10c03b52223de5f5bb6052c817e83c7
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Thu Mar 20 14:47:53 2014 +0400

drop ~sparc arch

commit ffce6c748e9b697bc848327eed9b13af4713b103
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Mar 10 16:30:09 2014 +0300

dev-haskell/missingh: bump up to 1.2.1.0

commit 69b81d06a9b2b21447aced2a302080e16d4b06d8
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Feb 21 22:43:49 2014 +0300

sync keywords from gx86

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 61030db8fd4b3c43e9e90718f0d6827850089e58
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Jan 19 12:42:52 2014 +0300

sync keywords from gentoo-x86

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit f45841eae400024e926f13a114084fe0d6e47004
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Sep 28 12:57:02 2013 +1000

apply tweaks for ghc 6.12 from portage to missingh 1.2.0.2

commit 70c88824390248717672dc2af99e89c9e7036da9
Author: Mark Wright <gienah@gentoo.org>
Date: Sat Sep 28 01:33:45 2013 +1000

Patch missingh 1.2.0.2 for ghc 7.7

commit c0dbb42ff352ee8e73519d5fd609a181f12d5c8e
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Aug 25 09:48:31 2013 +0300

dev-haskell/missingh: bump up to 1.2.0.2

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 20a8cb303bdcf5766a1669dcd26cd83a1aa64aee
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Aug 3 20:02:14 2013 +0300

dev-haskell/missingh: bump up to 1.2.0.1

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 7b7f9d3ddc1aaab80a6d1900ced5737623974569
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sun Jul 28 00:12:46 2013 +0300

dev-haskell/missingh: allow QC-2

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 7262648ba9ca3ea4c7ecfa125751b9107c7f6bd0
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Mon Jul 22 19:20:55 2013 +0300

syn keywords from portage

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 3c75f598410a2e25c6c2532242ca311636314872
Author: Mark Wright <gienah@gentoo.org>
Date: Tue Apr 2 16:19:16 2013 +1100

missingh - sync with portage

commit 73a94310eadb714d0860b9c162611a75b57c191b
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Dec 7 01:34:51 2012 +0300

get rid of 'dev-haskell/time' dependency as it's really a core library

And since ghc-7.6 it's even harder to upgrade, as
directory, haskell98 and others depend on time-1.4.0.1
thus it's unsafe to upgrade it.

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 9b880997259ef9a0cbaba82f6c9ec9890d342c21
Author: Mark Wright <gienah@gentoo.org>
Date: Sun Oct 21 13:43:45 2012 +1100

Bump missingh to 1.2.0.0

commit eb30d7a6b8a6ecec5ea09cbc0a712cf0dbf1d11f
Author: Mark Wright <gienah@gentoo.org>
Date: Thu Sep 13 01:10:02 2012 +1000

fix missingh 1.1.1.0 build with ghc 7.6.1

commit 7db4e1b65c2de61d0028528402e5f4d4f1112cf1
Author: Alexander Vershilov <alexander.vershilov@gmail.com>
Date: Fri Sep 7 17:44:46 2012 +0400

big mirror update

commit eeec21f6eca73fd0f6ee0a2a6c1457bbcb32a406
Author: nCdy <nCdy@live.com>
Date: Thu Sep 6 15:25:48 2012 +0400

Metadata updates

commit 88bbb0224ca4d45e00f0f64b16b0c8e79dab66f1
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Fri Jun 15 03:11:07 2012 +0300

regenerated all Manifests to make use of 'thin' feature in one shot

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 3954c7827d8c22fe8eae3889547475b756e1a4d2
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Sat Mar 3 14:19:22 2012 +0300

synced stable KEYWORDS from portage

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit ddfc3d1aa83b3634fb3be0d8024f3d6afe252445
Author: Mark Wright <markwright@internode.on.net>
Date: Thu Nov 17 23:17:59 2011 +1100

Add hoogle support

commit 789ddc750bcb224cdfd1197660f2e66e41477542
Author: Mark Wright <markwright@internode.on.net>
Date: Sun Oct 23 13:52:17 2011 +1100

Bump missingh to 1.1.1.0, built with ghc 7.2.1, 7.0.4 and 6.12.3

commit 65b644d3b9e586a46b9f391d53db735eee87a2e2
Author: Sergei Trofimovich <slyfox@gentoo.org>
Date: Thu Jul 28 11:00:31 2011 +0300

dev-haskell/missingh: fix build against ghc-7.2

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

commit 1afddba5c5ad072e611ef54c94d5f2fb47a0db5b
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Sat Dec 18 20:37:58 2010 +0000

missingh-1.1.0.3 gets USE=test (I promised it in bug #294306)

commit 0a5eb226b8e864e1aa77ef9db395dd6bc636a075
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Wed Jun 30 18:47:09 2010 +0000

missingh-1.1.0.3: requires base-4, bump dep on ghc

commit e6789948fc71da216ba78da63037a5e887c7cb50
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Wed Jun 30 17:23:37 2010 +0000

missingh: remove unneeded deps

commit 7ff7e1244a7232376b5acb9cebc2b4b048802c36
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Mon Jun 14 17:54:12 2010 +0000

missingh: fix spaces/tabs

commit daf8fecc25b4fb406a33336c318a0dc349e543d8
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Wed May 26 20:43:48 2010 +0000

Bump missingh

commit 84d737156d342488647098a947d31743061b7a91
Author: Sergei Trofimovich <slyfox@community.haskell.org>
Date: Tue Jan 19 20:18:22 2010 +0000

missingh-1.1.0.1.ebuild: worked around cabal-1.8 bug (testpack pull), converted source to utf-8 (hscolour breakage)

commit ac18c089df8ec70b9c45d51cf2ac72d2d58dd081
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Wed Dec 23 08:35:04 2009 +0000

The great filepath removal!
Yet another boot library, blah, blah, blah.

It's quite possible that removing filepath has made some packages with bad deps
(if they depend on filepath-1.1.* but you try to build them with ghc-6.6 which came with
filepath-1.0); if this is the case, please let us know.

commit 795efe08ed3821637c5cd10d5a36ef7851aa6c41
Author: Ivan.Miljenovic@gmail.com <unknown>
Date: Wed Dec 23 08:26:33 2009 +0000

Remove old versions of missingh

commit 6a3b9c9c21f43bd4dd1ea4b5cef0b52c29bc1666
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Tue Dec 22 20:37:57 2009 +0000

missingh: bump to 1.1.0.1

commit 40bdc9631e987b1870471a4f1cb0133d836cf2cf
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Thu Mar 26 06:56:41 2009 +0000

Sync KEYWORDs and QA from the portage tree

commit 5f9c7ae36dbc515f7074c146d5043b1d58e2005d
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sat Feb 14 10:42:14 2009 +0000

Remove duplical deps on hunit
Spotted by Mr. Anderson <walch.martin@web.de>

commit 10cdf185f570e80ed3e7c3503d3267abdf987b72
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sat Feb 14 09:50:37 2009 +0000

Bump MissingH-1.0.3
Fix contstraints for ghc 6.10, fix error with haddock

commit d3fa5d2f55a74483972fcbcf4c5b501f86f753ba
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sat Oct 25 11:54:59 2008 +0000

Bump missingh to 1.0.2.1 (using hackport), fix quickcheck dep

commit c83b709b415ed593c6d653a627dad740081e3eda
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sun May 4 11:51:22 2008 +0000

Add MissingH 1.0.2.0

commit c47ca2cfc2979863ea0433060ef08ab8e26d2dab
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sun May 4 11:50:47 2008 +0000

Fix missing and excessive deps

commit cbc41d8dec5b53418483226516e504ab9002893f
Author: Lennart Kolmodin <kolmodin@gentoo.org>
Date: Sun May 4 11:26:07 2008 +0000

MissingH needs quickcheck-1

commit 4758684fad880a6069481edce276c06492a37420
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sun Jan 13 15:51:18 2008 +0000

Add a bunch of new and updated packages

commit d62c99200913daf157d3ccc651f7b74651e0e0ad
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Thu Dec 20 23:01:42 2007 +0000

Sync lots of minor changes from portage, mostly keywords.

commit a4f267f56e606ea0f12249a9773447ec1201cc43
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Tue Dec 11 16:01:36 2007 +0000

Make missingh work with 6.8

commit 30cf24e0473d0d884a6c32ed63eb08885eb35b19
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Tue Aug 28 11:51:13 2007 +0000

Remove loads of digest and files dirs
digest files are not used anymore, only the Manifest files.

commit 494a3390613595d63a3008fb9e8a3819c3f8e827
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Wed Jul 11 20:52:21 2007 +0000

Change virtual/ghc to dev-lang/ghc in all DEPENDs
(and another change that snuck in: add ~amd64 to x11-extras and xmonad)

commit 36ee1bec5858d9e23271ce35b7a7d15e912b569b
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sun Jul 8 15:22:37 2007 +0000

Merge einfo/elog and dep version changes from portage

commit 0bb455c73f5bb3c6ec9f0577ea0f850e23fb1ac5
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Sat Jul 7 20:35:49 2007 +0000

Update missingh deps and add new version.

commit f4b0826b14f228c1b928981e3439de52b575ce01
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Fri Jul 6 16:15:12 2007 +0000

Add even more missing deps to missingh

commit 04c4a3df68d8e1e734188518aa8252947093fcc1
Author: Daniel Nilsson <vq@telia.com>
Date: Fri Jul 6 15:04:16 2007 +0000

missingh ebuild update

commit 289220bd0b2ccf72e077c5cd38aa69f8e1b6e488
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Mon Apr 30 09:12:24 2007 +0000

Sync portage->overlay
Mostly dcoutts stuff, but also some of cparrots stabilizations

commit e500c052ce8d0f81051127684c883b11805b4183
Author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
Date: Tue Apr 3 19:03:16 2007 +0000

Add Manifests and digests (merging is a bitch)
Either play with find . -name '...' | xargs .. or simply darcs get a fresh
copy of the repo.

commit 466a2089afb1f639e7cfc30ccd091535ffa397aa
Author: der_eq@freenet.de <unknown>
Date: Tue Feb 27 12:04:32 2007 +0000

Missingh-0.18.1 ebuild
Might need testing on ghc-6.4

commit eea101f2d7048a44092d6dacb938b8cb481982ba
Author: der_eq@freenet.de <unknown>
Date: Tue Feb 27 11:47:54 2007 +0000

URL fix for missingh-0.16.0

commit 883275f1f41ca9ab14b245ffc5fa6320671af666
Author: basvandijk@home.nl <unknown>
Date: Fri Oct 20 10:40:34 2006 +0000

>=ghc-6.4.1 -> >=ghc-ghc-6.4.2 for missingh

commit dcafa86920578e1c0bdd20b2d392389883b7a9fb
Author: Duncan Coutts <dcoutts@gentoo.org>
Date: Thu Oct 19 23:05:29 2006 +0000

New version of missingh
Still needs to be updated for modular lib deps

commit 83c00f1774fb7cd4c57022116fe7e0bb40aeba3f
Author: Andres Loeh <kosmikus@gentoo.org>
Date: Tue Sep 5 19:44:29 2006 +0000

move everything from portage/ to /