diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 10:21:15 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 10:21:15 +0000 |
commit | 808ed4a1e9d43cbf07318012f183926c995ee952 (patch) | |
tree | 0ce6f47d3396623da910ae676d9e014425969dbc | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-808ed4a1e9d43cbf07318012f183926c995ee952.tar.gz gentoo-2-808ed4a1e9d43cbf07318012f183926c995ee952.tar.bz2 gentoo-2-808ed4a1e9d43cbf07318012f183926c995ee952.zip |
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
-rw-r--r-- | dev-haskell/auto-update/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/auto-update/metadata.xml | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-haskell/auto-update/ChangeLog b/dev-haskell/auto-update/ChangeLog index c7f538451ec9..2feb5cef4734 100644 --- a/dev-haskell/auto-update/ChangeLog +++ b/dev-haskell/auto-update/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/auto-update -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/auto-update/ChangeLog,v 1.2 2014/12/23 03:58:28 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/auto-update/ChangeLog,v 1.3 2015/06/06 10:21:15 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml *auto-update-0.1.2.1 (23 Dec 2014) diff --git a/dev-haskell/auto-update/metadata.xml b/dev-haskell/auto-update/metadata.xml index b72e7c128843..472b9576430d 100644 --- a/dev-haskell/auto-update/metadata.xml +++ b/dev-haskell/auto-update/metadata.xml @@ -3,8 +3,11 @@ <pkgmetadata> <herd>haskell</herd> <longdescription> - 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. + 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. </longdescription> + <upstream> + <remote-id type="github">yesodweb/wai</remote-id> + </upstream> </pkgmetadata> |