From 44b2a1b0dc8875ce5fa83dc2789aa31cb29c9b43 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 10 Mar 2012 15:33:37 +0000 Subject: Initial version. Haskell library to deal with temporary files in a portable way. A depend for app-text/pandoc-1.9. (Portage version: 2.2.0_alpha90_p1/cvs/Linux x86_64) --- dev-haskell/temporary/ChangeLog | 11 +++++++++++ dev-haskell/temporary/metadata.xml | 14 ++++++++++++++ dev-haskell/temporary/temporary-1.1.2.3.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 dev-haskell/temporary/ChangeLog create mode 100644 dev-haskell/temporary/metadata.xml create mode 100644 dev-haskell/temporary/temporary-1.1.2.3.ebuild (limited to 'dev-haskell') diff --git a/dev-haskell/temporary/ChangeLog b/dev-haskell/temporary/ChangeLog new file mode 100644 index 000000000000..af9072011e88 --- /dev/null +++ b/dev-haskell/temporary/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-haskell/temporary +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/temporary/ChangeLog,v 1.1 2012/03/10 15:33:37 slyfox Exp $ + +*temporary-1.1.2.3 (10 Mar 2012) + + 10 Mar 2012; Sergei Trofimovich +metadata.xml, + +temporary-1.1.2.3.ebuild: + Initial version. Haskell library to deal with temporary files in a portable + way. A depend for app-text/pandoc-1.9. + diff --git a/dev-haskell/temporary/metadata.xml b/dev-haskell/temporary/metadata.xml new file mode 100644 index 000000000000..3b459fbd0e3d --- /dev/null +++ b/dev-haskell/temporary/metadata.xml @@ -0,0 +1,14 @@ + + + + haskell + + haskell@gentoo.org + + + 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. + + 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..0ab62d5e10bb --- /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 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/temporary/temporary-1.1.2.3.ebuild,v 1.1 2012/03/10 15:33:37 slyfox Exp $ + +# 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="http://hackage.haskell.org/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" -- cgit v1.2.3-65-gdbad