commit:     8b0dd8e70658d80481f44020a2a33e12a107e4c0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 07:35:04 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 07:35:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b0dd8e7

dev-haskell/hoauth2: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/hoauth2/Manifest             |  2 --
 dev-haskell/hoauth2/hoauth2-0.4.8.ebuild | 35 --------------------------------
 dev-haskell/hoauth2/hoauth2-0.5.7.ebuild | 35 --------------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-haskell/hoauth2/Manifest b/dev-haskell/hoauth2/Manifest
index c6128d2f3fa..0b489ca3880 100644
--- a/dev-haskell/hoauth2/Manifest
+++ b/dev-haskell/hoauth2/Manifest
@@ -1,3 +1 @@
-DIST hoauth2-0.4.8.tar.gz 8599 BLAKE2B 
9cfaf6bf26937a5b3e9e03489843cd9173aea20d4360bfbbdbb9e083f7ec0c2191f19b6c8b86f07d5216c8fa064558183203d0f3d05e8390afb2a7d3a2f82455
 SHA512 
b2abf00d0ae7d15911f4a1e17d90d6f0b3931800bc66d77545c566fc64de527cfc86121b57a4ff4187a4a0aa81aea2e150412bf928fdec8e506ab24f9e1bea29
-DIST hoauth2-0.5.7.tar.gz 12245 BLAKE2B 
641c30f90c4420c40e0c73397d5a830c1b9f24095bf31108531303fbfc8d56e4a614a09c2e2fdc11204521d2299faf2c15fd8dc6a0541627c0804ce485cd8bc6
 SHA512 
218c5cb722861af099efa1cf66025b3fbdaba3574b19fbe39db5bb3ca8431c8436329b9bf9cd7a642227e2bca964843bba6b94cb70d5020321b3f743cc020569
 DIST hoauth2-1.8.9.tar.gz 16766 BLAKE2B 
ee95c10f571815683989f05e64539012b04009f6ee967d62ab6ed40c09d4a7f555f144452eb1a137f9a5f9d79077d8eac042c20bd9199356b8092eaaa46f1475
 SHA512 
c77f66f54310dea587de5d0f5a37c4d113881705a80b525a9180c94a3eae9d9d8a691ec3759bfd7681f467a633a2692df2e4ef69b6919b5147ee5546c9b49aa4

diff --git a/dev-haskell/hoauth2/hoauth2-0.4.8.ebuild 
b/dev-haskell/hoauth2/hoauth2-0.4.8.ebuild
deleted file mode 100644
index e376ae7ccc4..00000000000
--- a/dev-haskell/hoauth2/hoauth2-0.4.8.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.5.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Haskell OAuth2 authentication"
-HOMEPAGE="https://github.com/freizl/hoauth2";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RESTRICT=test # missing files
-
-RDEPEND=">=dev-haskell/aeson-0.7:=[profile?] 
<dev-haskell/aeson-0.10:=[profile?]
-       >=dev-haskell/http-conduit-2.0:=[profile?] 
<dev-haskell/http-conduit-2.2:=[profile?]
-       >=dev-haskell/http-types-0.8:=[profile?] 
<dev-haskell/http-types-0.9:=[profile?]
-       >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-1.3:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag test test)
-}

diff --git a/dev-haskell/hoauth2/hoauth2-0.5.7.ebuild 
b/dev-haskell/hoauth2/hoauth2-0.5.7.ebuild
deleted file mode 100644
index 027127aaccd..00000000000
--- a/dev-haskell/hoauth2/hoauth2-0.5.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.1.9999
-#hackport: flags: -test
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Haskell OAuth2 authentication client"
-HOMEPAGE="https://github.com/freizl/hoauth2";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/aeson-1.0:=[profile?] <dev-haskell/aeson-1.1:=[profile?]
-       >=dev-haskell/http-conduit-2.2:=[profile?] 
<dev-haskell/http-conduit-2.3:=[profile?]
-       >=dev-haskell/http-types-0.9:=[profile?] 
<dev-haskell/http-types-0.10:=[profile?]
-       >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-1.3:=[profile?]
-       >=dev-haskell/unordered-containers-0.2.5:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=-test
-}

Reply via email to