diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-30 13:43:43 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-31 05:10:08 +0100 |
commit | 187b9bcb075c0c7fd697994c960c98b818ec2cc6 (patch) | |
tree | ac875dc5500ad36221092b78ea203372a25da7d4 /dev-haskell/skylighting | |
parent | dev-haskell/hspec: drop 2.7.1 (diff) | |
download | gentoo-187b9bcb075c0c7fd697994c960c98b818ec2cc6.tar.gz gentoo-187b9bcb075c0c7fd697994c960c98b818ec2cc6.tar.bz2 gentoo-187b9bcb075c0c7fd697994c960c98b818ec2cc6.zip |
dev-haskell/skylighting: drop 0.8.5-r1, 0.10.5-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/skylighting')
-rw-r--r-- | dev-haskell/skylighting/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/skylighting/skylighting-0.10.5-r1.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/skylighting/skylighting-0.8.5-r1.ebuild | 37 |
3 files changed, 0 insertions, 76 deletions
diff --git a/dev-haskell/skylighting/Manifest b/dev-haskell/skylighting/Manifest index 4fcb344d62da..5cc5a60adb30 100644 --- a/dev-haskell/skylighting/Manifest +++ b/dev-haskell/skylighting/Manifest @@ -1,3 +1 @@ -DIST skylighting-0.10.5.tar.gz 647857 BLAKE2B fb10b9aa65598176113cc4e1c62b25b267f37c2a7a45decc819f8ac5972a653a2c4c16ded4ce155e7ddc8ac87108b969096daa4a7b68cf4d02a5579650c1575a SHA512 fc4fa852e12c6ac16db0de14744f9b079d0c0b0012edbdd2a9737efb7dbe2e36358b4ce713246e6cde4477b865f469e9eb3e1c2536c0a9acff39baa1de3d2d0a DIST skylighting-0.12.3.1.tar.gz 1218260 BLAKE2B 78f26d3477a6327a8e3c99f31ffe3c1d1b57c86730c06f715d8b2db9d267526bf3d0605639679fc38e4faff06e81edc3d2c9d85e7ce3c557b73f47ae8e81b999 SHA512 3eb93400612992d5aed828ebe0c1b76dbfbd7ec9cd0d0d667b524df51968997ffd429bfdbecbaa32a6108903872e119614b16f8aedf00eaf6d9a7b79ccb06c58 -DIST skylighting-0.8.5.tar.gz 621391 BLAKE2B f17c1e729b2f669950ffec8a84bd9018acbd407f1c8c05bcbe65d77986ce72cdf55b0e967ce4070cd72e5a12fe469ee55cc3782401cc15f19da213a5fa92d592 SHA512 9d40d96020a3b54d549259f6c981ff63f666f490e900f29eda437ed76965f172e9c77c4def36850e448ca0d3fad035ce4e9a244fd0b3748c6c24fb413c69614f diff --git a/dev-haskell/skylighting/skylighting-0.10.5-r1.ebuild b/dev-haskell/skylighting/skylighting-0.10.5-r1.ebuild deleted file mode 100644 index 364760e68655..000000000000 --- a/dev-haskell/skylighting/skylighting-0.10.5-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.7.9999 -#hackport: flags: -bootstrap,+system-pcre - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -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/skylighting-core-0.10.5:=[profile?] - >=dev-lang/ghc-8.4.3:= - dev-libs/libpcre:= - executable? ( >=dev-haskell/blaze-html-0.5:=[profile?] - dev-haskell/pretty-show:=[profile?] - dev-haskell/text:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-2.2.0.1 -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-bootstrap \ - $(cabal_flag executable executable) \ - --flag=system-pcre -} diff --git a/dev-haskell/skylighting/skylighting-0.8.5-r1.ebuild b/dev-haskell/skylighting/skylighting-0.8.5-r1.ebuild deleted file mode 100644 index d14871ce7ca1..000000000000 --- a/dev-haskell/skylighting/skylighting-0.8.5-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.4.9999 -#hackport: flags: -bootstrap,+system-pcre - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -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/skylighting-core-0.8.5:=[profile?] - >=dev-lang/ghc-7.10.1:= - dev-libs/libpcre:= - executable? ( >=dev-haskell/blaze-html-0.5:=[profile?] - dev-haskell/pretty-show:=[profile?] - dev-haskell/text:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.22.2.0 -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-bootstrap \ - $(cabal_flag executable executable) \ - --flag=system-pcre -} |