summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:27:10 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:36:44 +0100
commit7ebe97caea2b22588596e2c0f36918aa0eef4e1b (patch)
tree170a106a50df599029a7fd463a25b8d038a13794 /dev-haskell/connection
parentdev-haskell/conduit: drop old (diff)
downloadgentoo-7ebe97caea2b22588596e2c0f36918aa0eef4e1b.tar.gz
gentoo-7ebe97caea2b22588596e2c0f36918aa0eef4e1b.tar.bz2
gentoo-7ebe97caea2b22588596e2c0f36918aa0eef4e1b.zip
dev-haskell/connection: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/connection')
-rw-r--r--dev-haskell/connection/Manifest2
-rw-r--r--dev-haskell/connection/connection-0.2.4.ebuild35
-rw-r--r--dev-haskell/connection/connection-0.2.5.ebuild33
3 files changed, 0 insertions, 70 deletions
diff --git a/dev-haskell/connection/Manifest b/dev-haskell/connection/Manifest
index 6ef541dc951d..63e865131a45 100644
--- a/dev-haskell/connection/Manifest
+++ b/dev-haskell/connection/Manifest
@@ -1,3 +1 @@
-DIST connection-0.2.4.tar.gz 11067 BLAKE2B a99a7430093f3bf279ffcc709dd3b52050e1534b50683289f68ae00a86cff9269ff5bafdfd1b2a46fd6b55b32f6b4ca2805083cedaf0e7d86c44943dab827deb SHA512 7a55f5bf8b35a8a03553051b38a01e3791e9c51db3222f5c91e77310cc9d61307e9d934d59e31f82be38804f1b9c60cd8856351b03e007e3b7a3c883abaabb48
-DIST connection-0.2.5.tar.gz 7576 BLAKE2B 312e65c9f25b97d7ba0325baae93ebbcd6b8a212d5fd3f48361982dcc3dccc3ccaeb273a8b74b95482bcdb68269b1f3177037ac4951871d25a97fbe501f2e94b SHA512 02f02bfe48aa2f667986433d11fc7723aed8e87deb38082a6eacf009901334db2acb95c254a2cebd0b6c035bcdb6536f51af6c5dfdcc1ee51a13c1b7383460c4
DIST connection-0.3.1.tar.gz 9051 BLAKE2B 8758906a266180c9c81969c13b7a5e19bcb01757222ba21e1cd258a50180c52288a1a1e1e2486a3fea6fc3c6fd516ebcf4ade984dde822609ac962edfec4d610 SHA512 06da91d39e0d9a556a78da77a7ca31d520d5e7e8fd65509f82be926ad2c34282ef1f4d03aa6065c5834bc89417cf51b573f3cf4529fe3ead72eb1e80cc6d7a98
diff --git a/dev-haskell/connection/connection-0.2.4.ebuild b/dev-haskell/connection/connection-0.2.4.ebuild
deleted file mode 100644
index a629a9446d49..000000000000
--- a/dev-haskell/connection/connection-0.2.4.ebuild
+++ /dev/null
@@ -1,35 +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.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Simple and easy network connections API"
-HOMEPAGE="https://github.com/vincenthz/hs-connection"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- dev-haskell/crypto-random:=[profile?]
- dev-haskell/data-default-class:=[profile?]
- >=dev-haskell/network-2.3:=[profile?]
- dev-haskell/securemem:=[profile?]
- >=dev-haskell/socks-0.4:=[profile?]
- >=dev-haskell/tls-1.2:=[profile?]
- >=dev-haskell/x509-1.4:=[profile?]
- >=dev-haskell/x509-store-1.4:=[profile?]
- >=dev-haskell/x509-system-1.4:=[profile?]
- >=dev-haskell/x509-validation-1.5:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"
diff --git a/dev-haskell/connection/connection-0.2.5.ebuild b/dev-haskell/connection/connection-0.2.5.ebuild
deleted file mode 100644
index a02ba400399f..000000000000
--- a/dev-haskell/connection/connection-0.2.5.ebuild
+++ /dev/null
@@ -1,33 +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.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Simple and easy network connections API"
-HOMEPAGE="https://github.com/vincenthz/hs-connection"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/byteable:=[profile?]
- dev-haskell/data-default-class:=[profile?]
- >=dev-haskell/network-2.3:=[profile?]
- >=dev-haskell/socks-0.4:=[profile?]
- >=dev-haskell/tls-1.3:=[profile?]
- >=dev-haskell/x509-1.5:=[profile?]
- >=dev-haskell/x509-store-1.5:=[profile?]
- >=dev-haskell/x509-system-1.5:=[profile?]
- >=dev-haskell/x509-validation-1.5:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.6
-"