summaryrefslogtreecommitdiff
path: root/dev-haskell/with-location
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /dev-haskell/with-location
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'dev-haskell/with-location')
-rw-r--r--dev-haskell/with-location/Manifest4
-rw-r--r--dev-haskell/with-location/metadata.xml5
-rw-r--r--dev-haskell/with-location/with-location-0.0.0.ebuild24
3 files changed, 2 insertions, 31 deletions
diff --git a/dev-haskell/with-location/Manifest b/dev-haskell/with-location/Manifest
index be1d5178086c..2cbe65f039ac 100644
--- a/dev-haskell/with-location/Manifest
+++ b/dev-haskell/with-location/Manifest
@@ -1,5 +1,3 @@
-DIST with-location-0.0.0.tar.gz 1806 BLAKE2B 5a861687b8c0670c52f1e2a89fb29353466efc44a0cacaf76dca21e45323762629683b1f45955b5b238a93ce549c8be2e1e4062302efed7dfcd9347772e025e1 SHA512 c5be3a9478c0f9585daebe1b7ab73d81ed937740d7c5f5f3dac05289c58a508fca458e5c0727aed767e507c27a9007e878ee949228b8d25355ab8474ba7289c2
DIST with-location-0.1.0.tar.gz 2029 BLAKE2B 0d76733cff25a2dc3603ddad7b0806d43e2007017f73ec8773f6d00db0f7830eb2a30e324a5044654b7537bb9a43d453dbe50fd1ee89668fbbc465a5a27f90ee SHA512 1b8bdecd02d4acaa8b21e2cd6acdee573ac29b909c9a6f0d88a56adcd7433d551db5c1fadbc3e72c78378d74a614594d8d2ad08899fd63ecc57c65d0c37b28b9
-EBUILD with-location-0.0.0.ebuild 578 BLAKE2B 52c153dbd3384d9e59363d8bf58c3b0a751ec510c6bffd9aa5a51d9dab31652652aaeb2913280b8d436d1cdd64f7480bba5adf18fbea1589f4066c5d2ca677a7 SHA512 47e1e55d57406b8ec7d269eeb17115d84b5337f1d2e3f6251e43f27bc55616d880c4e6139ce9cb17d3d997eb40d27eb4fd03cf975affce5f2f583ff839ffe725
EBUILD with-location-0.1.0.ebuild 618 BLAKE2B 285f06b14511b78e4c6819cbe5d0a6fbf4391e0be98d289960d72ddd69596715351500132c6cfd11269493d8cfa8d4ef96a5ae1f98c19d51b008dd13a0ab8e29 SHA512 d11824d7c63645221d60e569ae3441b82f57371268e66879ba7e2525a7203461024480e14bc84f6feccc3ab73f4ef2e26f3b1881fa2433dde9b6b0bd33bf6396
-MISC metadata.xml 443 BLAKE2B db1c3406be13f1d7a9856da4e478e1d604a09d8fb57f7ecc0bc3255a14ea1dc820e5d02ea2b6d3f44f44a5dec12fa9de65f71a90fd5e8357b346bf87e86e7fd0 SHA512 879001b58a566893653b9aadc60bbaf34e75d270cf879983628e3bc434b67aa046df70f0ed87db586baa6849948bd0cc1ff91ebca448daf98fc7d3cccd7c6b7f
+MISC metadata.xml 331 BLAKE2B cb1415a8d0a7322d04f6abd13bd74518626cbd60fe2207df8b53e56c390f900353273b90622f3e5a71010af02edf540e761756ec850fc37886f4ef6cf9a60984 SHA512 4813f57cd3ed8f1b20c62a21852dcc38b491923f63c9c0947dbfaca6b8b9b9ccbd62e8e620106ca3fd04be6f4823a2c808bf7e13e42a2f723d217e5db694e8e7
diff --git a/dev-haskell/with-location/metadata.xml b/dev-haskell/with-location/metadata.xml
index 9c623ab5f924..9edae7c8c96c 100644
--- a/dev-haskell/with-location/metadata.xml
+++ b/dev-haskell/with-location/metadata.xml
@@ -1,13 +1,10 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?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>
- Use ImplicitParams-based source locations in a backward compatible way
- </longdescription>
<upstream>
<remote-id type="github">sol/with-location</remote-id>
</upstream>
diff --git a/dev-haskell/with-location/with-location-0.0.0.ebuild b/dev-haskell/with-location/with-location-0.0.0.ebuild
deleted file mode 100644
index 90731a67b9e2..000000000000
--- a/dev-haskell/with-location/with-location-0.0.0.ebuild
+++ /dev/null
@@ -1,24 +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.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Use ImplicitParams-based source locations in a backward compatible way"
-HOMEPAGE="https://github.com/sol/with-location#readme"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"