public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmaiload: ChangeLog wmmaiload-2.2.1-r1.ebuild
@ 2008-01-12 10:13 Samuli Suominen (drac)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (drac) @ 2008-01-12 10:13 UTC (permalink / raw
  To: gentoo-commits

drac        08/01/12 10:13:54

  Modified:             ChangeLog
  Added:                wmmaiload-2.2.1-r1.ebuild
  Log:
  Use GTK+-2.
  (Portage version: 2.1.4_rc14, RepoMan options: --force)

Revision  Changes    Path
1.26                 x11-plugins/wmmaiload/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	12 Jan 2008 01:04:26 -0000	1.25
+++ ChangeLog	12 Jan 2008 10:13:54 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/wmmaiload
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.25 2008/01/12 01:04:26 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.26 2008/01/12 10:13:54 drac Exp $
+
+*wmmaiload-2.2.1-r1 (12 Jan 2008)
+
+  12 Jan 2008; Samuli Suominen <drac@gentoo.org>
+  +files/wmmaiload-2.2.1-gtk.patch, +wmmaiload-2.2.1-r1.ebuild:
+  Use GTK+-2.
 
   12 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
   wmmaiload-1.0.2.ebuild, wmmaiload-2.2.1.ebuild:



1.1                  x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: wmmaiload-2.2.1-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.1 2008/01/12 10:13:54 drac Exp $

inherit eutils toolchain-funcs

DESCRIPTION="dockapp that monitors one or more mailboxes."
SRC_URI="http://tnemeth.free.fr/projets/programmes/${P}.tar.gz"
HOMEPAGE="http://tnemeth.free.fr/projets/dockapps.html"

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

RDEPEND=">=x11-libs/gtk+-2
	x11-libs/libXpm"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-gtk.patch
}

src_compile() {
	./configure -p /usr || die "configure failed."
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \
		DEBUG_LDFLAGS="" LDFLAGS="${LDFLAGS}" \
		DEBUG_CFLAGS="" || die "emake failed."
}

src_install () {
	dobin ${PN}/${PN} ${PN}-config/${PN}-config
	doman doc/*.1
	dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/sample.${PN}rc
}



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



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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmaiload: ChangeLog wmmaiload-2.2.1-r1.ebuild
@ 2009-06-04  0:21 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 5+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-06-04  0:21 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/06/04 00:21:21

  Modified:             ChangeLog wmmaiload-2.2.1-r1.ebuild
  Log:
  stable sparc, bug 215651
  (Portage version: 2.1.6.11/cvs/Linux sparc64)

Revision  Changes    Path
1.32                 x11-plugins/wmmaiload/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	22 Jan 2008 14:07:19 -0000	1.31
+++ ChangeLog	4 Jun 2009 00:21:21 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmmaiload
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.31 2008/01/22 14:07:19 drac Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.32 2009/06/04 00:21:21 tcunha Exp $
+
+  04 Jun 2009; Tiago Cunha <tcunha@gentoo.org> wmmaiload-2.2.1-r1.ebuild:
+  stable sparc, bug 215651
 
   22 Jan 2008; Samuli Suominen <drac@gentoo.org> -wmmaiload-1.0.2.ebuild,
   -wmmaiload-2.2.1.ebuild:



1.6                  x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild

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

Index: wmmaiload-2.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- wmmaiload-2.2.1-r1.ebuild	22 Jan 2008 02:18:02 -0000	1.5
+++ wmmaiload-2.2.1-r1.ebuild	4 Jun 2009 00:21:21 -0000	1.6
@@ -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/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.5 2008/01/22 02:18:02 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.6 2009/06/04 00:21:21 tcunha Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE=""
 
 RDEPEND=">=x11-libs/gtk+-2






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmaiload: ChangeLog wmmaiload-2.2.1-r1.ebuild
@ 2010-08-31 13:52 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 5+ messages in thread
From: Michele Noberasco (s4t4n) @ 2010-08-31 13:52 UTC (permalink / raw
  To: gentoo-commits

s4t4n       10/08/31 13:52:38

  Modified:             ChangeLog wmmaiload-2.2.1-r1.ebuild
  Log:
    Fixed nasty bug the wmmaiload compilation fails and a *binary version present in the tarball* is installed.
    Fixes bug #334001.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.33                 x11-plugins/wmmaiload/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	4 Jun 2009 00:21:21 -0000	1.32
+++ ChangeLog	31 Aug 2010 13:52:38 -0000	1.33
@@ -1,6 +1,11 @@
 # ChangeLog for x11-plugins/wmmaiload
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.32 2009/06/04 00:21:21 tcunha Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.33 2010/08/31 13:52:38 s4t4n Exp $
+
+  31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmmaiload-2.2.1-r1.ebuild,
+  files/wmmaiload-2.2.1-checkthread.patch:
+  Fixed nasty bug the wmmaiload compilation fails and a *binary version present in the tarball* is installed.
+  Fixes bug #334001.
 
   04 Jun 2009; Tiago Cunha <tcunha@gentoo.org> wmmaiload-2.2.1-r1.ebuild:
   stable sparc, bug 215651



1.7                  x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild

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

Index: wmmaiload-2.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wmmaiload-2.2.1-r1.ebuild	4 Jun 2009 00:21:21 -0000	1.6
+++ wmmaiload-2.2.1-r1.ebuild	31 Aug 2010 13:52:38 -0000	1.7
@@ -1,6 +1,6 @@
-# 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/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.6 2009/06/04 00:21:21 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.7 2010/08/31 13:52:38 s4t4n Exp $
 
 inherit eutils toolchain-funcs
 
@@ -22,6 +22,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-gtk.patch
+	epatch "${FILESDIR}"/${P}-checkthread.patch
 }
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmaiload: ChangeLog wmmaiload-2.2.1-r1.ebuild
@ 2011-03-28 14:45 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 5+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-28 14:45 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/28 14:45:09

  Modified:             ChangeLog wmmaiload-2.2.1-r1.ebuild
  Log:
  Fix slot-dep on gtk+
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 x11-plugins/wmmaiload/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	31 Aug 2010 13:52:38 -0000	1.33
+++ ChangeLog	28 Mar 2011 14:45:09 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmmaiload
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.33 2010/08/31 13:52:38 s4t4n Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.34 2011/03/28 14:45:09 nirbheek Exp $
+
+  28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  wmmaiload-2.2.1-r1.ebuild:
+  Fix slot-dep on gtk+
 
   31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org> wmmaiload-2.2.1-r1.ebuild,
   files/wmmaiload-2.2.1-checkthread.patch:



1.8                  x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild

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

Index: wmmaiload-2.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wmmaiload-2.2.1-r1.ebuild	31 Aug 2010 13:52:38 -0000	1.7
+++ wmmaiload-2.2.1-r1.ebuild	28 Mar 2011 14:45:09 -0000	1.8
@@ -1,6 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.7 2010/08/31 13:52:38 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.8 2011/03/28 14:45:09 nirbheek Exp $
+
+EAPI="1"
 
 inherit eutils toolchain-funcs
 
@@ -13,7 +15,7 @@
 KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2
+RDEPEND="x11-libs/gtk+:2
 	x11-libs/libXpm"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmaiload: ChangeLog wmmaiload-2.2.1-r1.ebuild
@ 2012-05-05  5:12 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  5:12 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 05:12:03

  Modified:             ChangeLog wmmaiload-2.2.1-r1.ebuild
  Log:
  dev-util/pkgconfig -. virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.35                 x11-plugins/wmmaiload/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	28 Mar 2011 14:45:09 -0000	1.34
+++ ChangeLog	5 May 2012 05:12:03 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmmaiload
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.34 2011/03/28 14:45:09 nirbheek Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.35 2012/05/05 05:12:03 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> wmmaiload-2.2.1-r1.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   28 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
   wmmaiload-2.2.1-r1.ebuild:



1.9                  x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?r1=1.8&r2=1.9

Index: wmmaiload-2.2.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wmmaiload-2.2.1-r1.ebuild	28 Mar 2011 14:45:09 -0000	1.8
+++ wmmaiload-2.2.1-r1.ebuild	5 May 2012 05:12:03 -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/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.8 2011/03/28 14:45:09 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.9 2012/05/05 05:12:03 jdhore Exp $
 
 EAPI="1"
 
@@ -18,7 +18,7 @@
 RDEPEND="x11-libs/gtk+:2
 	x11-libs/libXpm"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 
 src_unpack() {
 	unpack ${A}






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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-05  5:12 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmmaiload: ChangeLog wmmaiload-2.2.1-r1.ebuild Jeff Horelick (jdhore)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-28 14:45 Nirbheek Chauhan (nirbheek)
2010-08-31 13:52 Michele Noberasco (s4t4n)
2009-06-04  0:21 Tiago Cunha (tcunha)
2008-01-12 10:13 Samuli Suominen (drac)

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