diff options
author | 2015-02-26 16:46:55 +0000 | |
---|---|---|
committer | 2015-02-26 16:46:55 +0000 | |
commit | 96f25ff835616ebf8b25e58624f199a114ac7d66 (patch) | |
tree | 7197742b4233be50f53c8628437fb69339f63f19 /dev-libs | |
parent | Version bump (bug 538094). (diff) | |
download | gentoo-2-96f25ff835616ebf8b25e58624f199a114ac7d66.tar.gz gentoo-2-96f25ff835616ebf8b25e58624f199a114ac7d66.tar.bz2 gentoo-2-96f25ff835616ebf8b25e58624f199a114ac7d66.zip |
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libsodium/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libsodium/libsodium-1.0.1.ebuild | 29 |
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-libs/libsodium/ChangeLog b/dev-libs/libsodium/ChangeLog index 17d39c91f661..39b49f0e8708 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.25 2015/02/22 11:13:35 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.26 2015/02/26 16:46:55 mrueg Exp $ + + 26 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -libsodium-1.0.1.ebuild: + Remove old. 22 Feb 2015; Pacho Ramos <pacho@gentoo.org> libsodium-1.0.2.ebuild: amd64/x86 stable, bug #540526 diff --git a/dev-libs/libsodium/libsodium-1.0.1.ebuild b/dev-libs/libsodium/libsodium-1.0.1.ebuild deleted file mode 100644 index 9c14d94da7d0..000000000000 --- a/dev-libs/libsodium/libsodium-1.0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/libsodium-1.0.1.ebuild,v 1.2 2015/02/09 13:01:08 blueness 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 ~ppc ~ppc64 ~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 -} |