public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libsodium: libsodium-0.4.5.ebuild metadata.xml ChangeLog
@ 2013-10-26 11:10 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-10-26 11:10 UTC (permalink / raw
  To: gentoo-commits

jlec        13/10/26 11:10:21

  Modified:             metadata.xml ChangeLog
  Added:                libsodium-0.4.5.ebuild
  Log:
  dev-libs/libsodium: Version BUmp
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  dev-libs/libsodium/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsodium/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	10 Sep 2013 22:41:17 -0000	1.2
+++ metadata.xml	26 Oct 2013 11:10:21 -0000	1.3
@@ -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,8 @@
 		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>
 </pkgmetadata>



1.3                  dev-libs/libsodium/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	10 Sep 2013 22:41:17 -0000	1.2
+++ ChangeLog	26 Oct 2013 11:10:21 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libsodium
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.2 2013/09/10 22:41:17 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.3 2013/10/26 11:10:21 jlec Exp $
+
+*libsodium-0.4.5 (26 Oct 2013)
+
+  26 Oct 2013; Justin Lecher <jlec@gentoo.org> +libsodium-0.4.5.ebuild,
+  metadata.xml:
+  Version BUmp
 
   10 Sep 2013; Julian Ospald <hasufell@gentoo.org> libsodium-0.4.3.ebuild,
   metadata.xml:



1.1                  dev-libs/libsodium/libsodium-0.4.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/libsodium-0.4.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/libsodium-0.4.5.ebuild?rev=1.1&content-type=text/plain

Index: libsodium-0.4.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/libsodium-0.4.5.ebuild,v 1.1 2013/10/26 11:10:21 jlec Exp $

EAPI=5

inherit eutils

DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
HOMEPAGE="https://github.com/jedisct1/libsodium"
SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+asm static-libs +urandom"

src_configure() {
	econf \
		$(use_enable asm) \
		$(use_enable !urandom blocking-random) \
		$(use_enable static-libs static)
}

src_install() {
	default
	prune_libtool_files
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-26 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-26 11:10 [gentoo-commits] gentoo-x86 commit in dev-libs/libsodium: libsodium-0.4.5.ebuild metadata.xml ChangeLog Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox