summaryrefslogtreecommitdiff
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-types
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
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-types')
-rw-r--r--dev-haskell/xml-types/Manifest4
-rw-r--r--dev-haskell/xml-types/metadata.xml8
-rw-r--r--dev-haskell/xml-types/xml-types-0.3.3.ebuild24
-rw-r--r--dev-haskell/xml-types/xml-types-0.3.4.ebuild24
-rw-r--r--dev-haskell/xml-types/xml-types-0.3.6.ebuild26
-rw-r--r--dev-haskell/xml-types/xml-types-0.3.ebuild24
6 files changed, 110 insertions, 0 deletions
diff --git a/dev-haskell/xml-types/Manifest b/dev-haskell/xml-types/Manifest
new file mode 100644
index 000000000000..ec08949b7c95
--- /dev/null
+++ b/dev-haskell/xml-types/Manifest
@@ -0,0 +1,4 @@
+DIST xml-types-0.3.3.tar.gz 3606 SHA256 963d3a195e3407b151692173422d3ec09a7e143fd08ed35503cc6a5cff836c4b SHA512 482f11053161eedd3c27a0c4eb428bb392864b6b043ea591664e2befc35ac9311fadb491d91786385560507c91b673be828d6b988be469123db84035d666fcef WHIRLPOOL 818700759676a9eb3377a68f89451cd0b1bccf08fc089553e630aea246f74ec386d5ec945c054cedd50fbdbbaf76c0ddbbcc89c6de23367b3736d30350e91eba
+DIST xml-types-0.3.4.tar.gz 3857 SHA256 1ee502b032e9a97c43250f476af69f65147667e3a1b4dd3bd404f64eb28c0999 SHA512 85f5de90d6494cb1e85b01f6da71335f4843336295df7b346870570fbc33ce3d760c1b92b74ca15f7fed1554a3f60025a4d51a5a9cb3079321a394f5a6842836 WHIRLPOOL 2a42974bed67aa0d33086cf5190e7421aee84ee8ac191ef52ee161c797a583e29886a2d0126de20c1c3ad394ad8af10bcb1458a493b4080b6e222a06f9e50a92
+DIST xml-types-0.3.6.tar.gz 4020 SHA256 9937d440072552c03c6d8ad79f61e61467dc28dcd5adeaad81038b9b94eef8c9 SHA512 552f2230e55bc8e45a62e06bbe8c0cb7844c5d73185303b3290632a816c5956b781fff1b0a679ce33b1759f1b9c815dab8063f6b9ced0c9e94ac314cf77b34ea WHIRLPOOL 734734e3d27c966317b3ff8d2961a4df2d2baf3a875717aecb88ae2603165950648103cb3cd7f27deec08142fe821d8ad60d1d8eee8f68f6387a2115faaa5477
+DIST xml-types-0.3.tar.gz 3659 SHA256 c7531a5bc1009a1dc2e39f07d3a615a2fdfbfd3fdadca9995e47b162903e1d34 SHA512 5251b7856e28625d18b43985c2eec1b0994117c1e9a790f78f676983421dcdb382a421a16efcf0ae7110dc957beadb7118771bd95d457997bcf93ca905830c7d WHIRLPOOL f2a0f0a997baa4d52f1af9c4154921bb59a930f3908e7e9c97a780ebf6ff156720864a57c3d0145373a33adebb68ee69b350431876b7c0826aa7d6ab06c0578d
diff --git a/dev-haskell/xml-types/metadata.xml b/dev-haskell/xml-types/metadata.xml
new file mode 100644
index 000000000000..c38855fe424c
--- /dev/null
+++ b/dev-haskell/xml-types/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>
+ Basic types for representing XML
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/xml-types/xml-types-0.3.3.ebuild b/dev-haskell/xml-types/xml-types-0.3.3.ebuild
new file mode 100644
index 000000000000..e25f005a7096
--- /dev/null
+++ b/dev-haskell/xml-types/xml-types-0.3.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.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.4.ebuild b/dev-haskell/xml-types/xml-types-0.3.4.ebuild
new file mode 100644
index 000000000000..3543466583f0
--- /dev/null
+++ b/dev-haskell/xml-types/xml-types-0.3.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 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="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..1f8626344ed9
--- /dev/null
+++ b/dev-haskell/xml-types/xml-types-0.3.6.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.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
+"
diff --git a/dev-haskell/xml-types/xml-types-0.3.ebuild b/dev-haskell/xml-types/xml-types-0.3.ebuild
new file mode 100644
index 000000000000..c6ff1fbc295f
--- /dev/null
+++ b/dev-haskell/xml-types/xml-types-0.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.14
+
+EAPI="3"
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Basic types for representing XML"
+HOMEPAGE="http://hackage.haskell.org/package/xml-types"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/text
+ >=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"