diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/time-compat | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/time-compat')
-rw-r--r-- | dev-haskell/time-compat/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/time-compat/metadata.xml | 12 | ||||
-rw-r--r-- | dev-haskell/time-compat/time-compat-0.1.0.3.ebuild | 25 |
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-haskell/time-compat/Manifest b/dev-haskell/time-compat/Manifest deleted file mode 100644 index bbab6c31725e..000000000000 --- a/dev-haskell/time-compat/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST time-compat-0.1.0.3.tar.gz 2256 BLAKE2B eb94a09bfa0f1feaf41272c2fc7825e88c557cbfc6a9946886e871a75adcacb3aec03eac970baa409dbec1d2a9c6dc637ef121a0ba26416b59263a08c70fe767 SHA512 d7034e47654c4d73b4a0f3a7b1d0d5d2bfcc1eb028f288b7ccd0baceae49a6436493bf8a7a8af34ef3668f59a8b6f6047809a448125607c8af4aaee01deacfa6 -EBUILD time-compat-0.1.0.3.ebuild 592 BLAKE2B 9e0fb0dc7b932fcaedd101b9a77ed3a0fd93f0627dded521ed35326f02187086637c41f7ff3b4c957f884f456753e932a8f222cf0381cf0e770bf76c68d40d27 SHA512 3de853ce3ea8dafcc89d7e3f47f8d803e823ca04c36aec4398250d537a3348015d541c36d31671830efc6868fe6e51aabaa562796e44a743ef1ccd9d4fb5e4d6 -MISC metadata.xml 378 BLAKE2B d1e98a535cbfdcb0f93c390b06035c173db8ac7dc0c65fa79ed3112c5767915b786cb12466df936e2ac548832580fdbb37f471f7c438f5abbd137c682127abae SHA512 1233288c38cbab9385bc4dc903e883229b083fe05a6e2b4e85a48f36681c310d4e718d460aadc6ad32edf37acfa7b01ea0cc5a67e7b2da3e5d2f65bf413a3259 diff --git a/dev-haskell/time-compat/metadata.xml b/dev-haskell/time-compat/metadata.xml deleted file mode 100644 index e5927f581861..000000000000 --- a/dev-haskell/time-compat/metadata.xml +++ /dev/null @@ -1,12 +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> - Compatibility with the <old-time> package for the \"new\" - <time> package. - </longdescription> -</pkgmetadata> 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 aff251cfd09e..000000000000 --- a/dev-haskell/time-compat/time-compat-0.1.0.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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="mirror://hackage/packages/archive/${PN}/${PV}/${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 -" |