summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-06-06 19:18:42 +0000
committerJustin Lecher <jlec@gentoo.org>2015-06-06 19:18:42 +0000
commitc66be17e8f3dc1e0afe6e51c04d2eb45873f86c6 (patch)
treefb4fc6e43f4199f4a0cacc7480e841bb6d527d12 /dev-libs/libsodium
parentAdd github to remote-id in metadata.xml (diff)
downloadgentoo-2-c66be17e8f3dc1e0afe6e51c04d2eb45873f86c6.tar.gz
gentoo-2-c66be17e8f3dc1e0afe6e51c04d2eb45873f86c6.tar.bz2
gentoo-2-c66be17e8f3dc1e0afe6e51c04d2eb45873f86c6.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-libs/libsodium')
-rw-r--r--dev-libs/libsodium/ChangeLog5
-rw-r--r--dev-libs/libsodium/metadata.xml21
2 files changed, 16 insertions, 10 deletions
diff --git a/dev-libs/libsodium/ChangeLog b/dev-libs/libsodium/ChangeLog
index 8c6636ec6480..f1bd61629b03 100644
--- a/dev-libs/libsodium/ChangeLog
+++ b/dev-libs/libsodium/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libsodium
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.29 2015/05/16 16:00:20 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.30 2015/06/06 19:18:42 jlec Exp $
+
+ 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+ Add github to remote-id in metadata.xml
*libsodium-1.0.3 (16 May 2015)
diff --git a/dev-libs/libsodium/metadata.xml b/dev-libs/libsodium/metadata.xml
index 420556d497eb..42278004388b 100644
--- a/dev-libs/libsodium/metadata.xml
+++ b/dev-libs/libsodium/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
- </maintainer>
- <longdescription>
+ <maintainer>
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+ <longdescription>
NaCl (pronounced "salt") is a new easy-to-use high-speed software
library for network communication, encryption, decryption,
signatures, etc. NaCl's goal is to provide all of the core
@@ -13,8 +13,11 @@
Sodium is a portable, cross-compilable, installable,
packageable fork of NaCl, with a compatible API.
</longdescription>
- <use>
- <flag name="asm">Enables assembly implementations</flag>
- <flag name="urandom">Use /dev/urandom instead of /dev/random</flag>
- </use>
+ <use>
+ <flag name="asm">Enables assembly implementations</flag>
+ <flag name="urandom">Use /dev/urandom instead of /dev/random</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">jedisct1/libsodium</remote-id>
+ </upstream>
</pkgmetadata>