public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/ksaneplugin: ChangeLog ksaneplugin-4.6.5.ebuild
@ 2011-07-09 15:14 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-07-09 15:14 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/07/09 15:14:19

  Modified:             ChangeLog
  Added:                ksaneplugin-4.6.5.ebuild
  Log:
  [kde-base] Add KDE SC 4.6.5
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 kde-base/ksaneplugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	6 Jul 2011 20:05:43 -0000	1.69
+++ ChangeLog	9 Jul 2011 15:14:19 -0000	1.70
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/ksaneplugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.69 2011/07/06 20:05:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.70 2011/07/09 15:14:19 alexxy Exp $
+
+*ksaneplugin-4.6.5 (09 Jul 2011)
+
+  09 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> +ksaneplugin-4.6.5.ebuild:
+  Version bump KDE SC 4.6.5
 
   06 Jul 2011; Andreas K. Huettel <dilfridge@gentoo.org>
   -ksaneplugin-4.6.2.ebuild:



1.1                  kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild?rev=1.1&content-type=text/plain

Index: ksaneplugin-4.6.5.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild,v 1.1 2011/07/09 15:14:19 alexxy Exp $

EAPI=4

KDE_SCM="git"
if [[ ${PV} == *9999 ]]; then
	kde_eclass="kde4-base"
else
	KMNAME="kdegraphics"
	kde_eclass="kde4-meta"
fi
inherit ${kde_eclass}

DESCRIPTION="SANE Plugin for KDE"
HOMEPAGE="http://www.kipi-plugins.org"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

DEPEND="
	$(add_kdebase_dep libksane)
"
RDEPEND="${DEPEND}"

if [[ ${PV} != *9999 ]]; then
src_install() {
	kde4-meta_src_install

	# why, oh why?!
	rm "${ED}/usr/share/apps/cmake/modules/FindKSane.cmake" || die
}
fi






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

* [gentoo-commits] gentoo-x86 commit in kde-base/ksaneplugin: ChangeLog ksaneplugin-4.6.5.ebuild
@ 2011-08-09 17:12 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-09 17:12 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/09 17:12:30

  Modified:             ChangeLog ksaneplugin-4.6.5.ebuild
  Log:
  Stable on amd64 wrt bug #377465
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.72                 kde-base/ksaneplugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	27 Jul 2011 14:04:34 -0000	1.71
+++ ChangeLog	9 Aug 2011 17:12:30 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ksaneplugin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.71 2011/07/27 14:04:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ChangeLog,v 1.72 2011/08/09 17:12:30 hwoarang Exp $
+
+  09 Aug 2011; Markos Chandras <hwoarang@gentoo.org> ksaneplugin-4.6.5.ebuild:
+  Stable on amd64 wrt bug #377465
 
 *ksaneplugin-4.7.0 (27 Jul 2011)
 



1.2                  kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild?r1=1.1&r2=1.2

Index: ksaneplugin-4.6.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ksaneplugin-4.6.5.ebuild	9 Jul 2011 15:14:19 -0000	1.1
+++ ksaneplugin-4.6.5.ebuild	9 Aug 2011 17:12:30 -0000	1.2
@@ -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-base/ksaneplugin/ksaneplugin-4.6.5.ebuild,v 1.1 2011/07/09 15:14:19 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksaneplugin/ksaneplugin-4.6.5.ebuild,v 1.2 2011/08/09 17:12:30 hwoarang Exp $
 
 EAPI=4
 
@@ -17,7 +17,7 @@
 HOMEPAGE="http://www.kipi-plugins.org"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="debug"
 
 DEPEND="






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

end of thread, other threads:[~2011-08-09 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 17:12 [gentoo-commits] gentoo-x86 commit in kde-base/ksaneplugin: ChangeLog ksaneplugin-4.6.5.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-07-09 15:14 Alexey Shvetsov (alexxy)

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