diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 18:25:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 18:25:09 +0000 |
commit | 9ba1393c6697ad1bc56ef8aed18361f35e065477 (patch) | |
tree | 657007d950d157e2d2151eee4932ade3152382b3 /dev-haskell/vault | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-9ba1393c6697ad1bc56ef8aed18361f35e065477.tar.gz gentoo-2-9ba1393c6697ad1bc56ef8aed18361f35e065477.tar.bz2 gentoo-2-9ba1393c6697ad1bc56ef8aed18361f35e065477.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/vault')
-rw-r--r-- | dev-haskell/vault/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/vault/metadata.xml | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-haskell/vault/ChangeLog b/dev-haskell/vault/ChangeLog index 2f52a290a46c..8c692530cc3d 100644 --- a/dev-haskell/vault/ChangeLog +++ b/dev-haskell/vault/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/vault -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vault/ChangeLog,v 1.10 2014/12/22 11:34:51 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/vault/ChangeLog,v 1.11 2015/06/06 18:25:09 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml *vault-0.3.0.4 (22 Dec 2014) diff --git a/dev-haskell/vault/metadata.xml b/dev-haskell/vault/metadata.xml index 815717af1a73..dc591c4402ff 100644 --- a/dev-haskell/vault/metadata.xml +++ b/dev-haskell/vault/metadata.xml @@ -4,10 +4,13 @@ <herd>haskell</herd> <longdescription> A /vault/ is a typed, persistent store for values of arbitrary types. - It's like having first-class access to the storage space behind IORefs. + It's like having first-class access to the storage space behind IORefs. The data structure is analogous to a bank vault, where you can access different bank boxes with different keys; hence the name. </longdescription> + <upstream> + <remote-id type="github">HeinrichApfelmus/vault</remote-id> + </upstream> </pkgmetadata> |