public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libsodium: libsodium-1.0.0.ebuild ChangeLog
@ 2014-09-24 23:51 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2014-09-24 23:51 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/09/24 23:51:11

  Modified:             ChangeLog
  Added:                libsodium-1.0.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.18                 dev-libs/libsodium/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	23 Sep 2014 23:47:23 -0000	1.17
+++ ChangeLog	24 Sep 2014 23:51:11 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libsodium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.17 2014/09/23 23:47:23 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.18 2014/09/24 23:51:11 mrueg Exp $
+
+*libsodium-1.0.0 (24 Sep 2014)
+
+  24 Sep 2014; Manuel Rüger <mrueg@gentoo.org> +libsodium-1.0.0.ebuild:
+  Version bump.
 
 *libsodium-0.7.1 (23 Sep 2014)
 



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

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

Index: libsodium-1.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/libsodium-1.0.0.ebuild,v 1.1 2014/09/24 23:51:11 mrueg 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/13"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
IUSE="+asm minimal static-libs +urandom"

src_configure() {
	econf \
		$(use_enable asm) \
		$(use_enable minimal) \
		$(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:[~2014-09-24 23:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 23:51 [gentoo-commits] gentoo-x86 commit in dev-libs/libsodium: libsodium-1.0.0.ebuild ChangeLog Manuel Rueger (mrueg)

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