Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
Subject: gentoo-x86 commit in net-irc/quassel: ChangeLog quassel-9999.ebuild
Date: Fri, 27 Aug 2010 10:14:46 +0000 (UTC)
scarabeus    10/08/27 10:14:46

  Modified:             ChangeLog quassel-9999.ebuild
  Log:
  Inherit git only when we have live ebuild. This allows us ebuild renaming :)
  
  (Portage version: 2.2_rc68/cvs/Linux x86_64)

Revision  Changes    Path
1.101                net-irc/quassel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	27 Aug 2010 10:05:57 -0000	1.100
+++ ChangeLog	27 Aug 2010 10:14:46 -0000	1.101
@@ -1,6 +1,10 @@
 # ChangeLog for net-irc/quassel
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.100 2010/08/27 10:05:57 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.101 2010/08/27 10:14:46 scarabeus Exp $
+
+  27 Aug 2010; Tomáš Chvátal <scarabeus@g.o> quassel-9999.ebuild:
+  Inherit git only when we have live ebuild. This allows us ebuild renaming
+  :)
 
   27 Aug 2010; Tomáš Chvátal <scarabeus@g.o> quassel-9999.ebuild:
   Actualy use eapi3 since we already have some prefix keywords.



1.48                 net-irc/quassel/quassel-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/quassel-9999.ebuild?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/quassel-9999.ebuild?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/quassel/quassel-9999.ebuild?r1=1.47&r2=1.48

Index: quassel-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- quassel-9999.ebuild	27 Aug 2010 10:05:57 -0000	1.47
+++ quassel-9999.ebuild	27 Aug 2010 10:14:46 -0000	1.48
@@ -1,13 +1,17 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.47 2010/08/27 10:05:57 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.48 2010/08/27 10:14:46 scarabeus Exp $
 
 EAPI=3
 
-inherit cmake-utils eutils git
-
 EGIT_REPO_URI="git://git.quassel-irc.org/quassel.git"
 EGIT_BRANCH="master"
+[[ "${PV}" == "9999" ]] && GIT_ECLASS="git"
+
+QT_MINIMAL="4.6.0"
+KDE_MINIMAL="4.4"
+
+inherit cmake-utils eutils ${GIT_ECLASS}
 
 DESCRIPTION="Qt4/KDE4 IRC client suppporting a remote daemon for 24/7 connectivity."
 HOMEPAGE="http://quassel-irc.org/"
@@ -17,9 +21,6 @@
 SLOT="0"
 IUSE="ayatana crypt dbus debug kde monolithic phonon postgres +server +ssl webkit X"
 
-QT_MINIMAL="4.6.0"
-KDE_MINIMAL="4.4"
-
 SERVER_RDEPEND="
 	crypt? ( app-crypt/qca:2 )
 	!postgres? ( >=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite] dev-db/sqlite[threadsafe] )





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in net-irc/quassel: ChangeLog quassel-9999.ebuild
Next by thread:
gentoo-x86 commit in net-irc/quassel: ChangeLog quassel-9999.ebuild
Previous by date:
gentoo-x86 commit in www-client/luakit: ChangeLog luakit-9999.ebuild
Next by date:
gentoo-x86 commit in net-irc/quassel: ChangeLog quassel-0.7_rc1.ebuild quassel-9999.ebuild


Updated Jun 26, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.