From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kde-l10n/
Date: Fri, 12 Dec 2014 23:08:32 +0000 (UTC) [thread overview]
Message-ID: <1418425702.b57f03358574897327756e3ebdb34d1dc7ff4bad.mrueg@gentoo> (raw)
commit: b57f03358574897327756e3ebdb34d1dc7ff4bad
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 12 23:08:22 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Dec 12 23:08:22 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b57f0335
[kde-apps/kde-l10n] Make removal non-fatal.
Package-Manager: portage-2.2.15
---
kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild | 31 ++++++++++++++++++------------
1 file changed, 19 insertions(+), 12 deletions(-)
diff --git a/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild b/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild
index db2fea0..944eea8 100644
--- a/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild
+++ b/kde-apps/kde-l10n/kde-l10n-14.11.97.ebuild
@@ -56,7 +56,9 @@ src_unpack() {
echo "add_subdirectory( ${DIR} )" >> "${S}"/CMakeLists.txt
# Drop translations that get installed with plasma 5 and kde apps 5 packages
if use minimal; then
- rm "${S}"/${DIR}/4/${LNG}/messages/kde-workspace/{freespacenotifier,\
+
+ # KDE Workspace 4
+ rm -f "${S}"/${DIR}/4/${LNG}/messages/kde-workspace/{freespacenotifier,\
joystick,kaccess,kcmaccess,kcm_autostart,kcmbell,kcmcolors,kcm_desktoppaths,\
kcm_desktopthemedetails,kcmdevinfo,kcmfonts,kcm_infobase,kcminfo,\
kcm_infosummary,kcminit,kcminput,kcmkclock,kcmkeyboard,kcmkeys,\
@@ -80,16 +82,19 @@ plasma_runner_powerdevil,plasma_runner_recentdocuments,plasma_runner_services,\
plasma_runner_sessions,plasma_runner_shell,plasma_runner_solid,\
plasma_runner_webshortcuts,plasma_runner_windowedwidgets,plasma_runner_windows,\
powerdevilactivitiesconfig,powerdevilglobalconfig,powerdevil,\
-powerdevilprofilesconfig,processcore,processui,systemsettings}.po\
-|| die "Removing kde-workspace translations failed."
- rm "${S}"/${DIR}/4/${LNG}/messages/kde-runtime/{attica_kde,drkonqi,\
+powerdevilprofilesconfig,processcore,processui,systemsettings}.po
+
+ # KDE Runtime 4
+ rm -f "${S}"/${DIR}/4/${LNG}/messages/kde-runtime/{attica_kde,drkonqi,\
filetypes,htmlsearch,kcmcomponentchooser,kcm_emoticons,kcmhtmlsearch,\
kcmicons,kcmkded,kcmnotify,kcm_phonon,kcmshell,kdesu,kglobalaccel,\
khelpcenter,kio_applications,kio_archive,kio_bookmarks,kioclient,\
kio_fish,kio_info,kio_man,kio_nfs,kio_recentdocuments,kio_remote,\
kio_sftp,kio_smb,kio_thumbnail,kmimetypefinder,knetattach,kstart,\
-ktraderclient,phonon_kde,soliduiserver}.po || die "Removing kde-runtime translations failed."
- rm "${S}"/${DIR}/4/${LNG}/messages/kdeplasma-addons/{konqprofiles,\
+ktraderclient,phonon_kde,soliduiserver}.po
+
+ # KDE Plasma Addons 4
+ rm -f "${S}"/${DIR}/4/${LNG}/messages/kdeplasma-addons/{konqprofiles,\
konsoleprofiles,lancelot,liblancelot-datamodels,libplasma_groupingcontainment,\
libplasmaweather,plasma_applet_binaryclock,plasma_applet_bookmarks,\
plasma_applet_bubblemon,plasma_applet_CharSelectApplet,plasma_applet_comic,\
@@ -108,13 +113,15 @@ plasma_runner_contacts,plasma_runner_converterrunner,plasma_runner_datetime,\
plasma_runner_events,plasma_runner_katesessions,\
plasma_runner_konquerorsessions,plasma_runner_konsolesessions,\
plasma_runner_kopete,plasma_runner_krunner_dictionary,plasma_runner_mediawiki,\
-plasma_runner_spellcheckrunner,plasma_runner_translator,plasma_runner_youtube}.po\
-|| die "Removing kdeplasma-addons translations failed."
- rm "${S}"/${DIR}/4/${LNG}/messages/kdelibs/{akonadi_baloo_indexer,\
+plasma_runner_spellcheckrunner,plasma_runner_translator,plasma_runner_youtube}.po
+
+ # KDELIBS 4
+ rm -f "${S}"/${DIR}/4/${LNG}/messages/kdelibs/{akonadi_baloo_indexer,\
baloo_file,baloo_file_extractor,baloosearch,balooshow,kcm_baloofile,\
-kio_baloosearch,kio_tags,kio_timeline,plasma_runner_baloosearchrunner}.po ||\
-die "Removing kdelibs translations failed."
- rm "${S}"/${DIR}/4/${LNG}/messages/applications/useraccount.po || die "Removing applications translation failed."
+kio_baloosearch,kio_tags,kio_timeline,plasma_runner_baloosearchrunner}.po
+
+ # KDE Applications 4
+ rm -f "${S}"/${DIR}/4/${LNG}/messages/applications/useraccount.po
fi
fi
done
next reply other threads:[~2014-12-12 23:08 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-12 23:08 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-10-16 18:44 [gentoo-commits] proj/kde:master commit in: kde-apps/kde-l10n/ Michael Palimaka
2016-10-13 9:05 Johannes Huber
2016-07-13 18:23 Johannes Huber
2016-07-08 17:29 Michael Palimaka
2016-06-26 16:50 Michael Palimaka
2016-04-15 19:06 Johannes Huber
2016-04-08 22:12 Andreas Hüttel
2016-04-07 19:19 Michael Palimaka
2016-04-07 17:01 Michael Palimaka
2016-03-30 16:05 Johannes Huber
2016-03-29 19:23 Alexey Shvetsov
2016-03-20 20:43 Johannes Huber
2015-12-06 15:22 Alexey Shvetsov
2015-09-19 14:05 Manuel Rüger
2015-08-25 22:20 Johannes Huber
2015-08-08 12:28 Johannes Huber
2015-08-01 2:13 Manuel Rüger
2015-06-27 13:53 Manuel Rüger
2015-05-31 19:09 Manuel Rüger
2015-05-27 12:07 Michael Palimaka
2015-05-23 17:16 Michael Palimaka
2015-04-26 2:06 Manuel Rüger
2015-04-26 2:06 Manuel Rüger
2015-04-13 15:22 Manuel Rüger
2015-04-13 15:08 Manuel Rüger
2015-04-13 14:43 Manuel Rüger
2015-04-13 14:18 Manuel Rüger
2015-04-13 13:23 Manuel Rüger
2015-01-14 0:36 Manuel Rüger
2015-01-14 0:30 Manuel Rüger
2014-12-12 20:58 Manuel Rüger
2014-11-24 12:38 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1418425702.b57f03358574897327756e3ebdb34d1dc7ff4bad.mrueg@gentoo \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox