Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdepim-l10n/
Date: Sat, 02 Jul 2016 16:45:37
Message-Id: 1467477913.bfa30592a42cb1a1813512f3c4cd4e222f35a2f5.kensington@gentoo
1 commit: bfa30592a42cb1a1813512f3c4cd4e222f35a2f5
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 26 11:29:00 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 16:45:13 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa30592
7
8 kde-apps/kdepim-l10n: Set SRC_URI in ebuild and fix it
9
10 It being the only ebuild with that SRC_URI, was wrong in eclass anyway.
11
12 Package-Manager: portage-2.2.28
13
14 kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
18 index 7252976..3f02b70 100644
19 --- a/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
20 +++ b/kde-apps/kdepim-l10n/kdepim-l10n-4.4.11.1-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -28,7 +28,7 @@ MY_LANGS="ar bg ca ca@valencia cs csb da de el en_GB eo es et eu
28
29 PIM_L10N="kdepim kdepimlibs"
30
31 -URI_BASE="${SRC_URI/-${PV}.tar.bz2/}"
32 +URI_BASE="mirror://kde/Attic/4.4.5/src/kde-l10n"
33 SRC_URI=""
34
35 for MY_LANG in ${MY_LANGS} ; do