Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/plasma-telepathy-meta/
Date: Sun, 20 Sep 2015 15:51:39
Message-Id: 1442764278.9d60133bf61691c3e143e9dc0b287266f7b559f4.mrueg@gentoo
1 commit: 9d60133bf61691c3e143e9dc0b287266f7b559f4
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 31 20:38:56 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 15:51:18 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9d60133b
7
8 kde-apps/plasma-telepathy-meta: Add USE=nls
9
10 Package-Manager: portage-2.2.20.1
11
12 .../plasma-telepathy-meta/plasma-telepathy-meta-15.08.0.ebuild | 7 ++++++-
13 .../plasma-telepathy-meta/plasma-telepathy-meta-15.08.1.ebuild | 7 ++++++-
14 .../plasma-telepathy-meta-15.08.49.9999.ebuild | 7 ++++++-
15 kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild | 7 ++++++-
16 4 files changed, 24 insertions(+), 4 deletions(-)
17
18 diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.0.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.0.ebuild
19 index 754d379..3b24390 100644
20 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.0.ebuild
21 +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.0.ebuild
22 @@ -11,7 +11,9 @@ HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
23
24 LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
25 KEYWORDS="~amd64 ~x86"
26 -IUSE=""
27 +IUSE="nls"
28 +
29 +[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
30
31 DEPEND=""
32 RDEPEND="
33 @@ -27,6 +29,9 @@ RDEPEND="
34 $(add_kdeapps_dep ktp-send-file)
35 $(add_kdeapps_dep ktp-text-ui)
36 !net-im/kde-telepathy-meta
37 + nls? (
38 + $(add_kdeapps_dep ktp-l10n '' ${L10N_MINIMAL})
39 + )
40 "
41
42 pkg_postinst() {
43
44 diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.1.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.1.ebuild
45 index 754d379..3b24390 100644
46 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.1.ebuild
47 +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.1.ebuild
48 @@ -11,7 +11,9 @@ HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
49
50 LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
51 KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 +IUSE="nls"
54 +
55 +[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
56
57 DEPEND=""
58 RDEPEND="
59 @@ -27,6 +29,9 @@ RDEPEND="
60 $(add_kdeapps_dep ktp-send-file)
61 $(add_kdeapps_dep ktp-text-ui)
62 !net-im/kde-telepathy-meta
63 + nls? (
64 + $(add_kdeapps_dep ktp-l10n '' ${L10N_MINIMAL})
65 + )
66 "
67
68 pkg_postinst() {
69
70 diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.49.9999.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.49.9999.ebuild
71 index b32f657..d9deae3 100644
72 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.49.9999.ebuild
73 +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.08.49.9999.ebuild
74 @@ -11,7 +11,9 @@ HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
75
76 LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
77 KEYWORDS=""
78 -IUSE=""
79 +IUSE="nls"
80 +
81 +[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
82
83 DEPEND=""
84 RDEPEND="
85 @@ -27,6 +29,9 @@ RDEPEND="
86 $(add_kdeapps_dep ktp-send-file)
87 $(add_kdeapps_dep ktp-text-ui)
88 !net-im/kde-telepathy-meta
89 + nls? (
90 + $(add_kdeapps_dep ktp-l10n '' ${L10N_MINIMAL})
91 + )
92 "
93
94 pkg_postinst() {
95
96 diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild
97 index 198cdb7..c7ace93 100644
98 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild
99 +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild
100 @@ -11,7 +11,9 @@ HOMEPAGE="https://community.kde.org/Real-Time_Communication_and_Collaboration"
101
102 LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
103 KEYWORDS=""
104 -IUSE=""
105 +IUSE="nls"
106 +
107 +[[ ${KDE_BUILD_TYPE} = live ]] && L10N_MINIMAL=${KDE_APPS_MINIMAL}
108
109 DEPEND=""
110 RDEPEND="
111 @@ -28,6 +30,9 @@ RDEPEND="
112 $(add_kdeapps_dep ktp-send-file)
113 $(add_kdeapps_dep ktp-text-ui)
114 !net-im/kde-telepathy-meta
115 + nls? (
116 + $(add_kdeapps_dep ktp-l10n '' ${L10N_MINIMAL})
117 + )
118 "
119
120 pkg_postinst() {