diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-05 09:08:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-05 09:11:47 +0200 |
commit | 3a288a6a325bc7f811e314d08100a679a008ee0f (patch) | |
tree | 7f24951ae243ac7a365bffb5c19f7f185eda0564 /dev-haskell | |
parent | app-emulation/qemu: drop --with-confsuffix= (diff) | |
download | gentoo-3a288a6a325bc7f811e314d08100a679a008ee0f.tar.gz gentoo-3a288a6a325bc7f811e314d08100a679a008ee0f.tar.bz2 gentoo-3a288a6a325bc7f811e314d08100a679a008ee0f.zip |
dev-haskell/hans: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hans/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/hans/hans-3.0.1.ebuild | 45 | ||||
-rw-r--r-- | dev-haskell/hans/metadata.xml | 13 |
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-haskell/hans/Manifest b/dev-haskell/hans/Manifest deleted file mode 100644 index 3138ec0e3c90..000000000000 --- 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 0c8a360a7df3..000000000000 --- 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 0c6e0b4ba623..000000000000 --- 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>haskell@gentoo.org</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> |