summaryrefslogtreecommitdiff
path: root/dev-haskell/connection
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/connection
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'dev-haskell/connection')
-rw-r--r--dev-haskell/connection/Manifest4
-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, 72 deletions
diff --git a/dev-haskell/connection/Manifest b/dev-haskell/connection/Manifest
index e099d9675b7b..e7b23f4ab724 100644
--- a/dev-haskell/connection/Manifest
+++ b/dev-haskell/connection/Manifest
@@ -1,7 +1,3 @@
-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
-EBUILD connection-0.2.4.ebuild 976 BLAKE2B b104abc9a3136b4ef44b648479d8193af13aa0595956b4acdaa64656177d1034fa27ee76dee51ef6a445e57740afe593f502a94cbe8e24446f78d646f0204d17 SHA512 f1c7ebb79212ffc15d6b2368eaced95b14c822d3fefc1b82b529ba9867110d97c2e5bf7c41d78a03d342310151e7513e49105a4550e704c80dd01a67c943ad28
-EBUILD connection-0.2.5.ebuild 902 BLAKE2B e5f0a7570b5d5c6dd4afeb860f89ede3850259bc0ee46abed3e68dfc84a2398a5bab0a81d0dd9505763bdeadae7ff7e7d9aaf6e3a955b66de0845df4f5158bb3 SHA512 29b4354ee2ee9939554c8ad6030fc3ddc845bc9140e72ba1649bddd5b9bc0bf78e9002483033ce7690c17b4b998e6b6aef10d907984401af310d2aaf61e5e4c1
EBUILD connection-0.3.1.ebuild 910 BLAKE2B 25f504095b07acb37b359074559410d62ddceb0b3e5331666b8d7f008916abf234966ba514bbe5022270b383dadfb2fee5b2eb8605ea51f3ae583731f490caa1 SHA512 4391ebb4f021416c30f29261d697f40d074c504afed0e9ca12b0ef1631b8a3c1c65fac0bec20a5d8616377879e398a8c030da29af5afe95a237c1743936944c0
MISC metadata.xml 605 BLAKE2B 93b777894909dca02df5c082ae4eb35417336a8dd306ad8889662df406eda6b1972c6dc20cc6d170ad6f0fa6c3634415b3b0e0e4d4786cb6a958e6afa5727564 SHA512 a04bbc4f237d9c2bb70b18c4559ddb04e04a7f1056c38f5f1d34fcaea97999556f176ff5e7a0704f03b9a2e962334823b1571448a6586dd357ac8a296891db29
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
-"