diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/network-conduit | |
download | gentoo-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/network-conduit')
-rw-r--r-- | dev-haskell/network-conduit/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/network-conduit/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/network-conduit/network-conduit-1.1.0.ebuild | 27 |
5 files changed, 107 insertions, 0 deletions
diff --git a/dev-haskell/network-conduit/Manifest b/dev-haskell/network-conduit/Manifest new file mode 100644 index 000000000000..5a507b927a01 --- /dev/null +++ b/dev-haskell/network-conduit/Manifest @@ -0,0 +1,3 @@ +DIST network-conduit-1.0.0.tar.gz 5853 SHA256 63de6be7775d99a56485be57af965aea957c228ea9cae8389b20d03bb9796f9a SHA512 9f16e529da022d2a4049fe9d41f8df0eb1fb34b4ad80f755944074b4016688169f3efd78a4ad2c052c1951ddccb728552077d88b533ed8fde1425c469a27f7c4 WHIRLPOOL 69a44c6ddf683cff0fb8156eceef19fcd4c67dce745045f7740ec31da4800dbefc0354486c65d89325f89a71764fc519f31009ca3f0220649eee4041a33bf674 +DIST network-conduit-1.0.2.2.tar.gz 7072 SHA256 9014865c4c02e552faa23ab12120a9f89e259ec3d3ce721f7f0e2eac3220f9d0 SHA512 3dcc755ccb0ddb9c543fccec54c32ab52749602c7c9367ee70b569a1f6aa2924ae0b7207b946d6e3d55e562758e65e694c13aa464498f5927c84239f09b1c8b7 WHIRLPOOL c65dc1260409c6d5ed82a3779bafb7d069205d2259059ffa8d752bae6098f74faa49ed7e6ca1dd6362495cefe494ce90dc8332316239803e575d35cb8aa48f7f +DIST network-conduit-1.1.0.tar.gz 1357 SHA256 57a43448e6b508a7b65b133fdc1a6630e2e47b2dd8c7c05eb5ee939711ed5519 SHA512 1bda46190bc9759e9d85f61f4555dca4444c307305b8a7ebfc3e88519ae8119e313eaf4095541c487b8431ad342320d83ff4dd1ebf271cf10c11414c652b34d1 WHIRLPOOL 4e34cd336c3efa9fca97880e105d4f1cc7bb823b2f8837fb2eb56c08c888f81fa5d78ae222be54bd7ca959ff199ba22e642c69fa80b5542d7d2443d8852daec7 diff --git a/dev-haskell/network-conduit/metadata.xml b/dev-haskell/network-conduit/metadata.xml new file mode 100644 index 000000000000..4d2d89437e6a --- /dev/null +++ b/dev-haskell/network-conduit/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Stream socket data using conduits. + </longdescription> + <upstream> + <remote-id type="github">snoyberg/conduit</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild b/dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild new file mode 100644 index 000000000000..5e440cb4e0ae --- /dev/null +++ b/dev-haskell/network-conduit/network-conduit-1.0.0-r1.ebuild @@ -0,0 +1,30 @@ +# 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="Stream socket data using conduits" +HOMEPAGE="http://github.com/snoyberg/conduit" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="=dev-haskell/conduit-1.0*:=[profile?] + >=dev-haskell/lifted-base-0.1:=[profile?] + =dev-haskell/monad-control-0.3*:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + <dev-haskell/transformers-0.4:=[profile?] + >=dev-lang/ghc-6.10.4:= + >=dev-haskell/network-2.3:=[profile?] + " +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8" diff --git a/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild b/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild new file mode 100644 index 000000000000..1bda1539d99f --- /dev/null +++ b/dev-haskell/network-conduit/network-conduit-1.0.2.2.ebuild @@ -0,0 +1,36 @@ +# 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 +#hackport: flags: -network-bytestring + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Stream socket data using conduits" +HOMEPAGE="http://github.com/snoyberg/conduit" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.1:=[profile?] + >=dev-haskell/lifted-base-0.1:=[profile?] + >=dev-haskell/monad-control-0.3:=[profile?] <dev-haskell/monad-control-0.4:=[profile?] + >=dev-haskell/network-2.3:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?] + >=dev-lang/ghc-7.0.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10.0.0 +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=-network-bytestring +} diff --git a/dev-haskell/network-conduit/network-conduit-1.1.0.ebuild b/dev-haskell/network-conduit/network-conduit-1.1.0.ebuild new file mode 100644 index 000000000000..a759499c3c66 --- /dev/null +++ b/dev-haskell/network-conduit/network-conduit-1.1.0.ebuild @@ -0,0 +1,27 @@ +# 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 +#hackport: flags: -network-bytestring + +CABAL_FEATURES="lib profile" +inherit haskell-cabal + +DESCRIPTION="Stream socket data using conduits. (deprecated)" +HOMEPAGE="http://github.com/snoyberg/conduit" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/conduit-1.1:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" |