Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ucommon/
Date: Sun, 26 Jun 2016 12:21:58
Message-Id: 1466943873.d85253be2702377ffa8e38fa3a83303f1d6e7399.blueness@gentoo
1 commit: d85253be2702377ffa8e38fa3a83303f1d6e7399
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 11:51:54 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 12:24:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85253be
7
8 dev-libs/ucommon: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/ucommon/ucommon-6.1.10.ebuild | 9 ++++++---
13 dev-libs/ucommon/ucommon-6.3.1.ebuild | 9 ++++++---
14 dev-libs/ucommon/ucommon-6.5.2.ebuild | 9 ++++++---
15 dev-libs/ucommon/ucommon-6.5.7.ebuild | 9 ++++++---
16 4 files changed, 24 insertions(+), 12 deletions(-)
17
18 diff --git a/dev-libs/ucommon/ucommon-6.1.10.ebuild b/dev-libs/ucommon/ucommon-6.1.10.ebuild
19 index 86797d2..3d18afc 100644
20 --- a/dev-libs/ucommon/ucommon-6.1.10.ebuild
21 +++ b/dev-libs/ucommon/ucommon-6.1.10.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -15,15 +15,18 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
29 LICENSE="LGPL-3"
30 SLOT="0/6"
31 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
32 -IUSE="doc static-libs socks +cxx debug ssl gnutls"
33 +IUSE="doc static-libs socks +cxx debug libressl ssl gnutls"
34
35 RDEPEND="
36 ssl? (
37 - !gnutls? ( dev-libs/openssl:0= )
38 gnutls? (
39 net-libs/gnutls:0=
40 dev-libs/libgcrypt:0=
41 )
42 + !gnutls? (
43 + !libressl? ( dev-libs/openssl:0= )
44 + libressl? ( dev-libs/libressl:0= )
45 + )
46 )"
47
48 DEPEND="virtual/pkgconfig
49
50 diff --git a/dev-libs/ucommon/ucommon-6.3.1.ebuild b/dev-libs/ucommon/ucommon-6.3.1.ebuild
51 index 10142cb..be7f60a 100644
52 --- a/dev-libs/ucommon/ucommon-6.3.1.ebuild
53 +++ b/dev-libs/ucommon/ucommon-6.3.1.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2015 Gentoo Foundation
56 +# Copyright 1999-2016 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Id$
59
60 @@ -15,15 +15,18 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
61 LICENSE="LGPL-3"
62 SLOT="0/6"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
64 -IUSE="doc static-libs socks +cxx debug ssl gnutls"
65 +IUSE="doc static-libs socks +cxx debug libressl ssl gnutls"
66
67 RDEPEND="
68 ssl? (
69 - !gnutls? ( dev-libs/openssl:0= )
70 gnutls? (
71 net-libs/gnutls:0=
72 dev-libs/libgcrypt:0=
73 )
74 + !gnutls? (
75 + !libressl? ( dev-libs/openssl:0= )
76 + libressl? ( dev-libs/libressl:0= )
77 + )
78 )"
79
80 DEPEND="virtual/pkgconfig
81
82 diff --git a/dev-libs/ucommon/ucommon-6.5.2.ebuild b/dev-libs/ucommon/ucommon-6.5.2.ebuild
83 index cf061aa..5ed9341 100644
84 --- a/dev-libs/ucommon/ucommon-6.5.2.ebuild
85 +++ b/dev-libs/ucommon/ucommon-6.5.2.ebuild
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2015 Gentoo Foundation
88 +# Copyright 1999-2016 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Id$
91
92 @@ -15,15 +15,18 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
93 LICENSE="LGPL-3"
94 SLOT="0/6"
95 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
96 -IUSE="doc static-libs socks +cxx debug ssl gnutls"
97 +IUSE="doc static-libs socks +cxx debug libressl ssl gnutls"
98
99 RDEPEND="
100 ssl? (
101 - !gnutls? ( dev-libs/openssl:0= )
102 gnutls? (
103 net-libs/gnutls:0=
104 dev-libs/libgcrypt:0=
105 )
106 + !gnutls? (
107 + !libressl? ( dev-libs/openssl:0= )
108 + libressl? ( dev-libs/libressl:0= )
109 + )
110 )"
111
112 DEPEND="virtual/pkgconfig
113
114 diff --git a/dev-libs/ucommon/ucommon-6.5.7.ebuild b/dev-libs/ucommon/ucommon-6.5.7.ebuild
115 index cf061aa..5ed9341 100644
116 --- a/dev-libs/ucommon/ucommon-6.5.7.ebuild
117 +++ b/dev-libs/ucommon/ucommon-6.5.7.ebuild
118 @@ -1,4 +1,4 @@
119 -# Copyright 1999-2015 Gentoo Foundation
120 +# Copyright 1999-2016 Gentoo Foundation
121 # Distributed under the terms of the GNU General Public License v2
122 # $Id$
123
124 @@ -15,15 +15,18 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
125 LICENSE="LGPL-3"
126 SLOT="0/6"
127 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
128 -IUSE="doc static-libs socks +cxx debug ssl gnutls"
129 +IUSE="doc static-libs socks +cxx debug libressl ssl gnutls"
130
131 RDEPEND="
132 ssl? (
133 - !gnutls? ( dev-libs/openssl:0= )
134 gnutls? (
135 net-libs/gnutls:0=
136 dev-libs/libgcrypt:0=
137 )
138 + !gnutls? (
139 + !libressl? ( dev-libs/openssl:0= )
140 + libressl? ( dev-libs/libressl:0= )
141 + )
142 )"
143
144 DEPEND="virtual/pkgconfig