summaryrefslogtreecommitdiff
path: root/dev-haskell/network-uri
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/network-uri
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/network-uri')
-rw-r--r--dev-haskell/network-uri/Manifest3
-rw-r--r--dev-haskell/network-uri/metadata.xml31
-rw-r--r--dev-haskell/network-uri/network-uri-2.5.0.0.ebuild25
-rw-r--r--dev-haskell/network-uri/network-uri-2.6.0.1.ebuild34
-rw-r--r--dev-haskell/network-uri/network-uri-2.6.0.3.ebuild31
5 files changed, 124 insertions, 0 deletions
diff --git a/dev-haskell/network-uri/Manifest b/dev-haskell/network-uri/Manifest
new file mode 100644
index 00000000000..ad18b3a7053
--- /dev/null
+++ b/dev-haskell/network-uri/Manifest
@@ -0,0 +1,3 @@
+DIST network-uri-2.5.0.0.tar.gz 1665 SHA256 c3ecc5d07943d8130be850a12db130b62b800cf938aef105918df3fdb68f224e SHA512 9bc738e6de09a3dfd1b929c6f9c557abedef239034e886ca65d15a1ffc423dc72ce8b09f0f374ebd701b237600b65d031d5bc75f5ea937291328f4a1d01e6061 WHIRLPOOL 5fef62ec11b91876b25fc5eea0a778a0ab619abe8c15416868b85e1f082b2b0fe6b4ac6e7eda6e9f5a6fd7d5a89590ab1e86dba723be8447fc4e0f8f0726aaee
+DIST network-uri-2.6.0.1.tar.gz 26670 SHA256 67dc2394a92c66654e1a051b8611a56a9ccc6c8f96a876e1c34f22115655d527 SHA512 4e96b06adf9d1f2a5a7ace2c53ca57dd6866eb3046850794b81d1f967f87153e392ed7e648596c2bcf40b9dd65b87c1ae3305795d19f9bbb9d5479bddce536f8 WHIRLPOOL e310ddc1b6ce3a8d75a85b9e73a01e8c103d95f925a0330ddd304f3b5568021a881934600a9715eb42c500eceb53536eb4f7d57f2a8fdf26ae0994cff7b7983f
+DIST network-uri-2.6.0.3.tar.gz 26639 SHA256 0fc2cdff47ca77d826ebeb5cabe6ddac2333ca1504b2b629dd369399c5c28bdf SHA512 69d52462ed5af44fc3c1e27b741d87a33e0e90fe1fb314f68fd7b8819007a0e88dbde5f53ae7672d820ee48ac99cb9e422dc7274b7032c965f867089468d73ba WHIRLPOOL 09a61343c48919a50c8f14041b6c48d98a2603645a047c0f4a0fab7a7303268f3cf7922af227089bab208edf285b1a377d2b4df5b4a28c867cb6286f966b7582
diff --git a/dev-haskell/network-uri/metadata.xml b/dev-haskell/network-uri/metadata.xml
new file mode 100644
index 00000000000..990891e8290
--- /dev/null
+++ b/dev-haskell/network-uri/metadata.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ This package provides an URI manipulation inteface.
+
+ In network-2.6 the @Network.URI@ module was split off from the
+ network package into this package. If you're using the @Network.URI@
+ module you can automatically get it from the right package by adding
+ this to your .cabal file:
+
+ &gt; flag network-uri
+ &gt; description: Get Network.URI from the network-uri package
+ &gt; default: True
+ &gt;
+ &gt; library
+ &gt; -- ...
+ &gt; if flag(network-uri)
+ &gt; build-depends: network-uri &gt;= 2.6
+ &gt; else
+ &gt; build-depends: network &lt; 2.6
+
+ If you want to use other modules from the network package while
+ using the @Network.URI@ modules from this package, add a @network &gt;
+ 2.6@ clause to the first @build-depends@ line.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">haskell/network-uri</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/network-uri/network-uri-2.5.0.0.ebuild b/dev-haskell/network-uri/network-uri-2.5.0.0.ebuild
new file mode 100644
index 00000000000..9ba77390939
--- /dev/null
+++ b/dev-haskell/network-uri/network-uri-2.5.0.0.ebuild
@@ -0,0 +1,25 @@
+# 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.3.9999
+
+CABAL_FEATURES="lib profile"
+inherit haskell-cabal
+
+DESCRIPTION="URI manipulation"
+HOMEPAGE="https://github.com/haskell/network-uri"
+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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+"
diff --git a/dev-haskell/network-uri/network-uri-2.6.0.1.ebuild b/dev-haskell/network-uri/network-uri-2.6.0.1.ebuild
new file mode 100644
index 00000000000..4f77b57ee5b
--- /dev/null
+++ b/dev-haskell/network-uri/network-uri-2.6.0.1.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.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="URI manipulation"
+HOMEPAGE="https://github.com/haskell/network-uri"
+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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+RESTRICT=test # does not work with missing network-uri
+
+RDEPEND=">=dev-haskell/parsec-3.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ !<dev-haskell/network-2.6
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/hunit
+ dev-haskell/network
+ dev-haskell/test-framework
+ dev-haskell/test-framework-hunit
+ dev-haskell/test-framework-quickcheck2 )
+"
diff --git a/dev-haskell/network-uri/network-uri-2.6.0.3.ebuild b/dev-haskell/network-uri/network-uri-2.6.0.3.ebuild
new file mode 100644
index 00000000000..0dc3cdfce1d
--- /dev/null
+++ b/dev-haskell/network-uri/network-uri-2.6.0.3.ebuild
@@ -0,0 +1,31 @@
+# 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 test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="URI manipulation"
+HOMEPAGE="https://github.com/haskell/network-uri"
+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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND=">=dev-haskell/parsec-3.0:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+ !<dev-haskell/network-2.6
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.10
+ test? ( dev-haskell/hunit
+ dev-haskell/test-framework
+ dev-haskell/test-framework-hunit
+ dev-haskell/test-framework-quickcheck2 )
+"