public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ingmar Vanhassel (ingmar)" <ingmar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/marble: marble-4.0.1.ebuild ChangeLog
Date: Mon, 18 Feb 2008 16:28:23 +0000	[thread overview]
Message-ID: <E1JR8qt-000521-67@stork.gentoo.org> (raw)

ingmar      08/02/18 16:28:23

  Modified:             marble-4.0.1.ebuild ChangeLog
  Log:
  Addded a kde USE-flag to compile without KDE.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  kde-base/marble/marble-4.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/marble/marble-4.0.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/marble/marble-4.0.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/marble/marble-4.0.1.ebuild?r1=1.1&r2=1.2

Index: marble-4.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/marble/marble-4.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- marble-4.0.1.ebuild	7 Feb 2008 00:10:58 -0000	1.1
+++ marble-4.0.1.ebuild	18 Feb 2008 16:28:22 -0000	1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/marble-4.0.1.ebuild,v 1.1 2008/02/07 00:10:58 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/marble-4.0.1.ebuild,v 1.2 2008/02/18 16:28:22 ingmar Exp $
 
 EAPI="1"
-
+NEED_KDE="none"
 KMNAME=kdeedu
+SLOT="kde-4" # Goes in the ebuild because of NEED_KDE=none
 inherit kde4-meta
 
 DESCRIPTION="KDE: generic geographical map widget"
@@ -13,11 +14,13 @@
 
 # FIXME: undefined reference when building tests. RESTRICTed for now.
 RESTRICT="test"
-# FIXME: marble can install without kdelibs. there should be USE=kde for this..
 
-COMMONDEPEND="gps? ( sci-geosciences/gpsd )"
-DEPEND="${DEPEND} ${COMMONDEPEND}"
-RDEPEND="${RDEPEND} ${COMMONDEPEND}"
+COMMONDEPEND="
+	gps? ( sci-geosciences/gpsd )
+	kde? ( >=kde-base/kdelibs-${PV}:${SLOT}
+		>=kde-base/kdepimlibs-${PV}:${SLOT} )"
+DEPEND="${COMMONDEPEND}"
+RDEPEND="${COMMONDEPEND}"
 
 src_compile() {
 	epatch "${FILESDIR}/${PN}-4.0.0-fix-tests.patch"
@@ -32,6 +35,10 @@
 			marble/Findlibgps.cmake || die "sed to disable gpsd failed."
 	fi
 
+	if ! use kde; then
+		mycmakeargs="${mycmakeargs} -DQTONLY:BOOL=ON"
+	fi
+
 	kde4-meta_src_compile
 }
 



1.5                  kde-base/marble/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/marble/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/marble/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/marble/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/marble/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	17 Feb 2008 02:33:09 -0000	1.4
+++ ChangeLog	18 Feb 2008 16:28:22 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/marble
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/ChangeLog,v 1.4 2008/02/17 02:33:09 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/marble/ChangeLog,v 1.5 2008/02/18 16:28:22 ingmar Exp $
+
+  18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> marble-4.0.1.ebuild:
+  Addded a kde USE-flag to compile without KDE.
 
   16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -marble-4.0.0.ebuild:
   Spring cleaning



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-02-18 16:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-18 16:28 Ingmar Vanhassel (ingmar) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-02-18 18:01 [gentoo-commits] gentoo-x86 commit in kde-base/marble: marble-4.0.1.ebuild ChangeLog Ingmar Vanhassel (ingmar)

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=E1JR8qt-000521-67@stork.gentoo.org \
    --to=ingmar@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