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/temporary
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/temporary')
-rw-r--r--dev-haskell/temporary/Manifest4
-rw-r--r--dev-haskell/temporary/metadata.xml11
-rw-r--r--dev-haskell/temporary/temporary-1.1.2.3.ebuild23
-rw-r--r--dev-haskell/temporary/temporary-1.1.2.4.ebuild28
-rw-r--r--dev-haskell/temporary/temporary-1.2.0.1.ebuild27
-rw-r--r--dev-haskell/temporary/temporary-1.2.0.3.ebuild27
6 files changed, 120 insertions, 0 deletions
diff --git a/dev-haskell/temporary/Manifest b/dev-haskell/temporary/Manifest
new file mode 100644
index 000000000000..caa911029bd1
--- /dev/null
+++ b/dev-haskell/temporary/Manifest
@@ -0,0 +1,4 @@
+DIST temporary-1.1.2.3.tar.gz 5195 SHA256 ad471e31c117c989aa6fe23bbc21ad3fc5f011dbdea3532048b8b1f59ea492f4 SHA512 f17e9895a909e5feacde8d2792307d38f5c9975bbf554e7cdbcfe757fcc60d8a626f864017e22bd5301b4a906b8db84455ca9ee0e76c8644ab9fc7772cdb6282 WHIRLPOOL 404e84d5deed492c2d3822b806670f8d1da6ad1e92226f49407e97e8acb448da5ea5e81835987249d1f862d9b7e48bec78480a350796367e5e264254f25dbb17
+DIST temporary-1.1.2.4.tar.gz 5220 SHA256 5f9ebb2aac8767c8f73c071073bea56363ea0d589df162417a988b9f856013c9 SHA512 ebd2221ed75deba8c411ef4e4c6c45de41beaa1d26521f488b4ab16ee731839cd6193ce987701a224110451138c4eeb1b40d01a65a20b4508bc9fbd2a87e7313 WHIRLPOOL 95ce4a5bf829c88bd98cd80a880916a3d423d6cdcbfa8bf2492bd591e9045c3a42dbcd7dcd4c56a9b0fb7fc62802c91b45d536a0852f8e6842c18b0fabafa369
+DIST temporary-1.2.0.1.tar.gz 5311 SHA256 a4ac42c3bc4ceeba2deb10d2b01790951e03e63bba95ad54f5e9b960b1c5e88b SHA512 416e849a58ff556eb5b457f9ddcc781b37159a64d8067c787db6c15d4dee425e674787d6200e33c2acb24e1e7db96e8cb3003ea3bb75df5374745d9dcd93fd6e WHIRLPOOL b87598f06531220714fa726ec13244b20e2381a3f9b800409d1122667ce58dfb3def1f07911ffb0cec08452aed7f546371c6ab1ea2406f76658d666e581a6718
+DIST temporary-1.2.0.3.tar.gz 5308 SHA256 8a889c7e62a2bb144eb9e394fab51e5dbd843d473ac2eab9e16b55a9eb3a4647 SHA512 ceada89c2166c315b2a54cae0a636eb0b38e6e89481ef32d3d1e4305d4e601305b4cb88fba3069493e8fe2014e3d237348a37567aba61e617c69707f0a16dd34 WHIRLPOOL 3f9de2f35df8f672163ae78e06f599dc3e176f42c33c42c5f33059f0670178198d55759308bacaca927cfd2f728be9732a5206e148dcabb265d07c1b21c73e5d
diff --git a/dev-haskell/temporary/metadata.xml b/dev-haskell/temporary/metadata.xml
new file mode 100644
index 000000000000..606821e9f4e3
--- /dev/null
+++ b/dev-haskell/temporary/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>
+ The functions for creating temporary files and directories in the base library are quite limited. The unixutils
+ package contains some good ones, but they aren&#39;t portable to Windows.
+ This library just repackages the Cabal implementations of its own temporary file and folder functions so that
+ you can use them without linking against Cabal or depending on it being installed.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-haskell/temporary/temporary-1.1.2.3.ebuild b/dev-haskell/temporary/temporary-1.1.2.3.ebuild
new file mode 100644
index 000000000000..aca709d2a0b7
--- /dev/null
+++ b/dev-haskell/temporary/temporary-1.1.2.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+# ebuild generated by hackport 0.2.15
+
+EAPI=4
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Portable temporary file and directory support for Windows and Unix, based on code from Cabal"
+HOMEPAGE="http://www.github.com/batterseapower/temporary"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/temporary/temporary-1.1.2.4.ebuild b/dev-haskell/temporary/temporary-1.1.2.4.ebuild
new file mode 100644
index 000000000000..a2e9edae2b3d
--- /dev/null
+++ b/dev-haskell/temporary/temporary-1.1.2.4.ebuild
@@ -0,0 +1,28 @@
+# 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.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Portable temporary file and directory support for Windows and Unix, based on code from Cabal"
+HOMEPAGE="http://www.github.com/batterseapower/temporary"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="amd64 x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
+
+src_prepare() {
+ cabal_chdeps \
+ 'unix >= 2.3 && < 2.7' 'unix >= 2.3'
+}
diff --git a/dev-haskell/temporary/temporary-1.2.0.1.ebuild b/dev-haskell/temporary/temporary-1.2.0.1.ebuild
new file mode 100644
index 000000000000..4085f557c9e8
--- /dev/null
+++ b/dev-haskell/temporary/temporary-1.2.0.1.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
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Portable temporary file and directory support for Windows and Unix, based on code from Cabal"
+HOMEPAGE="http://www.github.com/batterseapower/temporary"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/exceptions-0.1.1:=[profile?] <dev-haskell/exceptions-0.4:=[profile?]
+ >=dev-haskell/transformers-0.2.0.0:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
diff --git a/dev-haskell/temporary/temporary-1.2.0.3.ebuild b/dev-haskell/temporary/temporary-1.2.0.3.ebuild
new file mode 100644
index 000000000000..b35be1e9b29e
--- /dev/null
+++ b/dev-haskell/temporary/temporary-1.2.0.3.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
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Portable temporary file and directory support for Windows and Unix, based on code from Cabal"
+HOMEPAGE="http://www.github.com/batterseapower/temporary"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/exceptions-0.6:=[profile?]
+ >=dev-haskell/transformers-0.2.0.0:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"