commit:     34df5fb329052c28f2f7755065694fddaaaab994
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 20:55:06 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 21:12:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34df5fb3

dev-haskell/hstringtemplate: drop old

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

 dev-haskell/hstringtemplate/Manifest               |  3 --
 .../hstringtemplate/hstringtemplate-0.7.3.ebuild   | 36 ----------------------
 .../hstringtemplate/hstringtemplate-0.8.3.ebuild   | 36 ----------------------
 .../hstringtemplate/hstringtemplate-0.8.5.ebuild   | 36 ----------------------
 4 files changed, 111 deletions(-)

diff --git a/dev-haskell/hstringtemplate/Manifest 
b/dev-haskell/hstringtemplate/Manifest
index abfd504da44..4fc7a41bd5e 100644
--- a/dev-haskell/hstringtemplate/Manifest
+++ b/dev-haskell/hstringtemplate/Manifest
@@ -1,4 +1 @@
-DIST HStringTemplate-0.7.3.tar.gz 15961 BLAKE2B 
ffdf31dfebc407737332005ff422b1154dea6307819b7d4acfc79985fef91d9b52bd19ad62a5f11e3152257b8f876050375923fdd439b51603aa5d38436f902d
 SHA512 
987e827dabf64f13df9ec584c6ac4d9b121bec07543f9600e212c1a20fe03aa1fcb24f8f669b5ae53f85e4ec9d2d6a7c76a2845496a8440332b601c64fcb552c
-DIST HStringTemplate-0.8.3.tar.gz 16023 BLAKE2B 
5a85cf34a3be754dff9ea7b1c86d4444cdeefe97c658e8fa57e191491d0201790036c6893ebb046c404e65546854bd8351898bb56a9b46a4fb7050913425373f
 SHA512 
d356ea7defea10535f5ec188a4bdc6ecba89f447c509af04421753dc9b0f4cf85aa24ec1dd2c8ba0b31bfef06576e0a9f8c457e890468244bae22abc47d26f8e
-DIST HStringTemplate-0.8.5.tar.gz 15740 BLAKE2B 
4eb9f8bc269271bb7b307bfacdcc1426486629968da951caa9d4f835b0f1c4b12580d6dc0382ec578ac4e98e5b2b19218f0402a0ffb19d66e7ec75d7caf604a1
 SHA512 
81c38009abf568316263aab479bcd2e04b03419b52c98d566a402b0d1c65a49052c8f68a7c6e6b285d108489c0fb2387ab98622aacdaa7596fb009517ecbc2d5
 DIST HStringTemplate-0.8.7.tar.gz 15903 BLAKE2B 
c030b287893e908e2e8b70f8b8f06750978d2109daa86a26c8c08abe2e00112f7fdbb8c8da1c45c689803e7bfc2027fda87c44b24d6d3f31c129b0803c42f324
 SHA512 
a00552a104231aa44e06c558f200a36430774351de2e7c55b0f25fd064d29aa25e62e48185d79184d916fe7440ad2a6d20dd54a5b4ad4bb635e58fc259185e5b

diff --git a/dev-haskell/hstringtemplate/hstringtemplate-0.7.3.ebuild 
b/dev-haskell/hstringtemplate/hstringtemplate-0.7.3.ebuild
deleted file mode 100644
index e8c01c9c443..00000000000
--- a/dev-haskell/hstringtemplate/hstringtemplate-0.7.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="HStringTemplate"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="StringTemplate implementation in Haskell"
-HOMEPAGE="https://hackage.haskell.org/package/HStringTemplate";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/blaze-builder:=[profile?]
-       dev-haskell/mtl:=[profile?]
-       <dev-haskell/parsec-4:=[profile?]
-       dev-haskell/syb:=[profile?]
-       dev-haskell/text:=[profile?]
-       dev-haskell/utf8-string:=[profile?]
-       dev-haskell/void:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.6
-"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-haskell/hstringtemplate/hstringtemplate-0.8.3.ebuild 
b/dev-haskell/hstringtemplate/hstringtemplate-0.8.3.ebuild
deleted file mode 100644
index 74e9176a2f2..00000000000
--- a/dev-haskell/hstringtemplate/hstringtemplate-0.8.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 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="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="HStringTemplate"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="StringTemplate implementation in Haskell"
-HOMEPAGE="https://hackage.haskell.org/package/HStringTemplate";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/blaze-builder:=[profile?]
-       dev-haskell/mtl:=[profile?]
-       dev-haskell/old-locale:=[profile?]
-       <dev-haskell/parsec-4:=[profile?]
-       dev-haskell/syb:=[profile?]
-       dev-haskell/text:=[profile?]
-       dev-haskell/void:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18.1.3
-"
-
-S="${WORKDIR}/${MY_P}"

diff --git a/dev-haskell/hstringtemplate/hstringtemplate-0.8.5.ebuild 
b/dev-haskell/hstringtemplate/hstringtemplate-0.8.5.ebuild
deleted file mode 100644
index 1d9e5f7a932..00000000000
--- a/dev-haskell/hstringtemplate/hstringtemplate-0.8.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-MY_PN="HStringTemplate"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="StringTemplate implementation in Haskell"
-HOMEPAGE="https://hackage.haskell.org/package/HStringTemplate";
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/blaze-builder:=[profile?]
-       dev-haskell/mtl:=[profile?]
-       dev-haskell/old-locale:=[profile?]
-       <dev-haskell/parsec-4:=[profile?]
-       dev-haskell/syb:=[profile?]
-       dev-haskell/text:=[profile?]
-       dev-haskell/void:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18.1.3
-"
-
-S="${WORKDIR}/${MY_P}"

Reply via email to