summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-08-22 09:39:19 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-08-22 10:02:19 +0200
commit39e488762850bfa3d2a73979261a2e9fad1e5e71 (patch)
tree700b2cf1cd4c4791d67cf03489b4b30806884c04 /dev-haskell/filestore
parentdev-haskell/fixed: treeclean (diff)
downloadgentoo-39e488762850bfa3d2a73979261a2e9fad1e5e71.tar.gz
gentoo-39e488762850bfa3d2a73979261a2e9fad1e5e71.tar.bz2
gentoo-39e488762850bfa3d2a73979261a2e9fad1e5e71.zip
dev-haskell/filestore: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/filestore')
-rw-r--r--dev-haskell/filestore/Manifest1
-rw-r--r--dev-haskell/filestore/filestore-0.6.5.ebuild39
-rw-r--r--dev-haskell/filestore/metadata.xml19
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-haskell/filestore/Manifest b/dev-haskell/filestore/Manifest
deleted file mode 100644
index d40505a11cc0..000000000000
--- a/dev-haskell/filestore/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST filestore-0.6.5.tar.gz 32338 BLAKE2B 534d2eb492fb6a6b3db460c181616d401f9f045772e91758249480ecf838ff56a210ab40dfaa1e360891f2509352268b50046dbd4d0f2f9d46c40a295f1a9fbc SHA512 e4710e1e01cf0eb25a60e48961679009f7d1838104ec81ef1444c39fb25f1426e8d9e2ab557d69a2196d503b829d3bc2791f18083cf39ca623efc6fc0d070dcc
diff --git a/dev-haskell/filestore/filestore-0.6.5.ebuild b/dev-haskell/filestore/filestore-0.6.5.ebuild
deleted file mode 100644
index 31604b341ad1..000000000000
--- a/dev-haskell/filestore/filestore-0.6.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Interface for versioning file stores"
-HOMEPAGE="https://hackage.haskell.org/package/filestore"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+maxcount"
-
-RESTRICT=test # requires mercurial
-
-RDEPEND=">=dev-haskell/diff-0.4:=[profile?] <dev-haskell/diff-0.5:=[profile?]
- >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
- >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
- >=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
- >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
- >=dev-haskell/xml-1.3:=[profile?] <dev-haskell/xml-1.4:=[profile?]
- >=dev-lang/ghc-7.10.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.22.2.0
- test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
- dev-haskell/mtl )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag maxcount maxcount)
-}
diff --git a/dev-haskell/filestore/metadata.xml b/dev-haskell/filestore/metadata.xml
deleted file mode 100644
index 0a9b3f45147c..000000000000
--- a/dev-haskell/filestore/metadata.xml
+++ /dev/null
@@ -1,19 +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>
- The filestore library provides an abstract interface for a versioning
- file store, and modules that instantiate this interface. Currently
- Git, Darcs, and Mercurial modules are provided, and other VCSs
- or databases could be added.
- </longdescription>
- <use>
- <flag name="maxcount">Make use of a recent (&gt;= 2.3.0) Darcs feature which vastly improves the performance
- of 'latest'. You should disable this flag if you plan to use gitit with an
- older version of Darcs, or 'latest' will raise an error.</flag>
- </use>
-</pkgmetadata>