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/tagsoup
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/tagsoup')
-rw-r--r--dev-haskell/tagsoup/Manifest3
-rw-r--r--dev-haskell/tagsoup/metadata.xml17
-rw-r--r--dev-haskell/tagsoup/tagsoup-0.13.1.ebuild32
-rw-r--r--dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild39
-rw-r--r--dev-haskell/tagsoup/tagsoup-0.13.3.ebuild34
-rw-r--r--dev-haskell/tagsoup/tagsoup-0.13.ebuild31
6 files changed, 156 insertions, 0 deletions
diff --git a/dev-haskell/tagsoup/Manifest b/dev-haskell/tagsoup/Manifest
new file mode 100644
index 000000000000..a9a544b46af2
--- /dev/null
+++ b/dev-haskell/tagsoup/Manifest
@@ -0,0 +1,3 @@
+DIST tagsoup-0.13.1.tar.gz 42756 SHA256 1314020e877b8208f42866f4683db40403099595edcd50e556772f31a5e7355c SHA512 01873e5580356d4ff1f473bb992544b5a3c36348029c2e8e1ebcc11ce335040bfddd5c8cf5cebc47c68ab446acda777ee48d457be7a5898423d7bef0c92b87e6 WHIRLPOOL ae4f4f7ece2ec701e1e828d1344300e1ca16c223ac3ae704092c072927df70cb65e1f61dea0f343dd7ecc98fe76aeb7324607713c4b7c8faf3a3810c8e34cde2
+DIST tagsoup-0.13.3.tar.gz 42279 SHA256 32a862118d7836e9beb25fe4b317472fab6e1d41daefa86067231b328cff668d SHA512 ee6e7c2459f395facfdf9c28c0903e5279c781d8a5cd0745c2e3648c8eed7fdc84c372b271febce13b8b433ecded5cd7c97a3f169121908f23bb28c2b2f104b0 WHIRLPOOL 92baa4258ccce7948779a86f33f0ee591243d978b3cf148e06be81ee542f004021198bc0f3c4bd7722f3f8f70de217d02a02f2eb24de1f383e3dec14e7c189a7
+DIST tagsoup-0.13.tar.gz 42110 SHA256 617eba9017684ffcc4abe3627a43e2ad69d788901facdfa6a3b77f58b363d3dd SHA512 870990576b0c94712f0fffb24d0f4d93f5e717ee31e4c002b41f8579a0c40b2056286bb9bdd8ef93e735bc480ed7b9292282b6cedb7d467693045c8e53c09cf1 WHIRLPOOL 2b628dd7e146449c49450def3ffdc80538b1938a6c9c9c1282f7401d1f6840461dc609a24aa6187f39adebde704ac3fb597bb37121e76983e4d1bbd861b35495
diff --git a/dev-haskell/tagsoup/metadata.xml b/dev-haskell/tagsoup/metadata.xml
new file mode 100644
index 000000000000..b0dd1f7bb614
--- /dev/null
+++ b/dev-haskell/tagsoup/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification,
+ and can be used to parse either well-formed XML, or unstructured and malformed HTML
+ from the web. The library also provides useful functions to extract information
+ from an HTML document, making it ideal for screen-scraping.
+
+ Users should start from the &quot;Text.HTML.TagSoup&quot; module.
+ </longdescription>
+ <use>
+ <flag name='download'>Build with Download module.</flag>
+ <flag name='testprog'>Build the test program.</flag>
+ </use>
+</pkgmetadata>
diff --git a/dev-haskell/tagsoup/tagsoup-0.13.1.ebuild b/dev-haskell/tagsoup/tagsoup-0.13.1.ebuild
new file mode 100644
index 000000000000..372f915cb970
--- /dev/null
+++ b/dev-haskell/tagsoup/tagsoup-0.13.1.ebuild
@@ -0,0 +1,32 @@
+# 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.6.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Parsing and extracting information from (possibly malformed) HTML/XML documents"
+HOMEPAGE="http://community.haskell.org/~ndm/tagsoup/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="download"
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+ download? ( dev-haskell/network:=[profile?] )
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag download download)
+}
diff --git a/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild b/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild
new file mode 100644
index 000000000000..176a8c408310
--- /dev/null
+++ b/dev-haskell/tagsoup/tagsoup-0.13.3-r1.ebuild
@@ -0,0 +1,39 @@
+# 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="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Parsing and extracting information from (possibly malformed) HTML/XML documents"
+HOMEPAGE="http://community.haskell.org/~ndm/tagsoup/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="download testprog"
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ download? ( dev-haskell/network:=[profile?] )
+ testprog? ( >=dev-haskell/quickcheck-2.4:2=[profile?] )
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+src_prepare() {
+ cabal_chdeps \
+ 'executable tagsoup' 'executable haskell-tagsoup'
+}
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag download download) \
+ $(cabal_flag testprog testprog)
+}
diff --git a/dev-haskell/tagsoup/tagsoup-0.13.3.ebuild b/dev-haskell/tagsoup/tagsoup-0.13.3.ebuild
new file mode 100644
index 000000000000..4c766e8d13f0
--- /dev/null
+++ b/dev-haskell/tagsoup/tagsoup-0.13.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 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="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Parsing and extracting information from (possibly malformed) HTML/XML documents"
+HOMEPAGE="http://community.haskell.org/~ndm/tagsoup/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="download testprog"
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ download? ( dev-haskell/network:=[profile?] )
+ testprog? ( >=dev-haskell/quickcheck-2.4:2=[profile?] )
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag download download) \
+ $(cabal_flag testprog testprog)
+}
diff --git a/dev-haskell/tagsoup/tagsoup-0.13.ebuild b/dev-haskell/tagsoup/tagsoup-0.13.ebuild
new file mode 100644
index 000000000000..67b067320f28
--- /dev/null
+++ b/dev-haskell/tagsoup/tagsoup-0.13.ebuild
@@ -0,0 +1,31 @@
+# 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.3.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Parsing and extracting information from (possibly malformed) HTML/XML documents"
+HOMEPAGE="http://community.haskell.org/~ndm/tagsoup/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE="download"
+
+RDEPEND="dev-haskell/text:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+ download? ( dev-haskell/network:=[profile?]
+ )"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag download download)
+}