public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/libksane: ChangeLog libksane-4.3.1.ebuild
@ 2009-09-01 16:17 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 4+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2009-09-01 16:17 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/09/01 16:17:27

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

Revision  Changes    Path
1.22                 kde-base/libksane/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	4 Aug 2009 01:23:08 -0000	1.21
+++ ChangeLog	1 Sep 2009 16:17:27 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/libksane
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.21 2009/08/04 01:23:08 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.22 2009/09/01 16:17:27 tampakrap Exp $
+
+*libksane-4.3.1 (01 Sep 2009)
+
+  01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+  +libksane-4.3.1.ebuild:
+  Version bump
 
 *libksane-4.3.0 (04 Aug 2009)
 



1.1                  kde-base/libksane/libksane-4.3.1.ebuild

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

Index: libksane-4.3.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.3.1.ebuild,v 1.1 2009/09/01 16:17:27 tampakrap Exp $

EAPI="2"

KMNAME="kdegraphics"
KMMODULE="libs/${PN}"
inherit kde4-meta

DESCRIPTION="SANE Library interface for KDE"
HOMEPAGE="http://www.kipi-plugins.org"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug"
LICENSE="LGPL-2"

DEPEND="
	kde-base/qimageblitz
	media-gfx/sane-backends
"
RDEPEND="${DEPEND}"

src_install() {
	insinto "${KDEDIR}"/share/apps/cmake/modules
	doins "${S}"/cmake/modules/FindKSane.cmake

	kde4-meta_src_install
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libksane: ChangeLog libksane-4.3.1.ebuild
@ 2009-10-10 10:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-10 10:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/10 10:33:23

  Modified:             ChangeLog libksane-4.3.1.ebuild
  Log:
  amd64 stable wrt #287697
  (Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.25                 kde-base/libksane/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	8 Oct 2009 15:06:34 -0000	1.24
+++ ChangeLog	10 Oct 2009 10:33:23 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/libksane
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.24 2009/10/08 15:06:34 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.25 2009/10/10 10:33:23 ssuominen Exp $
+
+  10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libksane-4.3.1.ebuild:
+  amd64 stable wrt #287697
 
   08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -libksane-4.3.0.ebuild:
   Drop KDE 4.3.0



1.2                  kde-base/libksane/libksane-4.3.1.ebuild

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

Index: libksane-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libksane-4.3.1.ebuild	1 Sep 2009 16:17:27 -0000	1.1
+++ libksane-4.3.1.ebuild	10 Oct 2009 10:33:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.3.1.ebuild,v 1.1 2009/09/01 16:17:27 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.3.1.ebuild,v 1.2 2009/10/10 10:33:23 ssuominen Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="SANE Library interface for KDE"
 HOMEPAGE="http://www.kipi-plugins.org"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="debug"
 LICENSE="LGPL-2"
 






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libksane: ChangeLog libksane-4.3.1.ebuild
@ 2009-10-18 14:14 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-10-18 14:14 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/18 14:14:33

  Modified:             ChangeLog libksane-4.3.1.ebuild
  Log:
  x86 stable, bug #287697
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 kde-base/libksane/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	10 Oct 2009 10:33:23 -0000	1.25
+++ ChangeLog	18 Oct 2009 14:14:33 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/libksane
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.25 2009/10/10 10:33:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.26 2009/10/18 14:14:33 maekke Exp $
+
+  18 Oct 2009; Markus Meier <maekke@gentoo.org> libksane-4.3.1.ebuild:
+  x86 stable, bug #287697
 
   10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libksane-4.3.1.ebuild:
   amd64 stable wrt #287697



1.3                  kde-base/libksane/libksane-4.3.1.ebuild

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

Index: libksane-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libksane-4.3.1.ebuild	10 Oct 2009 10:33:23 -0000	1.2
+++ libksane-4.3.1.ebuild	18 Oct 2009 14:14:33 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.3.1.ebuild,v 1.2 2009/10/10 10:33:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/libksane-4.3.1.ebuild,v 1.3 2009/10/18 14:14:33 maekke Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 DESCRIPTION="SANE Library interface for KDE"
 HOMEPAGE="http://www.kipi-plugins.org"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE="debug"
 LICENSE="LGPL-2"
 






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libksane: ChangeLog libksane-4.3.1.ebuild
@ 2009-12-10 23:26 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 4+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-12-10 23:26 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/12/10 23:26:53

  Modified:             ChangeLog
  Removed:              libksane-4.3.1.ebuild
  Log:
  Drop KDE SC-4.3.1.
  (Portage version: 2.2_rc58/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.35                 kde-base/libksane/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	10 Dec 2009 17:27:41 -0000	1.34
+++ ChangeLog	10 Dec 2009 23:26:53 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/libksane
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.34 2009/12/10 17:27:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libksane/ChangeLog,v 1.35 2009/12/10 23:26:53 scarabeus Exp $
+
+  10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+  -libksane-4.3.1.ebuild:
+  Drop KDE SC-4.3.1.
 
   10 Dec 2009; Christian Faulhammer <fauli@gentoo.org>
   libksane-4.3.3.ebuild:






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

end of thread, other threads:[~2009-12-10 23:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-10 10:33 [gentoo-commits] gentoo-x86 commit in kde-base/libksane: ChangeLog libksane-4.3.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-10 23:26 Tomas Chvatal (scarabeus)
2009-10-18 14:14 Markus Meier (maekke)
2009-09-01 16:17 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