diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/unbounded-delays | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/unbounded-delays')
-rw-r--r-- | dev-haskell/unbounded-delays/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/unbounded-delays/metadata.xml | 17 | ||||
-rw-r--r-- | dev-haskell/unbounded-delays/unbounded-delays-0.1.0.9.ebuild | 24 |
3 files changed, 0 insertions, 44 deletions
diff --git a/dev-haskell/unbounded-delays/Manifest b/dev-haskell/unbounded-delays/Manifest deleted file mode 100644 index a867ead93ca6..000000000000 --- a/dev-haskell/unbounded-delays/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST unbounded-delays-0.1.0.9.tar.gz 4199 BLAKE2B 92d31c926c202f8bfe4323433ad365de57e507712b81ea65a3780c0b1321a739b72e24546e93770830996b970cb082098f2f3ac7556b5f20719a54856ae48704 SHA512 808d45b3123cc68ab1021f44b90c8a8f803ff8fa933c8e93cc241ba10e8b960281d96403ccd85b5f9af382becc9a05817c0de12ec483fa3e813c2ca78266b592 -EBUILD unbounded-delays-0.1.0.9.ebuild 552 BLAKE2B 96598b5d563537b9d073abad425f12013eb33aad7245c395965f737bbfc4f0a123b9111b2f90622acfd817526f3061d5839388f9a9f6446456b56218703de0b4 SHA512 9b57b4ddf5c7fffacac9e5b7ddc23e6c5fca5f834ca937397e9754e7359f0d8da38e7aa95ffa9b57aacf676e2057fa5776ce4f2287c50dcb2ab1c433f77b01ff -MISC metadata.xml 601 BLAKE2B c662d527e0bfd817db1dab15ee44389e00d0adeb2d5b8931e24f8e4c5efc20cc9fa7eac23640ec2ccf1356234f4c327f5573d9d4483441cacebb22a4e95a6b49 SHA512 99f9c703965b90237d69ce27878de6f85293be37b1f0e26d3fa83ecd0d84ce99a5c1cc756fae595c8bd5f302471c70e8ed49b36c7b2e913c82b4399042e95923 diff --git a/dev-haskell/unbounded-delays/metadata.xml b/dev-haskell/unbounded-delays/metadata.xml deleted file mode 100644 index 4a5fd6aa060d..000000000000 --- a/dev-haskell/unbounded-delays/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 @threadDelay@ and @timeout@ functions from the @base@ library - use the bounded @Int@ type for specifying the delay or timeout - period. This packages provides alternatives which use the - unbounded @Integer@ type. - </longdescription> - <upstream> - <remote-id type="github">basvandijk/unbounded-delays</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-haskell/unbounded-delays/unbounded-delays-0.1.0.9.ebuild b/dev-haskell/unbounded-delays/unbounded-delays-0.1.0.9.ebuild deleted file mode 100644 index 1c69940d24b0..000000000000 --- a/dev-haskell/unbounded-delays/unbounded-delays-0.1.0.9.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Unbounded thread delays and timeouts" -HOMEPAGE="https://github.com/basvandijk/unbounded-delays" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |