summaryrefslogtreecommitdiff
path: root/dev-haskell/xml
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/xml
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/xml')
-rw-r--r--dev-haskell/xml/Manifest4
-rw-r--r--dev-haskell/xml/metadata.xml8
-rw-r--r--dev-haskell/xml/xml-1.3.12.ebuild24
-rw-r--r--dev-haskell/xml/xml-1.3.13.ebuild24
-rw-r--r--dev-haskell/xml/xml-1.3.14.ebuild26
-rw-r--r--dev-haskell/xml/xml-1.3.8.ebuild23
6 files changed, 109 insertions, 0 deletions
diff --git a/dev-haskell/xml/Manifest b/dev-haskell/xml/Manifest
new file mode 100644
index 00000000000..5fe48820cb4
--- /dev/null
+++ b/dev-haskell/xml/Manifest
@@ -0,0 +1,4 @@
+DIST xml-1.3.12.tar.gz 11921 SHA256 51410e12facc989bad32133a58d3ffc624a2ce8e1b1b4cfc49c27fa0ecb7b8d2 SHA512 52d5295deca108fc97bb14429c9d3fcbe7f7dc44611de70c7c894acd989f3c8050ae1803bb5814249e10de1eaf07bea5d7e15d5019a602ada6687834a78c923e WHIRLPOOL c47cf7b0ebf05588cf07e4c8b0f7775846c335aa55f5a4379f9a26e2bf7e1a867403f325c77e16c36314d229faeccf806d7e3782b83a6b1b1071b789cda92ad3
+DIST xml-1.3.13.tar.gz 12082 SHA256 c33607cef8a48d878b0e617e115135fc6f025fe43dcb65c2c7afb8285415b813 SHA512 d38b74d2f57eb6b19b6b60407ac0832b391d85aa74a26aa325be0a6b79457e94333a07c7b986baca66d6135073c00fb9f6c0b7d6959e44a365397d7b9cc1644f WHIRLPOOL 476d165395fc5d7436c5cecba94b1828344180543be4874b1d4bea1b4f4ea5035b30c60f51e71f105fe75c9d39b80d3ba3bd65584857cb067462dbf43a591308
+DIST xml-1.3.14.tar.gz 12048 SHA256 32d1a1a9f21a59176d84697f96ae3a13a0198420e3e4f1c48abbab7d2425013d SHA512 2ddaa6c837fe85a06c751a66ae2c185fb7190f51f24649a668032b048b3e1b15982b45c86dfee4131453f0bd1ed704e934090bbede252a2b6de30c5f4ad44137 WHIRLPOOL 130edb77870fcfc1abfe3742ab6e42c736e65ad28b8238b508011f63ff25266d2c35437bde478ba19535efc3910651e7d1e6f842155edb101af53d39c52262b0
+DIST xml-1.3.8.tar.gz 11789 SHA256 5da2ce4b6424fa98c7e1f79cc4875d40646d5ed95b053e36f71fa70488f81b59 SHA512 5fae567ff3b92b96abb0377aa5c710a3a5ab5b5ece73a6b9be654737a5affd978a2304f5b88b7dfd468f698c7c13eb17075bba1a047bc401d5a9ac15dc830e59 WHIRLPOOL 7e100dffd4629828ad174b559a96aa7c3937a113bb6a2ba39c3b090570f95d31f7c4ab98a91b6e1deb9a3c5aecd17aa18cfbd32f902d271a4eabfeb1aacdca9d
diff --git a/dev-haskell/xml/metadata.xml b/dev-haskell/xml/metadata.xml
new file mode 100644
index 00000000000..24b0f5da4db
--- /dev/null
+++ b/dev-haskell/xml/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>
+ <longdescription>
+ A simple XML library.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/xml/xml-1.3.12.ebuild b/dev-haskell/xml/xml-1.3.12.ebuild
new file mode 100644
index 00000000000..6635d67240d
--- /dev/null
+++ b/dev-haskell/xml/xml-1.3.12.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="4"
+
+CABAL_FEATURES="lib profile haddock hscolour hoogle"
+inherit haskell-cabal
+
+DESCRIPTION="A simple XML library"
+HOMEPAGE="http://code.galois.com"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="dev-haskell/text[profile?]
+ >=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"
diff --git a/dev-haskell/xml/xml-1.3.13.ebuild b/dev-haskell/xml/xml-1.3.13.ebuild
new file mode 100644
index 00000000000..0af142bafdc
--- /dev/null
+++ b/dev-haskell/xml/xml-1.3.13.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A simple XML library"
+HOMEPAGE="http://code.galois.com"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+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/xml-1.3.14.ebuild b/dev-haskell/xml/xml-1.3.14.ebuild
new file mode 100644
index 00000000000..e31c894efb1
--- /dev/null
+++ b/dev-haskell/xml/xml-1.3.14.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A simple XML library"
+HOMEPAGE="http://code.galois.com"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
diff --git a/dev-haskell/xml/xml-1.3.8.ebuild b/dev-haskell/xml/xml-1.3.8.ebuild
new file mode 100644
index 00000000000..c9e9333f697
--- /dev/null
+++ b/dev-haskell/xml/xml-1.3.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.13
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A simple XML library"
+HOMEPAGE="http://code.galois.com"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"