commit:     d5f3f34589a3b78f9c2141523586c42957098ee6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 22:11:36 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 22:22:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f3f345

dev-haskell/skylighting: drop old

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

 dev-haskell/skylighting/Manifest                   |  2 -
 dev-haskell/skylighting/skylighting-0.1.1.5.ebuild | 48 ---------------------
 dev-haskell/skylighting/skylighting-0.3.ebuild     | 49 ----------------------
 3 files changed, 99 deletions(-)

diff --git a/dev-haskell/skylighting/Manifest b/dev-haskell/skylighting/Manifest
index 67169a956c9..89608250e23 100644
--- a/dev-haskell/skylighting/Manifest
+++ b/dev-haskell/skylighting/Manifest
@@ -1,3 +1 @@
-DIST skylighting-0.1.1.5.tar.gz 584235 BLAKE2B 
87226657d721b1491565f6003eb0d9087edd7f25a67549bc60b219f4c0ff5a5d799a9aa1c42b087a805af235434ea288f1f659711eeb2299395ce5f976a734b2
 SHA512 
2d430d2067d7694978620af0c63ce47240074055bf5179b968ac2a430b9968f445307347c8975e550823f509c05ab600f07c3d1cdc7f8909bf19506e0153e3ef
-DIST skylighting-0.3.tar.gz 537701 BLAKE2B 
5589aed231b25bd33160a314b5924432fe2c508bc58fbe1567d0742e19ff46784069c3e33f68888751e1c5252ead8050c7895d6fd6a05efd9588b79aee74eecf
 SHA512 
5ecff7f3fcf244d58fa21a83ebad9358661079cd559802a7b7b888bef7969f40587f2ca80aefae5b5424e05c1fe6bc168a6df034eb843b3613f7b3fc0abedc04
 DIST skylighting-0.8.5.tar.gz 621391 BLAKE2B 
f17c1e729b2f669950ffec8a84bd9018acbd407f1c8c05bcbe65d77986ce72cdf55b0e967ce4070cd72e5a12fe469ee55cc3782401cc15f19da213a5fa92d592
 SHA512 
9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f

diff --git a/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild 
b/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild
deleted file mode 100644
index 431d710c3c2..00000000000
--- a/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild
+++ /dev/null
@@ -1,48 +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: -bootstrap
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="syntax highlighting library"
-HOMEPAGE="https://github.com/jgm/skylighting";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="executable"
-
-RDEPEND="dev-haskell/aeson:=[profile?]
-       >=dev-haskell/blaze-html-0.5:=[profile?]
-       dev-haskell/case-insensitive:=[profile?]
-       dev-haskell/hxt:=[profile?]
-       dev-haskell/mtl:=[profile?]
-       dev-haskell/regex-pcre-builtin:=[profile?]
-       dev-haskell/safe:=[profile?]
-       dev-haskell/text:=[profile?]
-       dev-haskell/utf8-string:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-       executable? ( dev-haskell/pretty-show:=[profile?] )
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.24.2.0
-       test? ( dev-haskell/diff
-               dev-haskell/hunit
-               dev-haskell/random
-               dev-haskell/tasty
-               dev-haskell/tasty-golden
-               dev-haskell/tasty-hunit
-               !executable? ( dev-haskell/pretty-show ) )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=-bootstrap \
-               $(cabal_flag executable executable)
-}

diff --git a/dev-haskell/skylighting/skylighting-0.3.ebuild 
b/dev-haskell/skylighting/skylighting-0.3.ebuild
deleted file mode 100644
index 5f3bfabca52..00000000000
--- a/dev-haskell/skylighting/skylighting-0.3.ebuild
+++ /dev/null
@@ -1,49 +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: -bootstrap,+system-pcre
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="syntax highlighting library"
-HOMEPAGE="https://github.com/jgm/skylighting";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="executable"
-
-RDEPEND="dev-haskell/aeson:=[profile?]
-       >=dev-haskell/blaze-html-0.5:=[profile?]
-       dev-haskell/case-insensitive:=[profile?]
-       dev-haskell/hxt:=[profile?]
-       dev-haskell/mtl:=[profile?]
-       dev-haskell/regex-pcre:=[profile?]
-       dev-haskell/safe:=[profile?]
-       dev-haskell/text:=[profile?]
-       dev-haskell/utf8-string:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-       executable? ( dev-haskell/pretty-show:=[profile?] )
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18.1.3
-       test? ( dev-haskell/diff
-               dev-haskell/hunit
-               dev-haskell/random
-               dev-haskell/tasty
-               dev-haskell/tasty-golden
-               dev-haskell/tasty-hunit
-               !executable? ( dev-haskell/pretty-show ) )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=-bootstrap \
-               $(cabal_flag executable executable) \
-               --flag=system-pcre
-}

Reply via email to