public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/libkcddb: ChangeLog libkcddb-4.2.4.ebuild
@ 2009-06-04 13:35 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-06-04 13:35 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/06/04 13:35:50

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

Revision  Changes    Path
1.113                kde-base/libkcddb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	3 Jun 2009 17:53:45 -0000	1.112
+++ ChangeLog	4 Jun 2009 13:35:50 -0000	1.113
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/libkcddb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.112 2009/06/03 17:53:45 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.113 2009/06/04 13:35:50 alexxy Exp $
+
+*libkcddb-4.2.4 (04 Jun 2009)
+
+  04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +libkcddb-4.2.4.ebuild:
+  Version bump
 
   03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -libkcddb-4.2.2.ebuild:
   Drop KDE 4.2.2



1.1                  kde-base/libkcddb/libkcddb-4.2.4.ebuild

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

Index: libkcddb-4.2.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.2.4.ebuild,v 1.1 2009/06/04 13:35:50 alexxy Exp $

EAPI="2"

KMNAME="kdemultimedia"
inherit kde4-meta

DESCRIPTION="KDE library for CDDB"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug musicbrainz"

DEPEND="
	musicbrainz? ( media-libs/musicbrainz:1 )
"
RDEPEND="${DEPEND}"

KMSAVELIBS="true"

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with musicbrainz MusicBrainz)"

	kde4-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libkcddb: ChangeLog libkcddb-4.2.4.ebuild
@ 2009-06-05  7:34 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-06-05  7:34 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/06/05 07:34:05

  Modified:             ChangeLog libkcddb-4.2.4.ebuild
  Log:
  Fix accidently added keywords
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.114                kde-base/libkcddb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	4 Jun 2009 13:35:50 -0000	1.113
+++ ChangeLog	5 Jun 2009 07:34:05 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/libkcddb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.113 2009/06/04 13:35:50 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.114 2009/06/05 07:34:05 alexxy Exp $
+
+  05 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> libkcddb-4.2.4.ebuild:
+  Fix accidently added keywords
 
 *libkcddb-4.2.4 (04 Jun 2009)
 



1.2                  kde-base/libkcddb/libkcddb-4.2.4.ebuild

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

Index: libkcddb-4.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libkcddb-4.2.4.ebuild	4 Jun 2009 13:35:50 -0000	1.1
+++ libkcddb-4.2.4.ebuild	5 Jun 2009 07:34:05 -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/libkcddb/libkcddb-4.2.4.ebuild,v 1.1 2009/06/04 13:35:50 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/libkcddb-4.2.4.ebuild,v 1.2 2009/06/05 07:34:05 alexxy Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE library for CDDB"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="debug musicbrainz"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/libkcddb: ChangeLog libkcddb-4.2.4.ebuild
@ 2009-11-08 21:55 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-11-08 21:55 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/11/08 21:55:44

  Modified:             ChangeLog
  Removed:              libkcddb-4.2.4.ebuild
  Log:
  Drop KDE 4.2.4
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.128                kde-base/libkcddb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	2 Nov 2009 21:56:34 -0000	1.127
+++ ChangeLog	8 Nov 2009 21:55:43 -0000	1.128
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/libkcddb
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.127 2009/11/02 21:56:34 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcddb/ChangeLog,v 1.128 2009/11/08 21:55:43 alexxy Exp $
+
+  08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -libkcddb-4.2.4.ebuild:
+  Drop KDE 4.2.4
 
 *libkcddb-4.3.3 (02 Nov 2009)
 






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

end of thread, other threads:[~2009-11-08 21:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-04 13:35 [gentoo-commits] gentoo-x86 commit in kde-base/libkcddb: ChangeLog libkcddb-4.2.4.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-05  7:34 Alexey Shvetsov (alexxy)
2009-11-08 21:55 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