summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-06 18:25:09 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-06 18:25:09 +0000
commit9ba1393c6697ad1bc56ef8aed18361f35e065477 (patch)
tree657007d950d157e2d2151eee4932ade3152382b3 /dev-haskell/vault
parentAdd github to remote-id in metadata.xml (diff)
downloadgentoo-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/ChangeLog7
-rw-r--r--dev-haskell/vault/metadata.xml5
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&#39;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>