public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/rgain: rgain-1.0.2.ebuild ChangeLog
@ 2012-09-05 16:31 Stanislav Ochotnicky (sochotnicky)
  0 siblings, 0 replies; 2+ messages in thread
From: Stanislav Ochotnicky (sochotnicky) @ 2012-09-05 16:31 UTC (permalink / raw
  To: gentoo-commits

sochotnicky    12/09/05 16:31:25

  Modified:             ChangeLog
  Added:                rgain-1.0.2.ebuild
  Log:
  Version bump to 1.0.2. Install newly added man pages
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-sound/rgain/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rgain/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rgain/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rgain/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/rgain/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	30 May 2012 15:57:52 -0000	1.3
+++ ChangeLog	5 Sep 2012 16:31:25 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/rgain
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rgain/ChangeLog,v 1.3 2012/05/30 15:57:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rgain/ChangeLog,v 1.4 2012/09/05 16:31:25 sochotnicky Exp $
+
+*rgain-1.0.2 (05 Sep 2012)
+
+  05 Sep 2012; Stanislav Ochotnicky <sochotnicky@gentoo.org>
+  +rgain-1.0.2.ebuild:
+  Version bump to 1.0.2. Install newly added man pages
 
   30 May 2012; Kacper Kowalik <xarthisius@gentoo.org> rgain-1.0.1.ebuild:
   Support multiple python abis, fix depends, restrict python3



1.1                  media-sound/rgain/rgain-1.0.2.ebuild

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

Index: rgain-1.0.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/rgain/rgain-1.0.2.ebuild,v 1.1 2012/09/05 16:31:25 sochotnicky Exp $

EAPI=4

PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils

DESCRIPTION="Set of programmes and Python modules to deal with Replay Gain information"
HOMEPAGE="http://bitbucket.org/fk/rgain"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-python/docutils-0.9"
RDEPEND="media-libs/mutagen
	dev-python/gst-python"

src_install() {
	distutils_src_install

	doman build/man/*
}





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

* [gentoo-commits] gentoo-x86 commit in media-sound/rgain: rgain-1.0.2.ebuild ChangeLog
@ 2012-09-05 16:48 Stanislav Ochotnicky (sochotnicky)
  0 siblings, 0 replies; 2+ messages in thread
From: Stanislav Ochotnicky (sochotnicky) @ 2012-09-05 16:48 UTC (permalink / raw
  To: gentoo-commits

sochotnicky    12/09/05 16:48:21

  Modified:             rgain-1.0.2.ebuild ChangeLog
  Log:
  Add media-libs/gst-plugins-good as RDEPEND
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/rgain/rgain-1.0.2.ebuild

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

Index: rgain-1.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/rgain/rgain-1.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rgain-1.0.2.ebuild	5 Sep 2012 16:31:25 -0000	1.1
+++ rgain-1.0.2.ebuild	5 Sep 2012 16:48:21 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rgain/rgain-1.0.2.ebuild,v 1.1 2012/09/05 16:31:25 sochotnicky Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rgain/rgain-1.0.2.ebuild,v 1.2 2012/09/05 16:48:21 sochotnicky Exp $
 
 EAPI=4
 
@@ -21,7 +21,8 @@
 
 DEPEND=">=dev-python/docutils-0.9"
 RDEPEND="media-libs/mutagen
-	dev-python/gst-python"
+	dev-python/gst-python
+	media-libs/gst-plugins-good"
 
 src_install() {
 	distutils_src_install



1.5                  media-sound/rgain/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/rgain/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	5 Sep 2012 16:31:25 -0000	1.4
+++ ChangeLog	5 Sep 2012 16:48:21 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/rgain
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rgain/ChangeLog,v 1.4 2012/09/05 16:31:25 sochotnicky Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rgain/ChangeLog,v 1.5 2012/09/05 16:48:21 sochotnicky Exp $
+
+  05 Sep 2012; Stanislav Ochotnicky <sochotnicky@gentoo.org>
+  rgain-1.0.2.ebuild:
+  Add media-libs/gst-plugins-good as RDEPEND
 
 *rgain-1.0.2 (05 Sep 2012)
 





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

end of thread, other threads:[~2012-09-05 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-05 16:31 [gentoo-commits] gentoo-x86 commit in media-sound/rgain: rgain-1.0.2.ebuild ChangeLog Stanislav Ochotnicky (sochotnicky)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-05 16:48 Stanislav Ochotnicky (sochotnicky)

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