diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 04:24:55 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2013-08-26 04:24:55 +0000 |
commit | e68449a3f0cdbcc011330c1540f8adffbef42c6d (patch) | |
tree | e436d8b8073093a46aec06b5958b9de537e71141 /dev-haskell/asn1-types | |
parent | dev-haskell/blaze-builder-conduit: 1.0.0 (diff) | |
download | gentoo-2-e68449a3f0cdbcc011330c1540f8adffbef42c6d.tar.gz gentoo-2-e68449a3f0cdbcc011330c1540f8adffbef42c6d.tar.bz2 gentoo-2-e68449a3f0cdbcc011330c1540f8adffbef42c6d.zip |
dev-haskell/asn1-types: 0.2.0
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/asn1-types')
-rw-r--r-- | dev-haskell/asn1-types/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/asn1-types/asn1-types-0.2.0.ebuild | 23 | ||||
-rw-r--r-- | dev-haskell/asn1-types/metadata.xml | 11 |
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/asn1-types/ChangeLog b/dev-haskell/asn1-types/ChangeLog new file mode 100644 index 000000000000..b255a210460f --- /dev/null +++ b/dev-haskell/asn1-types/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/asn1-types +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-types/ChangeLog,v 1.1 2013/08/26 04:24:55 qnikst Exp $ + +*asn1-types-0.2.0 (26 Aug 2013) + + 26 Aug 2013; Alexander Vershilov <qnikst@gentoo.org> +asn1-types-0.2.0.ebuild, + +metadata.xml: + dev-haskell/asn1-types: 0.2.0 diff --git a/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild b/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild new file mode 100644 index 000000000000..19279eef2a45 --- /dev/null +++ b/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild,v 1.1 2013/08/26 04:24:55 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="ASN.1 types" +HOMEPAGE="http://github.com/vincenthz/hs-asn1-types" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.12.1:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/asn1-types/metadata.xml b/dev-haskell/asn1-types/metadata.xml new file mode 100644 index 000000000000..b1b68d68d587 --- /dev/null +++ b/dev-haskell/asn1-types/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> + ASN.1 standard types + </longdescription> +</pkgmetadata> |