public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/audiocd-kio: ChangeLog audiocd-kio-4.12.1.ebuild
@ 2014-01-18 11:23 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2014-01-18 11:23 UTC (permalink / raw
  To: gentoo-commits

dilfridge    14/01/18 11:23:56

  Modified:             ChangeLog
  Added:                audiocd-kio-4.12.1.ebuild
  Log:
  Version bump KDE SC 4.12.1
  
  (Portage version: 2.2.8/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)

Revision  Changes    Path
1.67                 kde-base/audiocd-kio/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	10 Jan 2014 04:31:21 -0000	1.66
+++ ChangeLog	18 Jan 2014 11:23:56 -0000	1.67
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/audiocd-kio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/ChangeLog,v 1.66 2014/01/10 04:31:21 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/ChangeLog,v 1.67 2014/01/18 11:23:56 dilfridge Exp $
+
+*audiocd-kio-4.12.1 (18 Jan 2014)
+
+  18 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org>
+  +audiocd-kio-4.12.1.ebuild:
+  Version bump KDE SC 4.12.1
 
   10 Jan 2014; Chris Reffett <creffett@gentoo.org> -audiocd-kio-4.11.4.ebuild:
   Remove KDE SC 4.11.4



1.1                  kde-base/audiocd-kio/audiocd-kio-4.12.1.ebuild

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

Index: audiocd-kio-4.12.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/audiocd-kio-4.12.1.ebuild,v 1.1 2014/01/18 11:23:56 dilfridge Exp $

EAPI=5

KDE_HANDBOOK="optional"
inherit kde4-base

DESCRIPTION="KDE kioslaves from the kdemultimedia package"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug flac vorbis"

DEPEND="
	$(add_kdebase_dep libkcddb)
	$(add_kdebase_dep libkcompactdisc)
	media-sound/cdparanoia
	flac? ( >=media-libs/flac-1.1.2 )
	vorbis? (
		media-libs/libogg
		media-libs/libvorbis
	)
"
RDEPEND="${DEPEND}"

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use_with flac)
		$(cmake-utils_use_with vorbis OggVorbis)
	)

	kde4-base_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/audiocd-kio: ChangeLog audiocd-kio-4.12.1.ebuild
@ 2014-02-14 12:23 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2014-02-14 12:23 UTC (permalink / raw
  To: gentoo-commits

johu        14/02/14 12:23:03

  Modified:             ChangeLog
  Removed:              audiocd-kio-4.12.1.ebuild
  Log:
  Remove KDE SC 4.12.1
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.72                 kde-base/audiocd-kio/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	9 Feb 2014 10:04:47 -0000	1.71
+++ ChangeLog	14 Feb 2014 12:23:03 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/audiocd-kio
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/ChangeLog,v 1.71 2014/02/09 10:04:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/ChangeLog,v 1.72 2014/02/14 12:23:03 johu Exp $
+
+  14 Feb 2014; Johannes Huber <johu@gentoo.org> -audiocd-kio-4.12.1.ebuild:
+  Remove KDE SC 4.12.1
 
   09 Feb 2014; Agostino Sarubbo <ago@gentoo.org> audiocd-kio-4.11.5.ebuild:
   Stable for amd64, wrt bug #493782





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

end of thread, other threads:[~2014-02-14 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 11:23 [gentoo-commits] gentoo-x86 commit in kde-base/audiocd-kio: ChangeLog audiocd-kio-4.12.1.ebuild Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-14 12:23 Johannes Huber (johu)

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