Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsodium/
Date: Tue, 27 Oct 2015 20:05:34
Message-Id: 1445976287.54621f207226bead677c70c3742e1529a501ac1f.mrueg@gentoo
1 commit: 54621f207226bead677c70c3742e1529a501ac1f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 27 20:04:47 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 27 20:04:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54621f20
7
8 dev-libs/libsodium: Remove old
9
10 Package-Manager: portage-2.2.23
11
12 dev-libs/libsodium/Manifest | 2 --
13 dev-libs/libsodium/libsodium-1.0.3.ebuild | 35 -------------------------------
14 dev-libs/libsodium/libsodium-1.0.4.ebuild | 35 -------------------------------
15 3 files changed, 72 deletions(-)
16
17 diff --git a/dev-libs/libsodium/Manifest b/dev-libs/libsodium/Manifest
18 index c5ba5d0..b48395e 100644
19 --- a/dev-libs/libsodium/Manifest
20 +++ b/dev-libs/libsodium/Manifest
21 @@ -1,4 +1,2 @@
22 DIST libsodium-1.0.2.tar.gz 1673394 SHA256 961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19 SHA512 15fc47516f0e35906c1c304205fa991e74a273e4e6fc2186b6c16f0e41523de24493e149262b97ef03e4adc221232372ef1f283c4c23f96e4c5d99023d361e14 WHIRLPOOL 18509d9911c1d0ec6e8b9a8735abfeb2c1623669d31045abc6d9dd1289571fbe3a055f960f42a86779e7c03967532d71d7b9d0597ecfe457672e69b27b577e48
23 -DIST libsodium-1.0.3.tar.gz 1679664 SHA256 cbcfc63cc90c05d18a20f229a62c7e7054a73731d0aa858c0517152c549b1288 SHA512 7d58ddf973bfc456c2d196129d2c3a9ddec6e40b977797251385cd42bdd1234987779566903b7c2251cae02aab7e1c5246967af4c887be8a3451ae3f745c1ae5 WHIRLPOOL 1722d2c9f8bb18fe5d74b1ffe3600fe0a17779569315558324fd3262d63c0db5c9368d3bf9a6bb421802882dd1fd2c701ad062938a5f414190670f8c7f244231
24 -DIST libsodium-1.0.4.tar.gz 1787241 SHA256 e4f75d4b2bd860068e0401163207415c9d41048d7601409897ff2951839fd310 SHA512 9fe83a06a85fca2bf6ab869acf3acc7d0c5f74fce924c794f1e84a3f0ea98b3b8030ff2a1bc9b5c4675b4749edd12e2ac4c1dad3130168865bad323f6222c9c3 WHIRLPOOL 687fa836ece3bbb845de3c894576e1b6cac07157636b386765a67731ab11bb3b709fdc9730af9b4e385d33b5b6e026ac609262ffe2dbcfd2f1cbc2a5b34fb234
25 DIST libsodium-1.0.5.tar.gz 1787478 SHA256 bfcafc678c7dac87866c50f9b99aa821750762edcf8e56fc6d13ba0ffbef8bab SHA512 978867f7499ec07817a95213baea79fd45d3cdd48c343723490471f79a1b0df2fa0638a91c46a08717fe03a1d8b68789445cb34be969d91023ba7edc8750835c WHIRLPOOL a46f6ca3eb98151cbc230aa1fd344b4038415f717382fa912f1750c83ed73bcc778fd634cdb7ae9c81b79c94b2d3e949a63d10adaf1ec822ba4be4e4b6fd7620
26
27 diff --git a/dev-libs/libsodium/libsodium-1.0.3.ebuild b/dev-libs/libsodium/libsodium-1.0.3.ebuild
28 deleted file mode 100644
29 index a87bde8..0000000
30 --- a/dev-libs/libsodium/libsodium-1.0.3.ebuild
31 +++ /dev/null
32 @@ -1,35 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -inherit eutils
40 -
41 -DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
42 -HOMEPAGE="https://github.com/jedisct1/libsodium"
43 -SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz"
44 -
45 -LICENSE="ISC"
46 -SLOT="0/13"
47 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
48 -IUSE="+asm minimal static-libs +urandom"
49 -
50 -src_configure() {
51 - local myconf
52 -
53 - # --disable-pie needed on x86, bug #512734
54 - use x86 && myconf="${myconf} --disable-pie"
55 -
56 - econf \
57 - $(use_enable asm) \
58 - $(use_enable minimal) \
59 - $(use_enable !urandom blocking-random) \
60 - $(use_enable static-libs static) \
61 - ${myconf}
62 -}
63 -
64 -src_install() {
65 - default
66 - prune_libtool_files
67 -}
68
69 diff --git a/dev-libs/libsodium/libsodium-1.0.4.ebuild b/dev-libs/libsodium/libsodium-1.0.4.ebuild
70 deleted file mode 100644
71 index a87bde8..0000000
72 --- a/dev-libs/libsodium/libsodium-1.0.4.ebuild
73 +++ /dev/null
74 @@ -1,35 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -# $Id$
78 -
79 -EAPI=5
80 -
81 -inherit eutils
82 -
83 -DESCRIPTION="A portable fork of NaCl, a higher-level cryptographic library"
84 -HOMEPAGE="https://github.com/jedisct1/libsodium"
85 -SRC_URI="http://download.libsodium.org/${PN}/releases/${P}.tar.gz"
86 -
87 -LICENSE="ISC"
88 -SLOT="0/13"
89 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
90 -IUSE="+asm minimal static-libs +urandom"
91 -
92 -src_configure() {
93 - local myconf
94 -
95 - # --disable-pie needed on x86, bug #512734
96 - use x86 && myconf="${myconf} --disable-pie"
97 -
98 - econf \
99 - $(use_enable asm) \
100 - $(use_enable minimal) \
101 - $(use_enable !urandom blocking-random) \
102 - $(use_enable static-libs static) \
103 - ${myconf}
104 -}
105 -
106 -src_install() {
107 - default
108 - prune_libtool_files
109 -}