| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.30 2011/05/08 15:00:43 slyfox Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/ghc-package.eclass,v 1.31 2011/08/22 04:46:31 vapier Exp $ |
| 4 | # |
4 | |
| 5 | # @ECLASS: ghc-package.eclass |
5 | # @ECLASS: ghc-package.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # "Gentoo's Haskell Language team" <haskell@gentoo.org> |
7 | # "Gentoo's Haskell Language team" <haskell@gentoo.org> |
| 8 | # |
8 | # @AUTHOR: |
| 9 | # Original Author: Andres Loeh <kosmikus@gentoo.org> |
9 | # Original Author: Andres Loeh <kosmikus@gentoo.org> |
| 10 | # |
|
|
| 11 | # @BLURB: This eclass helps with the Glasgow Haskell Compiler's package configuration utility. |
10 | # @BLURB: This eclass helps with the Glasgow Haskell Compiler's package configuration utility. |
| 12 | # @DESCRIPTION: |
11 | # @DESCRIPTION: |
| 13 | # Helper eclass to handle ghc installation/upgrade/deinstallation process. |
12 | # Helper eclass to handle ghc installation/upgrade/deinstallation process. |
| 14 | |
13 | |
| 15 | inherit versionator |
14 | inherit versionator |