Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wvstreams/
Date: Sat, 12 Oct 2019 19:35:11
Message-Id: 1570908890.faf9261aa567fb61a16faed9e470dde36f8d6e8f.zlogene@gentoo
1 commit: faf9261aa567fb61a16faed9e470dde36f8d6e8f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 19:34:50 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 19:34:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf9261a
7
8 net-libs/wvstreams: migrate to sys-libs/pam
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild | 4 ++--
14 net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild | 4 ++--
15 net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild | 4 ++--
16 net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild | 2 +-
17 net-libs/wvstreams/wvstreams-99999.ebuild | 2 +-
18 5 files changed, 8 insertions(+), 8 deletions(-)
19
20 diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild
21 index dad2d2f206a..34eb54286d8 100644
22 --- a/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild
23 +++ b/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2017 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -24,7 +24,7 @@ RDEPEND="sys-libs/readline:0=
31 sys-libs/zlib
32 dbus? ( >=sys-apps/dbus-1.4.20 )
33 <dev-libs/openssl-1.1:0=
34 - pam? ( virtual/pam )"
35 + pam? ( sys-libs/pam )"
36 DEPEND="${RDEPEND}
37 virtual/pkgconfig
38 doc? ( app-doc/doxygen )
39
40 diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild
41 index 52d22d3b1ee..2cd4879c732 100644
42 --- a/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild
43 +++ b/net-libs/wvstreams/wvstreams-4.6.1-r4.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2018 Gentoo Authors
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -25,7 +25,7 @@ RDEPEND="
51 sys-libs/readline:0=
52 sys-libs/zlib
53 dbus? ( >=sys-apps/dbus-1.4.20 )
54 - pam? ( virtual/pam )
55 + pam? ( sys-libs/pam )
56 "
57 DEPEND="
58 ${RDEPEND}
59
60 diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild
61 index e9caeed7582..db808c10219 100644
62 --- a/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild
63 +++ b/net-libs/wvstreams/wvstreams-4.6.1-r5.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2018 Gentoo Authors
66 +# Copyright 1999-2019 Gentoo Authors
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=6
70 @@ -25,7 +25,7 @@ RDEPEND="
71 sys-libs/readline:0=
72 sys-libs/zlib
73 dbus? ( >=sys-apps/dbus-1.4.20 )
74 - pam? ( virtual/pam )
75 + pam? ( sys-libs/pam )
76 "
77 DEPEND="
78 ${RDEPEND}
79
80 diff --git a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
81 index 34a203bd673..a38bedb3219 100644
82 --- a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
83 +++ b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
84 @@ -29,7 +29,7 @@ RDEPEND="
85 dbus? ( >=sys-apps/dbus-1.4.20 )
86 !libressl? ( >=dev-libs/openssl-1.1:0= )
87 libressl? ( dev-libs/libressl:0= )
88 - pam? ( virtual/pam )
89 + pam? ( sys-libs/pam )
90 "
91 DEPEND="
92 ${RDEPEND}
93
94 diff --git a/net-libs/wvstreams/wvstreams-99999.ebuild b/net-libs/wvstreams/wvstreams-99999.ebuild
95 index dc51487d43e..c1820cfa0db 100644
96 --- a/net-libs/wvstreams/wvstreams-99999.ebuild
97 +++ b/net-libs/wvstreams/wvstreams-99999.ebuild
98 @@ -20,7 +20,7 @@ RDEPEND="
99 dbus? ( >=sys-apps/dbus-1.4.20 )
100 !libressl? ( <dev-libs/openssl-1.1:0= )
101 libressl? ( dev-libs/libressl:0= )
102 - pam? ( virtual/pam )
103 + pam? ( sys-libs/pam )
104 "
105 DEPEND="
106 ${RDEPEND}