summaryrefslogtreecommitdiff
path: root/dev-haskell/mintty
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/mintty')
-rw-r--r--dev-haskell/mintty/Manifest3
-rw-r--r--dev-haskell/mintty/metadata.xml27
-rw-r--r--dev-haskell/mintty/mintty-0.1.2.ebuild24
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-haskell/mintty/Manifest b/dev-haskell/mintty/Manifest
deleted file mode 100644
index 0b720a086b38..000000000000
--- a/dev-haskell/mintty/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST mintty-0.1.2.tar.gz 6945 BLAKE2B 6fe05a5d130c807b8dca29e5c207bff3ce73778ed4ca9e27f2a54c1b28410a7043b8d7f8ad4de7b8c93e555f8577e9644a1d7e86cae0fdba94098d34e3fadfce SHA512 6737851b82bec6977114baa572bdd012ff933a9d1c401857b97183fe341f605cc85618f2d0ac4afe2046cd90ec011d595bb82dea775f65b7e1d73dcf41777667
-EBUILD mintty-0.1.2.ebuild 565 BLAKE2B 59b929027250ac32da23aa11300c132b7e8f2e446f07247d2b82815e13813363d6256123dd069eb78bf351f16f8cdce23ac1c4f6fdc1270c8ef939532fccfba1 SHA512 332d103500a186ba096de1c4bc3544567e22acd621ed615bcb3d369002e573395189a19a7b9ad24b71a1c0c36b5180baa442f6075b68b6c6fe367cc4346ea0ef
-MISC metadata.xml 1159 BLAKE2B 5e2f3cc363214032756901a1b0daa2812e138652bad0daff820ba8da4270ec731d3df34545e5f7c8f36fba2d2b970add1d2e5a9372448c0b063534aec6bc3c8d SHA512 05b3d5c21cf38845db7965634c73f041efe54c3e3ea5d6a1c96ef42cfb470d182fe166760a64c76e756d408fac6081e2500d2bd66562fd59dced39ca94a6b6ab
diff --git a/dev-haskell/mintty/metadata.xml b/dev-haskell/mintty/metadata.xml
deleted file mode 100644
index 873c60c48741..000000000000
--- a/dev-haskell/mintty/metadata.xml
+++ /dev/null
@@ -1,27 +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>
- MinTTY is a Windows-specific terminal emulator for the
- widely used Cygwin and MSYS projects, which provide
- Unix-like environments for Windows. MinTTY consoles behave
- differently from native Windows consoles (such as
- @cmd.exe@ or PowerShell) in many ways, and in some cases,
- these differences make it necessary to treat MinTTY
- consoles differently in code.
-
- The @mintty@ library provides a simple way to detect if
- your code in running in a MinTTY console on Windows. It
- exports @isMinTTY@, which does the right thing 90% of the
- time (by checking if standard error is attached to
- MinTTY), and it also exports @isMinTTYHandle@ for the
- other 10% of the time (when you want to check is some
- arbitrary handle is attached to MinTTY). As you might
- expect, both of these functions will simply return @False@
- on any non-Windows operating system.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/mintty/mintty-0.1.2.ebuild b/dev-haskell/mintty/mintty-0.1.2.ebuild
deleted file mode 100644
index 880586208f2b..000000000000
--- a/dev-haskell/mintty/mintty-0.1.2.ebuild
+++ /dev/null
@@ -1,24 +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.5.6
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="A reliable way to detect the presence of a MinTTY console on Windows"
-HOMEPAGE="https://github.com/RyanGlScott/mintty"
-SRC_URI="https://hackage.haskell.org/package/${P}/${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.10
-"