Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmcrypt/
Date: Thu, 24 Nov 2022 18:15:02
Message-Id: 1669313682.7a715952822f5ddd893db91dbc47a5aa847a86e8.conikost@gentoo
1 commit: 7a715952822f5ddd893db91dbc47a5aa847a86e8
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Fri Nov 18 15:34:11 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 24 18:14:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a715952
7
8 dev-libs/libmcrypt: use HTTPS, fix LICENSE
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild | 8 ++++----
14 dev-libs/libmcrypt/libmcrypt-2.5.8-r5.ebuild | 6 +++---
15 2 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild
18 index d8332e4f7509..8dba968e3696 100644
19 --- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild
20 +++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r4.ebuild
21 @@ -1,15 +1,15 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 inherit autotools
29
30 -DESCRIPTION="libmcrypt provides uniform interface to access several encryption algorithms"
31 -HOMEPAGE="http://mcrypt.sourceforge.net/"
32 +DESCRIPTION="Provides an uniform interface to access several encryption algorithms"
33 +HOMEPAGE="https://mcrypt.sourceforge.net"
34 SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz"
35
36 -LICENSE="GPL-2 LGPL-2.1"
37 +LICENSE="GPL-2+ LGPL-2.1+"
38 SLOT="0"
39 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
40
41
42 diff --git a/dev-libs/libmcrypt/libmcrypt-2.5.8-r5.ebuild b/dev-libs/libmcrypt/libmcrypt-2.5.8-r5.ebuild
43 index cf8ea98d268d..cec9efe4ecde 100644
44 --- a/dev-libs/libmcrypt/libmcrypt-2.5.8-r5.ebuild
45 +++ b/dev-libs/libmcrypt/libmcrypt-2.5.8-r5.ebuild
46 @@ -5,11 +5,11 @@ EAPI=8
47
48 inherit autotools
49
50 -DESCRIPTION="libmcrypt provides uniform interface to access several encryption algorithms"
51 -HOMEPAGE="http://mcrypt.sourceforge.net/"
52 +DESCRIPTION="Provides an uniform interface to access several encryption algorithms"
53 +HOMEPAGE="https://mcrypt.sourceforge.net"
54 SRC_URI="mirror://sourceforge/mcrypt/${P}.tar.gz"
55
56 -LICENSE="GPL-2 LGPL-2.1"
57 +LICENSE="GPL-2+ LGPL-2.1+"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"