diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-25 05:08:55 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-25 05:08:55 +0000 |
commit | 99ababa96659fa459902159c6cb10b5a7b83cfc2 (patch) | |
tree | bedd692b88d339896ffb3f439fa42b04995f5be6 /dev-haskell/glob | |
parent | version bump (diff) | |
download | gentoo-2-99ababa96659fa459902159c6cb10b5a7b83cfc2.tar.gz gentoo-2-99ababa96659fa459902159c6cb10b5a7b83cfc2.tar.bz2 gentoo-2-99ababa96659fa459902159c6cb10b5a7b83cfc2.zip |
dev-haskell/glob: layout 0.7.2
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/glob')
-rw-r--r-- | dev-haskell/glob/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/glob/glob-0.7.2.ebuild | 32 | ||||
-rw-r--r-- | dev-haskell/glob/metadata.xml | 11 |
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-haskell/glob/ChangeLog b/dev-haskell/glob/ChangeLog new file mode 100644 index 000000000000..dd56683bd409 --- /dev/null +++ b/dev-haskell/glob/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/glob +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glob/ChangeLog,v 1.1 2013/08/25 05:08:55 qnikst Exp $ + +*glob-0.7.2 (25 Aug 2013) + + 25 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +glob-0.7.2.ebuild, + +metadata.xml: + dev-haskell/glob: layout 0.7.2 diff --git a/dev-haskell/glob/glob-0.7.2.ebuild b/dev-haskell/glob/glob-0.7.2.ebuild new file mode 100644 index 000000000000..734fbbd598ac --- /dev/null +++ b/dev-haskell/glob/glob-0.7.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glob/glob-0.7.2.ebuild,v 1.1 2013/08/25 05:08:55 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="Glob" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Globbing library" +HOMEPAGE="http://iki.fi/matti.niemenmaa/glob/" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/dlist-0.4:=[profile?] + <dev-haskell/dlist-0.6:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] + <dev-haskell/transformers-0.4:=[profile?] + >=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/glob/metadata.xml b/dev-haskell/glob/metadata.xml new file mode 100644 index 000000000000..a819d2046501 --- /dev/null +++ b/dev-haskell/glob/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <longdescription> + A library for globbing: matching patterns against file paths. + </longdescription> +</pkgmetadata> |