public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmldonkey: ChangeLog wmmldonkey-0.003.ebuild
@ 2009-01-19 14:56 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 2+ messages in thread
From: Michele Noberasco (s4t4n) @ 2009-01-19 14:56 UTC (permalink / raw
  To: gentoo-commits

s4t4n       09/01/19 14:56:59

  Modified:             ChangeLog wmmldonkey-0.003.ebuild
  Log:
  Fixed compilation with --as-needed. Closes bug #248643.
  Some ebuild QA fixes.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)

Revision  Changes    Path
1.7                  x11-plugins/wmmldonkey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 Jul 2007 04:50:48 -0000	1.6
+++ ChangeLog	19 Jan 2009 14:56:59 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmmldonkey
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.6 2007/07/22 04:50:48 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.7 2009/01/19 14:56:59 s4t4n Exp $
+
+  19 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> wmmldonkey-0.003.ebuild:
+  Fixed compilation with --as-needed. Closes bug #248643.
+  Some ebuild QA fixes.
 
   22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>;
   wmmldonkey-0.003.ebuild:



1.6                  x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild

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

Index: wmmldonkey-0.003.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wmmldonkey-0.003.ebuild	22 Jul 2007 04:50:48 -0000	1.5
+++ wmmldonkey-0.003.ebuild	19 Jan 2009 14:56:59 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/wmmldonkey/wmmldonkey-0.003.ebuild,v 1.5 2007/07/22 04:50:48 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/wmmldonkey-0.003.ebuild,v 1.6 2009/01/19 14:56:59 s4t4n Exp $
 
 DESCRIPTION="wmmsg is a dockapp to show the up and downloadrate from your mldonkey"
 HOMEPAGE="http://dockapps.org/file.php/id/174"
@@ -17,9 +17,20 @@
 DEPEND="${RDEPEND}
 	net-p2p/mldonkey"
 
+src_unpack()
+{
+	unpack ${A}
+
+	sed -e 's:gcc:gcc ${CFLAGS}:' \
+		-e 's:gui_protocol.o endianess.o::' \
+		-e 's:main.c -o wmmldonkey:main.c gui_protocol.o endianess.o -o wmmldonkey:' \
+		-e 's:-lXpm -lXext:-lX11 -lXpm -lXext:' \
+		-i "${S}/Makefile"
+}
+
 src_install()
 {
-	dodoc CHANGELOG LICENSE README
+	dodoc CHANGELOG README
 	exeinto /usr/bin
 	doexe wmmldonkey
 }






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmldonkey: ChangeLog wmmldonkey-0.003.ebuild
@ 2015-03-25 15:43 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2015-03-25 15:43 UTC (permalink / raw
  To: gentoo-commits

jlec        15/03/25 15:43:15

  Modified:             ChangeLog
  Removed:              wmmldonkey-0.003.ebuild
  Log:
  Drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.12                 x11-plugins/wmmldonkey/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	25 Mar 2015 13:42:12 -0000	1.11
+++ ChangeLog	25 Mar 2015 15:43:15 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmmldonkey
 # Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.11 2015/03/25 13:42:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmldonkey/ChangeLog,v 1.12 2015/03/25 15:43:15 jlec Exp $
+
+  25 Mar 2015; Justin Lecher <jlec@gentoo.org> -wmmldonkey-0.003.ebuild:
+  Drop old
 
   25 Mar 2015; Agostino Sarubbo <ago@gentoo.org> wmmldonkey-0.003-r1.ebuild:
   Stable for x86, wrt bug #543922





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

end of thread, other threads:[~2015-03-25 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-25 15:43 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmldonkey: ChangeLog wmmldonkey-0.003.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-19 14:56 Michele Noberasco (s4t4n)

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