summaryrefslogtreecommitdiff
path: root/dev-haskell/lrucache
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 14:43:09 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 14:43:09 +0100
commitc0a9f2400f704c438b0cef4f4105e7bb6c3cbbff (patch)
treef03dacf9fcbf88186d23a1c68620015cca2a06b2 /dev-haskell/lrucache
parent4c4bbf21230bd972cf759b2a40b782aa4149fc1f (diff)
gentoo auto-resync : 22:08:2022 - 14:43:09
Diffstat (limited to 'dev-haskell/lrucache')
-rw-r--r--dev-haskell/lrucache/Manifest3
-rw-r--r--dev-haskell/lrucache/lrucache-1.2.0.1.ebuild25
-rw-r--r--dev-haskell/lrucache/metadata.xml48
3 files changed, 0 insertions, 76 deletions
diff --git a/dev-haskell/lrucache/Manifest b/dev-haskell/lrucache/Manifest
deleted file mode 100644
index b1205b70da55..000000000000
--- a/dev-haskell/lrucache/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST lrucache-1.2.0.1.tar.gz 9224 BLAKE2B d29cfee3d21fcf66318f272011551a1a04e17ccac5ba58da0a80591502488ab7446a5b2137c57c91ded80b2486d95c28f5449c5417c88a99f2e121dd17841eea SHA512 fae5c8a10bb7ee781ed84ccf9c342bd583e112eb840d07aa72803affe3fa7dd394b3d6b73212e45005ec9155a409539902c4893ce20dc0a2a0e3f4a44b2c715b
-EBUILD lrucache-1.2.0.1.ebuild 617 BLAKE2B 8eecb3c66407f2322daf4815fd811ce74e8e8c0da2db61e66e7719aff608c3e04bf6d16e8c1ddf6a1b9ac1ebc2dd1c6da454f6bee945a5937adf11c5ea7ff11e SHA512 03d356da21d4b689532bbd9c7e4eb50785e5577ef154fbd3b0d6da6a2e88f9ca2562c87046570d38997e07fca4fc42a5f52d896d7ec319954b4f4b192fe53b35
-MISC metadata.xml 1465 BLAKE2B c6435a9d5aed051e0d3f298a53aec8b204ca902624a2ac5803f530cd7b007d7e045fe8135797a569fc39470b1d6e0288184dd44960d0661a8a7015cc5eb7d300 SHA512 11c2b5db72df03162192ce96ff95285b608ed0d6cb79eb0c13074b0eea27886b6c1f832924b3bf608145fad18943e92e485c82180c66f9b23b21e5c6056fd3aa
diff --git a/dev-haskell/lrucache/lrucache-1.2.0.1.ebuild b/dev-haskell/lrucache/lrucache-1.2.0.1.ebuild
deleted file mode 100644
index 790536ae11ca..000000000000
--- a/dev-haskell/lrucache/lrucache-1.2.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="a simple, pure LRU cache"
-HOMEPAGE="https://github.com/chowells79/lrucache"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/contravariant-0.5:=[profile?] <dev-haskell/contravariant-2:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"
diff --git a/dev-haskell/lrucache/metadata.xml b/dev-haskell/lrucache/metadata.xml
deleted file mode 100644
index 0320e74f68da..000000000000
--- a/dev-haskell/lrucache/metadata.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- This package contains a simple, pure LRU cache, implemented in
- terms of "Data.Map".
-
- It also contains a mutable IO wrapper providing atomic updates to
- an LRU cache.
-
- Version History:
-
- 1.1.1 - Add an additional modification function for AtomicLRUCache.
-
- 1.1.0.1 - Update containers constraint to allow containers from ghc-7
-
- 1.1 - Add a Functor instance for LRUCache.
- Add a generic modification function for AtomicLRUCache.
-
- 1.0 - Breaking API changes:
- 1) The newLRU smart constructor now makes the maximum
- size optional.
- 2) The delete function now returns the value removed, if
- one was.
- Additionally, a function was added to remove the least-recently
- used element in the LRU.
-
- 0.3 - Added a Show instance for LRU. (Requested by Ben Lee)
-
- 0.2.0.1 - Increase strictness slightly.
- Remove cabal target for test executable.
- (Just include test sources instead.)
-
- 0.2 - Added an Eq instance for LRU.
- Added strictness to eliminate space leaks in common use patterns.
-
- 0.1.1 - Add the Data.Cache.LRU.IO.Internal module.
- Clean up build warnings on GHC 6.12.1.
-
- 0.1.0.1 - Minor refactoring
-
- 0.1 - First release
- </longdescription>
-</pkgmetadata>