From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-haskell/auto-update/Manifest | 2 ++ dev-haskell/auto-update/auto-update-0.1.2.1.ebuild | 25 ++++++++++++++++++++++ dev-haskell/auto-update/auto-update-0.1.2.2.ebuild | 25 ++++++++++++++++++++++ dev-haskell/auto-update/metadata.xml | 13 +++++++++++ 4 files changed, 65 insertions(+) create mode 100644 dev-haskell/auto-update/Manifest create mode 100644 dev-haskell/auto-update/auto-update-0.1.2.1.ebuild create mode 100644 dev-haskell/auto-update/auto-update-0.1.2.2.ebuild create 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 new file mode 100644 index 000000000000..39b941d1e99a --- /dev/null +++ b/dev-haskell/auto-update/Manifest @@ -0,0 +1,2 @@ +DIST auto-update-0.1.2.1.tar.gz 6670 SHA256 97d3228ab744ca24b0838a001cb56be24f905e3237581ada800274219cbc4132 SHA512 d5a2513a55a4e5225ce5aa2fcd25f02fd286314d13c9d14e1f72e0ddd413336ae08eb14a1534af2af7bdef4e596a45a4e6cecb5d3bdd44a14c9732da22994235 WHIRLPOOL 782d696075f53304c5aea9a6ed0e9465e6b1200675dd8c96b1aa08af802b54e83196e0c7f791ffcfbc1f28b093d98401c6f42f5156e60791e00cec502439bcb4 +DIST auto-update-0.1.2.2.tar.gz 6651 SHA256 7b3000c330055d4059fe8d9ab044c29e3a57b4dc31b88ea386a75a886b6144db SHA512 40358d82324653b20433041262b13f4491cfa51b58ace9554d292c09f8f0d979aed19244d4d204b34f8a296a259b968a4c3c639650e06adc7057b53057c67a74 WHIRLPOOL 3961da1207ef59b32a3b5834a6df328551ccb0b3d148d5bca8e55ea49fc57b3c0fd54262685a949b2c1d5cfe7f21681f153d33149c566b6065488914582a6eb3 diff --git a/dev-haskell/auto-update/auto-update-0.1.2.1.ebuild b/dev-haskell/auto-update/auto-update-0.1.2.1.ebuild new file mode 100644 index 000000000000..2344735ef439 --- /dev/null +++ b/dev-haskell/auto-update/auto-update-0.1.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.4.4.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.2.2.ebuild b/dev-haskell/auto-update/auto-update-0.1.2.2.ebuild new file mode 100644 index 000000000000..2ab732e5304d --- /dev/null +++ b/dev-haskell/auto-update/auto-update-0.1.2.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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/metadata.xml b/dev-haskell/auto-update/metadata.xml new file mode 100644 index 000000000000..472b9576430d --- /dev/null +++ b/dev-haskell/auto-update/metadata.xml @@ -0,0 +1,13 @@ + + + + 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-65-gdbad