summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:39:21 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:43:09 +0100
commitff481ce58ca91e54ae2e17d7a22980df3268ad88 (patch)
tree8daaa3ba00573dfa198806c22ad7e32cd05a95b0 /dev-haskell/time-compat
parentdev-haskell/th-utilities: drop old (diff)
downloadgentoo-ff481ce58ca91e54ae2e17d7a22980df3268ad88.tar.gz
gentoo-ff481ce58ca91e54ae2e17d7a22980df3268ad88.tar.bz2
gentoo-ff481ce58ca91e54ae2e17d7a22980df3268ad88.zip
dev-haskell/time-compat: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/time-compat')
-rw-r--r--dev-haskell/time-compat/Manifest1
-rw-r--r--dev-haskell/time-compat/time-compat-0.1.0.3.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-haskell/time-compat/Manifest b/dev-haskell/time-compat/Manifest
index d699e82ed1b9..69bf2d1dd94c 100644
--- a/dev-haskell/time-compat/Manifest
+++ b/dev-haskell/time-compat/Manifest
@@ -1,2 +1 @@
-DIST time-compat-0.1.0.3.tar.gz 2256 BLAKE2B eb94a09bfa0f1feaf41272c2fc7825e88c557cbfc6a9946886e871a75adcacb3aec03eac970baa409dbec1d2a9c6dc637ef121a0ba26416b59263a08c70fe767 SHA512 d7034e47654c4d73b4a0f3a7b1d0d5d2bfcc1eb028f288b7ccd0baceae49a6436493bf8a7a8af34ef3668f59a8b6f6047809a448125607c8af4aaee01deacfa6
DIST time-compat-1.9.3.tar.gz 50050 BLAKE2B 9c6f457945a975d88fe1784daf7dbf4a0b96c086cdd05af97a3b0d9d2379777c985b8b73dd592f588d4e09aee2fc987ed4b97efd4d4199841318114b379a8c5d SHA512 937020b42b739a9ee2da3d8105181adc45d80f7e8b5af81c7f43dfbf567f33c81caf0e34de8896bc139f1eb4e40efd0715e9f6e5a4d542a1a86c4ea53151cf2a
diff --git a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild b/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild
deleted file mode 100644
index 985a65c1d15a..000000000000
--- a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Compatibility with old-time for the time package"
-HOMEPAGE="https://hub.darcs.net/dag/time-compat"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/old-time:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"