From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/
Date: Sat, 14 Dec 2019 23:05:20 +0000 (UTC) [thread overview]
Message-ID: <1576364714.62dcc5081390eb28adf7ac622da97d5d61e20f84.pacho@gentoo> (raw)
commit: 62dcc5081390eb28adf7ac622da97d5d61e20f84
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 14 22:35:25 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Dec 14 23:05:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62dcc508
dev-libs/libsodium: Drop old
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
dev-libs/libsodium/Manifest | 3 --
dev-libs/libsodium/libsodium-1.0.11-r1.ebuild | 43 -----------------------
dev-libs/libsodium/libsodium-1.0.15-r1.ebuild | 45 ------------------------
dev-libs/libsodium/libsodium-1.0.16-r2.ebuild | 50 ---------------------------
4 files changed, 141 deletions(-)
diff --git a/dev-libs/libsodium/Manifest b/dev-libs/libsodium/Manifest
index 5cb0dd246a9..9388c672020 100644
--- a/dev-libs/libsodium/Manifest
+++ b/dev-libs/libsodium/Manifest
@@ -1,4 +1 @@
-DIST libsodium-1.0.11.tar.gz 1846782 BLAKE2B aadab6c89d11740dca72d7686d06cfeca6c504fca9e78108778817da4071d9e7bb6115df42e9509cd872ae7a5489ef15c099cabaf564f28e90b7f74a63bae140 SHA512 4b1293c4d0e52264beecdd05833857bc4d77d1c2a97eea0138fe04df383b9a2dfcad4a79ccd9aed8f6c0047ba67c49292b0d2ccf987ab0b5046b46b1586ccbd7
-DIST libsodium-1.0.15.tar.gz 1866057 BLAKE2B 220e327f7803c6cf0b1260b313a225d7cc7a965b36920c744379c5939643e588687032478e3d7a79b4614c5fa57b0dd2afd216b2e23ca69ad16ea67764a840ca SHA512 299a208f8342793d13498e95b23f1749f5b5b13ec276db3ec401130615e837ef475b6a1283b6e87a5f8227d23e70e38ca721073dadd5dc88fe4aff342aa64adc
-DIST libsodium-1.0.16.tar.gz 1910835 BLAKE2B d0d83730cfdb64a928c4597a3bcf4ae179d74bb9f850364bf0670547a12842009c0ca32d36d06053906fb649497406b1d7988e167772d5f1138d23798d8775f7 SHA512 eab917d599c9c1fe971a6ecf915b9a6476ccec2d46cf23cbfbf06dd3833089b422f192de4d55f17b93362f1251ba8d5ddeb95ced1a422a3a2631b4b82553907f
DIST libsodium-1.0.18.tar.gz 1919817 BLAKE2B a42d898fe77f232dcbb75728e776b88f006e89f734c4d335e75e01d37b1034cc024df2e89d4350ecbe713d3e4b32c08bec537922c81cc63b0e87ee7fd89b2940 SHA512 17e8638e46d8f6f7d024fe5559eccf2b8baf23e143fadd472a7d29d228b186d86686a5e6920385fe2020729119a5f12f989c3a782afbd05a8db4819bb18666ef
diff --git a/dev-libs/libsodium/libsodium-1.0.11-r1.ebuild b/dev-libs/libsodium/libsodium-1.0.11-r1.ebuild
deleted file mode 100644
index fe9bd6598f3..00000000000
--- a/dev-libs/libsodium/libsodium-1.0.11-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils autotools
-
-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/18"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+asm minimal static-libs +urandom cpu_flags_x86_sse4_1 cpu_flags_x86_aes"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.0.10-cpuflags.patch )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- # --disable-pie needed on x86, bug #512734
- use x86 && myconf="${myconf} --disable-pie"
-
- econf \
- $(use_enable asm) \
- $(use_enable minimal) \
- $(use_enable !urandom blocking-random) \
- $(use_enable static-libs static) \
- $(use_enable cpu_flags_x86_sse4_1 sse4_1) \
- $(use_enable cpu_flags_x86_aes aesni) \
- ${myconf}
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/dev-libs/libsodium/libsodium-1.0.15-r1.ebuild b/dev-libs/libsodium/libsodium-1.0.15-r1.ebuild
deleted file mode 100644
index ae0419e4c36..00000000000
--- a/dev-libs/libsodium/libsodium-1.0.15-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils autotools
-
-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/23"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+asm minimal static-libs +urandom cpu_flags_x86_sse4_1 cpu_flags_x86_aes"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.0.10-cpuflags.patch )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- local myconf
-
- # --disable-pie needed on x86, bug #512734
- use x86 && myconf="${myconf} --disable-pie"
- # --disable-ssp is needed on musl x86
- use x86 && use elibc_musl && myconf+="${myconf} --disable-ssp"
-
- econf \
- $(use_enable asm) \
- $(use_enable minimal) \
- $(use_enable !urandom blocking-random) \
- $(use_enable static-libs static) \
- $(use_enable cpu_flags_x86_sse4_1 sse4_1) \
- $(use_enable cpu_flags_x86_aes aesni) \
- ${myconf}
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/dev-libs/libsodium/libsodium-1.0.16-r2.ebuild b/dev-libs/libsodium/libsodium-1.0.16-r2.ebuild
deleted file mode 100644
index 4bec9558e24..00000000000
--- a/dev-libs/libsodium/libsodium-1.0.16-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools multilib-minimal
-
-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/23"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+asm minimal static-libs +urandom cpu_flags_x86_sse4_1 cpu_flags_x86_aes"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.0.10-cpuflags.patch )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-multilib_src_configure() {
- local ECONF_SOURCE="${S}"
- local myconf
-
- # --disable-pie is needed on x86, see bug #512734
- if [[ "${MULTILIB_ABI_FLAG}" == "abi_x86_32" ]]; then
- myconf="${myconf} --disable-pie"
- # --disable-ssp is needed on musl x86
- if use elibc_musl; then
- myconf+="${myconf} --disable-ssp"
- fi
- fi
-
- econf \
- $(use_enable asm) \
- $(use_enable minimal) \
- $(use_enable !urandom blocking-random) \
- $(use_enable static-libs static) \
- $(use_enable cpu_flags_x86_sse4_1 sse4_1) \
- $(use_enable cpu_flags_x86_aes aesni) \
- ${myconf}
-}
-
-multilib_src_install_all() {
- einstalldocs
- find "${D}" -name "*.la" -delete || die
-}
next reply other threads:[~2019-12-14 23:05 UTC|newest]
Thread overview: 125+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-14 23:05 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 21:39 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/ Sam James
2024-08-30 9:05 Arthur Zamarin
2024-08-29 6:34 Jakov Smolić
2024-08-29 6:34 Jakov Smolić
2024-08-29 5:35 Jakov Smolić
2024-08-29 5:10 Jakov Smolić
2024-08-29 5:10 Jakov Smolić
2024-08-29 5:10 Jakov Smolić
2024-06-02 5:46 Sam James
2024-06-01 3:46 Ionen Wolkens
2024-04-29 5:50 Sam James
2024-04-29 5:48 Sam James
2024-04-13 6:26 Arthur Zamarin
2024-03-14 8:25 Arthur Zamarin
2024-03-14 7:58 Arthur Zamarin
2024-03-14 7:12 Sam James
2024-03-14 6:23 Sam James
2024-03-14 6:19 Sam James
2024-03-14 6:11 Sam James
2024-03-14 6:07 Sam James
2024-01-16 7:59 Sam James
2024-01-16 5:46 Viorel Munteanu
2024-01-16 5:46 Viorel Munteanu
2023-10-26 16:48 Sam James
2023-09-16 22:36 Sam James
2023-09-16 14:38 Sam James
2023-09-16 14:38 Sam James
2023-09-16 9:43 Sam James
2023-09-14 2:45 Sam James
2023-09-14 2:39 Sam James
2022-10-11 17:15 Arthur Zamarin
2022-10-11 6:48 Agostino Sarubbo
2022-10-11 6:47 Agostino Sarubbo
2022-10-11 6:46 Agostino Sarubbo
2022-10-11 6:45 Agostino Sarubbo
2022-10-11 6:44 Agostino Sarubbo
2022-10-11 6:43 Agostino Sarubbo
2022-10-11 6:41 Agostino Sarubbo
2022-08-31 2:04 Sam James
2022-05-05 10:17 WANG Xuerui
2022-01-29 14:29 James Le Cuirot
2022-01-01 9:38 Sam James
2021-11-21 11:51 Sam James
2021-11-02 18:23 Sam James
2021-09-07 17:04 Sam James
2021-08-11 19:11 Sam James
2021-08-11 0:23 Sam James
2021-08-11 0:12 Sam James
2021-08-11 0:04 Sam James
2021-07-31 13:40 Michał Górny
2021-07-25 7:56 Matt Turner
2021-06-27 17:25 Marek Szuba
2021-06-23 1:14 Sam James
2021-05-23 23:36 Joshua Kinard
2021-05-08 2:08 Thomas Deutschmann
2021-04-26 15:37 Sam James
2021-04-26 15:37 Sam James
2021-04-26 15:37 Sam James
2021-04-23 13:46 Sam James
2021-04-23 13:44 Sam James
2021-04-20 6:39 Sergei Trofimovich
2021-04-17 13:32 Sergei Trofimovich
2021-04-17 11:14 Sergei Trofimovich
2021-04-16 5:40 Joonas Niilola
2021-04-16 4:47 Sam James
2021-04-16 3:58 Sam James
2021-04-16 3:58 Sam James
2021-04-16 3:58 Sam James
2021-03-23 4:53 Sam James
2020-11-24 14:47 Sam James
2019-12-02 10:49 Mikle Kolyada
2019-11-23 0:53 Aaron Bauman
2019-11-22 23:35 Sergei Trofimovich
2019-11-22 13:44 Matt Turner
2019-11-20 11:50 Agostino Sarubbo
2019-11-20 11:48 Agostino Sarubbo
2019-11-20 11:27 Agostino Sarubbo
2019-11-19 15:40 Agostino Sarubbo
2019-11-19 11:58 Agostino Sarubbo
2019-06-03 14:02 Lars Wendler
2019-01-27 12:36 Pacho Ramos
2019-01-19 18:36 Anthony G. Basile
2019-01-07 23:48 Lars Wendler
2018-10-17 17:31 Mikle Kolyada
2018-10-14 9:14 Sergei Trofimovich
2018-10-14 8:59 Sergei Trofimovich
2018-10-07 10:26 Jeroen Roovers
2018-10-05 13:27 Mikle Kolyada
2018-10-05 12:25 Thomas Deutschmann
2018-06-09 19:56 Mikle Kolyada
2018-05-12 10:14 Mart Raudsepp
2018-03-04 8:04 Michał Górny
2018-02-25 10:35 Sergei Trofimovich
2018-02-22 16:09 Michał Górny
2018-02-01 20:37 Thomas Deutschmann
2018-01-22 18:24 Markus Meier
2017-12-15 16:42 Manuel Rüger
2017-12-15 8:18 Jason Zaman
2017-11-23 22:29 Sergei Trofimovich
2017-11-23 11:54 Tobias Klausmann
2017-11-21 18:02 Manuel Rüger
2017-10-02 15:29 Manuel Rüger
2017-09-22 12:29 Manuel Rüger
2017-09-18 11:08 Manuel Rüger
2017-07-16 9:15 Manuel Rüger
2017-03-13 13:51 Manuel Rüger
2017-03-13 13:51 Manuel Rüger
2017-03-01 10:08 Michael Weber
2017-01-14 23:15 Jeroen Roovers
2016-11-15 15:34 Tobias Klausmann
2016-11-09 14:30 Tony Vroon
2016-08-06 13:43 Manuel Rüger
2016-04-05 22:51 Manuel Rüger
2016-04-05 22:51 Manuel Rüger
2016-04-05 20:57 Manuel Rüger
2016-02-28 6:51 Matt Thode
2015-12-29 21:59 Manuel Rüger
2015-12-29 21:58 Manuel Rüger
2015-12-11 21:44 Manuel Rüger
2015-11-07 21:23 Manuel Rüger
2015-11-07 12:49 Manuel Rüger
2015-10-27 20:05 Manuel Rüger
2015-10-27 20:05 Manuel Rüger
2015-10-20 20:46 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1576364714.62dcc5081390eb28adf7ac622da97d5d61e20f84.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox