summaryrefslogtreecommitdiff
path: root/dev-haskell/sop-core
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-haskell/sop-core
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-haskell/sop-core')
-rw-r--r--dev-haskell/sop-core/Manifest1
-rw-r--r--dev-haskell/sop-core/metadata.xml25
-rw-r--r--dev-haskell/sop-core/sop-core-0.5.0.2.ebuild27
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-haskell/sop-core/Manifest b/dev-haskell/sop-core/Manifest
deleted file mode 100644
index ad3be3650bb8..000000000000
--- a/dev-haskell/sop-core/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sop-core-0.5.0.2.tar.gz 28505 BLAKE2B ec478dd47a6eae08a3b3a462c179fd867e592910dfac1b2d20a5a2f27f565fab15611a3b5a041b89c9284f8499fbafdb75ab1ce63dc7880afd76dbb78e11fc88 SHA512 bf71bc1823c567bc82c3a5a3166cbb4f4826149d66ec0871d11706512ce823b40ce6ce210cc5ba763a423a8d643b1819237e9b7f0950e901d445e05ccd78597b
diff --git a/dev-haskell/sop-core/metadata.xml b/dev-haskell/sop-core/metadata.xml
deleted file mode 100644
index 5e0ac283c468..000000000000
--- a/dev-haskell/sop-core/metadata.xml
+++ /dev/null
@@ -1,25 +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>
- <longdescription>
- Implementation of n-ary sums and n-ary products.
-
- The module "Data.SOP" is the main module of this library and contains
- more detailed documentation.
-
- The main use case of this package is to serve as the core of
- https://hackage.haskell.org/package/generics-sop generics-sop
-
- A detailed description of the ideas behind this library is provided by
- the paper:
-
- * Edsko de Vries and Andres Löh.
- http://www.andres-loeh.de/TrueSumsOfProducts True Sums of Products
- Workshop on Generic Programming (WGP) 2014.
-
- </longdescription>
-</pkgmetadata>
diff --git a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild b/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild
deleted file mode 100644
index 3003ff6a6619..000000000000
--- a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# ebuild generated by hackport 0.7.1.1.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="True Sums of Products"
-HOMEPAGE="https://hackage.haskell.org/package/sop-core"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-
-RDEPEND=">=dev-lang/ghc-8.4.3:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-2.2.0.1
-"
-
-CABAL_CHDEPS=(
- 'base >= 4.9 && < 4.17' 'base >= 4.9'
-)