From: "Manuel Rueger (mrueg)" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/cantata: cantata-1.3.3.ebuild cantata-1.3.4.ebuild ChangeLog
Date: Sun, 7 Dec 2014 12:41:07 +0000 (UTC) [thread overview]
Message-ID: <20141207124107.D9C3ABC6E@oystercatcher.gentoo.org> (raw)
mrueg 14/12/07 12:41:07
Modified: cantata-1.3.3.ebuild cantata-1.3.4.ebuild ChangeLog
Log:
Update dep on oxygen-icons
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.3 media-sound/cantata/cantata-1.3.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-1.3.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-1.3.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-1.3.3.ebuild?r1=1.2&r2=1.3
Index: cantata-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-1.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cantata-1.3.3.ebuild 24 Jul 2014 15:13:24 -0000 1.2
+++ cantata-1.3.3.ebuild 7 Dec 2014 12:41:07 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-1.3.3.ebuild,v 1.2 2014/07/24 15:13:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-1.3.3.ebuild,v 1.3 2014/12/07 12:41:07 mrueg Exp $
EAPI=5
@@ -31,7 +31,7 @@
dev-libs/qjson
sys-libs/zlib
x11-libs/libX11
- $(add_kdebase_dep oxygen-icons)
+ || ( kde-apps/oxygen-icons $(add_kdebase_dep oxygen-icons) )
cdda? ( media-sound/cdparanoia )
cddb? ( media-libs/libcddb )
kde? ( $(add_kdebase_dep kwalletd) )
1.3 media-sound/cantata/cantata-1.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-1.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-1.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/cantata-1.3.4.ebuild?r1=1.2&r2=1.3
Index: cantata-1.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-1.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cantata-1.3.4.ebuild 24 Jul 2014 15:13:24 -0000 1.2
+++ cantata-1.3.4.ebuild 7 Dec 2014 12:41:07 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-1.3.4.ebuild,v 1.2 2014/07/24 15:13:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/cantata-1.3.4.ebuild,v 1.3 2014/12/07 12:41:07 mrueg Exp $
EAPI=5
@@ -31,7 +31,7 @@
dev-libs/qjson
sys-libs/zlib
x11-libs/libX11
- $(add_kdebase_dep oxygen-icons)
+ || ( kde-apps/oxygen-icons $(add_kdebase_dep oxygen-icons) )
cdda? ( media-sound/cdparanoia )
cddb? ( media-libs/libcddb )
kde? ( $(add_kdebase_dep kwalletd) )
1.29 media-sound/cantata/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/cantata/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 24 Jul 2014 15:13:24 -0000 1.28
+++ ChangeLog 7 Dec 2014 12:41:07 -0000 1.29
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/cantata
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.28 2014/07/24 15:13:24 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/cantata/ChangeLog,v 1.29 2014/12/07 12:41:07 mrueg Exp $
+
+ 07 Dec 2014; Manuel Rüger <mrueg@gentoo.org> cantata-1.3.3.ebuild,
+ cantata-1.3.4.ebuild:
+ Update dep on oxygen-icons
24 Jul 2014; Johannes Huber <johu@gentoo.org> cantata-1.3.3.ebuild,
cantata-1.3.4.ebuild, metadata.xml:
reply other threads:[~2014-12-07 12:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141207124107.D9C3ABC6E@oystercatcher.gentoo.org \
--to=mrueg@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox