public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmauda: wmauda-0.7.ebuild ChangeLog
@ 2007-11-10 17:45 Christian Birchinger (joker)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Birchinger (joker) @ 2007-11-10 17:45 UTC (permalink / raw
  To: gentoo-commits

joker       07/11/10 17:45:49

  Modified:             wmauda-0.7.ebuild ChangeLog
  Log:
  Remove built-with dbus check because Audacious has a hard dependency on it now.
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.2                  x11-plugins/wmauda/wmauda-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?r1=1.1&r2=1.2

Index: wmauda-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wmauda-0.7.ebuild	10 Nov 2007 17:08:50 -0000	1.1
+++ wmauda-0.7.ebuild	10 Nov 2007 17:45:49 -0000	1.2
@@ -1,8 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.1 2007/11/10 17:08:50 joker Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.2 2007/11/10 17:45:49 joker Exp $
 
 IUSE=""
 
@@ -18,15 +16,6 @@
 LICENSE="GPL-2"
 KEYWORDS="~amd64 ~x86"
 
-pkg_setup() {
-	if ! built_with_use media-sound/audacious dbus ; then
-		eerror
-		eerror "Audacious must be built with dbus support."
-		eerror
-		die
-	fi
-}
-
 src_compile() {
 	emake || die
 }



1.9                  x11-plugins/wmauda/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Nov 2007 17:08:50 -0000	1.8
+++ ChangeLog	10 Nov 2007 17:45:49 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmauda
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.8 2007/11/10 17:08:50 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.9 2007/11/10 17:45:49 joker Exp $
+
+  10 Nov 2007; Christian Birchinger <joker@gentoo.org> wmauda-0.7.ebuild:
+  Remove built-with dbus check because Audacious has a hard dependency on it now.
 
 *wmauda-0.7 (10 Nov 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmauda: wmauda-0.7.ebuild ChangeLog
@ 2008-01-14 10:21 Samuli Suominen (drac)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (drac) @ 2008-01-14 10:21 UTC (permalink / raw
  To: gentoo-commits

drac        08/01/14 10:21:50

  Modified:             wmauda-0.7.ebuild ChangeLog
  Log:
  Check for use dbus in audacious, needed both compile and runtime. Depend on pkg-config wrt #205084.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.3                  x11-plugins/wmauda/wmauda-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?r1=1.2&r2=1.3

Index: wmauda-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmauda-0.7.ebuild	10 Nov 2007 17:45:49 -0000	1.2
+++ wmauda-0.7.ebuild	14 Jan 2008 10:21:49 -0000	1.3
@@ -1,26 +1,37 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.2 2007/11/10 17:45:49 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.3 2008/01/14 10:21:49 drac Exp $
 
-IUSE=""
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Dockable applet for WindowMaker that controls Audacious."
+HOMEPAGE="http://www.netswarm.net"
 SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz"
-HOMEPAGE="http://www.netswarm.net/"
-
-DEPEND="=x11-libs/gtk+-2*
-	dev-libs/dbus-glib
-	>=media-sound/audacious-1.4"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/dbus-glib
+	x11-libs/libX11
+	>=x11-libs/gtk+-2
+	>=media-sound/audacious-1.4"
+DEPEND="${RDEPEND}
+	x11-proto/xproto
+	dev-util/pkgconfig"
+
+pkg_setup() {
+	built_with_use media-sound/audacious dbus || \
+		die "needs media-sound/audacious with USE dbus."
+}
 
 src_compile() {
-	emake || die
+	tc-export CC
+	emake || die "emake failed."
 }
 
 src_install () {
-	make DESTDIR="${D}" PREFIX="/usr" install || die "make install failed"
-	dodoc README AUTHORS
+	emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed."
+	dodoc AUTHORS README
 }



1.10                 x11-plugins/wmauda/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	10 Nov 2007 17:45:49 -0000	1.9
+++ ChangeLog	14 Jan 2008 10:21:49 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmauda
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.9 2007/11/10 17:45:49 joker Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.10 2008/01/14 10:21:49 drac Exp $
+
+  14 Jan 2008; Samuli Suominen <drac@gentoo.org> wmauda-0.7.ebuild:
+  Check for use dbus in audacious, needed both compile and runtime. Depend on
+  pkg-config wrt #205084.
 
   10 Nov 2007; Christian Birchinger <joker@gentoo.org> wmauda-0.7.ebuild:
   Remove built-with dbus check because Audacious has a hard dependency on it now.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmauda: wmauda-0.7.ebuild ChangeLog
@ 2008-01-15 17:58 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-01-15 17:58 UTC (permalink / raw
  To: gentoo-commits

opfer       08/01/15 17:58:26

  Modified:             wmauda-0.7.ebuild ChangeLog
  Log:
  stable x86, bug 198820
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.4                  x11-plugins/wmauda/wmauda-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?r1=1.3&r2=1.4

Index: wmauda-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmauda-0.7.ebuild	14 Jan 2008 10:21:49 -0000	1.3
+++ wmauda-0.7.ebuild	15 Jan 2008 17:58:26 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.3 2008/01/14 10:21:49 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.4 2008/01/15 17:58:26 opfer Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 RDEPEND="dev-libs/dbus-glib



1.11                 x11-plugins/wmauda/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	14 Jan 2008 10:21:49 -0000	1.10
+++ ChangeLog	15 Jan 2008 17:58:26 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmauda
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.10 2008/01/14 10:21:49 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.11 2008/01/15 17:58:26 opfer Exp $
+
+  15 Jan 2008; Christian Faulhammer <opfer@gentoo.org> wmauda-0.7.ebuild:
+  stable x86, bug 198820
 
   14 Jan 2008; Samuli Suominen <drac@gentoo.org> wmauda-0.7.ebuild:
   Check for use dbus in audacious, needed both compile and runtime. Depend on



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmauda: wmauda-0.7.ebuild ChangeLog
@ 2009-03-11  9:02 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 6+ messages in thread
From: Michele Noberasco (s4t4n) @ 2009-03-11  9:02 UTC (permalink / raw
  To: gentoo-commits

s4t4n       09/03/11 09:02:42

  Modified:             wmauda-0.7.ebuild ChangeLog
  Log:
  Changed audacious dbus USE flag check to work if audacious does not
  have the flag (recent versions no longer have it since dbus support
  is always enabled for them). Thanks to flameeyes for the tip.
  Closes bug #250598.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)

Revision  Changes    Path
1.5                  x11-plugins/wmauda/wmauda-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?r1=1.4&r2=1.5

Index: wmauda-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wmauda-0.7.ebuild	15 Jan 2008 17:58:26 -0000	1.4
+++ wmauda-0.7.ebuild	11 Mar 2009 09:02:42 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.4 2008/01/15 17:58:26 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.5 2009/03/11 09:02:42 s4t4n Exp $
 
 inherit eutils toolchain-funcs
 
@@ -22,7 +22,7 @@
 	dev-util/pkgconfig"
 
 pkg_setup() {
-	built_with_use media-sound/audacious dbus || \
+	built_with_use --missing true media-sound/audacious dbus || \
 		die "needs media-sound/audacious with USE dbus."
 }
 



1.13                 x11-plugins/wmauda/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	31 Jan 2008 18:02:25 -0000	1.12
+++ ChangeLog	11 Mar 2009 09:02:42 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmauda
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.12 2008/01/31 18:02:25 drac Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.13 2009/03/11 09:02:42 s4t4n Exp $
+
+  11 Mar 2009; Michele Noberasco <s4t4n@gentoo.org> wmauda-0.7.ebuild:
+  Changed audacious dbus USE flag check to work if audacious does not
+  have the flag (recent versions no longer have it since dbus support
+  is always enabled for them). Thanks to flameeyes for the tip.
+  Closes bug #250598.
 
   31 Jan 2008; Samuli Suominen <drac@gentoo.org> -wmauda-0.3.ebuild:
   Removed old version which only works with Audacious 1.3






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmauda: wmauda-0.7.ebuild ChangeLog
@ 2009-08-16  9:15 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; 6+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-08-16  9:15 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    09/08/16 09:15:27

  Modified:             wmauda-0.7.ebuild ChangeLog
  Log:
  Raise audacious dependency to >=1.5 so we can drop the built_with_use call.
  (Portage version: 2.2_rc38/cvs/Linux i686)

Revision  Changes    Path
1.6                  x11-plugins/wmauda/wmauda-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?r1=1.5&r2=1.6

Index: wmauda-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wmauda-0.7.ebuild	11 Mar 2009 09:02:42 -0000	1.5
+++ wmauda-0.7.ebuild	16 Aug 2009 09:15:27 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.5 2009/03/11 09:02:42 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.6 2009/08/16 09:15:27 betelgeuse Exp $
 
 inherit eutils toolchain-funcs
 
@@ -16,16 +16,11 @@
 RDEPEND="dev-libs/dbus-glib
 	x11-libs/libX11
 	>=x11-libs/gtk+-2
-	>=media-sound/audacious-1.4"
+	>=media-sound/audacious-1.5"
 DEPEND="${RDEPEND}
 	x11-proto/xproto
 	dev-util/pkgconfig"
 
-pkg_setup() {
-	built_with_use --missing true media-sound/audacious dbus || \
-		die "needs media-sound/audacious with USE dbus."
-}
-
 src_compile() {
 	tc-export CC
 	emake || die "emake failed."



1.14                 x11-plugins/wmauda/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmauda/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	11 Mar 2009 09:02:42 -0000	1.13
+++ ChangeLog	16 Aug 2009 09:15:27 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmauda
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.13 2009/03/11 09:02:42 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.14 2009/08/16 09:15:27 betelgeuse Exp $
+
+  16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> wmauda-0.7.ebuild:
+  Raise audacious dependency to >=1.5 so we can drop the built_with_use
+  call.
 
   11 Mar 2009; Michele Noberasco <s4t4n@gentoo.org> wmauda-0.7.ebuild:
   Changed audacious dbus USE flag check to work if audacious does not






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmauda: wmauda-0.7.ebuild ChangeLog
@ 2010-06-20 17:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-20 17:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/20 17:05:34

  Modified:             wmauda-0.7.ebuild ChangeLog
  Log:
  Fix building with -Wl,--as-needed wrt #320795 by Kacper Kowalik.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-plugins/wmauda/wmauda-0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild?r1=1.6&r2=1.7

Index: wmauda-0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wmauda-0.7.ebuild	16 Aug 2009 09:15:27 -0000	1.6
+++ wmauda-0.7.ebuild	20 Jun 2010 17:05:34 -0000	1.7
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.6 2009/08/16 09:15:27 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/wmauda-0.7.ebuild,v 1.7 2010/06/20 17:05:34 ssuominen Exp $
 
+EAPI=2
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Dockable applet for WindowMaker that controls Audacious."
@@ -15,18 +16,22 @@
 
 RDEPEND="dev-libs/dbus-glib
 	x11-libs/libX11
-	>=x11-libs/gtk+-2
+	x11-libs/gtk+:2
 	>=media-sound/audacious-1.5"
 DEPEND="${RDEPEND}
 	x11-proto/xproto
 	dev-util/pkgconfig"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-asneeded.patch
+}
+
 src_compile() {
 	tc-export CC
-	emake || die "emake failed."
+	emake || die
 }
 
 src_install () {
-	emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed."
+	emake DESTDIR="${D}" PREFIX="/usr" install || die
 	dodoc AUTHORS README
 }



1.15                 x11-plugins/wmauda/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmauda/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	16 Aug 2009 09:15:27 -0000	1.14
+++ ChangeLog	20 Jun 2010 17:05:34 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmauda
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.14 2009/08/16 09:15:27 betelgeuse Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmauda/ChangeLog,v 1.15 2010/06/20 17:05:34 ssuominen Exp $
+
+  20 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> wmauda-0.7.ebuild,
+  +files/wmauda-0.7-asneeded.patch:
+  Fix building with -Wl,--as-needed wrt #320795 by Kacper Kowalik.
 
   16 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> wmauda-0.7.ebuild:
   Raise audacious dependency to >=1.5 so we can drop the built_with_use






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

end of thread, other threads:[~2010-06-20 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-20 17:05 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmauda: wmauda-0.7.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2009-08-16  9:15 Petteri Raty (betelgeuse)
2009-03-11  9:02 Michele Noberasco (s4t4n)
2008-01-15 17:58 Christian Faulhammer (opfer)
2008-01-14 10:21 Samuli Suominen (drac)
2007-11-10 17:45 Christian Birchinger (joker)

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