summaryrefslogtreecommitdiff
path: root/dev-haskell/hit
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hit')
-rw-r--r--dev-haskell/hit/Manifest3
-rw-r--r--dev-haskell/hit/hit-0.7.0.ebuild33
-rw-r--r--dev-haskell/hit/metadata.xml17
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-haskell/hit/Manifest b/dev-haskell/hit/Manifest
deleted file mode 100644
index e48f3d0f68c8..000000000000
--- a/dev-haskell/hit/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST hit-0.7.0.tar.gz 4919 BLAKE2B ff48cdc9421da4d2ef122a93859d82748c951f445f02d91cb1b320646a1cc68251380bfb6dfbe358ddf009e3664f258c1b7fe1e0f4dc402b2223ccc1bb929fe2 SHA512 d900c768bd60533092cf01627021b5b09804a0f29e3188bf4b9c6c2c79c709afb1c461a8d49459d5434d0d4d1241f5863a242e38ac9e28ddfaa02ef7565b9270
-EBUILD hit-0.7.0.ebuild 668 BLAKE2B b4b0a5bd7103335504295e4921b43bb0d9ece4b2b81300e43d00bfaf07e3b42a416adc8242cd6c75f4cde6ab3ca37fd32d30b55b71bd528f1c42ef74ee7d698d SHA512 fdd0e43345eab094ad2f47adc6e4d5b446452c98cbae55ccd2ffbcdbcc9d52c952fa349f24c7cac63529acc5b98c6c2ae6ce13bc41128c1740170516cc4bff2b
-MISC metadata.xml 649 BLAKE2B f914d3122d7a037929f1b2289127eec7423e24005aca900844bbfa30b88d0d918b7c32d1e94cc9ac7457d37eaddd7227de3a0eeb2473064c1c18d6e03aa20f6f SHA512 b26fe57992a5663b84b3033f832a83878b991ece02bee3ddf6cd89a31602efb73c74a14f0a592c47de227d3dfe617fe123236d89184139223a2e9ab3c9ebb323
diff --git a/dev-haskell/hit/hit-0.7.0.ebuild b/dev-haskell/hit/hit-0.7.0.ebuild
deleted file mode 100644
index f5754a04b7a8..000000000000
--- a/dev-haskell/hit/hit-0.7.0.ebuild
+++ /dev/null
@@ -1,33 +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.2
-
-CABAL_FEATURES=""
-inherit haskell-cabal
-
-DESCRIPTION="Git operations in haskell"
-HOMEPAGE="https://github.com/vincenthz/hit"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-haskell/git-0.3.0:=
- >=dev-haskell/hashable-1.2:=
- dev-haskell/hashtables:=
- dev-haskell/hourglass:=
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag debug debug)
-}
diff --git a/dev-haskell/hit/metadata.xml b/dev-haskell/hit/metadata.xml
deleted file mode 100644
index 410bc17ff884..000000000000
--- a/dev-haskell/hit/metadata.xml
+++ /dev/null
@@ -1,17 +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>
- An haskell implementation of git storage operations, allowing users
- to manipulate git repositories (read and write).
-
- This implementation is fully interoperable with the main C implementation.
-
- This is stricly only manipulating the git store (what's inside the .git directory),
- and doesn't do anything with the index or your working directory files.
- </longdescription>
-</pkgmetadata>