summaryrefslogtreecommitdiff
path: root/dev-haskell/xml-types
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/xml-types
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/xml-types')
-rw-r--r--dev-haskell/xml-types/Manifest5
-rw-r--r--dev-haskell/xml-types/metadata.xml11
-rw-r--r--dev-haskell/xml-types/xml-types-0.3.4.ebuild23
-rw-r--r--dev-haskell/xml-types/xml-types-0.3.6.ebuild25
4 files changed, 64 insertions, 0 deletions
diff --git a/dev-haskell/xml-types/Manifest b/dev-haskell/xml-types/Manifest
new file mode 100644
index 000000000000..0fa95ba69d62
--- /dev/null
+++ b/dev-haskell/xml-types/Manifest
@@ -0,0 +1,5 @@
+DIST xml-types-0.3.4.tar.gz 3857 BLAKE2B 67395009679fc88baaece0732346016787909ea66cd09ecd6d7e948e1cbce22fb508bc1df006202f8b883ee4ec8e5ec1614fa08d84ab13d1bbaf7306381e7d97 SHA512 85f5de90d6494cb1e85b01f6da71335f4843336295df7b346870570fbc33ce3d760c1b92b74ca15f7fed1554a3f60025a4d51a5a9cb3079321a394f5a6842836
+DIST xml-types-0.3.6.tar.gz 4020 BLAKE2B 450e50ee20a7f758dc353fa0331e1a224dabf10e7658f489afd6755d332813564e025b2fc4f9c46a83d5c4ec7437aa3ee7dbd093d1502af5c4f1caf1d431a269 SHA512 552f2230e55bc8e45a62e06bbe8c0cb7844c5d73185303b3290632a816c5956b781fff1b0a679ce33b1759f1b9c815dab8063f6b9ced0c9e94ac314cf77b34ea
+EBUILD xml-types-0.3.4.ebuild 605 BLAKE2B 073d79f980a3e7fc758d0134d4986693fee8c38b6f16c0814858a23c5f8b04550602bed47199616c7f7689362c37932d47f0b3226afeb9b59c81500a212601fc SHA512 4ee0348ffeb5ae638ddd31982d3bd56e78d711e8aeaf55229c5d0e1b60f4ebff5376c5f3d8e2865545b60a174b28a1c0be9c7d1dbd69da336c0e9c56a23abe7d
+EBUILD xml-types-0.3.6.ebuild 613 BLAKE2B f651dd52fadbe2a8366616c028472b7192b04f1d01a554bb8782907bf315dbd7015ab59bc15890398835926d3a6401363ed129b52ad0185ccacde4e2108664cd SHA512 c21b1613cf2d66b6c7ca1671c46ed2b810987cb1ffd7e72347a1448284d9b648b9907b6e68643e41be328e59564a58c89126a8a3465497f4133596dc0366feac
+MISC metadata.xml 323 BLAKE2B 3d422445fb4bd6461affc4e8f9b3de2347662565e30eb22a30a6048b5de530413f8fe68353b09f4ff725c745c48d75bdef3ff6a1020b51067780f7f1f4096dca SHA512 4804601815b29028ec211563a5ad12908733568472a92b3b31c1a3f582930ba5e1ef305e22d5b7994c0d686094623a97c67405c75de1db574c8f00fba624a235
diff --git a/dev-haskell/xml-types/metadata.xml b/dev-haskell/xml-types/metadata.xml
new file mode 100644
index 000000000000..3daaa927ccb7
--- /dev/null
+++ b/dev-haskell/xml-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>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ Basic types for representing XML
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/xml-types/xml-types-0.3.4.ebuild b/dev-haskell/xml-types/xml-types-0.3.4.ebuild
new file mode 100644
index 000000000000..98d995a9dabb
--- /dev/null
+++ b/dev-haskell/xml-types/xml-types-0.3.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Basic types for representing XML"
+HOMEPAGE="https://john-millikin.com/software/haskell-xml/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
+IUSE=""
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/xml-types/xml-types-0.3.6.ebuild b/dev-haskell/xml-types/xml-types-0.3.6.ebuild
new file mode 100644
index 000000000000..b0968f0f4f43
--- /dev/null
+++ b/dev-haskell/xml-types/xml-types-0.3.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Basic types for representing XML"
+HOMEPAGE="https://john-millikin.com/software/haskell-xml/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"