public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/
Date: Tue,  5 Apr 2016 22:51:58 +0000 (UTC)	[thread overview]
Message-ID: <1459896702.025a990732ccb020bcf5550b2ba23dbbcd546e5f.mrueg@gentoo> (raw)

commit:     025a990732ccb020bcf5550b2ba23dbbcd546e5f
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 22:51:17 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 22:51:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=025a9907

dev-libs/libsodium: Remove old

Package-Manager: portage-2.2.28

 dev-libs/libsodium/Manifest               |  2 --
 dev-libs/libsodium/libsodium-1.0.7.ebuild | 35 -------------------------------
 dev-libs/libsodium/libsodium-1.0.9.ebuild | 35 -------------------------------
 3 files changed, 72 deletions(-)

diff --git a/dev-libs/libsodium/Manifest b/dev-libs/libsodium/Manifest
index 869621a..2ff6966 100644
--- a/dev-libs/libsodium/Manifest
+++ b/dev-libs/libsodium/Manifest
@@ -1,5 +1,3 @@
 DIST libsodium-1.0.10.tar.gz 1827211 SHA256 71b786a96dd03693672b0ca3eb77f4fb08430df307051c0d45df5353d22bc4be SHA512 ff52e7f25787cc858e8d26be10913c689bd3dd394c8e163133920141be67a292a1dba066a1037e83cf0ced155a1554f07f24c2f33a7a6aa52521d39f537cd515 WHIRLPOOL 452ac241c26284e433c4a4595b45a1470da0be15a78761dd825460d676e48a3f36eb37ddf2c1843e3fdc64cc7cddf70dbc1aa1a983a249e1440521dc58cacf8a
 DIST libsodium-1.0.2.tar.gz 1673394 SHA256 961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19 SHA512 15fc47516f0e35906c1c304205fa991e74a273e4e6fc2186b6c16f0e41523de24493e149262b97ef03e4adc221232372ef1f283c4c23f96e4c5d99023d361e14 WHIRLPOOL 18509d9911c1d0ec6e8b9a8735abfeb2c1623669d31045abc6d9dd1289571fbe3a055f960f42a86779e7c03967532d71d7b9d0597ecfe457672e69b27b577e48
-DIST libsodium-1.0.7.tar.gz 1808032 SHA256 7ad1e78763510c163ca48f05133057726a825cf97386c581bf12b01d7654204a SHA512 21a2991010bc4e6e03d42c6df5443049c99f7622dc68a7bdc3d6d082621a165faab32612280526509d310ad1faefc00aa21c594a384a7fa8b05f4666e82e5e1d WHIRLPOOL a8fe262217365f348c36c6a789fdd7fe479e72c88a8314804b3d7b6154a8cad0ab8517ee9d517fdf407d7d5b6a789868a4a5ac66d9ecf2575917c42bbc3eb49c
 DIST libsodium-1.0.8.tar.gz 1794750 SHA256 c0f191d2527852641e0a996b7b106d2e04cbc76ea50731b2d0babd3409301926 SHA512 8f85e85e699c2b45674befd466e018c9f2ff1333c8fa806da49d9674068c33929bd3463e8908ffcd9c6154d430737e08e0522ac8ed4219e4fffe2e0a7a611c65 WHIRLPOOL 379addb00b366d2de887749fa72b17c003fa583728788e416e363a64196ade3ead9b5e12691f7693f0554323b88dc3c0cb6038c7abaf7f1291d60b97cc24daf6
-DIST libsodium-1.0.9.tar.gz 1827277 SHA256 611418db78c36b2e20e50363d30e9c002a98dea9322f305b5bde56a26cdfe756 SHA512 3bff0c518eedf76e0e458baa2b5a790cbda33fe4963ea4ffbf713be3baf27ee948d9ba9682b9fb0f2fe57ef20cc896b5758083c074aa9449a75c71710566c96c WHIRLPOOL 9a1abff419df51052fb8c7432598873c25cacf97934520efac84e15a34aa8e740fb5bd61c34fb104d3aa1670a4d8987aa469c267cc16ca5629acb2a87261f49a

diff --git a/dev-libs/libsodium/libsodium-1.0.7.ebuild b/dev-libs/libsodium/libsodium-1.0.7.ebuild
deleted file mode 100644
index dda09ab..0000000
--- a/dev-libs/libsodium/libsodium-1.0.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/18"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="+asm minimal static-libs +urandom"
-
-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) \
-		${myconf}
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}

diff --git a/dev-libs/libsodium/libsodium-1.0.9.ebuild b/dev-libs/libsodium/libsodium-1.0.9.ebuild
deleted file mode 100644
index 0c74877..0000000
--- a/dev-libs/libsodium/libsodium-1.0.9.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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/18"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="+asm minimal static-libs +urandom"
-
-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) \
-		${myconf}
-}
-
-src_install() {
-	default
-	prune_libtool_files
-}


             reply	other threads:[~2016-04-05 22:52 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-05 22:51 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30  9:05 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/ 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-14 23:05 Pacho Ramos
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 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=1459896702.025a990732ccb020bcf5550b2ba23dbbcd546e5f.mrueg@gentoo \
    --to=mrueg@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