public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: crystalspace-2.0.ebuild ChangeLog
@ 2013-11-16  6:47 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; 5+ messages in thread
From: Ryan Hill (dirtyepic) @ 2013-11-16  6:47 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    13/11/16 06:47:45

  Modified:             crystalspace-2.0.ebuild ChangeLog
  Log:
  Drop deprecated use of "gtk2" wxGTK profile.
  
  Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)

Revision  Changes    Path
1.2                  dev-games/crystalspace/crystalspace-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?r1=1.1&r2=1.2

Index: crystalspace-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- crystalspace-2.0.ebuild	24 Jan 2013 00:16:26 -0000	1.1
+++ crystalspace-2.0.ebuild	16 Nov 2013 06:47:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.1 2013/01/24 00:16:26 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.2 2013/11/16 06:47:45 dirtyepic Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator
@@ -66,7 +66,7 @@
 src_configure() {
 	if use wxwidgets; then
 		WX_GTK_VER="2.8"
-		need-wxwidgets gtk2
+		need-wxwidgets unicode
 	fi
 
 	econf \



1.60                 dev-games/crystalspace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	3 Mar 2013 08:22:03 -0000	1.59
+++ ChangeLog	16 Nov 2013 06:47:45 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/crystalspace
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.59 2013/03/03 08:22:03 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.60 2013/11/16 06:47:45 dirtyepic Exp $
+
+  16 Nov 2013; Ryan Hill <dirtyepic@gentoo.org> crystalspace-2.0.ebuild:
+  Drop deprecated use of "gtk2" wxGTK profile.
 
   03 Mar 2013; Ryan Hill <dirtyepic@gentoo.org>
   files/crystalspace-2.0-gcc47.patch:





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

* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: crystalspace-2.0.ebuild ChangeLog
@ 2014-11-21  9:58 Mike Frysinger (vapier)
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger (vapier) @ 2014-11-21  9:58 UTC (permalink / raw
  To: gentoo-commits

vapier      14/11/21 09:58:26

  Modified:             crystalspace-2.0.ebuild ChangeLog
  Log:
  Use makeopts_jobs instead of parsing MAKEOPTS by hand.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.3                  dev-games/crystalspace/crystalspace-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?r1=1.2&r2=1.3

Index: crystalspace-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- crystalspace-2.0.ebuild	16 Nov 2013 06:47:45 -0000	1.2
+++ crystalspace-2.0.ebuild	21 Nov 2014 09:58:26 -0000	1.3
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.2 2013/11/16 06:47:45 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.3 2014/11/21 09:58:26 vapier Exp $
 
 EAPI=5
-inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator
+inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator multiprocessing
 
 MY_P=${PN}-src-${PV}
 PATH_P=${PN}-$(get_version_component_range 1-2)
@@ -100,8 +100,7 @@
 }
 
 src_compile() {
-	local jamopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }")
-	jam -q -dx ${jamopts} || die "compile failed"
+	jam -q -dx -j$(makeopts_jobs) || die "compile failed"
 }
 
 src_install() {



1.61                 dev-games/crystalspace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	16 Nov 2013 06:47:45 -0000	1.60
+++ ChangeLog	21 Nov 2014 09:58:26 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/crystalspace
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.60 2013/11/16 06:47:45 dirtyepic Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.61 2014/11/21 09:58:26 vapier Exp $
+
+  21 Nov 2014; Mike Frysinger <vapier@gentoo.org> crystalspace-2.0.ebuild:
+  Use makeopts_jobs instead of parsing MAKEOPTS by hand.
 
   16 Nov 2013; Ryan Hill <dirtyepic@gentoo.org> crystalspace-2.0.ebuild:
   Drop deprecated use of "gtk2" wxGTK profile.





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

* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: crystalspace-2.0.ebuild ChangeLog
@ 2015-05-08 16:16 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-05-08 16:16 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/05/08 16:16:21

  Modified:             crystalspace-2.0.ebuild ChangeLog
  Log:
  tidy
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  dev-games/crystalspace/crystalspace-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?r1=1.3&r2=1.4

Index: crystalspace-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- crystalspace-2.0.ebuild	21 Nov 2014 09:58:26 -0000	1.3
+++ crystalspace-2.0.ebuild	8 May 2015 16:16:21 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.3 2014/11/21 09:58:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.4 2015/05/08 16:16:21 mr_bones_ Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator multiprocessing
@@ -56,8 +56,7 @@
 	sed -i \
 		-e "/^InstallDoc/d" \
 		Jamfile.in \
-		docs/Jamfile \
-		|| die "sed failed"
+		docs/Jamfile || die
 	epatch "${FILESDIR}"/${P}-gcc47.patch
 	AT_M4DIR=mk/autoconf
 	eautoreconf
@@ -95,22 +94,20 @@
 		$(use_with alsa asound)
 	#remove unwanted CFLAGS added by ./configure
 	sed -i -e '/COMPILER\.CFLAGS\.optimize/d' \
-		Jamconfig \
-		|| die "sed failed"
+		Jamconfig || die
 }
 
 src_compile() {
-	jam -q -dx -j$(makeopts_jobs) || die "compile failed"
+	jam -q -dx -j$(makeopts_jobs) || die
 }
 
 src_install() {
 	for installTarget in bin plugin lib include data config bindings
 	do
-		jam -q -s DESTDIR="${D}" install_${installTarget} \
-			|| die "jam install_${installTarget} failed"
+		jam -q -s DESTDIR="${D}" install_${installTarget} || die
 	done
 	if use doc; then
-		jam -q -s DESTDIR="${D}" install_doc || die "jam install_doc failed"
+		jam -q -s DESTDIR="${D}" install_doc || die
 	fi
 	dodoc README docs/history*
 



1.62                 dev-games/crystalspace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	21 Nov 2014 09:58:26 -0000	1.61
+++ ChangeLog	8 May 2015 16:16:21 -0000	1.62
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/crystalspace
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.61 2014/11/21 09:58:26 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.62 2015/05/08 16:16:21 mr_bones_ Exp $
+
+  08 May 2015; Michael Sterrett <mr_bones_@gentoo.org> crystalspace-2.0.ebuild:
+  tidy
 
   21 Nov 2014; Mike Frysinger <vapier@gentoo.org> crystalspace-2.0.ebuild:
   Use makeopts_jobs instead of parsing MAKEOPTS by hand.





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

* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: crystalspace-2.0.ebuild ChangeLog
@ 2015-06-12 11:05 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-12 11:05 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/12 11:05:45

  Modified:             crystalspace-2.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #551506
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-games/crystalspace/crystalspace-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?r1=1.4&r2=1.5

Index: crystalspace-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- crystalspace-2.0.ebuild	8 May 2015 16:16:21 -0000	1.4
+++ crystalspace-2.0.ebuild	12 Jun 2015 11:05:45 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.4 2015/05/08 16:16:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.5 2015/06/12 11:05:45 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator multiprocessing
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png speex truetype vorbis wxwidgets"
 
 COMMON_DEP="virtual/opengl



1.64                 dev-games/crystalspace/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	9 Jun 2015 13:25:43 -0000	1.63
+++ ChangeLog	12 Jun 2015 11:05:45 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/crystalspace
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.63 2015/06/09 13:25:43 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.64 2015/06/12 11:05:45 ago Exp $
+
+  12 Jun 2015; Agostino Sarubbo <ago@gentoo.org> crystalspace-2.0.ebuild:
+  Stable for amd64, wrt bug #551506
 
   09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Updating remote-id in metadata.xml





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

* [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: crystalspace-2.0.ebuild ChangeLog
@ 2015-06-26  8:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-26  8:58 UTC (permalink / raw
  To: gentoo-commits

ago         15/06/26 08:58:20

  Modified:             crystalspace-2.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #551506
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-games/crystalspace/crystalspace-2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild?r1=1.5&r2=1.6

Index: crystalspace-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- crystalspace-2.0.ebuild	12 Jun 2015 11:05:45 -0000	1.5
+++ crystalspace-2.0.ebuild	26 Jun 2015 08:58:20 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.5 2015/06/12 11:05:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-2.0.ebuild,v 1.6 2015/06/26 08:58:20 ago Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib java-pkg-opt-2 autotools wxwidgets versionator multiprocessing
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="3ds alsa bullet cal3d cegui cg doc java jpeg mng ode png speex truetype vorbis wxwidgets"
 
 COMMON_DEP="virtual/opengl



1.65                 dev-games/crystalspace/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	12 Jun 2015 11:05:45 -0000	1.64
+++ ChangeLog	26 Jun 2015 08:58:20 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-games/crystalspace
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.64 2015/06/12 11:05:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/ChangeLog,v 1.65 2015/06/26 08:58:20 ago Exp $
+
+  26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> crystalspace-2.0.ebuild:
+  Stable for x86, wrt bug #551506
 
   12 Jun 2015; Agostino Sarubbo <ago@gentoo.org> crystalspace-2.0.ebuild:
   Stable for amd64, wrt bug #551506





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

end of thread, other threads:[~2015-06-26  8:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26  8:58 [gentoo-commits] gentoo-x86 commit in dev-games/crystalspace: crystalspace-2.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-06-12 11:05 Agostino Sarubbo (ago)
2015-05-08 16:16 Michael Sterrett (mr_bones_)
2014-11-21  9:58 Mike Frysinger (vapier)
2013-11-16  6:47 Ryan Hill (dirtyepic)

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