summaryrefslogtreecommitdiff
path: root/dev-haskell/punycode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
commite7f37e03b952768321c8c943a80eff4152ea7bbd (patch)
tree355a9efb62297418cdadbc424b09dbafc54257e5 /dev-haskell/punycode
parent2518522472e5de9c52c78dc0246475fe0ae3cc05 (diff)
gentoo auto-resync : 22:08:2022 - 02:42:13
Diffstat (limited to 'dev-haskell/punycode')
-rw-r--r--dev-haskell/punycode/Manifest3
-rw-r--r--dev-haskell/punycode/metadata.xml14
-rw-r--r--dev-haskell/punycode/punycode-2.0.ebuild31
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-haskell/punycode/Manifest b/dev-haskell/punycode/Manifest
deleted file mode 100644
index 68516613c8ef..000000000000
--- a/dev-haskell/punycode/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST punycode-2.0.tar.gz 6243 BLAKE2B b6a0b5123ea3dbd8b8c28ea56b4cf7425962011224549ece1c3c2c5b6a951e7e8c76c46f33a548f43ec650a42ef98f373769f623b4094ab6e222f5e2b91ce621 SHA512 106ee29667582f0341b993b8fd888046e70aff02bf9a31fb883488ed0f1fe346ae6dacd60ceacf088c056b50cb99d633322f066be391585af9c37fd8e5e4ff44
-EBUILD punycode-2.0.ebuild 799 BLAKE2B 4ee6d69487a3e32e9b5e468766979b202f74a70339ecee2dce57039458c9bc72c5407c9c227fc795c133591191ba458c346ab57e2251325642eb5f497fc1e176 SHA512 56b1fcc6830774b9e1a60c797a24fe1db1679cb07fd6d0250af63ad28979faf90043758ed309c3ba0ad30bf9b5c20e89a31ab23c236999dd051fbdd89f465a4b
-MISC metadata.xml 641 BLAKE2B b8fe9a37a2cdf4de90acb368c378adb5f85a06bd3f132686b8776d631aa045a01a4d13c88c879bf45c2d99648e198dc1ffb41f4c04c26426416da406d9d7eb2e SHA512 5f38be069075f62ba313fb5ecbd0c3e76726fcfa0c27f48b1fe2678af7db4bb8682118d6bf6c1c77da41fdab96fa5f321f97b0c5b883a90f8388df351cfb5837
diff --git a/dev-haskell/punycode/metadata.xml b/dev-haskell/punycode/metadata.xml
deleted file mode 100644
index 58862ebc5a9e..000000000000
--- a/dev-haskell/punycode/metadata.xml
+++ /dev/null
@@ -1,14 +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>
- Encode unicode strings to ascii forms according to RFC 3492. It is written in pure Haskell, as opposed to gnuidn's Data.Text.IDN.Punycode. Please note that Data.Encoding.BootString from the 'encoding' package also contains an implementation of the Punycode algorithm.
- </longdescription>
- <upstream>
- <remote-id type="github">litherum/punycode</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/punycode/punycode-2.0.ebuild b/dev-haskell/punycode/punycode-2.0.ebuild
deleted file mode 100644
index 064e6d0602da..000000000000
--- a/dev-haskell/punycode/punycode-2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour" # test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Encode unicode strings to ascii forms according to RFC 3492"
-HOMEPAGE="https://github.com/litherum/punycode"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # runs slow, finds error.
-
-RDEPEND="dev-haskell/cereal:=[profile?]
- dev-haskell/mtl:=[profile?]
- dev-haskell/text:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8"
- # test? ( dev-haskell/encoding
- # dev-haskell/hunit
- # dev-haskell/quickcheck
- # )"