public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/bashburn: bashburn-3.1.0.ebuild ChangeLog
Date: Wed, 23 Jan 2013 11:56:17 +0000 (UTC)	[thread overview]
Message-ID: <20130123115617.3C86F2171D@flycatcher.gentoo.org> (raw)

ssuominen    13/01/23 11:56:17

  Modified:             bashburn-3.1.0.ebuild ChangeLog
  Log:
  Make use of new eselectable cdparanoia and mpg123 for || ( ) style dependency of mpg123 vs. mpg321 and cdparanoia vs. libcdio-paranoia.
  
  (Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.6                  app-cdr/bashburn/bashburn-3.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/bashburn/bashburn-3.1.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/bashburn/bashburn-3.1.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/bashburn/bashburn-3.1.0.ebuild?r1=1.5&r2=1.6

Index: bashburn-3.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/bashburn/bashburn-3.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bashburn-3.1.0.ebuild	1 Apr 2012 15:44:19 -0000	1.5
+++ bashburn-3.1.0.ebuild	23 Jan 2013 11:56:17 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/bashburn-3.1.0.ebuild,v 1.5 2012/04/01 15:44:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/bashburn-3.1.0.ebuild,v 1.6 2013/01/23 11:56:17 ssuominen Exp $
 
 EAPI=4
 
@@ -20,9 +20,9 @@
 	app-cdr/cdrdao
 	app-cdr/dvd+rw-tools
 	media-libs/flac
-	media-sound/cdparanoia
+	|| ( dev-libs/libcdio-paranoia media-sound/cdparanoia )
 	media-sound/lame
-	media-sound/mpg123
+	|| ( media-sound/mpg123 media-sound/mpg321 )
 	media-sound/normalize
 	media-sound/vorbis-tools
 	virtual/cdrtools



1.48                 app-cdr/bashburn/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/bashburn/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/bashburn/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-cdr/bashburn/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	1 Apr 2012 15:44:19 -0000	1.47
+++ ChangeLog	23 Jan 2013 11:56:17 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for app-cdr/bashburn
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.47 2012/04/01 15:44:19 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/bashburn/ChangeLog,v 1.48 2013/01/23 11:56:17 ssuominen Exp $
+
+  23 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> bashburn-3.1.0.ebuild:
+  Make use of new eselectable cdparanoia and mpg123 for || ( ) style dependency
+  of mpg123 vs. mpg321 and cdparanoia vs. libcdio-paranoia.
 
   01 Apr 2012; Raúl Porcel <armin76@gentoo.org> bashburn-3.1.0.ebuild:
   sparc stable wrt #404601





             reply	other threads:[~2013-01-23 11:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23 11:56 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-01 15:44 [gentoo-commits] gentoo-x86 commit in app-cdr/bashburn: bashburn-3.1.0.ebuild ChangeLog Raul Porcel (armin76)
2012-03-25 14:38 Brent Baude (ranger)
2012-03-24 17:03 PaweA Hajdan (phajdan.jr)
2012-03-11 14:46 Agostino Sarubbo (ago)
2011-12-08 20:14 Samuli Suominen (ssuominen)

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=20130123115617.3C86F2171D@flycatcher.gentoo.org \
    --to=ssuominen@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