summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Ulyanov <disinbox@gmail.com>2017-06-03 09:22:28 +0300
committerIgor Ulyanov <disinbox@gmail.com>2017-06-03 09:22:28 +0300
commit964e8d493c354d0bac186a739d04b8ac61d585a1 (patch)
tree075a36f0b9d9b54cb36e7d95871b0b8d8de1f0e4
parentMerge branch 'master' of git+ssh://git.gentoo.org/user/displacer (diff)
downloaddisplacer-964e8d493c354d0bac186a739d04b8ac61d585a1.tar.gz
displacer-964e8d493c354d0bac186a739d04b8ac61d585a1.tar.bz2
displacer-964e8d493c354d0bac186a739d04b8ac61d585a1.zip
libsodium removed
-rw-r--r--dev-libs/libsodium/Manifest2
-rw-r--r--dev-libs/libsodium/libsodium-9999.ebuild55
-rw-r--r--dev-libs/libsodium/metadata.xml20
3 files changed, 0 insertions, 77 deletions
diff --git a/dev-libs/libsodium/Manifest b/dev-libs/libsodium/Manifest
deleted file mode 100644
index 973c63a..0000000
--- a/dev-libs/libsodium/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD libsodium-9999.ebuild 971 SHA256 f1874d79bbc4f3f9835ec6efcceb94b6538e2db23e818aa1cc62aac829d0fa48 SHA512 e71d41073784da512e5b2c1aa12f1ba60632ee0ace4d71345f782c139cf974530649ea2040a27f633e72a0c3d8ffedab3e571d624fdb57611f2efb67a2a1b7e6 WHIRLPOOL d9a8416c17e95df338ac8ab32d2e3fcf9e8a85228b34ca0674ec57bb876b68f6238004b4bdc35441fb6dcc5dab0f93ff68f3d02fcefa5851ad758181d4315290
-MISC metadata.xml 768 SHA256 02d56236860e9adef166f0022789b848caa7da217a6ce4c02adca700b5bb3895 SHA512 2f5c78c7ba276485585935676c61afa2991962d1fbe8d23adee282170565f82bbfd1ffd439592aee03da8b06924ae14e46887e22f90e93390233fe5c6dec3aa8 WHIRLPOOL 5df9b9e7481d74267fff960fb662ac4e41386c61ee43b7ed653e7ceb226a2d981ddd49c1196e6f118a589cb37ef364ab61a637481e5bf035f2dc64ac9fd363e2
diff --git a/dev-libs/libsodium/libsodium-9999.ebuild b/dev-libs/libsodium/libsodium-9999.ebuild
deleted file mode 100644
index f36fc6e..0000000
--- a/dev-libs/libsodium/libsodium-9999.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-inherit base eutils multilib-build git-2
-
-DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
-HOMEPAGE="https://github.com/jedisct1/libsodium"
-SRC_URI=""
-
-EGIT_REPO_URI="https://github.com/jedisct1/libsodium"
-EGIT_BOOTSTRAP="./autogen.sh"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS=""
-IUSE="+asm +urandom"
-
-src_prepare() {
- epatch_user
- multilib_copy_sources
-}
-
-sodium_src_configure() {
- cd "${BUILD_DIR}"
-
- econf \
- $(use_enable asm) \
- $(use_enable !urandom blocking-random)
-}
-
-sodium_src_compile() {
- cd "${BUILD_DIR}"
- base_src_compile
-}
-
-sodium_src_install() {
- cd "${BUILD_DIR}"
- base_src_install
-}
-
-src_configure() {
- multilib_parallel_foreach_abi sodium_src_configure
-}
-
-src_compile() {
- multilib_foreach_abi sodium_src_compile
-}
-
-src_install() {
- multilib_foreach_abi sodium_src_install
- multilib_check_headers
-}
diff --git a/dev-libs/libsodium/metadata.xml b/dev-libs/libsodium/metadata.xml
deleted file mode 100644
index 5933491..0000000
--- a/dev-libs/libsodium/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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>
- 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 operations needed to build higher-level
- cryptographic tools. 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>
-</pkgmetadata>