public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/decibel-audio-player: decibel-audio-player-1.04.ebuild ChangeLog
@ 2010-06-07 19:36 Steve Dibb (beandog)
  0 siblings, 0 replies; 5+ messages in thread
From: Steve Dibb (beandog) @ 2010-06-07 19:36 UTC (permalink / raw
  To: gentoo-commits

beandog     10/06/07 19:36:01

  Modified:             ChangeLog
  Added:                decibel-audio-player-1.04.ebuild
  Log:
  Version bump, bug 320093
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-sound/decibel-audio-player/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	9 May 2010 17:35:40 -0000	1.20
+++ ChangeLog	7 Jun 2010 19:36:01 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/decibel-audio-player
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.20 2010/05/09 17:35:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.21 2010/06/07 19:36:01 beandog Exp $
+
+*decibel-audio-player-1.04 (07 Jun 2010)
+
+  07 Jun 2010; Steve Dibb <beandog@gentoo.org>
+  +decibel-audio-player-1.04.ebuild:
+  Version bump, bug 320093
 
   09 May 2010; Raúl Porcel <armin76@gentoo.org>
   decibel-audio-player-1.00.ebuild:



1.1                  media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.1&content-type=text/plain

Index: decibel-audio-player-1.04.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.1 2010/06/07 19:36:01 beandog Exp $

DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
HOMEPAGE="http://decibel.silent-blade.org"
SRC_URI="http://decibel.silent-blade.org/uploads/Main/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="aac cdda gnome gnome-keyring libnotify musepack wavpack"

RDEPEND="media-libs/mutagen
	dev-python/dbus-python
	dev-python/gst-python
	dev-python/imaging
	>=media-plugins/gst-plugins-meta-0.10-r2
	aac? ( media-plugins/gst-plugins-faad )
	cdda? ( || ( media-plugins/gst-plugins-cdio
		media-plugins/gst-plugins-cdparanoia )
		dev-python/cddb-py )
	gnome? ( dev-python/gnome-python-base )
	gnome-keyring? ( dev-python/gnome-keyring-python )
	libnotify? ( dev-python/notify-python )
	musepack? ( media-plugins/gst-plugins-musepack )
	wavpack? ( media-plugins/gst-plugins-wavpack )"
DEPEND="sys-devel/gettext"

src_install() {
	emake DESTDIR="${D}" prefix=/usr \
		install || die "emake install failed"
	dodoc doc/ChangeLog || die "dodoc failed"
}

pkg_postinst() {
	elog "Please read the Decibel guide at"
	elog "http://www.gentoo.org/proj/en/desktop/sound/decibel.xml; it contains"
	elog "information on how to enable various features and audio formats."
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/decibel-audio-player: decibel-audio-player-1.04.ebuild ChangeLog
@ 2011-09-16 12:25 Tony Vroon (chainsaw)
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-09-16 12:25 UTC (permalink / raw
  To: gentoo-commits

chainsaw    11/09/16 12:25:23

  Modified:             decibel-audio-player-1.04.ebuild ChangeLog
  Log:
  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Elijah "Armageddon" El Lazkani in bug #372169 filed by Pacho Ramos.
  
  (Portage version: 2.1.10.16/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?r1=1.1&r2=1.2

Index: decibel-audio-player-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- decibel-audio-player-1.04.ebuild	7 Jun 2010 19:36:01 -0000	1.1
+++ decibel-audio-player-1.04.ebuild	16 Sep 2011 12:25:23 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.1 2010/06/07 19:36:01 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.2 2011/09/16 12:25:23 chainsaw Exp $
 
 DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
 HOMEPAGE="http://decibel.silent-blade.org"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
 IUSE="aac cdda gnome gnome-keyring libnotify musepack wavpack"
 
 RDEPEND="media-libs/mutagen



1.22                 media-sound/decibel-audio-player/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	7 Jun 2010 19:36:01 -0000	1.21
+++ ChangeLog	16 Sep 2011 12:25:23 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/decibel-audio-player
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.21 2010/06/07 19:36:01 beandog Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.22 2011/09/16 12:25:23 chainsaw Exp $
+
+  16 Sep 2011; Tony Vroon <chainsaw@gentoo.org>
+  decibel-audio-player-1.04.ebuild:
+  Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
+  Elijah "Armageddon" El Lazkani in bug #372169 filed by Pacho Ramos.
 
 *decibel-audio-player-1.04 (07 Jun 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in media-sound/decibel-audio-player: decibel-audio-player-1.04.ebuild ChangeLog
@ 2011-09-18 16:34 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Schuerch (nativemad) @ 2011-09-18 16:34 UTC (permalink / raw
  To: gentoo-commits

nativemad    11/09/18 16:34:00

  Modified:             decibel-audio-player-1.04.ebuild ChangeLog
  Log:
  x86 stable, thanks JD. Bug 372169
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.3                  media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?r1=1.2&r2=1.3

Index: decibel-audio-player-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- decibel-audio-player-1.04.ebuild	16 Sep 2011 12:25:23 -0000	1.2
+++ decibel-audio-player-1.04.ebuild	18 Sep 2011 16:34:00 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.2 2011/09/16 12:25:23 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.3 2011/09/18 16:34:00 nativemad Exp $
 
 DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
 HOMEPAGE="http://decibel.silent-blade.org"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="aac cdda gnome gnome-keyring libnotify musepack wavpack"
 
 RDEPEND="media-libs/mutagen



1.23                 media-sound/decibel-audio-player/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	16 Sep 2011 12:25:23 -0000	1.22
+++ ChangeLog	18 Sep 2011 16:34:00 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/decibel-audio-player
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.22 2011/09/16 12:25:23 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.23 2011/09/18 16:34:00 nativemad Exp $
+
+  19 Sep 2011; Andreas Schuerch <nativemad@gentoo.org>
+  decibel-audio-player-1.04.ebuild:
+  x86 stable, thanks JD. Bug 372169
 
   16 Sep 2011; Tony Vroon <chainsaw@gentoo.org>
   decibel-audio-player-1.04.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-sound/decibel-audio-player: decibel-audio-player-1.04.ebuild ChangeLog
@ 2012-12-02 17:00 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2012-12-02 17:00 UTC (permalink / raw
  To: gentoo-commits

eva         12/12/02 17:00:20

  Modified:             decibel-audio-player-1.04.ebuild ChangeLog
  Log:
  EAPI bump to pin gstreamer dependencies.
  
  (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.5                  media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?r1=1.4&r2=1.5

Index: decibel-audio-player-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- decibel-audio-player-1.04.ebuild	20 Nov 2011 10:18:45 -0000	1.4
+++ decibel-audio-player-1.04.ebuild	2 Dec 2012 17:00:20 -0000	1.5
@@ -1,6 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.4 2011/11/20 10:18:45 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.5 2012/12/02 17:00:20 eva Exp $
+
+EAPI="1"
 
 DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
 HOMEPAGE="http://decibel.silent-blade.org"
@@ -13,18 +15,18 @@
 
 RDEPEND="media-libs/mutagen
 	dev-python/dbus-python
-	dev-python/gst-python
+	dev-python/gst-python:0.10
 	dev-python/imaging
-	>=media-plugins/gst-plugins-meta-0.10-r2
-	aac? ( media-plugins/gst-plugins-faad )
-	cdda? ( || ( media-plugins/gst-plugins-cdio
-		media-plugins/gst-plugins-cdparanoia )
+	>=media-plugins/gst-plugins-meta-0.10-r2:0.10
+	aac? ( media-plugins/gst-plugins-faad:0.10 )
+	cdda? ( || ( media-plugins/gst-plugins-cdio:0.10
+		media-plugins/gst-plugins-cdparanoia:0.10 )
 		dev-python/cddb-py )
 	gnome? ( dev-python/gnome-python-base )
 	gnome-keyring? ( dev-python/gnome-keyring-python )
 	libnotify? ( dev-python/notify-python )
-	musepack? ( media-plugins/gst-plugins-musepack )
-	wavpack? ( media-plugins/gst-plugins-wavpack )"
+	musepack? ( media-plugins/gst-plugins-musepack:0.10 )
+	wavpack? ( media-plugins/gst-plugins-wavpack:0.10 )"
 DEPEND="sys-devel/gettext"
 
 src_install() {



1.25                 media-sound/decibel-audio-player/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	20 Nov 2011 10:18:45 -0000	1.24
+++ ChangeLog	2 Dec 2012 17:00:20 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/decibel-audio-player
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.24 2011/11/20 10:18:45 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.25 2012/12/02 17:00:20 eva Exp $
+
+  02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
+  decibel-audio-player-1.04.ebuild:
+  EAPI bump to pin gstreamer dependencies.
 
   20 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org>
   -decibel-audio-player-1.00.ebuild, decibel-audio-player-1.04.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-sound/decibel-audio-player: decibel-audio-player-1.04.ebuild ChangeLog
@ 2014-08-10 21:05 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:05 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 21:05:11

  Modified:             decibel-audio-player-1.04.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.6                  media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild?r1=1.5&r2=1.6

Index: decibel-audio-player-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- decibel-audio-player-1.04.ebuild	2 Dec 2012 17:00:20 -0000	1.5
+++ decibel-audio-player-1.04.ebuild	10 Aug 2014 21:05:11 -0000	1.6
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.5 2012/12/02 17:00:20 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/decibel-audio-player-1.04.ebuild,v 1.6 2014/08/10 21:05:11 slyfox Exp $
 
 EAPI="1"
 
-DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use."
+DESCRIPTION="A GTK+ audio player which aims at being very straightforward to use"
 HOMEPAGE="http://decibel.silent-blade.org"
 SRC_URI="http://decibel.silent-blade.org/uploads/Main/${P}.tar.gz"
 



1.27                 media-sound/decibel-audio-player/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/decibel-audio-player/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	23 Dec 2013 16:08:20 -0000	1.26
+++ ChangeLog	10 Aug 2014 21:05:11 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/decibel-audio-player
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.26 2013/12/23 16:08:20 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/decibel-audio-player/ChangeLog,v 1.27 2014/08/10 21:05:11 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
+  decibel-audio-player-1.04.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   23 Dec 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Cleanup due bug #118283





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

end of thread, other threads:[~2014-08-11 20:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 21:05 [gentoo-commits] gentoo-x86 commit in media-sound/decibel-audio-player: decibel-audio-player-1.04.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-02 17:00 Gilles Dartiguelongue (eva)
2011-09-18 16:34 Andreas Schuerch (nativemad)
2011-09-16 12:25 Tony Vroon (chainsaw)
2010-06-07 19:36 Steve Dibb (beandog)

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