public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/snd: snd-12.8.ebuild snd-12.7.ebuild ChangeLog
@ 2012-06-09 23:18 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2012-06-09 23:18 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/06/09 23:18:48

  Modified:             snd-12.8.ebuild snd-12.7.ebuild ChangeLog
  Log:
  inherit eutils for epatch
  
  (Portage version: 2.2.0_alpha110_p5/cvs/Linux i686)

Revision  Changes    Path
1.4                  media-sound/snd/snd-12.8.ebuild

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

Index: snd-12.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- snd-12.8.ebuild	20 Feb 2012 23:52:02 -0000	1.3
+++ snd-12.8.ebuild	9 Jun 2012 23:18:48 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.8.ebuild,v 1.3 2012/02/20 23:52:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.8.ebuild,v 1.4 2012/06/09 23:18:48 zmedico Exp $
 
 EAPI="4"
 
-inherit multilib flag-o-matic autotools
+inherit autotools eutils flag-o-matic multilib
 
 DESCRIPTION="Snd is a sound editor"
 HOMEPAGE="http://ccrma.stanford.edu/software/snd/"



1.4                  media-sound/snd/snd-12.7.ebuild

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

Index: snd-12.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- snd-12.7.ebuild	20 Feb 2012 23:52:02 -0000	1.3
+++ snd-12.7.ebuild	9 Jun 2012 23:18:48 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.7.ebuild,v 1.3 2012/02/20 23:52:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/snd-12.7.ebuild,v 1.4 2012/06/09 23:18:48 zmedico Exp $
 
 EAPI="4"
 
-inherit multilib flag-o-matic autotools
+inherit autotools eutils flag-o-matic multilib
 
 DESCRIPTION="Snd is a sound editor"
 HOMEPAGE="http://ccrma.stanford.edu/software/snd/"



1.65                 media-sound/snd/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	18 Mar 2012 13:24:51 -0000	1.64
+++ ChangeLog	9 Jun 2012 23:18:48 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/snd
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.64 2012/03/18 13:24:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/snd/ChangeLog,v 1.65 2012/06/09 23:18:48 zmedico Exp $
+
+  09 Jun 2012; Zac Medico <zmedico@gentoo.org> snd-12.7.ebuild, snd-12.8.ebuild:
+  inherit eutils for epatch
 
   18 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> snd-9.11.ebuild:
   Remove USE="esd" because media-sound/esound isn't in tree anymore.






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-09 23:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09 23:18 [gentoo-commits] gentoo-x86 commit in media-sound/snd: snd-12.8.ebuild snd-12.7.ebuild ChangeLog Zac Medico (zmedico)

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