public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/baloo/
Date: Sat,  5 Jul 2014 18:51:54 +0000 (UTC)	[thread overview]
Message-ID: <1404586286.924c8851e543c8653cbfa577081fae8448a08e56.kensington@gentoo> (raw)

commit:     924c8851e543c8653cbfa577081fae8448a08e56
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 18:51:23 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 18:51:26 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=924c8851

[kde-base/baloo] Add experimental minimal USE flag.

It removes files that collide with baloo:5.

Package-Manager: portage-2.2.10

---
 kde-base/baloo/baloo-4.13.49.9999.ebuild | 13 ++++++++++++-
 kde-base/baloo/baloo-4.9999.ebuild       | 13 ++++++++++++-
 2 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/kde-base/baloo/baloo-4.13.49.9999.ebuild b/kde-base/baloo/baloo-4.13.49.9999.ebuild
index a0d1f47..0dc7089 100644
--- a/kde-base/baloo/baloo-4.13.49.9999.ebuild
+++ b/kde-base/baloo/baloo-4.13.49.9999.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
 
 DESCRIPTION="Next generation of the Nepomuk project"
 KEYWORDS=""
-IUSE="+alternatekcm debug"
+IUSE="+alternatekcm debug minimal"
 
 DEPEND="
 	$(add_kdebase_dep kdepimlibs)
@@ -29,3 +29,14 @@ src_prepare() {
 	kde4-base_src_prepare
 	use alternatekcm && epatch "${FILESDIR}/${PN}-4.13.0-nokcm.patch"
 }
+
+src_install() {
+	kde4-base_src_install
+
+	if use minimal ; then
+		rm "${D}"/usr/bin/baloo*
+		rm -r "${D}"/usr/share/dbus-1
+		rm -r "${D}"/usr/share/icons
+		rm -r "${D}"/usr/share/polkit-1
+	fi
+}

diff --git a/kde-base/baloo/baloo-4.9999.ebuild b/kde-base/baloo/baloo-4.9999.ebuild
index a0d1f47..0dc7089 100644
--- a/kde-base/baloo/baloo-4.9999.ebuild
+++ b/kde-base/baloo/baloo-4.9999.ebuild
@@ -8,7 +8,7 @@ inherit kde4-base
 
 DESCRIPTION="Next generation of the Nepomuk project"
 KEYWORDS=""
-IUSE="+alternatekcm debug"
+IUSE="+alternatekcm debug minimal"
 
 DEPEND="
 	$(add_kdebase_dep kdepimlibs)
@@ -29,3 +29,14 @@ src_prepare() {
 	kde4-base_src_prepare
 	use alternatekcm && epatch "${FILESDIR}/${PN}-4.13.0-nokcm.patch"
 }
+
+src_install() {
+	kde4-base_src_install
+
+	if use minimal ; then
+		rm "${D}"/usr/bin/baloo*
+		rm -r "${D}"/usr/share/dbus-1
+		rm -r "${D}"/usr/share/icons
+		rm -r "${D}"/usr/share/polkit-1
+	fi
+}


             reply	other threads:[~2014-07-05 18:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-05 18:51 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-15 14:06 [gentoo-commits] proj/kde:master commit in: kde-base/baloo/ Michael Palimaka
2014-08-28 13:02 Michael Palimaka
2014-08-05 22:49 Johannes Huber
2014-07-05 18:52 Michael Palimaka
2014-07-05 18:43 Michael Palimaka
2014-06-20 17:15 Michael Palimaka
2014-06-16 12:30 Michael Palimaka
2014-06-16 12:06 Michael Palimaka
2014-06-02 10:44 Michael Palimaka
2014-06-02 10:39 Michael Palimaka
2014-05-05 14:37 Johannes Huber
2014-04-19 23:20 Johannes Huber
2014-04-17 22:29 Johannes Huber
2014-04-04 22:33 Andreas Hüttel
2014-04-04 22:25 Andreas Hüttel
2014-04-04 22:25 Andreas Hüttel

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=1404586286.924c8851e543c8653cbfa577081fae8448a08e56.kensington@gentoo \
    --to=kensington@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