Skip to content

Commit

Permalink
dev-haskell/temporary-rc: update to EAPI=7
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Nov 1, 2020
1 parent 1fde07e commit 1eb0eba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
12 changes: 1 addition & 11 deletions dev-haskell/temporary-rc/metadata.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</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.
This is a better maintained fork of the "temporary" package.
</longdescription>
<upstream>
<remote-id type="github">feuerbach/temporary</remote-id>
</upstream>
</pkgmetadata>
11 changes: 5 additions & 6 deletions dev-haskell/temporary-rc/temporary-rc-1.2.0.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=7

# ebuild generated by hackport 0.3.6.9999
# ebuild generated by hackport 0.6.6.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
Expand All @@ -18,9 +18,8 @@ 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:=
>=dev-lang/ghc-7.8.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6.0.3
>=dev-haskell/cabal-1.18.1.3
"

0 comments on commit 1eb0eba

Please sign in to comment.