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/statevar | |
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/statevar')
-rw-r--r-- | dev-haskell/statevar/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/statevar/metadata.xml | 12 | ||||
-rw-r--r-- | dev-haskell/statevar/statevar-1.0.0.0-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/statevar/statevar-1.0.0.0.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/statevar/statevar-1.0.1.0.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/statevar/statevar-1.1.0.0.ebuild | 32 |
6 files changed, 133 insertions, 0 deletions
diff --git a/dev-haskell/statevar/Manifest b/dev-haskell/statevar/Manifest new file mode 100644 index 000000000000..947908a8b169 --- /dev/null +++ b/dev-haskell/statevar/Manifest @@ -0,0 +1,3 @@ +DIST StateVar-1.0.0.0.tar.gz 2728 SHA256 8445c998f79ef34105ffc928e50f1488505e8801f77f04d4b28d056b8d322bb0 SHA512 0196fc184e638fae736020fdc7139fa1a08adebcc495424316795e7e775c5d7ab1df89792ea088745854dbeb396bdf5f3c07942126b8227743fb2b7bd599b8c5 WHIRLPOOL 07c9e928d84d3f9c3e46d2c53bb1b4430e132152e5a737d3c495c276ac94ae536aa85c73f9c4233a04cf8087639a25860dd3d167e9d25392e4b4d279d553145f +DIST StateVar-1.0.1.0.tar.gz 2800 SHA256 5a964b0f0baf775833cca57ca1454b48f02ccbe5550dd6ce61cd833c7bd7c20a SHA512 4a3f35943d9a3670e8fd633b916fb0b800aabe98af2f4285a79ff40523ef49ee28ba83457a796f0e4d6f718a1cf9c57790f4124c42cede9a884360803a86b194 WHIRLPOOL dfa070752615a137c1f12cdfb10d6dc7363a673f10ccb356daf192dcd32d7dff5ce1a22a7e1bac3bda1ae76e122854a89fbdc7a42a98695dda8459c3d7f3bdf1 +DIST StateVar-1.1.0.0.tar.gz 4265 SHA256 a19963f014d45163035a3c54e5266b31dfe53a640e53d869ee946efcf9793d7e SHA512 b1f4d6a0ca887ecc81b06b18ab153b68df54af08365c3a04f82cf17fe21f450d884a81ba24faa6acfd1491741f3382fa894d1e3e1f6c2bc103aecc5890982637 WHIRLPOOL e84b7fbca654716909651978079cc69350b3cbedb66c8a4ab8f0b7f546eb7e4fbe7da27d8562f645d965672abd5e5516ee8d45629178269bde50e952d4878765 diff --git a/dev-haskell/statevar/metadata.xml b/dev-haskell/statevar/metadata.xml new file mode 100644 index 000000000000..0a2f92612ea0 --- /dev/null +++ b/dev-haskell/statevar/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + This package contains state variables, which are references in the IO monad, + like IORefs or parts of the OpenGL state. + </longdescription> + <upstream> + <remote-id type="github">haskell-opengl/StateVar</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/statevar/statevar-1.0.0.0-r1.ebuild b/dev-haskell/statevar/statevar-1.0.0.0-r1.ebuild new file mode 100644 index 000000000000..8ada96064699 --- /dev/null +++ b/dev-haskell/statevar/statevar-1.0.0.0-r1.ebuild @@ -0,0 +1,28 @@ +# 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.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="StateVar" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="State variables" +HOMEPAGE="http://www.haskell.org/HOpenGL/" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 sparc x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:=" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-0" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/statevar/statevar-1.0.0.0.ebuild b/dev-haskell/statevar/statevar-1.0.0.0.ebuild new file mode 100644 index 000000000000..3e6a0b4cb0d3 --- /dev/null +++ b/dev-haskell/statevar/statevar-1.0.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 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 + +MY_PN="StateVar" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="State variables" +HOMEPAGE="http://www.haskell.org/HOpenGL/" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.8.2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-0" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/statevar/statevar-1.0.1.0.ebuild b/dev-haskell/statevar/statevar-1.0.1.0.ebuild new file mode 100644 index 000000000000..ceb709af9e62 --- /dev/null +++ b/dev-haskell/statevar/statevar-1.0.1.0.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.4.3 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +MY_PN="StateVar" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="State variables" +HOMEPAGE="https://github.com/haskell-opengl/StateVar" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + dev-haskell/cabal +" + +S="${WORKDIR}/${MY_P}" diff --git a/dev-haskell/statevar/statevar-1.1.0.0.ebuild b/dev-haskell/statevar/statevar-1.1.0.0.ebuild new file mode 100644 index 000000000000..e421e2765a05 --- /dev/null +++ b/dev-haskell/statevar/statevar-1.1.0.0.ebuild @@ -0,0 +1,32 @@ +# 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 + +MY_PN="StateVar" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="State variables" +HOMEPAGE="https://github.com/haskell-opengl/StateVar" +SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/stm-2.0:=[profile?] <dev-haskell/stm-2.5:=[profile?] + >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.10 +" + +S="${WORKDIR}/${MY_P}" |