summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-12-10 14:42:21 +0000
committerMark Wright <gienah@gentoo.org>2013-12-10 14:42:21 +0000
commit49f7b9df62e8a8b958bde77e4193abe6a946c2b7 (patch)
tree974eebab2c9332801c38515eeb1d9544ed824ac0 /dev-haskell/asn1-types
parentBump http-types to 0.8.3 (diff)
downloadgentoo-2-49f7b9df62e8a8b958bde77e4193abe6a946c2b7.tar.gz
gentoo-2-49f7b9df62e8a8b958bde77e4193abe6a946c2b7.tar.bz2
gentoo-2-49f7b9df62e8a8b958bde77e4193abe6a946c2b7.zip
Bump asn1-types to 0.2.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/asn1-types')
-rw-r--r--dev-haskell/asn1-types/ChangeLog7
-rw-r--r--dev-haskell/asn1-types/asn1-types-0.2.2.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/dev-haskell/asn1-types/ChangeLog b/dev-haskell/asn1-types/ChangeLog
index 013376a1ae19..034057800279 100644
--- a/dev-haskell/asn1-types/ChangeLog
+++ b/dev-haskell/asn1-types/ChangeLog
@@ -1,6 +1,11 @@
# 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.4 2013/11/24 19:36:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/asn1-types/ChangeLog,v 1.5 2013/12/10 14:42:21 gienah Exp $
+
+*asn1-types-0.2.2 (10 Dec 2013)
+
+ 10 Dec 2013; Mark Wright <gienah@gentoo.org> +asn1-types-0.2.2.ebuild:
+ Bump asn1-types to 0.2.2
24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> asn1-types-0.2.0.ebuild:
Stable for x86, wrt bug #488750
diff --git a/dev-haskell/asn1-types/asn1-types-0.2.2.ebuild b/dev-haskell/asn1-types/asn1-types-0.2.2.ebuild
new file mode 100644
index 000000000000..21cfe88d18ba
--- /dev/null
+++ b/dev-haskell/asn1-types/asn1-types-0.2.2.ebuild
@@ -0,0 +1,25 @@
+# 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.2.ebuild,v 1.1 2013/12/10 14:42:21 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.5.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.8.0.2
+"