summaryrefslogtreecommitdiff
path: root/dev-haskell/temporary
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/temporary
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/temporary')
-rw-r--r--dev-haskell/temporary/Manifest7
-rw-r--r--dev-haskell/temporary/metadata.xml17
-rw-r--r--dev-haskell/temporary/temporary-1.1.2.4.ebuild27
-rw-r--r--dev-haskell/temporary/temporary-1.2.0.3.ebuild26
-rw-r--r--dev-haskell/temporary/temporary-1.2.0.4.ebuild26
5 files changed, 0 insertions, 103 deletions
diff --git a/dev-haskell/temporary/Manifest b/dev-haskell/temporary/Manifest
deleted file mode 100644
index 72976e79303e..000000000000
--- a/dev-haskell/temporary/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-DIST temporary-1.1.2.4.tar.gz 5220 BLAKE2B dc5744b92fb2b20a878becbc4c4a5274e8d6ae9d827abfa30333f5f30ba0ac8141c7cf8805de532e241d7379f3fdbe8900a18c471d0405cbedf85c817d1f026c SHA512 ebd2221ed75deba8c411ef4e4c6c45de41beaa1d26521f488b4ab16ee731839cd6193ce987701a224110451138c4eeb1b40d01a65a20b4508bc9fbd2a87e7313
-DIST temporary-1.2.0.3.tar.gz 5308 BLAKE2B 5c570641d27bbda5f28a1f0eac65a89377310cf10f1188b3bb90f5ec0aba67c466f3518a69dc4f1e446031c3e6f6fa6fce65f705db0185401d0986b385072d60 SHA512 ceada89c2166c315b2a54cae0a636eb0b38e6e89481ef32d3d1e4305d4e601305b4cb88fba3069493e8fe2014e3d237348a37567aba61e617c69707f0a16dd34
-DIST temporary-1.2.0.4.tar.gz 5347 BLAKE2B bf1d5740510248d993159aa4e1fba4c023efe1f64e8160c4a6ed33c2f8529907a406600c096f9ea0954f8f635955d2ba47968346f4c62eb3037f6748c862a9f7 SHA512 cc8ba1c43d3e75f13450cbbbea081b5dd42d4a8c0fd33dd4ca9cec636aa91c2cd5c6edbcd86bf7895d6672a46c3e2c8edc57bb2ce88f61fdc05ec75e62c9373f
-EBUILD temporary-1.1.2.4.ebuild 650 BLAKE2B d148fe04fd272df2cdb4af4328eb5248405dac2e5ba51be9731e6f08d75ff4c5f02021581063d9807cdfe35c02f481f84644af0ff89ef6fe3f96ebf10e832c4c SHA512 e80d3c394f33e818c42caae879b9a89a1c1760a83ebde9a07741bd012b3514e1cebd70cd14f4752061317ec21298f0ab83297c1e42484107d70201d4152f15ac
-EBUILD temporary-1.2.0.3.ebuild 676 BLAKE2B e767bca5c6c0c219c4b36e510d446d57c5e6b86c948fe57c8a85b8476a756932621bd4a8d34369838e184e68a24327c34cc54dc15aab3e3a4a8d78a02fe3011c SHA512 492b214479997007fa45f7736d64c6a4f41fd64be5e51e81cf0d95680397366129c4b2cd9802a272bd02399f394f19fd1a4accc3bab5f8ab706f403db591d71a
-EBUILD temporary-1.2.0.4.ebuild 667 BLAKE2B 02aa4b3a69afb2e765fed5a4aae9a82617c748ae2db0557573bac7b81d2b81dde172e823cc64ce0e798ffb34d0011742c48698f0a0fc93ac81e41b93a5cc5e01 SHA512 4e541c0df10580c33a651dcf52ce7e7f996ea1a46fe475b5ea93e9a450e3936122357a1effb71635f37bf7fb958d7e5ade3ef8c65b6ad06dde378728fe5a58f2
-MISC metadata.xml 760 BLAKE2B 657f8412b7add619d5d8827d13da1aebe29087a9334a6bb48271450138710c89e4227ff19f1348426531b3d189d750501ae343835ea9ec77d6e5a8b1e20b8a43 SHA512 bd5b25179a899cd867b1655df9e46e12d7a4a229edd3b1a13eab4688b6018757894be8c0a857231646e39260af604d762e8f7de5727d2366e20026908b3b3ed0
diff --git a/dev-haskell/temporary/metadata.xml b/dev-haskell/temporary/metadata.xml
deleted file mode 100644
index dd1a1cb7cec3..000000000000
--- a/dev-haskell/temporary/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <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'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>
- <upstream>
- <remote-id type="github">batterseapower/temporary</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/temporary/temporary-1.1.2.4.ebuild b/dev-haskell/temporary/temporary-1.1.2.4.ebuild
deleted file mode 100644
index 8045b67c966c..000000000000
--- a/dev-haskell/temporary/temporary-1.1.2.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-HOMEPAGE="https://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.3.ebuild b/dev-haskell/temporary/temporary-1.2.0.3.ebuild
deleted file mode 100644
index c33d13a80d9b..000000000000
--- a/dev-haskell/temporary/temporary-1.2.0.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-HOMEPAGE="https://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
-"
diff --git a/dev-haskell/temporary/temporary-1.2.0.4.ebuild b/dev-haskell/temporary/temporary-1.2.0.4.ebuild
deleted file mode 100644
index ed2f6be03c8f..000000000000
--- a/dev-haskell/temporary/temporary-1.2.0.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Portable temporary file and directory support for Windows and Unix"
-HOMEPAGE="http://www.github.com/feuerbach/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-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"