summaryrefslogtreecommitdiff
path: root/dev-haskell/dlist-instances
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/dlist-instances
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/dlist-instances')
-rw-r--r--dev-haskell/dlist-instances/Manifest5
-rw-r--r--dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild26
-rw-r--r--dev-haskell/dlist-instances/dlist-instances-0.1.ebuild26
-rw-r--r--dev-haskell/dlist-instances/metadata.xml16
4 files changed, 0 insertions, 73 deletions
diff --git a/dev-haskell/dlist-instances/Manifest b/dev-haskell/dlist-instances/Manifest
deleted file mode 100644
index 3e80db2d8105..000000000000
--- a/dev-haskell/dlist-instances/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST dlist-instances-0.1.1.1.tar.gz 1749 BLAKE2B a7a5f04fc3ee2586d5e51d9ef31a1d3429f403c9d119a643156f798501d39c63e284fe6be172cac5a7d37f1457eaded77541007c286c5469aa600c241eb83f6d SHA512 9a66f9f3d73466731c1b1a3f208c564f0fd8fe990e81dd274a86441e94b48c40d778535a9d346e9ff8160b23c19efa73cc836b4dcb3a6cb0e81817348bc5041a
-DIST dlist-instances-0.1.tar.gz 1676 BLAKE2B ecfd291f90ebfdd7351a68d9fa73a658154f1301a1fb5b98d36ce22a4e64b208af544e650e9019ce6f01b80cc960d986412e92c2edcce60d64a2c1099a28ec37 SHA512 8cc7d28a2db30008006df96e1bab090f43fd71ae80f6461e6f17581da661710b468afa5b0387de7f9296c41b01abe3fb42c659221479ed8d2c70b8621dbdb5ee
-EBUILD dlist-instances-0.1.1.1.ebuild 608 BLAKE2B 100b683dae8819fc2b3880f263cb95c1c0acae157e90ea6db8b30bfc0d977bea41fedc284fb60403b60a320de6863b6bbbdcafc8ca7f1f18e6218db22d83000b SHA512 279c21175b35e99dc6bd9222293b43fc244436999bcca1d6aff343fb2a3e1e24150d34320d1fd5a61ab72d5ba1e919505f9d890d9261f99e583d380822d9f6a4
-EBUILD dlist-instances-0.1.ebuild 611 BLAKE2B 7f883d071d899281b8de22a7d95fb221112610ceb2de369d7c1c904f341c5c11e148bbde692ad3383625998e52a72590776f0586a4075a7cb613231cf5264f34 SHA512 3f3f221203424308c0e7b4e6d8d8b4aee2e961a34e28a2e6d3a28ef8e3e090372810ec0884ffa098b80d6a2e7e20fc61554f68021a1b06e5183b564bc854e0d9
-MISC metadata.xml 537 BLAKE2B cf04c1fb73e192b1cf02812a567c2aa790fdfc23e18f06198a9a02a32614f502544a18491b32a73a55a1c18c8ff46aa7281b3eb500d706aa9d236ba6e2084719 SHA512 bdd8c19fc503749b52a5937a2f89e7d6f19f81616912f86341419c8180777ce69449deae3b1d1e8d9072abd295437a4043d2fc7ef167173997bcf3ab1116fa02
diff --git a/dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild b/dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild
deleted file mode 100644
index 2abcbf876317..000000000000
--- a/dev-haskell/dlist-instances/dlist-instances-0.1.1.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Difference lists instances"
-HOMEPAGE="https://github.com/gregwebs/dlist-instances"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/dlist:=[profile?]
- dev-haskell/semigroups:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.9.2
-"
diff --git a/dev-haskell/dlist-instances/dlist-instances-0.1.ebuild b/dev-haskell/dlist-instances/dlist-instances-0.1.ebuild
deleted file mode 100644
index 1d2ae7d34876..000000000000
--- a/dev-haskell/dlist-instances/dlist-instances-0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Difference lists instances"
-HOMEPAGE="https://github.com/gregwebs/dlist-instances"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/dlist:=[profile?]
- dev-haskell/semigroups:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.9.2
-"
diff --git a/dev-haskell/dlist-instances/metadata.xml b/dev-haskell/dlist-instances/metadata.xml
deleted file mode 100644
index a457afb41e46..000000000000
--- a/dev-haskell/dlist-instances/metadata.xml
+++ /dev/null
@@ -1,16 +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>
- See the dlist packages.
- This package is the canonical source for some orphan instances.
- Orphan instances are placed here to avoid dependencies elsewhere.
- </longdescription>
- <upstream>
- <remote-id type="github">gregwebs/dlist-instances</remote-id>
- </upstream>
-</pkgmetadata>