diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 14:26:27 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 14:26:27 +0000 |
commit | 57ff5a39e9710e885cc37c60de6d2fa5f47f486d (patch) | |
tree | 678ae03886e5260290b5d5240596c88103105113 /dev-haskell | |
parent | amd64/x86 stable, bug #266138 (diff) | |
download | historical-57ff5a39e9710e885cc37c60de6d2fa5f47f486d.tar.gz historical-57ff5a39e9710e885cc37c60de6d2fa5f47f486d.tar.bz2 historical-57ff5a39e9710e885cc37c60de6d2fa5f47f486d.zip |
Initial version of dev-haskell/ghc-paths
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/ghc-paths/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/ghc-paths/Manifest | 14 | ||||
-rw-r--r-- | dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild | 20 | ||||
-rw-r--r-- | dev-haskell/ghc-paths/metadata.xml | 8 |
4 files changed, 52 insertions, 0 deletions
diff --git a/dev-haskell/ghc-paths/ChangeLog b/dev-haskell/ghc-paths/ChangeLog new file mode 100644 index 000000000000..268098ce7ffb --- /dev/null +++ b/dev-haskell/ghc-paths/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-haskell/ghc-paths +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.1 2009/04/19 14:26:27 kolmodin Exp $ + +*ghc-paths-0.1.0.5 (19 Apr 2009) + + 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> +metadata.xml, + +ghc-paths-0.1.0.5.ebuild: + Initial version. + diff --git a/dev-haskell/ghc-paths/Manifest b/dev-haskell/ghc-paths/Manifest new file mode 100644 index 000000000000..7825ab83f24d --- /dev/null +++ b/dev-haskell/ghc-paths/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST ghc-paths-0.1.0.5.tar.gz 2304 RMD160 098804e5a48ce9381174245601b3896304464219 SHA1 f9a70a8564be268e4aa88436ea18fc84a1ce303a SHA256 ea9e97425894e3dbd7915e00e107e2e7fc07b6e8293fd2dd66a813f0673cba10 +EBUILD ghc-paths-0.1.0.5.ebuild 639 RMD160 dd00e54a02cdd5ffb8e9a8296b8912066aa46aa7 SHA1 73c8bb1643a41ef7394371166fb241ed348a2a38 SHA256 d4c5261ca4b81426a030e19f068dced7c458a787d2fcd576857855ce74dbf5ba +MISC ChangeLog 369 RMD160 798793af121c1326c9015ef52c6418a81260f114 SHA1 6f8645709452e644468451d3a0e78da9d20a548b SHA256 b2ba38bb3ec2944e073befb625e278b229ae8c5dc168a597036257010197ca0a +MISC metadata.xml 223 RMD160 7783e6057effb8b8f0b79cffe8b557b32c633839 SHA1 7b962c77f2e38479a9d1621ec8d307ca9f761753 SHA256 1d00c8be162a6cb87b3de440b3e63e10b39c12d56e8fbfe592e75aed872b2508 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.10 (GNU/Linux) + +iEYEARECAAYFAknrNJgACgkQ1n/CYbXjntLgGwCcCkmXwSB5Mbd0cvcC2ha5vbWt +ASoAn1PR8wvzKHrs2M+6K0Q//8+13d08 +=8wFB +-----END PGP SIGNATURE----- diff --git a/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild b/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild new file mode 100644 index 000000000000..26f5acd304ac --- /dev/null +++ b/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.5.ebuild,v 1.1 2009/04/19 14:26:27 kolmodin Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +DESCRIPTION="Knowledge of GHC's installation directories" +HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ghc-paths" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.8" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" + diff --git a/dev-haskell/ghc-paths/metadata.xml b/dev-haskell/ghc-paths/metadata.xml new file mode 100644 index 000000000000..8c66906af531 --- /dev/null +++ b/dev-haskell/ghc-paths/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>haskell</herd> +<maintainer> + <email>haskell@gentoo.org</email> +</maintainer> +</pkgmetadata> |