public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/tap-reverbed: ChangeLog tap-reverbed-0.ebuild
@ 2011-03-29  7:49 Tim Harder (radhermit)
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2011-03-29  7:49 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/03/29 07:49:43

  Modified:             ChangeLog tap-reverbed-0.ebuild
  Log:
  Update to EAPI 2 and use slot dep for gtk+.
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-sound/tap-reverbed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	19 Dec 2008 14:50:42 -0000	1.7
+++ ChangeLog	29 Mar 2011 07:49:43 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/tap-reverbed
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v 1.7 2008/12/19 14:50:42 aballier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v 1.8 2011/03/29 07:49:43 radhermit Exp $
+
+  29 Mar 2011; Tim Harder <radhermit@gentoo.org> tap-reverbed-0.ebuild:
+  Update to EAPI 2 and use slot dep for gtk+.
 
   19 Dec 2008; Alexis Ballier <aballier@gentoo.org>
   +files/tap-reverbed-flags.patch, metadata.xml, tap-reverbed-0.ebuild:



1.8                  media-sound/tap-reverbed/tap-reverbed-0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild?r1=1.7&r2=1.8

Index: tap-reverbed-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tap-reverbed-0.ebuild	31 Dec 2008 03:38:13 -0000	1.7
+++ tap-reverbed-0.ebuild	29 Mar 2011 07:49:43 -0000	1.8
@@ -1,6 +1,8 @@
-# Copyright 1999-2008 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/tap-reverbed/tap-reverbed-0.ebuild,v 1.7 2008/12/31 03:38:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild,v 1.8 2011/03/29 07:49:43 radhermit Exp $
+
+EAPI=2
 
 inherit autotools eutils
 
@@ -8,7 +10,6 @@
 DESCRIPTION="Standalone JACK counterpart of LADSPA plugin TAP Reverberator."
 HOMEPAGE="http://tap-plugins.sourceforge.net/reverbed.html"
 SRC_URI="mirror://sourceforge/tap-plugins/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -17,14 +18,14 @@
 
 RDEPEND="media-libs/ladspa-sdk
 	media-plugins/tap-plugins
-	>=x11-libs/gtk+-2
+	x11-libs/gtk+:2
 	media-sound/jack-audio-connection-kit"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
 	epatch "${FILESDIR}/${PN}-flags.patch"
 	eautoreconf
 }






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

* [gentoo-commits] gentoo-x86 commit in media-sound/tap-reverbed: ChangeLog tap-reverbed-0.ebuild
@ 2012-05-05  8:52 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2012-05-05  8:52 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/05/05 08:52:57

  Modified:             ChangeLog tap-reverbed-0.ebuild
  Log:
  dev-util/pkgconfig -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101_p8/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-sound/tap-reverbed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	29 Mar 2011 07:49:43 -0000	1.8
+++ ChangeLog	5 May 2012 08:52:57 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/tap-reverbed
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v 1.8 2011/03/29 07:49:43 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/ChangeLog,v 1.9 2012/05/05 08:52:57 mgorny Exp $
+
+  05 May 2012; Michał Górny <mgorny@gentoo.org> tap-reverbed-0.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   29 Mar 2011; Tim Harder <radhermit@gentoo.org> tap-reverbed-0.ebuild:
   Update to EAPI 2 and use slot dep for gtk+.



1.9                  media-sound/tap-reverbed/tap-reverbed-0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild?r1=1.8&r2=1.9

Index: tap-reverbed-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tap-reverbed-0.ebuild	29 Mar 2011 07:49:43 -0000	1.8
+++ tap-reverbed-0.ebuild	5 May 2012 08:52:57 -0000	1.9
@@ -1,6 +1,6 @@
-# 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/tap-reverbed/tap-reverbed-0.ebuild,v 1.8 2011/03/29 07:49:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tap-reverbed/tap-reverbed-0.ebuild,v 1.9 2012/05/05 08:52:57 mgorny Exp $
 
 EAPI=2
 
@@ -21,7 +21,7 @@
 	x11-libs/gtk+:2
 	media-sound/jack-audio-connection-kit"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 S=${WORKDIR}/${MY_P}
 






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

end of thread, other threads:[~2012-05-05  8:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  8:52 [gentoo-commits] gentoo-x86 commit in media-sound/tap-reverbed: ChangeLog tap-reverbed-0.ebuild Michal Gorny (mgorny)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-29  7:49 Tim Harder (radhermit)

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