diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 18:36:40 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 18:36:40 +0000 |
commit | aefe005dfa2ff8ec7739f849182af9352ac02cf0 (patch) | |
tree | 422a0ffd687d409e3746717960ac0ef60ea549ad /dev-haskell/zlib-conduit | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-aefe005dfa2ff8ec7739f849182af9352ac02cf0.tar.gz gentoo-2-aefe005dfa2ff8ec7739f849182af9352ac02cf0.tar.bz2 gentoo-2-aefe005dfa2ff8ec7739f849182af9352ac02cf0.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/zlib-conduit')
-rw-r--r-- | dev-haskell/zlib-conduit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/zlib-conduit/metadata.xml | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-haskell/zlib-conduit/ChangeLog b/dev-haskell/zlib-conduit/ChangeLog index 95a96c514c8a..b00a2943b015 100644 --- a/dev-haskell/zlib-conduit/ChangeLog +++ b/dev-haskell/zlib-conduit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/zlib-conduit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/ChangeLog,v 1.6 2014/07/25 09:16:46 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/ChangeLog,v 1.7 2015/06/06 18:36:40 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> zlib-conduit-1.0.0.ebuild: Drop trailing '.' from description. diff --git a/dev-haskell/zlib-conduit/metadata.xml b/dev-haskell/zlib-conduit/metadata.xml index de692f510e8b..abaee86cef49 100644 --- a/dev-haskell/zlib-conduit/metadata.xml +++ b/dev-haskell/zlib-conduit/metadata.xml @@ -5,4 +5,7 @@ <longdescription> Streaming compression/decompression via conduits. </longdescription> + <upstream> + <remote-id type="github">snoyberg/conduit</remote-id> + </upstream> </pkgmetadata> |