diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-15 12:47:59 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-15 12:47:59 +0100 |
commit | 3a496d45bd739b36b5297929d03315f6544c65ef (patch) | |
tree | a2fd4bce9e5e775ebfe7fa787d3608a4dec87f07 /x11-wm/xmonad | |
parent | x11-wm/xmonad-contrib: drop old (diff) | |
download | gentoo-3a496d45bd739b36b5297929d03315f6544c65ef.tar.gz gentoo-3a496d45bd739b36b5297929d03315f6544c65ef.tar.bz2 gentoo-3a496d45bd739b36b5297929d03315f6544c65ef.zip |
x11-wm/xmonad: 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')
-rw-r--r-- | x11-wm/xmonad/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/xmonad/metadata.xml | 2 | ||||
-rw-r--r-- | x11-wm/xmonad/xmonad-0.11-r1.ebuild | 72 | ||||
-rw-r--r-- | x11-wm/xmonad/xmonad-0.11-r3.ebuild | 79 | ||||
-rw-r--r-- | x11-wm/xmonad/xmonad-0.11.1.ebuild | 79 | ||||
-rw-r--r-- | x11-wm/xmonad/xmonad-0.12.ebuild | 87 | ||||
-rw-r--r-- | x11-wm/xmonad/xmonad-0.13.ebuild | 78 |
7 files changed, 0 insertions, 401 deletions
diff --git a/x11-wm/xmonad/Manifest b/x11-wm/xmonad/Manifest index 906195a5a503..41cf1312cbb4 100644 --- a/x11-wm/xmonad/Manifest +++ b/x11-wm/xmonad/Manifest @@ -1,5 +1 @@ -DIST xmonad-0.11.1.tar.gz 59307 BLAKE2B 98dc31dd53e933f68dbf00121c6a0b4e4a24a19ce46410a7b1d7a21977b2c980de623187a59b097dec46944163b1685472902d8df4b47f0d0ac47db93844ee13 SHA512 4916451d81d359dbbf508f3b20f649f956255f526f14b1eb6c0d32bc789474db30d7acac768663ca32784c7fe361195a50f45a7cb7371ee9a29c9b8f1c64d528 -DIST xmonad-0.11.tar.gz 59119 BLAKE2B 75ae39e2e54d4b5ed14f99d0144d4ee7741c611f18b5692aedce49b0a4dc07a17f613280d93fd715b812a2c22e27ad9f7fe8693dba38739ccf6dde9742fe03b9 SHA512 34740f032508584f34f6b138d21394eca17e8020bccc4d8c6e8b3cb6b7ca64b153077cfd16636a6130768ebd145fe993569f8a229862d7816d0c89c905ee08bc -DIST xmonad-0.12.tar.gz 61436 BLAKE2B ea42fc105e30be59a2cb0180c05ef88024e51a1a224bdd6bb910d45cddabc2709411e2f0c7aa6c5723f54653db242bda80ab92249204106955be75a4a077f1ea SHA512 e519c038d90db037bc81e7baf7b07cfa53922509e98ffddacfc4a6cc2c7376383be1e721f613057a5febbfcc661807b6382124eb673ac7a7cda23c738d3539ab -DIST xmonad-0.13.tar.gz 72034 BLAKE2B c95b24ae406268da642168defcc633cf8185f0f2dbcede1122c48c3812bf250df69d917c479f328cca450dec362ae0614d2acaf09d62123d15d646dcae8d98ec SHA512 9d9436f36fe0f6a9732502b0211fc41a224b1320b843d266b6d2dd201e4329b688f7eed5b08597b2edd713cc25f2b88a2a1f1ee43e18615c0a78e97e4716b122 DIST xmonad-0.15.tar.gz 68822 BLAKE2B 9ee9a070f6743fbab2cffe05ee9e60b64fded0b4916fdec03a550f5d5ec5a34102ab2d4e9586b9a0ca534db284a8058f11ee248072f3f3b312ae30c09873feff SHA512 f881f3faa4f5a0de7a5a37118cd7041083ae3a7569c7094b55dedb9aa858176789aff459d426b237ebae5cc4598b06de790938775a7ac968c2d76be3f0efc8ba diff --git a/x11-wm/xmonad/metadata.xml b/x11-wm/xmonad/metadata.xml index 7ec6ab241848..e366d8236cab 100644 --- a/x11-wm/xmonad/metadata.xml +++ b/x11-wm/xmonad/metadata.xml @@ -6,8 +6,6 @@ <name>Gentoo Haskell</name> </maintainer> <use> - <flag name="default-term">Pull terminal specified in default xmonad config - to be a bit less hostile by default.</flag> <flag name="no-autorepeat-keys">Allow ignoring of keyboard autorepeat.</flag> </use> <longdescription> diff --git a/x11-wm/xmonad/xmonad-0.11-r1.ebuild b/x11-wm/xmonad/xmonad-0.11-r1.ebuild deleted file mode 100644 index e5ca57426396..000000000000 --- a/x11-wm/xmonad/xmonad-0.11-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.1 - -CABAL_FEATURES="bin lib profile haddock hscolour hoogle" -inherit haskell-cabal - -DESCRIPTION="A tiling window manager" -HOMEPAGE="https://xmonad.org/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+default-term" - -RDEPEND="dev-haskell/extensible-exceptions:=[profile?] - dev-haskell/mtl:=[profile?] - =dev-haskell/utf8-string-0.3*:=[profile?] - >=dev-haskell/x11-1.5:=[profile?] - <dev-haskell/x11-1.7:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" -PDEPEND="default-term? ( x11-terms/xterm ) - x11-apps/xmessage -" - -SAMPLE_CONFIG="xmonad.hs" -SAMPLE_CONFIG_LOC="man" - -src_prepare() { - # allow user patches - epatch_user -} - -src_install() { - cabal_src_install - - echo -e "#!/bin/sh\n/usr/bin/xmonad" > "${T}/${PN}" - exeinto /etc/X11/Sessions - doexe "${T}/${PN}" - - insinto /usr/share/xsessions - doins "${FILESDIR}/${PN}.desktop" - - doman man/xmonad.1 - dohtml man/xmonad.1.html - - dodoc CONFIG README -} - -pkg_postinst() { - haskell-cabal_pkg_postinst - - elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:" - elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}" - elog "The parameters in this file are the defaults used by xmonad." - elog "To customize xmonad, copy this file to:" - elog " ~/.xmonad/${SAMPLE_CONFIG}" - elog "After editing, use 'mod-q' to dynamically restart xmonad " - elog "(where the 'mod' key defaults to 'Alt')." - elog "" - elog "Read the README or man page for more information, and to see " - elog "other possible configurations go to:" - elog " http://haskell.org/haskellwiki/Xmonad/Config_archive" - elog "Please note that many of these configurations will require the " - elog "x11-wm/xmonad-contrib package to be installed." -} diff --git a/x11-wm/xmonad/xmonad-0.11-r3.ebuild b/x11-wm/xmonad/xmonad-0.11-r3.ebuild deleted file mode 100644 index 2d82ba07f83e..000000000000 --- a/x11-wm/xmonad/xmonad-0.11-r3.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.3.1 - -CABAL_FEATURES="bin lib profile haddock hscolour hoogle" -inherit haskell-cabal - -DESCRIPTION="A tiling window manager" -HOMEPAGE="https://xmonad.org/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+default-term no-autorepeat-keys" - -RDEPEND="dev-haskell/extensible-exceptions:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/utf8-string-0.3:=[profile?] - >=dev-haskell/x11-1.5:=[profile?] - <dev-haskell/x11-1.7:=[profile?] - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" -PDEPEND="default-term? ( x11-terms/xterm ) - x11-apps/xmessage -" - -SAMPLE_CONFIG="xmonad.hs" -SAMPLE_CONFIG_LOC="man" - -src_prepare() { - epatch "$FILESDIR"/${P}-ghc-7.10.patch - epatch "$FILESDIR"/${P}-sample.patch - use no-autorepeat-keys && epatch "$FILESDIR"/${PN}-check-repeat.patch - - cabal_chdeps \ - "utf8-string >= 0.3 && < 0.4" "utf8-string >= 0.3 && < 1.1" - - # allow user patches - epatch_user -} - -src_install() { - cabal_src_install - - echo -e "#!/bin/sh\n/usr/bin/xmonad" > "${T}/${PN}" - exeinto /etc/X11/Sessions - doexe "${T}/${PN}" - - insinto /usr/share/xsessions - doins "${FILESDIR}/${PN}.desktop" - - doman man/xmonad.1 - dohtml man/xmonad.1.html - - dodoc CONFIG README -} - -pkg_postinst() { - haskell-cabal_pkg_postinst - - elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:" - elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}" - elog "The parameters in this file are the defaults used by xmonad." - elog "To customize xmonad, copy this file to:" - elog " ~/.xmonad/${SAMPLE_CONFIG}" - elog "After editing, use 'mod-q' to dynamically restart xmonad " - elog "(where the 'mod' key defaults to 'Alt')." - elog "" - elog "Read the README or man page for more information, and to see " - elog "other possible configurations go to:" - elog " http://haskell.org/haskellwiki/Xmonad/Config_archive" - elog "Please note that many of these configurations will require the " - elog "x11-wm/xmonad-contrib package to be installed." -} diff --git a/x11-wm/xmonad/xmonad-0.11.1.ebuild b/x11-wm/xmonad/xmonad-0.11.1.ebuild deleted file mode 100644 index 2a5384a34eb3..000000000000 --- a/x11-wm/xmonad/xmonad-0.11.1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.4.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="A tiling window manager" -HOMEPAGE="https://xmonad.org/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+default-term no-autorepeat-keys" - -RDEPEND="dev-haskell/extensible-exceptions:=[profile?] - dev-haskell/mtl:=[profile?] - >=dev-haskell/utf8-string-0.3:=[profile?] - >=dev-haskell/x11-1.5:=[profile?] <dev-haskell/x11-1.7:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" -PDEPEND="default-term? ( x11-terms/xterm ) - x11-apps/xmessage -" - -SAMPLE_CONFIG="xmonad.hs" -SAMPLE_CONFIG_LOC="man" - -src_prepare() { - epatch "$FILESDIR"/${PN}-0.11-sample.patch - use no-autorepeat-keys && epatch "$FILESDIR"/${PN}-check-repeat.patch - - cabal_chdeps \ - "utf8-string >= 0.3 && < 0.4" "utf8-string >= 0.3 && < 1.1" - - # allow user patches - epatch_user -} - -src_install() { - cabal_src_install - - echo -e "#!/bin/sh\n/usr/bin/xmonad" > "${T}/${PN}" - exeinto /etc/X11/Sessions - doexe "${T}/${PN}" - - insinto /usr/share/xsessions - doins "${FILESDIR}/${PN}.desktop" - - doman man/xmonad.1 - dohtml man/xmonad.1.html - - dodoc CONFIG README -} - -pkg_postinst() { - haskell-cabal_pkg_postinst - - elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:" - elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}" - elog "The parameters in this file are the defaults used by xmonad." - elog "To customize xmonad, copy this file to:" - elog " ~/.xmonad/${SAMPLE_CONFIG}" - elog "After editing, use 'mod-q' to dynamically restart xmonad " - elog "(where the 'mod' key defaults to 'Alt')." - elog "" - elog "Read the README or man page for more information, and to see " - elog "other possible configurations go to:" - elog " http://haskell.org/haskellwiki/Xmonad/Config_archive" - elog "Please note that many of these configurations will require the " - elog "x11-wm/xmonad-contrib package to be installed." -} diff --git a/x11-wm/xmonad/xmonad-0.12.ebuild b/x11-wm/xmonad/xmonad-0.12.ebuild deleted file mode 100644 index 72f49bc53427..000000000000 --- a/x11-wm/xmonad/xmonad-0.12.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2019 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: -generatemanpage,-testing - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="A tiling window manager" -HOMEPAGE="https://xmonad.org/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+default-term no-autorepeat-keys" - -RESTRICT=test # fails test on ghc-8 (assert has different text of exception) - -RDEPEND="dev-haskell/data-default:=[profile?] - dev-haskell/extensible-exceptions:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/setlocale:=[profile?] - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?] - >=dev-haskell/x11-1.5:=[profile?] <dev-haskell/x11-1.7:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8 - test? ( >=dev-haskell/quickcheck-2 ) -" -PDEPEND="default-term? ( x11-terms/xterm ) - x11-apps/xmessage -" - -SAMPLE_CONFIG="xmonad.hs" -SAMPLE_CONFIG_LOC="man" - -src_prepare() { - use no-autorepeat-keys && epatch "$FILESDIR"/${PN}-0.12-check-repeat.patch - - # allow user patches - epatch_user -} - -src_configure() { - haskell-cabal_src_configure \ - --flag=-generatemanpage \ - --flag=-testing -} - -src_install() { - cabal_src_install - - echo -e "#!/bin/sh\n/usr/bin/xmonad" > "${T}/${PN}" - exeinto /etc/X11/Sessions - doexe "${T}/${PN}" - - insinto /usr/share/xsessions - doins "${FILESDIR}/${PN}.desktop" - - doman man/xmonad.1 - dohtml man/xmonad.1.html - - dodoc CONFIG README.md CHANGES.md -} - -pkg_postinst() { - haskell-cabal_pkg_postinst - - elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:" - elog " /usr/share/${PF}/ghc-$(ghc-version)/${SAMPLE_CONFIG_LOC}/${SAMPLE_CONFIG}" - elog "The parameters in this file are the defaults used by xmonad." - elog "To customize xmonad, copy this file to:" - elog " ~/.xmonad/${SAMPLE_CONFIG}" - elog "After editing, use 'mod-q' to dynamically restart xmonad " - elog "(where the 'mod' key defaults to 'Alt')." - elog "" - elog "Read the README or man page for more information, and to see " - elog "other possible configurations go to:" - elog " http://haskell.org/haskellwiki/Xmonad/Config_archive" - elog "Please note that many of these configurations will require the " - elog "x11-wm/xmonad-contrib package to be installed." -} diff --git a/x11-wm/xmonad/xmonad-0.13.ebuild b/x11-wm/xmonad/xmonad-0.13.ebuild deleted file mode 100644 index 80e6c99b32d2..000000000000 --- a/x11-wm/xmonad/xmonad-0.13.ebuild +++ /dev/null @@ -1,78 +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: -generatemanpage,-testing,-profiling - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="A tiling window manager" -HOMEPAGE="https://xmonad.org/" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="+default-term" - -RDEPEND="dev-haskell/data-default:=[profile?] - dev-haskell/extensible-exceptions:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/setlocale:=[profile?] - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?] - >=dev-haskell/x11-1.8:=[profile?] <dev-haskell/x11-1.9:=[profile?] - >=dev-lang/ghc-8.0.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.0.0 - test? ( >=dev-haskell/quickcheck-2 ) -" -PDEPEND="default-term? ( x11-terms/xterm ) - x11-apps/xmessage -" - -DOCS=( CONFIG README.md CHANGES.md ) -HTML_DOCS=( man/xmonad.1.html ) - -src_configure() { - haskell-cabal_src_configure \ - --flag=-generatemanpage \ - --flag=-profiling \ - --flag=-testing -} - -src_install() { - default - - cabal_src_install - - echo -e "#!/bin/sh\n/usr/bin/xmonad" > "${T}/${PN}" - exeinto /etc/X11/Sessions - doexe "${T}/${PN}" - - insinto /usr/share/xsessions - doins "${FILESDIR}/${PN}.desktop" - - doman man/xmonad.1 -} - -pkg_postinst() { - haskell-cabal_pkg_postinst - - elog "A sample ${SAMPLE_CONFIG} configuration file can be found here:" - elog " /usr/share/${PF}/ghc-$(ghc-version)/man/xmonad.hs" - elog "The parameters in this file are the defaults used by xmonad." - elog "To customize xmonad, copy this file to:" - elog " ~/.xmonad/${SAMPLE_CONFIG}" - elog "After editing, use 'mod-q' to dynamically restart xmonad " - elog "(where the 'mod' key defaults to 'Alt')." - elog "" - elog "Read the README or man page for more information, and to see " - elog "other possible configurations go to:" - elog " http://haskell.org/haskellwiki/Xmonad/Config_archive" - elog "Please note that many of these configurations will require the " - elog "x11-wm/xmonad-contrib package to be installed." -} |