summaryrefslogtreecommitdiff
path: root/dev-haskell/ascii-progress
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/ascii-progress')
-rw-r--r--dev-haskell/ascii-progress/Manifest3
-rw-r--r--dev-haskell/ascii-progress/ascii-progress-0.3.3.0.ebuild40
-rw-r--r--dev-haskell/ascii-progress/metadata.xml18
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-haskell/ascii-progress/Manifest b/dev-haskell/ascii-progress/Manifest
deleted file mode 100644
index 88b678e1c59b..000000000000
--- a/dev-haskell/ascii-progress/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ascii-progress-0.3.3.0.tar.gz 6585 BLAKE2B 660f9721eda21a77e8fe9e39e16b51ab9176dd211b9c44ef0bf249414a4ffd6035203734e07dcce51bd2c0d74a6ab1e760cd3f48b25b454f4136f65eb379dcfa SHA512 766ff51ae441a7e7016d4016dbef6e6b1fea9e9f9b66f7bc622f8d977123a046aa03bf87fddb90b4439f8ec2939dd9a00f345c732a780027e294b42489dd61c3
-EBUILD ascii-progress-0.3.3.0.ebuild 1137 BLAKE2B f14edcf21f799ee5683a650aecbdd3d34756213fb82cae2cb9dcdcedcb69a8c1025183bc3d48e7725e54c8b034590f519c60236f4f8b3c1610bd279cee25faf3 SHA512 ae13adbe58945ee3a1acc89de1ffd7e43247eae157e3d33907caa6332bd7b39e2bf9ad21d7cb53bce4f100d45a19bdff49295bda52a5f9edb676a0957eded1c8
-MISC metadata.xml 616 BLAKE2B 4fc2c7c069cd47ddb850ad44fe8dab7ad1a4eb2d938e0f8a9f2d5dc6c9944a7d1a86a55e72f2179e2c4e71b7c82aae057901af26f1f34191d08fc2c70d62a37c SHA512 c6b86a27d8866b72a92948d0a6aa44edb429ba872fba639611d42545fdacb576a8ab0c67a57f8750fd53d714086653e54cc6f4b06e5b226a6a64db36265092a7
diff --git a/dev-haskell/ascii-progress/ascii-progress-0.3.3.0.ebuild b/dev-haskell/ascii-progress/ascii-progress-0.3.3.0.ebuild
deleted file mode 100644
index dbd2155e3330..000000000000
--- a/dev-haskell/ascii-progress/ascii-progress-0.3.3.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.4.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="A simple progress bar for the console"
-HOMEPAGE="https://github.com/yamadapc/haskell-ascii-progress"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-RDEPEND=">=dev-haskell/async-2.0.1.5:=[profile?]
- >=dev-haskell/concurrent-output-1.7:=[profile?]
- >=dev-haskell/data-default-0.5.3:=[profile?]
- >=dev-lang/ghc-7.6.1:=
- examples? ( >=dev-haskell/conduit-1.2:=[profile?]
- dev-haskell/http:=[profile?]
- >=dev-haskell/http-conduit-2.1:=[profile?]
- >=dev-haskell/http-types-0.8:=[profile?]
- dev-haskell/random:=[profile?]
- >=dev-haskell/transformers-0.3:=[profile?] )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.16.0
- test? ( >=dev-haskell/hspec-2.1 <dev-haskell/hspec-3
- >=dev-haskell/quickcheck-2.6 )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag examples examples)
-}
diff --git a/dev-haskell/ascii-progress/metadata.xml b/dev-haskell/ascii-progress/metadata.xml
deleted file mode 100644
index 6afb78dde73c..000000000000
--- a/dev-haskell/ascii-progress/metadata.xml
+++ /dev/null
@@ -1,18 +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>
- A simple Haskell progress bar for the console. Heavily borrows from TJ
- Holowaychuk's Node.JS project
- &lt;https://github.com/tj/node-progress progress&gt;
-
- &lt;https://github.com/yamadapc/haskell-ascii-progress github&gt;
- </longdescription>
- <upstream>
- <remote-id type="github">yamadapc/haskell-ascii-progress</remote-id>
- </upstream>
-</pkgmetadata>