commit: 3a288a6a325bc7f811e314d08100a679a008ee0f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Sep 5 07:08:13 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Sep 5 07:11:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a288a6a
dev-haskell/hans: Remove last-rited pkg Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-haskell/hans/Manifest | 1 - dev-haskell/hans/hans-3.0.1.ebuild | 45 -------------------------------------- dev-haskell/hans/metadata.xml | 13 ----------- profiles/package.mask | 5 ----- 4 files changed, 64 deletions(-) diff --git a/dev-haskell/hans/Manifest b/dev-haskell/hans/Manifest deleted file mode 100644 index 3138ec0e3c9..00000000000 --- a/dev-haskell/hans/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hans-3.0.1.tar.gz 102002 BLAKE2B 2344c30c2143c38b77316cb34b35b38b9228452ca1a5ef0ebf2faf6f74d66a4a264db1f4d336ae86f5ab467cde4c2a914af22cc222110f649ede0bdecaadf5d4 SHA512 4495feb3bad78e8502bf1213727a130cc4e190dae54c1876ab353a919bfbce8e2fc370f3a191223e92944b3dbbba8a57e69c126d70c4ba65801eeb22a4edb55d diff --git a/dev-haskell/hans/hans-3.0.1.ebuild b/dev-haskell/hans/hans-3.0.1.ebuild deleted file mode 100644 index 0c8a360a7df..00000000000 --- a/dev-haskell/hans/hans-3.0.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 -#hackport: flags: example:examples - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Network Stack" -HOMEPAGE="https://hackage.haskell.org/package/hans" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RESTRICT=test # some test did not survive QC-2.10 (unicode string generator) - -RDEPEND="dev-haskell/boundedchan:=[profile?] - >=dev-haskell/cereal-0.5.0.0:=[profile?] - dev-haskell/cryptonite:=[profile?] - dev-haskell/hashable:=[profile?] - dev-haskell/heaps:=[profile?] - dev-haskell/memory:=[profile?] - dev-haskell/monadlib:=[profile?] - dev-haskell/psqueues:=[profile?] - dev-haskell/random:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18 - test? ( dev-haskell/quickcheck - >=dev-haskell/tasty-0.11 - dev-haskell/tasty-ant-xml - dev-haskell/tasty-quickcheck ) -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag examples examples) -} diff --git a/dev-haskell/hans/metadata.xml b/dev-haskell/hans/metadata.xml deleted file mode 100644 index 0c6e0b4ba62..00000000000 --- a/dev-haskell/hans/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?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> - HaNS is a lightweight, pure Haskell network stack that can be used for Haskell - networking in the context of the HaLVM, or with a Linux tap device. Currently, - HaNS supports 802.3, IPv4, ARP, DHCP (partially), ICMP, UDP, and TCP. - </longdescription> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index fcb990e98b9..210062a8fdf 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -619,11 +619,6 @@ dev-libs/liboobs # Unmaintained since 2012. dev-haskell/dbus-core -# Jack Todaro <[email protected]> (2020-08-04) -# Requires porting for MonadFail. No upstream -# activity since January 2018. -dev-haskell/hans - # Mikle Kolyada <[email protected]> (2020-08-02) # consolekit is abandoned upstream. # People are encouraged to switch to any logind
