public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/smoke: ChangeLog smoke-4.4.1.ebuild
@ 2010-03-02 19:45 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 3+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2010-03-02 19:45 UTC (permalink / raw
  To: gentoo-commits

tampakrap    10/03/02 19:45:38

  Modified:             ChangeLog
  Added:                smoke-4.4.1.ebuild
  Log:
  Version bump KDE 4.4.1
  (Portage version: 2.2_rc63/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.95                 kde-base/smoke/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	2 Mar 2010 10:27:15 -0000	1.94
+++ ChangeLog	2 Mar 2010 19:45:37 -0000	1.95
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/smoke
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.94 2010/03/02 10:27:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.95 2010/03/02 19:45:37 tampakrap Exp $
+
+*smoke-4.4.1 (02 Mar 2010)
+
+  02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> +smoke-4.4.1.ebuild:
+  Version bump
 
   02 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> -smoke-4.3.3.ebuild,
   -smoke-4.3.4.ebuild, -smoke-4.3.5.ebuild:



1.1                  kde-base/smoke/smoke-4.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/smoke/smoke-4.4.1.ebuild?rev=1.1&content-type=text/plain

Index: smoke-4.4.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.4.1.ebuild,v 1.1 2010/03/02 19:45:37 tampakrap Exp $

EAPI="3"

KMNAME="kdebindings"
WEBKIT_REQUIRED="optional"
inherit kde4-meta

DESCRIPTION="Scripting Meta Object Kompiler Engine"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="akonadi kdevplatform okular +phonon qimageblitz qtmultimedia qscintilla qwt semantic-desktop"

COMMON_DEPEND="
	$(add_kdebase_dep kdelibs 'semantic-desktop?')
	akonadi? ( $(add_kdebase_dep kdepimlibs) )
	kdevplatform? ( dev-util/kdevplatform:4 )
	okular? ( $(add_kdebase_dep okular) )
	phonon? ( >=media-sound/phonon-4.3.80[xcb] )
	qimageblitz? ( >=kde-base/qimageblitz-0.0.4 )
	qscintilla? ( x11-libs/qscintilla )
	qwt? ( x11-libs/qwt:5 )
"

DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"

KMEXTRA="generator/"

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_enable akonadi)
		$(cmake-utils_use_enable akonadi Kdepimlibs)
		$(cmake-utils_use_enable kdevplatform KDEVPLATFORM_SMOKE)
		$(cmake-utils_use_enable okular)
		$(cmake-utils_use_enable phonon PHONON_SMOKE)
		$(cmake-utils_use_enable qimageblitz QIMAGEBLITZ_SMOKE)
		$(cmake-utils_use_enable qscintilla QSCI_SMOKE)
		$(cmake-utils_use_enable qtmultimedia QTMULTIMEDIA_SMOKE)
		$(cmake-utils_use_enable qwt QWT_SMOKE)
		$(cmake-utils_use_enable semantic-desktop Nepomuk)
		$(cmake-utils_use_enable semantic-desktop Soprano)
		$(cmake-utils_use_enable webkit QTWEBKIT_SMOKE)
	)
	kde4-meta_src_configure
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/smoke: ChangeLog smoke-4.4.1.ebuild
@ 2010-03-26 15:15 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Mrozowski (reavertm) @ 2010-03-26 15:15 UTC (permalink / raw
  To: gentoo-commits

reavertm    10/03/26 15:15:10

  Modified:             ChangeLog smoke-4.4.1.ebuild
  Log:
  Fixed bug 305677 - building with USE=-webkit
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.96                 kde-base/smoke/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	2 Mar 2010 19:45:37 -0000	1.95
+++ ChangeLog	26 Mar 2010 15:15:10 -0000	1.96
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/smoke
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.95 2010/03/02 19:45:37 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.96 2010/03/26 15:15:10 reavertm Exp $
+
+  26 Mar 2010; Maciej Mrozowski <reavertm@gentoo.org> smoke-4.4.1.ebuild,
+  +files/smoke-4.4.1-webkit-cmake.patch, -files/smoke-phonon-fix.patch:
+  Fixed bug 305677 - building with USE=-webkit
 
 *smoke-4.4.1 (02 Mar 2010)
 



1.2                  kde-base/smoke/smoke-4.4.1.ebuild

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

Index: smoke-4.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smoke-4.4.1.ebuild	2 Mar 2010 19:45:37 -0000	1.1
+++ smoke-4.4.1.ebuild	26 Mar 2010 15:15:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.4.1.ebuild,v 1.1 2010/03/02 19:45:37 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-4.4.1.ebuild,v 1.2 2010/03/26 15:15:10 reavertm Exp $
 
 EAPI="3"
 
@@ -28,6 +28,8 @@
 
 KMEXTRA="generator/"
 
+PATCHES=( "${FILESDIR}/${P}-webkit-cmake.patch" )
+
 src_configure() {
 	mycmakeargs=(
 		$(cmake-utils_use_enable akonadi)






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/smoke: ChangeLog smoke-4.4.1.ebuild
@ 2010-05-04  5:53 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2010-05-04  5:53 UTC (permalink / raw
  To: gentoo-commits

alexxy      10/05/04 05:53:46

  Modified:             ChangeLog
  Removed:              smoke-4.4.1.ebuild
  Log:
  [kde-base] Drop KDE SC 4.4.1
  (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.100                kde-base/smoke/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	3 May 2010 21:46:34 -0000	1.99
+++ ChangeLog	4 May 2010 05:53:46 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/smoke
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.99 2010/05/03 21:46:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.100 2010/05/04 05:53:46 alexxy Exp $
+
+  04 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -smoke-4.4.1.ebuild:
+  Drop KDE SC 4.4.1
 
 *smoke-4.4.3 (03 May 2010)
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-04  5:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-26 15:15 [gentoo-commits] gentoo-x86 commit in kde-base/smoke: ChangeLog smoke-4.4.1.ebuild Maciej Mrozowski (reavertm)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-04  5:53 Alexey Shvetsov (alexxy)
2010-03-02 19:45 Theo Chatzimichos (tampakrap)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox