diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 17:21:57 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 17:21:57 +0000 |
commit | 4743e2590070b2b7ad86eb5174bc4fc1fbddb3b3 (patch) | |
tree | 206cc6135e94b8ced4a06ec2503673e001e30b21 /dev-haskell/streaming-commons | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-4743e2590070b2b7ad86eb5174bc4fc1fbddb3b3.tar.gz gentoo-2-4743e2590070b2b7ad86eb5174bc4fc1fbddb3b3.tar.bz2 gentoo-2-4743e2590070b2b7ad86eb5174bc4fc1fbddb3b3.zip |
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-haskell/streaming-commons')
-rw-r--r-- | dev-haskell/streaming-commons/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/streaming-commons/metadata.xml | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/dev-haskell/streaming-commons/ChangeLog b/dev-haskell/streaming-commons/ChangeLog index 443f3b0a3dfc..961c3a34731c 100644 --- a/dev-haskell/streaming-commons/ChangeLog +++ b/dev-haskell/streaming-commons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/streaming-commons # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/streaming-commons/ChangeLog,v 1.5 2015/04/04 10:35:31 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/streaming-commons/ChangeLog,v 1.6 2015/06/06 17:21:57 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml *streaming-commons-0.1.10.0 (04 Apr 2015) diff --git a/dev-haskell/streaming-commons/metadata.xml b/dev-haskell/streaming-commons/metadata.xml index 269ce79de794..b5fe9cc26185 100644 --- a/dev-haskell/streaming-commons/metadata.xml +++ b/dev-haskell/streaming-commons/metadata.xml @@ -5,4 +5,7 @@ <longdescription> Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes. </longdescription> + <upstream> + <remote-id type="github">fpco/streaming-commons</remote-id> + </upstream> </pkgmetadata> |