public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/konq-plugins: konq-plugins-4.4.0-r1.ebuild ChangeLog
@ 2010-10-29 12:26 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-29 12:26 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/29 12:26:16

  Modified:             ChangeLog
  Added:                konq-plugins-4.4.0-r1.ebuild
  Log:
  Revbump to apply patch for Qt-4.7. Thanks to Nikos Chantziaras <realnc@gmail.com> for the patch. Bug #338570
  
  (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 kde-misc/konq-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	9 Aug 2010 16:29:08 -0000	1.12
+++ ChangeLog	29 Oct 2010 12:26:16 -0000	1.13
@@ -1,6 +1,13 @@
 # ChangeLog for kde-misc/konq-plugins
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.12 2010/08/09 16:29:08 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.13 2010/10/29 12:26:16 hwoarang Exp $
+
+*konq-plugins-4.4.0-r1 (29 Oct 2010)
+
+  29 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
+  +konq-plugins-4.4.0-r1.ebuild, +files/konq-plugins-4.4.0-qt47.patch:
+  Revbump to apply patch for Qt-4.7. Thanks to Nikos Chantziaras
+  <realnc@gmail.com> for the patch. Bug #338570
 
   09 Aug 2010; Maciej Mrozowski <reavertm@gentoo.org>
   konq-plugins-4.4.0.ebuild:



1.1                  kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: konq-plugins-4.4.0-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild,v 1.1 2010/10/29 12:26:16 hwoarang Exp $

EAPI=2

# FIXME. Missing sr@ijekavian in desc.
KDE_LINGUAS="af ar ast be bg bn br ca ca@valencia cs cy da de el en_GB eo es et
eu fa fi fr fy ga gl he hi hne hr hsb hu is it ja kk km ko ku lt lv mai ml ms nb
nds ne nl nn oc pa pl pt pt_BR ro ru se sk sl sr sv ta tg th tr uk uz
uz@cyrillic vi xh zh_CN zh_TW"
KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"

inherit kde4-base

DESCRIPTION="Various plugins for konqueror"
HOMEPAGE="http://kde.org/"
SRC_URI="mirror://kde/stable/${PV}/src/extragear/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1 FDL-1.2"
SLOT="4"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug +handbook tidy"

DEPEND="
	>=kde-base/libkonq-${KDE_MINIMAL}
	tidy? ( app-text/htmltidy )
"
RDEPEND="${DEPEND}
	>=kde-base/kcmshell-${KDE_MINIMAL}
	>=kde-base/konqueror-${KDE_MINIMAL}
"

PATCHES=(
	"${FILESDIR}"/${P}-qt47.patch
)

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_with tidy LibTidy)
	)

	kde4-base_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-misc/konq-plugins: konq-plugins-4.4.0-r1.ebuild ChangeLog
@ 2011-04-10 18:32 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-04-10 18:32 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/04/10 18:32:22

  Modified:             konq-plugins-4.4.0-r1.ebuild ChangeLog
  Log:
  Add blocker for kdelibs >=4.6, bug 357545
  
  (Portage version: 2.1.9.45/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild?r1=1.2&r2=1.3

Index: konq-plugins-4.4.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- konq-plugins-4.4.0-r1.ebuild	31 Jan 2011 15:25:49 -0000	1.2
+++ konq-plugins-4.4.0-r1.ebuild	10 Apr 2011 18:32:22 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild,v 1.2 2011/01/31 15:25:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/konq-plugins-4.4.0-r1.ebuild,v 1.3 2011/04/10 18:32:22 dilfridge Exp $
 
 EAPI=3
 
@@ -30,6 +30,7 @@
 	$(add_kdebase_dep kcmshell)
 	$(add_kdebase_dep konqueror)
 "
+add_blocker kdelibs '>4.5.50'
 
 PATCHES=(
 	"${FILESDIR}"/${P}-qt47.patch



1.19                 kde-misc/konq-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/konq-plugins/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	23 Mar 2011 12:05:42 -0000	1.18
+++ ChangeLog	10 Apr 2011 18:32:22 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/konq-plugins
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.18 2011/03/23 12:05:42 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/konq-plugins/ChangeLog,v 1.19 2011/04/10 18:32:22 dilfridge Exp $
+
+  10 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+  konq-plugins-4.4.0-r1.ebuild:
+  Add blocker for kdelibs >=4.6, bug 357545
 
   23 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org>
   konq-plugins-4.6.1.ebuild:






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

end of thread, other threads:[~2011-04-10 18:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-29 12:26 [gentoo-commits] gentoo-x86 commit in kde-misc/konq-plugins: konq-plugins-4.4.0-r1.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-10 18:32 Andreas HAttel (dilfridge)

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