summaryrefslogtreecommitdiff
path: root/dev-haskell/persistent-postgresql
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
commite7f37e03b952768321c8c943a80eff4152ea7bbd (patch)
tree355a9efb62297418cdadbc424b09dbafc54257e5 /dev-haskell/persistent-postgresql
parent2518522472e5de9c52c78dc0246475fe0ae3cc05 (diff)
gentoo auto-resync : 22:08:2022 - 02:42:13
Diffstat (limited to 'dev-haskell/persistent-postgresql')
-rw-r--r--dev-haskell/persistent-postgresql/Manifest3
-rw-r--r--dev-haskell/persistent-postgresql/metadata.xml8
-rw-r--r--dev-haskell/persistent-postgresql/persistent-postgresql-2.10.1.2.ebuild48
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-haskell/persistent-postgresql/Manifest b/dev-haskell/persistent-postgresql/Manifest
deleted file mode 100644
index 92b5819b64c3..000000000000
--- a/dev-haskell/persistent-postgresql/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST persistent-postgresql-2.10.1.2.tar.gz 27624 BLAKE2B 6ffbab607819d725cc85e7f9f8939d3d7397214d4ae19bf1ce20deab2ddf5433479d5b5e521cafa8595d6c1938140ff4b0e054981f73bea47d7150b3f0edcfa0 SHA512 0b0e33ede6ec38f8030b127e4073202dd7fe6a8c14d3b7e4a739a6ff197500bf4c013fb7d54a76f2d56b4d9f143409a23f2a4a33658e3bce5a2960657c6742fd
-EBUILD persistent-postgresql-2.10.1.2.ebuild 1534 BLAKE2B b706fa24b4cda387422fb0b68e70cdc5ff4aa6d030bd440beb7483701167977af8a70e6ea05a701f8cd56f8af0752cb07a02c6c7171295d9836ce6938e2a389e SHA512 0d7bd14f7e814731f946059e8dab4ecfdd73bbb49b160c99b62a7a97ea3c284399bd83ac5781a49e9f39a1407e4f32b6ed4c1bca40b8c19a77b6bcd5aa32fec3
-MISC metadata.xml 250 BLAKE2B 3adf9597d5114c480b4cc9fb5c3e231d8475b795cd6dce77986e13583ab6e59b43857cf2328570490abef0062a8b8a6b73d231867f9b62124855515cdc044d6d SHA512 5ef2c1d34a3438b39a38c041d45bb06bd0f1ae8a3f8b971bd5aaf36dee560f380e9abefab0c2a4cd7b518e151f5c6a0d0c7cd53caee9a384818f1bdc7deeadc4
diff --git a/dev-haskell/persistent-postgresql/metadata.xml b/dev-haskell/persistent-postgresql/metadata.xml
deleted file mode 100644
index 937381521944..000000000000
--- a/dev-haskell/persistent-postgresql/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/persistent-postgresql/persistent-postgresql-2.10.1.2.ebuild b/dev-haskell/persistent-postgresql/persistent-postgresql-2.10.1.2.ebuild
deleted file mode 100644
index f663f52a22d9..000000000000
--- a/dev-haskell/persistent-postgresql/persistent-postgresql-2.10.1.2.ebuild
+++ /dev/null
@@ -1,48 +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.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Backend for the persistent library using postgresql"
-HOMEPAGE="http://www.yesodweb.com/book/persistent"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # tests require postgresql
-
-RDEPEND=">=dev-haskell/aeson-1.0:=[profile?]
- dev-haskell/blaze-builder:=[profile?]
- >=dev-haskell/conduit-1.2.12:=[profile?]
- >=dev-haskell/monad-logger-0.3.25:=[profile?]
- >=dev-haskell/persistent-2.10:=[profile?] <dev-haskell/persistent-3:=[profile?]
- >=dev-haskell/postgresql-libpq-0.9.4.2:=[profile?] <dev-haskell/postgresql-libpq-0.10:=[profile?]
- >=dev-haskell/postgresql-simple-0.6.1:=[profile?] <dev-haskell/postgresql-simple-0.7:=[profile?]
- dev-haskell/resource-pool:=[profile?]
- >=dev-haskell/resourcet-1.1.9:=[profile?]
- >=dev-haskell/text-1.2:=[profile?]
- dev-haskell/unliftio-core:=[profile?]
- >=dev-lang/ghc-8.0.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.24.0.0
- test? ( dev-haskell/fast-logger
- >=dev-haskell/hspec-2.4
- dev-haskell/hspec-expectations
- dev-haskell/hunit
- dev-haskell/persistent-qq
- dev-haskell/persistent-template
- dev-haskell/persistent-test
- dev-haskell/quickcheck
- dev-haskell/quickcheck-instances
- dev-haskell/unordered-containers
- dev-haskell/vector )
-"