diff options
author | Jack Todaro <solpeth@posteo.org> | 2022-07-25 11:50:45 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-25 04:02:54 +0100 |
commit | 49f450f1e754205f7bf8f5350d1f930decbfd669 (patch) | |
tree | ff109eebd262cdf3cb650d3772974581c21c648d /x11-wm | |
parent | x11-wm/xmonad: drop 0.15-r1 (diff) | |
download | gentoo-49f450f1e754205f7bf8f5350d1f930decbfd669.tar.gz gentoo-49f450f1e754205f7bf8f5350d1f930decbfd669.tar.bz2 gentoo-49f450f1e754205f7bf8f5350d1f930decbfd669.zip |
x11-wm/xmonad-contrib: drop 0.16
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/26579
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xmonad-contrib/Manifest | 1 | ||||
-rw-r--r-- | x11-wm/xmonad-contrib/xmonad-contrib-0.16.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-wm/xmonad-contrib/Manifest b/x11-wm/xmonad-contrib/Manifest index bcd158efb5c4..14142d7e3261 100644 --- a/x11-wm/xmonad-contrib/Manifest +++ b/x11-wm/xmonad-contrib/Manifest @@ -1,2 +1 @@ -DIST xmonad-contrib-0.16.tar.gz 540237 BLAKE2B 7ddf8730481c39e9b5e40a548f3cbe36f301901656c57cc5ffdd11e05ad516019dc0b82c7dcf77665c152c390f7b7ae49c04ec6ae39347565b11a23aef23cce3 SHA512 22a18b4045cbfca0229cbf6c0bf1dfa595cbffbe6b82fd58b1fcf941cbfd306642160995b55859cead3cf574df696d2a3cea6507cac4d5c7c58cf09b3a86bc25 DIST xmonad-contrib-0.17.0.tar.gz 615173 BLAKE2B d2e2724a3103502cafeddfdafe5b19cd3f2eb66fe26d49afe4b64c0c78bb3b18432e44fc8233aac951b20969013fa580f0af36d4da627f3c03145b647bff5a44 SHA512 357ef80565690a1e652f79c877964181134c7f02a5d325dbf3890246588ce8a545e91126041bcc2af3d9ebf5b3be28f4866ee9ede76ddbf0fc0387871319a900 diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.16.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.16.ebuild deleted file mode 100644 index 6f76b2aba064..000000000000 --- a/x11-wm/xmonad-contrib/xmonad-contrib-0.16.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.1 -#hackport: flags: -testing,use_xft:xft - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Third party extensions for xmonad" -HOMEPAGE="https://xmonad.org/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+xft" - -RDEPEND="dev-haskell/extensible-exceptions:=[profile?] - >=dev-haskell/mtl-1:=[profile?] <dev-haskell/mtl-3:=[profile?] - dev-haskell/old-locale:=[profile?] - dev-haskell/old-time:=[profile?] - dev-haskell/random:=[profile?] - dev-haskell/semigroups:=[profile?] - dev-haskell/utf8-string:=[profile?] - >=dev-haskell/x11-1.6.1:=[profile?] <dev-haskell/x11-1.10:=[profile?] - >=dev-lang/ghc-8.0.1:= - >=x11-wm/xmonad-0.15:=[profile?] <x11-wm/xmonad-0.16:=[profile?] - xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.0.0 -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-testing \ - $(cabal_flag xft use_xft) -} |