summaryrefslogtreecommitdiff
path: root/dev-haskell/old-time
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/old-time
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/old-time')
-rw-r--r--dev-haskell/old-time/Manifest3
-rw-r--r--dev-haskell/old-time/metadata.xml15
-rw-r--r--dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild33
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-haskell/old-time/Manifest b/dev-haskell/old-time/Manifest
deleted file mode 100644
index 207752bf8afd..000000000000
--- a/dev-haskell/old-time/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST old-time-1.1.0.3.tar.gz 74219 BLAKE2B e0f4e6fca5f92fdaf1aec8fbb02d339020e9547acbe23d5b5a00bed3b38e4267653331e4b7fc58f0d62f6158e51d78867f4e3bdd29591dffeab7a132d03f3d6e SHA512 a701c62266f9f3c6dc60eba970b6c25a61bf82b6b8bb6b0073e0e44908598926fe7813a7ae1b1f9da98e4861a8f0565d0bd025cb97307b71c08cb9b0b2e321bb
-EBUILD old-time-1.1.0.3-r1.ebuild 852 BLAKE2B a3941ba5a1748735b3447a84c47cde6cec4f228c8db319d6788cf8c591bd40470a508d995101ff53c538986ac4b476e5a2b316c027fd9fbd5aff273efafad2f4 SHA512 4a6a2dee6507a30c5cafa11aeadab865bd5a353ed3a8d2875093d3227fecd8d0ed353fd7eb0c950f3eeee811d2d56176f5cf5966ade47fba5e51add1f6d08cd8
-MISC metadata.xml 448 BLAKE2B 34d0199dadaa1847b1b54ad5663e05bb29098eb8541cfa4dabd8ab85d114927d0123fffd5133653823bfbadc7a4f263785c56fcfa0f8dc55189d19002d215b3f SHA512 06c860a7effc26f89667d44037c2f386a867b7f3d27344ab5638040f7c55367b03b298891351923555f717c89c43bcc98d44695f06fa0914094ff456eea9b4d5
diff --git a/dev-haskell/old-time/metadata.xml b/dev-haskell/old-time/metadata.xml
deleted file mode 100644
index 96a6689305de..000000000000
--- a/dev-haskell/old-time/metadata.xml
+++ /dev/null
@@ -1,15 +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>
- This package provides the old time library.
-
- For new projects, the newer
- &lt;http://hackage.haskell.org/package/time time library&gt;
- is recommended.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild b/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild
deleted file mode 100644
index 6d908455b678..000000000000
--- a/dev-haskell/old-time/old-time-1.1.0.3-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Time library"
-HOMEPAGE="http://hackage.haskell.org/package/old-time"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.2
-"
-
-# it's not quite true, but there was no major releases
-CABAL_CORE_LIB_GHC_PV="6.12.* 7.0.* 7.2.* 7.4.* 7.6.* 7.8.*"
-
-src_prepare() {
- cabal_chdeps \
- 'base >= 4.7 && < 4.9' 'base >= 4.7'
-}