diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-15 12:47:16 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-15 12:47:16 +0100 |
commit | 2116b13999c99d9e7154e7dfed309634ec7a74da (patch) | |
tree | 6ab54692e5840088327ff73c409f8e9b8784eccb /x11-wm/xmonad-contrib | |
parent | dev-haskell/zlib: drop old (diff) | |
download | gentoo-2116b13999c99d9e7154e7dfed309634ec7a74da.tar.gz gentoo-2116b13999c99d9e7154e7dfed309634ec7a74da.tar.bz2 gentoo-2116b13999c99d9e7154e7dfed309634ec7a74da.zip |
x11-wm/xmonad-contrib: drop old
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'x11-wm/xmonad-contrib')
8 files changed, 0 insertions, 261 deletions
diff --git a/x11-wm/xmonad-contrib/Manifest b/x11-wm/xmonad-contrib/Manifest index 727c07591c47..4020cb455c4a 100644 --- a/x11-wm/xmonad-contrib/Manifest +++ b/x11-wm/xmonad-contrib/Manifest @@ -1,6 +1 @@ -DIST xmonad-contrib-0.11.2.tar.gz 401758 BLAKE2B 06697bac621dabbbc3e066c38efbfc819087569c18cf7064820a826e0a28f48257b84f54659bc64db062b187129df899f694bb2ea8fa375b5dfb49afce1c170c SHA512 373e1ed1744cbdf26902402d74b4efafa043a4ccf1953c26ec55a03ef8de31818b0c4cfced08b43e664e5f052e52923c6dfb08d68be86726e9f0ed1d96ad7910 -DIST xmonad-contrib-0.11.4.tar.gz 401743 BLAKE2B f6962bcb88e88ebf620ef037c08de8c21ebbb10cb863852f60b5f3ba03d72d00dfb737b57ca0bb5f2fa3364a120fe00377d6c27735abbc8f7eb0b1992ec705b7 SHA512 3d747988baa497475255be4cc96f7eba5cf6fc81658f8f877ca92148fb9a154423ee98ebeb23690de00b186d2e34ad13d94cf1fe332d4ca4f1f4a64790e46ed7 -DIST xmonad-contrib-0.12.tar.gz 464978 BLAKE2B 72b08d01a24e1a878bc1d7175755b45d0751236f01c276f3b5baaf332f3baf5c81b2c75c8ab88e221f1cabde0f3ed3f7a613b672b038da95de0ef4d69f249307 SHA512 5bb145fc7d07ebc8e4dde5ba83b5340913fb089581d22e993663402fc6728eab9f6939466b7a262827c0098599073a928700e0acb8245b943b23e6cd01e63056 -DIST xmonad-contrib-0.13.tar.gz 485351 BLAKE2B ef42ad08bf5878046abfbc0c2cbb79853c01e2e0ba0e6ab0723e575531dc106c32dce58fe9e6e35b5e84f18b04456aec03ef838a9cb6fc34396415a311e1b2d5 SHA512 40b8a8fc8a1fa134f2726c273ff75eee26a43c9f18095bad9251e4b37b0cca5ee6c32eec5c42aa00c9e0c5c90ae54e6414739a2cee5b5d2917814358449d55f5 -DIST xmonad-contrib-0.15.tar.gz 524285 BLAKE2B e34b32a4899e98b00ae5ea4539a8566f056f794adb672df035d140532faf0996ef4bcf078998a1a6bd93320c5ebd41d51babf98a5332142c3a8644d3eb0e007d SHA512 c4669a51f6c1fbb50f5d484ae4a24b608d2b03c2e6814fa2ae079fe57a4b599e3072ae23c29b22fe2cf86a04840b4262a646ee4c7ba7c9a859ee78a31f99bc8a DIST xmonad-contrib-0.16.tar.gz 540237 BLAKE2B 7ddf8730481c39e9b5e40a548f3cbe36f301901656c57cc5ffdd11e05ad516019dc0b82c7dcf77665c152c390f7b7ae49c04ec6ae39347565b11a23aef23cce3 SHA512 22a18b4045cbfca0229cbf6c0bf1dfa595cbffbe6b82fd58b1fcf941cbfd306642160995b55859cead3cf574df696d2a3cea6507cac4d5c7c58cf09b3a86bc25 diff --git a/x11-wm/xmonad-contrib/files/xmonad-contrib-0.11.2-ghc-7.8.patch b/x11-wm/xmonad-contrib/files/xmonad-contrib-0.11.2-ghc-7.8.patch deleted file mode 100644 index 67e1f8cd8def..000000000000 --- a/x11-wm/xmonad-contrib/files/xmonad-contrib-0.11.2-ghc-7.8.patch +++ /dev/null @@ -1,23 +0,0 @@ -Sun Feb 17 19:33:56 FET 2013 Adam Vogt <vogt.adam@gmail.com> - * Remove unnecessary contexts from L.MultiToggle -diff -rN -u old-XMonadContrib/XMonad/Layout/MultiToggle.hs new-XMonadContrib/XMonad/Layout/MultiToggle.hs ---- old-XMonadContrib/XMonad/Layout/MultiToggle.hs 2014-02-06 00:58:32.422844682 +0300 -+++ new-XMonadContrib/XMonad/Layout/MultiToggle.hs 2014-02-06 00:58:32.462844684 +0300 -@@ -99,7 +99,7 @@ - transform :: (LayoutClass l a) => t -> l a -> - (forall l'. (LayoutClass l' a) => l' a -> (l' a -> l a) -> b) -> b - --data (LayoutClass l a) => EL l a = forall l'. (LayoutClass l' a) => EL (l' a) (l' a -> l a) -+data EL l a = forall l'. (LayoutClass l' a) => EL (l' a) (l' a -> l a) - - unEL :: (LayoutClass l a) => EL l a -> (forall l'. (LayoutClass l' a) => l' a -> b) -> b - unEL (EL x _) k = k x -@@ -159,7 +159,7 @@ - infixr 0 ?? - -- | Prepend an element to a heterogeneous list. Used to build transformer - -- tables for 'mkToggle'. --(??) :: (HList b w) => a -> b -> HCons a b -+(??) :: a -> b -> HCons a b - (??) = HCons - - -- | Construct a singleton transformer table. diff --git a/x11-wm/xmonad-contrib/files/xmonad-contrib-0.11.4-import-Applicative.patch b/x11-wm/xmonad-contrib/files/xmonad-contrib-0.11.4-import-Applicative.patch deleted file mode 100644 index d887e857da03..000000000000 --- a/x11-wm/xmonad-contrib/files/xmonad-contrib-0.11.4-import-Applicative.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- xmonad-contrib-0.11.4-orig/XMonad/Util/Invisible.hs 2015-03-28 05:00:21.000000000 +1100 -+++ xmonad-contrib-0.11.4/XMonad/Util/Invisible.hs 2015-04-03 15:12:17.485143018 +1100 -@@ -22,6 +22,8 @@ - , fromIMaybe - ) where - -+import Control.Applicative -+ - -- $usage - -- A wrapper data type to store layout state that shouldn't be persisted across - -- restarts. A common wrapped type to use is @Maybe a@. ---- xmonad-contrib-0.11.4-orig/XMonad/Hooks/DebugEvents.hs 2015-03-28 05:00:21.000000000 +1100 -+++ xmonad-contrib-0.11.4/XMonad/Hooks/DebugEvents.hs 2015-04-03 15:17:02.207816322 +1100 -@@ -30,6 +30,7 @@ - - -- import Graphics.X11.Xlib.Extras.GetAtomName (getAtomName) - -+import Control.Applicative - import Control.Exception.Extensible as E - import Control.Monad.State - import Control.Monad.Reader diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.11.2.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.11.2.ebuild deleted file mode 100644 index c523395f776c..000000000000 --- a/x11-wm/xmonad-contrib/xmonad-contrib-0.11.2.ebuild +++ /dev/null @@ -1,41 +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.3.2.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit base 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" -# hackport-args: --always-disabled='testing' -IUSE="+xft" - -RDEPEND="dev-haskell/extensible-exceptions:=[profile?] - >=dev-haskell/mtl-1:=[profile?] - <dev-haskell/mtl-3:=[profile?] - dev-haskell/random:=[profile?] - dev-haskell/utf8-string:=[profile?] - >=dev-haskell/x11-1.6.1:=[profile?] - <dev-haskell/x11-1.7:=[profile?] - >=dev-lang/ghc-6.10.4:= - =x11-wm/xmonad-0.11*:=[profile?] - xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] - )" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" - -PATCHES=("${FILESDIR}"/${P}-ghc-7.8.patch) - -src_configure() { - haskell-cabal_src_configure \ - --flags=-testing \ - $(cabal_flag xft use_xft) -} diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.11.4.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.11.4.ebuild deleted file mode 100644 index af210aa34c84..000000000000 --- a/x11-wm/xmonad-contrib/xmonad-contrib-0.11.4.ebuild +++ /dev/null @@ -1,50 +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.4.9999 -#hackport: flags: -testing,use_xft:xft - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit eutils 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/utf8-string:=[profile?] - >=dev-haskell/x11-1.6.1:=[profile?] <dev-haskell/x11-1.7:=[profile?] - >=dev-lang/ghc-7.4.1:= - >=x11-wm/xmonad-0.11:=[profile?] <x11-wm/xmonad-0.12:=[profile?] - xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" - -src_prepare() { - # Upstream bug 597 xmonad-contrib-0.11.4 does not compile - # https://code.google.com/p/xmonad/issues/detail?id=597 - epatch "${FILESDIR}"/${P}-import-Applicative.patch - - # https://ghc.haskell.org/trac/ghc/ticket/10667 - [[ $(ghc-version) == 7.10.1.20150630 ]] && replace-hcflags -g '' - [[ $(ghc-version) == 7.10.2 ]] && replace-hcflags -g '' -} - -src_configure() { - haskell-cabal_src_configure \ - --flag=-testing \ - $(cabal_flag xft use_xft) -} diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.12.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.12.ebuild deleted file mode 100644 index 90b9974a23e5..000000000000 --- a/x11-wm/xmonad-contrib/xmonad-contrib-0.12.ebuild +++ /dev/null @@ -1,40 +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.6.9999 -#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/utf8-string:=[profile?] - >=dev-haskell/x11-1.6.1:=[profile?] <dev-haskell/x11-1.7:=[profile?] - >=dev-lang/ghc-7.6.1:= - >=x11-wm/xmonad-0.12:=[profile?] <x11-wm/xmonad-0.13:=[profile?] - xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-testing \ - $(cabal_flag xft use_xft) -} diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.13.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.13.ebuild deleted file mode 100644 index 7d6c1775bc74..000000000000 --- a/x11-wm/xmonad-contrib/xmonad-contrib-0.13.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 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: -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/utf8-string:=[profile?] - >=dev-haskell/x11-1.6.1:=[profile?] <dev-haskell/x11-1.9:=[profile?] - >=dev-lang/ghc-7.6.1:= - >=x11-wm/xmonad-0.13:=[profile?] <x11-wm/xmonad-0.14:=[profile?] - xft? ( >=dev-haskell/x11-xft-0.2:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-testing \ - $(cabal_flag xft use_xft) -} diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild deleted file mode 100644 index a0ba3e779d74..000000000000 --- a/x11-wm/xmonad-contrib/xmonad-contrib-0.15.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.6.9999 -#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-7.6.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.16.0 -" - -src_configure() { - haskell-cabal_src_configure \ - --flag=-testing \ - $(cabal_flag xft use_xft) -} |