commit:     4476e10f8722ddaacc5390b5dc99fe685a9bcae9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 20:54:48 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 20:55:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4476e10f

dev-haskell/cipher-blowfish: drop masked package

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/cipher-blowfish/Manifest               |  1 -
 .../cipher-blowfish/cipher-blowfish-0.0.3.ebuild   | 32 ----------------------
 dev-haskell/cipher-blowfish/metadata.xml           | 11 --------
 dev-haskell/cryptocipher/Manifest                  |  1 -
 dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild | 30 --------------------
 dev-haskell/cryptocipher/metadata.xml              | 11 --------
 profiles/package.mask                              |  6 ----
 7 files changed, 92 deletions(-)

diff --git a/dev-haskell/cipher-blowfish/Manifest 
b/dev-haskell/cipher-blowfish/Manifest
deleted file mode 100644
index 44b42f24bd3..00000000000
--- a/dev-haskell/cipher-blowfish/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cipher-blowfish-0.0.3.tar.gz 12876 BLAKE2B 
56eb4c925055b8ddac187ad36a7f1fb2f28ff337812eef81fadeb5cd519df6fdd8e41b0047d4e15eea5e567c0440ca5c5c9fb65887b3687d85f9a8fae68308fe
 SHA512 
5fcccde71c1324b34e54c01c41d878150ab8db48728d1bfc21406eda58e4a363de8397f395eaa25a6fb26e4d8c95683abafe0c6bf42d7853db07d768ed245cc0

diff --git a/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.3.ebuild 
b/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.3.ebuild
deleted file mode 100644
index fabcfa72dc5..00000000000
--- a/dev-haskell/cipher-blowfish/cipher-blowfish-0.0.3.ebuild
+++ /dev/null
@@ -1,32 +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.3.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Blowfish cipher"
-HOMEPAGE="https://github.com/vincenthz/hs-crypto-cipher";
-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-cipher-types-0.0.3:=[profile?] 
<dev-haskell/crypto-cipher-types-0.1:=[profile?]
-       >=dev-haskell/securemem-0.1.2:=[profile?]
-       dev-haskell/vector:=[profile?]
-       >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.8
-       test? ( dev-haskell/crypto-cipher-tests
-               >=dev-haskell/quickcheck-2
-               >=dev-haskell/test-framework-0.3.3
-               >=dev-haskell/test-framework-quickcheck2-0.2.9 )
-"

diff --git a/dev-haskell/cipher-blowfish/metadata.xml 
b/dev-haskell/cipher-blowfish/metadata.xml
deleted file mode 100644
index 234d150ab62..00000000000
--- a/dev-haskell/cipher-blowfish/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>hask...@gentoo.org</email>
-               <name>Gentoo Haskell</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">vincenthz/hs-crypto-cipher</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-haskell/cryptocipher/Manifest 
b/dev-haskell/cryptocipher/Manifest
deleted file mode 100644
index 5cd63b07b26..00000000000
--- a/dev-haskell/cryptocipher/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cryptocipher-0.6.2.tar.gz 2027 BLAKE2B 
617f3c184baa3acb6a248b60dc928fc4696d4818b31a55fe111838154a1f1a6e3fd42c96cb4d8ecceb21ae0145550fe2b097635524207b5d9e63f41e29047d67
 SHA512 
d63984d26e355ff613a4176c11634f1012f8b9ec43180ffed236f37aa7a1b1dafee1871799eec53774544518c886c27ae19bb0b058288da6bd8f2b45eaa5e5ab

diff --git a/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild 
b/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild
deleted file mode 100644
index 7e4abba2315..00000000000
--- a/dev-haskell/cryptocipher/cryptocipher-0.6.2.ebuild
+++ /dev/null
@@ -1,30 +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.3.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Symmetrical block and stream ciphers"
-HOMEPAGE="https://github.com/vincenthz/hs-crypto-cipher";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/cipher-aes-0.2.3:=[profile?] 
<dev-haskell/cipher-aes-0.3:=[profile?]
-       >=dev-haskell/cipher-blowfish-0.0:=[profile?] 
<dev-haskell/cipher-blowfish-0.1:=[profile?]
-       >=dev-haskell/cipher-camellia-0.0:=[profile?] 
<dev-haskell/cipher-camellia-0.1:=[profile?]
-       >=dev-haskell/cipher-des-0.0:=[profile?] 
<dev-haskell/cipher-des-0.1:=[profile?]
-       >=dev-haskell/cipher-rc4-0.1.3:=[profile?] 
<dev-haskell/cipher-rc4-0.2:=[profile?]
-       >=dev-haskell/crypto-cipher-types-0.0.8:=[profile?] 
<dev-haskell/crypto-cipher-types-0.1:=[profile?]
-       >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.8
-"

diff --git a/dev-haskell/cryptocipher/metadata.xml 
b/dev-haskell/cryptocipher/metadata.xml
deleted file mode 100644
index 234d150ab62..00000000000
--- a/dev-haskell/cryptocipher/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>hask...@gentoo.org</email>
-               <name>Gentoo Haskell</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">vincenthz/hs-crypto-cipher</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index ac73a4255de..68982941c34 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -664,12 +664,6 @@ dev-haskell/citeproc-hs
 # sources are gone. Removal in 30 days.
 media-sound/traverso
 
-# Sergei Trofimovich <sly...@gentoo.org> (2020-08-29)
-# Abandoned upstream. Use dev-haskell/cryptonite instead.
-# Does not compile against ghc-8.8. Removal in 30 days.
-dev-haskell/cipher-blowfish
-dev-haskell/cryptocipher
-
 # Aaron Bauman <b...@gentoo.org> (2020-08-28)
 # EAPI=4 and fails to compile
 # Dead upstream. Removal in 30 days

Reply via email to