diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-22 02:42:13 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-22 02:42:13 +0100 |
commit | e7f37e03b952768321c8c943a80eff4152ea7bbd (patch) | |
tree | 355a9efb62297418cdadbc424b09dbafc54257e5 /dev-haskell/with-location | |
parent | 2518522472e5de9c52c78dc0246475fe0ae3cc05 (diff) |
gentoo auto-resync : 22:08:2022 - 02:42:13
Diffstat (limited to 'dev-haskell/with-location')
-rw-r--r-- | dev-haskell/with-location/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/with-location/metadata.xml | 8 | ||||
-rw-r--r-- | dev-haskell/with-location/with-location-0.1.0.ebuild | 25 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-haskell/with-location/Manifest b/dev-haskell/with-location/Manifest deleted file mode 100644 index 89803d446df5..000000000000 --- a/dev-haskell/with-location/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST with-location-0.1.0.tar.gz 2029 BLAKE2B 0d76733cff25a2dc3603ddad7b0806d43e2007017f73ec8773f6d00db0f7830eb2a30e324a5044654b7537bb9a43d453dbe50fd1ee89668fbbc465a5a27f90ee SHA512 1b8bdecd02d4acaa8b21e2cd6acdee573ac29b909c9a6f0d88a56adcd7433d551db5c1fadbc3e72c78378d74a614594d8d2ad08899fd63ecc57c65d0c37b28b9 -EBUILD with-location-0.1.0.ebuild 618 BLAKE2B 969af0cd7d46421d1de453d59ec0892b8e201fee6bb727b49059897b17aa9f88894fce9d49fc8bea02ad24a60c6ade4655e8dbfea2a70c8b4afbc349e63c1ec3 SHA512 5cebd93257a1e31f6c0b6903257b3c2c8224ba906a6c5f9d9d5fd4fa2d0fec59cdb2ed0a3306a9f0894af93d16a79ed098cbd5952a860d31d4326823ab8e88f7 -MISC metadata.xml 250 BLAKE2B 3adf9597d5114c480b4cc9fb5c3e231d8475b795cd6dce77986e13583ab6e59b43857cf2328570490abef0062a8b8a6b73d231867f9b62124855515cdc044d6d SHA512 5ef2c1d34a3438b39a38c041d45bb06bd0f1ae8a3f8b971bd5aaf36dee560f380e9abefab0c2a4cd7b518e151f5c6a0d0c7cd53caee9a384818f1bdc7deeadc4 diff --git a/dev-haskell/with-location/metadata.xml b/dev-haskell/with-location/metadata.xml deleted file mode 100644 index 937381521944..000000000000 --- a/dev-haskell/with-location/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> diff --git a/dev-haskell/with-location/with-location-0.1.0.ebuild b/dev-haskell/with-location/with-location-0.1.0.ebuild deleted file mode 100644 index 392cd60b3e2c..000000000000 --- a/dev-haskell/with-location/with-location-0.1.0.ebuild +++ /dev/null @@ -1,25 +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.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -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 - test? ( dev-haskell/hspec ) -" |