From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/auto-update/Manifest | 7 ------- dev-haskell/auto-update/auto-update-0.1.2.2.ebuild | 24 ---------------------- dev-haskell/auto-update/auto-update-0.1.3.ebuild | 24 ---------------------- dev-haskell/auto-update/auto-update-0.1.4.ebuild | 24 ---------------------- dev-haskell/auto-update/metadata.xml | 16 --------------- 5 files changed, 95 deletions(-) delete mode 100644 dev-haskell/auto-update/Manifest delete mode 100644 dev-haskell/auto-update/auto-update-0.1.2.2.ebuild delete mode 100644 dev-haskell/auto-update/auto-update-0.1.3.ebuild delete mode 100644 dev-haskell/auto-update/auto-update-0.1.4.ebuild delete mode 100644 dev-haskell/auto-update/metadata.xml (limited to 'dev-haskell/auto-update') diff --git a/dev-haskell/auto-update/Manifest b/dev-haskell/auto-update/Manifest deleted file mode 100644 index 506d6d958d08..000000000000 --- a/dev-haskell/auto-update/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST auto-update-0.1.2.2.tar.gz 6651 BLAKE2B 0fd4a69ad9835d476a1b873fdb72da65582382307f943d673af71b3a4b8032c7a48fce4e08b81efbbcd0cf4d16f24bdf521af66ec9d654d170221a0a7e309813 SHA512 40358d82324653b20433041262b13f4491cfa51b58ace9554d292c09f8f0d979aed19244d4d204b34f8a296a259b968a4c3c639650e06adc7057b53057c67a74 -DIST auto-update-0.1.3.tar.gz 6799 BLAKE2B 7aff212b55b975153d066dd5637c24a6e3d66da59315a94c0af0c55bbadd1d5562cae3fead19625c6a8b459d90aa2fd085b8acf70769a24099550204892c2912 SHA512 54eb034f75d214d428a2ba4d830e4301d5c4ca0df5c55c54aaa5257bc561c1033a34f4e65c3f64606591f03aff8194b04397ffa298a779a8ee0b46fc7ed32ad3 -DIST auto-update-0.1.4.tar.gz 8607 BLAKE2B 0f2a86e45a67576db44880ba738f55d9f5bb630022e52c6514c6aad5318620c0036c669800840b59c7103852c9564a690e9827401f4457fd906b6d75a781bf54 SHA512 071e3b630503462320de3229ee955f378f95d69d6404b9bc4c6b493341f565ef04c41e12eafa4f7d7a85826dec0eed150fc58a77a2ce9f3b802dfc2a240ea45d -EBUILD auto-update-0.1.2.2.ebuild 545 BLAKE2B ace9a92a8944ca13ba0617fc87d66472c5ca117986443bad1c087b142332f90266cc085a588ae1fd137132f7eba541d1011ef5dd65aefca8dccd44286b326d57 SHA512 227783d1cdd1bfa726b4a292d24d056d287ae379fc47c138c716bd79fa5fdbf5933721ebc57a24ae50d84b198693a63e618f8def54fd7b784f4a8d14e4869236 -EBUILD auto-update-0.1.3.ebuild 547 BLAKE2B a1f1af2589d105f42cb67d172aa9cf38625c71d9897d029b452fb2dccf583a8290ac2dbcf20330ca6c25b968905b55c1c06d1cf8466c51527888da6e5e70eb66 SHA512 5cbe973c8b0d339baa978ca10e5725b05e2ac0e56bff03ad9c3531efe85ac3216ffb5377014330973247fff8c6e3c6dab9d6fdb01e59cd6801d841f5b18e9a5e -EBUILD auto-update-0.1.4.ebuild 545 BLAKE2B a4cbab469f1e212e97bf444177ad0010666f31a78789a4bd3444611db0ca76e83352b8160ed6dddc4bd79eb89024ee7352178523b0dbbceb4456579780dcb3c4 SHA512 d5bc48c582ba00a27ff2fa1b3eb2f97b511c41698ccdb5ade52bb197341bece4c8f7d45a2fc570f8ddba7960b9119b1a2200404e57b6b3683727fbe019bdc174 -MISC metadata.xml 922 BLAKE2B acaccb87fe64e61842d227f07629a7f358ba47143dbc1e11b4ffddb09a3818423dcfdef002d033db50dcd6062b996561877f0b85c0ea79195735d3fdd34a8445 SHA512 34e86c54aaa8c98cc94f86f38d4c88bf862d965a02122905ae2dda86dd84100236b989f90eaf538da8f865dab8894647f7f50adb39c88437d1bf140e5e57dac5 diff --git a/dev-haskell/auto-update/auto-update-0.1.2.2.ebuild b/dev-haskell/auto-update/auto-update-0.1.2.2.ebuild deleted file mode 100644 index 6c0751615736..000000000000 --- a/dev-haskell/auto-update/auto-update-0.1.2.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Efficiently run periodic, on-demand actions" -HOMEPAGE="https://github.com/yesodweb/wai" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" diff --git a/dev-haskell/auto-update/auto-update-0.1.3.ebuild b/dev-haskell/auto-update/auto-update-0.1.3.ebuild deleted file mode 100644 index 7d76d635d8d3..000000000000 --- a/dev-haskell/auto-update/auto-update-0.1.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Efficiently run periodic, on-demand actions" -HOMEPAGE="https://github.com/yesodweb/wai" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" diff --git a/dev-haskell/auto-update/auto-update-0.1.4.ebuild b/dev-haskell/auto-update/auto-update-0.1.4.ebuild deleted file mode 100644 index 9d041414242a..000000000000 --- a/dev-haskell/auto-update/auto-update-0.1.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Efficiently run periodic, on-demand actions" -HOMEPAGE="https://github.com/yesodweb/wai" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 -" diff --git a/dev-haskell/auto-update/metadata.xml b/dev-haskell/auto-update/metadata.xml deleted file mode 100644 index b0223bf6088a..000000000000 --- a/dev-haskell/auto-update/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - A common problem is the desire to have an action run at a scheduled interval, but only if it is needed. For example, instead of having every web request result in a new @getCurrentTime@ call, we'd like to have a single worker thread run every second, updating an @IORef@. However, if the request frequency is less than once per second, this is a pessimization, and worse, kills idle GC. - - This library allows you to define actions which will either be performed by a dedicated thread or, in times of low volume, will be executed by the calling thread. - - - yesodweb/wai - - -- cgit v1.2.3