Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rstudio/
Date: Sat, 12 Oct 2019 19:04:09
Message-Id: 1570907019.326e535209bd3be261502dd9ba0e0b6444ab1fe7.zlogene@gentoo
1 commit: 326e535209bd3be261502dd9ba0e0b6444ab1fe7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 12 19:03:39 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 12 19:03:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326e5352
7
8 sci-mathematics/rstudio: 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 sci-mathematics/rstudio/rstudio-1.1.383-r1.ebuild | 4 ++--
14 sci-mathematics/rstudio/rstudio-1.1.453.ebuild | 4 ++--
15 sci-mathematics/rstudio/rstudio-1.1.463-r1.ebuild | 4 ++--
16 sci-mathematics/rstudio/rstudio-1.1.463.ebuild | 4 ++--
17 sci-mathematics/rstudio/rstudio-1.2.1335.ebuild | 4 ++--
18 5 files changed, 10 insertions(+), 10 deletions(-)
19
20 diff --git a/sci-mathematics/rstudio/rstudio-1.1.383-r1.ebuild b/sci-mathematics/rstudio/rstudio-1.1.383-r1.ebuild
21 index 497626b47dc..9dc32b4769c 100644
22 --- a/sci-mathematics/rstudio/rstudio-1.1.383-r1.ebuild
23 +++ b/sci-mathematics/rstudio/rstudio-1.1.383-r1.ebuild
24 @@ -79,9 +79,9 @@ RDEPEND="
25 >=dev-qt/qtwidgets-${QT_VER}:${QT_SLOT}
26 >=dev-qt/qtxml-${QT_VER}:${QT_SLOT}
27 >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT}
28 - server? ( virtual/pam )
29 + server? ( sys-libs/pam )
30 )
31 - dedicated? ( virtual/pam )"
32 + dedicated? ( sys-libs/pam )"
33 DEPEND="${RDEPEND}
34 app-arch/unzip
35 dev-java/ant-core
36
37 diff --git a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
38 index 7736e77fe6a..9c47ef9b01c 100644
39 --- a/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
40 +++ b/sci-mathematics/rstudio/rstudio-1.1.453.ebuild
41 @@ -78,9 +78,9 @@ RDEPEND="
42 >=dev-qt/qtwidgets-${QT_VER}:${QT_SLOT}
43 >=dev-qt/qtxml-${QT_VER}:${QT_SLOT}
44 >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT}
45 - server? ( virtual/pam )
46 + server? ( sys-libs/pam )
47 )
48 - dedicated? ( virtual/pam )
49 + dedicated? ( sys-libs/pam )
50 !libressl? ( dev-libs/openssl:0= )
51 libressl? ( dev-libs/libressl:0= )"
52 DEPEND="${RDEPEND}
53
54 diff --git a/sci-mathematics/rstudio/rstudio-1.1.463-r1.ebuild b/sci-mathematics/rstudio/rstudio-1.1.463-r1.ebuild
55 index cc1c95318e3..c26f7f5c300 100644
56 --- a/sci-mathematics/rstudio/rstudio-1.1.463-r1.ebuild
57 +++ b/sci-mathematics/rstudio/rstudio-1.1.463-r1.ebuild
58 @@ -78,9 +78,9 @@ RDEPEND="
59 >=dev-qt/qtwidgets-${QT_VER}:${QT_SLOT}
60 >=dev-qt/qtxml-${QT_VER}:${QT_SLOT}
61 >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT}
62 - server? ( virtual/pam )
63 + server? ( sys-libs/pam )
64 )
65 - dedicated? ( virtual/pam )
66 + dedicated? ( sys-libs/pam )
67 !libressl? ( dev-libs/openssl:0= )
68 libressl? ( dev-libs/libressl:0= )"
69 DEPEND="${RDEPEND}
70
71 diff --git a/sci-mathematics/rstudio/rstudio-1.1.463.ebuild b/sci-mathematics/rstudio/rstudio-1.1.463.ebuild
72 index 5c0511bb9a5..74ba9b3fb3b 100644
73 --- a/sci-mathematics/rstudio/rstudio-1.1.463.ebuild
74 +++ b/sci-mathematics/rstudio/rstudio-1.1.463.ebuild
75 @@ -78,9 +78,9 @@ RDEPEND="
76 >=dev-qt/qtwidgets-${QT_VER}:${QT_SLOT}
77 >=dev-qt/qtxml-${QT_VER}:${QT_SLOT}
78 >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT}
79 - server? ( virtual/pam )
80 + server? ( sys-libs/pam )
81 )
82 - dedicated? ( virtual/pam )
83 + dedicated? ( sys-libs/pam )
84 !libressl? ( dev-libs/openssl:0= )
85 libressl? ( dev-libs/libressl:0= )"
86 DEPEND="${RDEPEND}
87
88 diff --git a/sci-mathematics/rstudio/rstudio-1.2.1335.ebuild b/sci-mathematics/rstudio/rstudio-1.2.1335.ebuild
89 index 60a61cb90a3..90a42d77b24 100644
90 --- a/sci-mathematics/rstudio/rstudio-1.2.1335.ebuild
91 +++ b/sci-mathematics/rstudio/rstudio-1.2.1335.ebuild
92 @@ -79,9 +79,9 @@ RDEPEND="
93 >=dev-qt/qtwidgets-${QT_VER}:${QT_SLOT}
94 >=dev-qt/qtxml-${QT_VER}:${QT_SLOT}
95 >=dev-qt/qtxmlpatterns-${QT_VER}:${QT_SLOT}
96 - server? ( virtual/pam )
97 + server? ( sys-libs/pam )
98 )
99 - dedicated? ( virtual/pam )
100 + dedicated? ( sys-libs/pam )
101 !libressl? ( dev-libs/openssl:0= )
102 libressl? ( dev-libs/libressl:0= )"
103 DEPEND="${RDEPEND}