Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/
Date: Sun, 02 May 2021 08:08:50
Message-Id: 1619942902.e4431c6fc703baf543f38942028b48be323075db.zlogene@gentoo
1 commit: e4431c6fc703baf543f38942028b48be323075db
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 08:08:22 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 08:08:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4431c6f
7
8 www-apps/cgit: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 www-apps/cgit/cgit-1.2.3-r100.ebuild | 5 ++---
14 www-apps/cgit/cgit-9999.ebuild | 7 +++----
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/www-apps/cgit/cgit-1.2.3-r100.ebuild b/www-apps/cgit/cgit-1.2.3-r100.ebuild
18 index 2f0d41e9244..628a1c29f20 100644
19 --- a/www-apps/cgit/cgit-1.2.3-r100.ebuild
20 +++ b/www-apps/cgit/cgit-1.2.3-r100.ebuild
21 @@ -20,7 +20,7 @@ SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
22 LICENSE="GPL-2"
23 SLOT="0"
24 KEYWORDS="amd64 arm x86"
25 -IUSE="doc +highlight libressl +lua test"
26 +IUSE="doc +highlight +lua test"
27 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
28 RESTRICT="!test? ( test )"
29
30 @@ -29,8 +29,7 @@ RDEPEND="
31 acct-user/cgit
32 dev-vcs/git
33 highlight? ( || ( dev-python/pygments app-text/highlight ) )
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 + dev-libs/openssl:0=
37 lua? ( ${LUA_DEPS} )
38 sys-libs/zlib
39 virtual/httpd-cgi
40
41 diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild
42 index 8975d5eebd6..0efa5da905a 100644
43 --- a/www-apps/cgit/cgit-9999.ebuild
44 +++ b/www-apps/cgit/cgit-9999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 +# Copyright 1999-2021 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -18,7 +18,7 @@ EGIT_REPO_URI="https://git.zx2c4.com/cgit"
52 LICENSE="GPL-2"
53 SLOT="0"
54 KEYWORDS=""
55 -IUSE="doc +highlight libressl +lua test"
56 +IUSE="doc +highlight +lua test"
57 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )"
58 RESTRICT="!test? ( test )"
59
60 @@ -27,8 +27,7 @@ RDEPEND="
61 acct-user/cgit
62 dev-vcs/git
63 highlight? ( || ( dev-python/pygments app-text/highlight ) )
64 - !libressl? ( dev-libs/openssl:0= )
65 - libressl? ( dev-libs/libressl:0= )
66 + dev-libs/openssl:0=
67 lua? ( ${LUA_DEPS} )
68 sys-libs/zlib
69 virtual/httpd-cgi