* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2009-05-31 16:24 Serkan Kaba (serkan)
0 siblings, 0 replies; 10+ messages in thread
From: Serkan Kaba (serkan) @ 2009-05-31 16:24 UTC (permalink / raw
To: gentoo-commits
serkan 09/05/31 16:24:46
Modified: ChangeLog
Added: libsexy-0.1.11-r1.ebuild
Log:
Revbump to fix critical error. Closes bug #270179
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.38 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 15 Jan 2009 23:09:51 -0000 1.37
+++ ChangeLog 31 May 2009 16:24:46 -0000 1.38
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/libsexy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.37 2009/01/15 23:09:51 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.38 2009/05/31 16:24:46 serkan Exp $
+
+*libsexy-0.1.11-r1 (31 May 2009)
+
+ 31 May 2009; Serkan Kaba <serkan@gentoo.org> +libsexy-0.1.11-r1.ebuild,
+ +files/libsexy-0.1.11-fix-null-list.patch:
+ Revbump to fix critical error. Closes bug #270179
15 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> metadata.xml:
Compnerd retired.
1.1 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.1&content-type=text/plain
Index: libsexy-0.1.11-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.1 2009/05/31 16:24:46 serkan Exp $
EAPI="2"
inherit gnome2
DESCRIPTION="Sexy GTK+ Widgets"
HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
SRC_URI="http://releases.chipx86.com/${PN}/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.6
>=x11-libs/gtk+-2.6
dev-libs/libxml2
>=x11-libs/pango-1.4.0
>=app-text/iso-codes-0.49"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
>=dev-util/pkgconfig-0.19
doc? ( >=dev-util/gtk-doc-1.4 )"
DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
epatch "${FILESDIR}"/${P}-fix-null-list.patch
gnome2_src_prepare
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2009-05-31 18:52 Serkan Kaba (serkan)
0 siblings, 0 replies; 10+ messages in thread
From: Serkan Kaba (serkan) @ 2009-05-31 18:52 UTC (permalink / raw
To: gentoo-commits
serkan 09/05/31 18:52:33
Modified: libsexy-0.1.11-r1.ebuild ChangeLog
Log:
Add missing eutils inherit for epatch.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.2 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?r1=1.1&r2=1.2
Index: libsexy-0.1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsexy-0.1.11-r1.ebuild 31 May 2009 16:24:46 -0000 1.1
+++ libsexy-0.1.11-r1.ebuild 31 May 2009 18:52:33 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.1 2009/05/31 16:24:46 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.2 2009/05/31 18:52:33 serkan Exp $
EAPI="2"
-inherit gnome2
+inherit gnome2 eutils
DESCRIPTION="Sexy GTK+ Widgets"
HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
1.39 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 31 May 2009 16:24:46 -0000 1.38
+++ ChangeLog 31 May 2009 18:52:33 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libsexy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.38 2009/05/31 16:24:46 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.39 2009/05/31 18:52:33 serkan Exp $
+
+ 31 May 2009; Serkan Kaba <serkan@gentoo.org> libsexy-0.1.11-r1.ebuild:
+ Add missing eutils inherit for epatch.
*libsexy-0.1.11-r1 (31 May 2009)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2010-01-15 21:40 Christian Faulhammer (fauli)
0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-15 21:40 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/15 21:40:58
Modified: libsexy-0.1.11-r1.ebuild ChangeLog
Log:
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.3 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?r1=1.2&r2=1.3
Index: libsexy-0.1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsexy-0.1.11-r1.ebuild 31 May 2009 18:52:33 -0000 1.2
+++ libsexy-0.1.11-r1.ebuild 15 Jan 2010 21:40:57 -0000 1.3
@@ -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-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.2 2009/05/31 18:52:33 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.3 2010/01/15 21:40:57 fauli Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.6
1.40 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 31 May 2009 18:52:33 -0000 1.39
+++ ChangeLog 15 Jan 2010 21:40:57 -0000 1.40
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libsexy
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.39 2009/05/31 18:52:33 serkan Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.40 2010/01/15 21:40:57 fauli Exp $
+
+ 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ libsexy-0.1.11-r1.ebuild:
+ Transfer Prefix keywords
31 May 2009; Serkan Kaba <serkan@gentoo.org> libsexy-0.1.11-r1.ebuild:
Add missing eutils inherit for epatch.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2010-02-17 12:55 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-17 12:55 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/02/17 12:55:40
Modified: libsexy-0.1.11-r1.ebuild ChangeLog
Log:
Fix license from LGPL-2 to LGPL-2.1. Don't build tests without make check wrt #226253. Fix HTML installation directory. Stop using gnome2.eclass.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.4 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?r1=1.3&r2=1.4
Index: libsexy-0.1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsexy-0.1.11-r1.ebuild 15 Jan 2010 21:40:57 -0000 1.3
+++ libsexy-0.1.11-r1.ebuild 17 Feb 2010 12:55:40 -0000 1.4
@@ -1,33 +1,48 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.3 2010/01/15 21:40:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.4 2010/02/17 12:55:40 ssuominen Exp $
-EAPI="2"
-
-inherit gnome2 eutils
+EAPI=2
+inherit autotools eutils
DESCRIPTION="Sexy GTK+ Widgets"
HOMEPAGE="http://www.chipx86.com/wiki/Libsexy"
SRC_URI="http://releases.chipx86.com/${PN}/${PN}/${P}.tar.bz2"
-LICENSE="LGPL-2"
+LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"
-RDEPEND=">=dev-libs/glib-2.6
- >=x11-libs/gtk+-2.6
- dev-libs/libxml2
- >=x11-libs/pango-1.4.0
- >=app-text/iso-codes-0.49"
+RDEPEND=">=dev-libs/glib-2.6:2
+ >=x11-libs/gtk+-2.6:2
+ dev-libs/libxml2
+ >=x11-libs/pango-1.4.0
+ >=app-text/iso-codes-0.49"
DEPEND="${RDEPEND}
- >=dev-lang/perl-5
- >=dev-util/pkgconfig-0.19
- doc? ( >=dev-util/gtk-doc-1.4 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
+ >=dev-lang/perl-5
+ >=dev-util/pkgconfig-0.19
+ dev-util/gtk-doc-am
+ doc? ( >=dev-util/gtk-doc-1.4 )"
src_prepare() {
epatch "${FILESDIR}"/${P}-fix-null-list.patch
- gnome2_src_prepare
+
+ sed -i \
+ -e 's:noinst_PROGRAMS:check_PROGRAMS:' \
+ tests/Makefile.am || die
+
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ --disable-dependency-tracking \
+ $(use_enable doc gtk-doc) \
+ --with-html-dir=/usr/share/doc/${PF}
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc AUTHORS ChangeLog NEWS
}
1.41 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 15 Jan 2010 21:40:57 -0000 1.40
+++ ChangeLog 17 Feb 2010 12:55:40 -0000 1.41
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/libsexy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.40 2010/01/15 21:40:57 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.41 2010/02/17 12:55:40 ssuominen Exp $
+
+ 17 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+ libsexy-0.1.11-r1.ebuild:
+ Fix license from LGPL-2 to LGPL-2.1. Don't build tests without make check
+ wrt #226253. Fix HTML installation directory. Stop using gnome2.eclass.
15 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
libsexy-0.1.11-r1.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2010-03-01 20:57 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-03-01 20:57 UTC (permalink / raw
To: gentoo-commits
ranger 10/03/01 20:57:31
Modified: libsexy-0.1.11-r1.ebuild ChangeLog
Log:
Marking libsexy-0.1.11-r1 ppc64 for bug 305521
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Revision Changes Path
1.6 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?r1=1.5&r2=1.6
Index: libsexy-0.1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsexy-0.1.11-r1.ebuild 17 Feb 2010 12:57:34 -0000 1.5
+++ libsexy-0.1.11-r1.ebuild 1 Mar 2010 20:57:31 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.5 2010/02/17 12:57:34 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.6 2010/03/01 20:57:31 ranger Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.6:2
1.43 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 25 Feb 2010 20:50:54 -0000 1.42
+++ ChangeLog 1 Mar 2010 20:57:31 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libsexy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.42 2010/02/25 20:50:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.43 2010/03/01 20:57:31 ranger Exp $
+
+ 01 Mar 2010; Brent Baude <ranger@gentoo.org> libsexy-0.1.11-r1.ebuild:
+ Marking libsexy-0.1.11-r1 ppc64 for bug 305521
*libsexy-0.1.11-r2 (25 Feb 2010)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2010-03-04 12:15 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 10+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-04 12:15 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/03/04 12:15:35
Modified: libsexy-0.1.11-r1.ebuild ChangeLog
Log:
x86 stable wrt bug #305521
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.7 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?r1=1.6&r2=1.7
Index: libsexy-0.1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsexy-0.1.11-r1.ebuild 1 Mar 2010 20:57:31 -0000 1.6
+++ libsexy-0.1.11-r1.ebuild 4 Mar 2010 12:15:35 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.6 2010/03/01 20:57:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.7 2010/03/04 12:15:35 phajdan.jr Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.6:2
1.44 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 1 Mar 2010 20:57:31 -0000 1.43
+++ ChangeLog 4 Mar 2010 12:15:35 -0000 1.44
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libsexy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.43 2010/03/01 20:57:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.44 2010/03/04 12:15:35 phajdan.jr Exp $
+
+ 04 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ libsexy-0.1.11-r1.ebuild:
+ x86 stable wrt bug #305521
01 Mar 2010; Brent Baude <ranger@gentoo.org> libsexy-0.1.11-r1.ebuild:
Marking libsexy-0.1.11-r1 ppc64 for bug 305521
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2010-03-16 19:16 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-16 19:16 UTC (permalink / raw
To: gentoo-commits
armin76 10/03/16 19:16:50
Modified: libsexy-0.1.11-r1.ebuild ChangeLog
Log:
alpha/arm/ia64/sh/sparc stable wrt #305521
(Portage version: 2.1.7.17/cvs/Linux ia64)
Revision Changes Path
1.8 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?r1=1.7&r2=1.8
Index: libsexy-0.1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsexy-0.1.11-r1.ebuild 4 Mar 2010 12:15:35 -0000 1.7
+++ libsexy-0.1.11-r1.ebuild 16 Mar 2010 19:16:49 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.7 2010/03/04 12:15:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.8 2010/03/16 19:16:49 armin76 Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.6:2
1.45 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 4 Mar 2010 12:15:35 -0000 1.44
+++ ChangeLog 16 Mar 2010 19:16:49 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libsexy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.44 2010/03/04 12:15:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.45 2010/03/16 19:16:49 armin76 Exp $
+
+ 16 Mar 2010; Raúl Porcel <armin76@gentoo.org> libsexy-0.1.11-r1.ebuild:
+ alpha/arm/ia64/sh/sparc stable wrt #305521
04 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
libsexy-0.1.11-r1.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2010-03-24 18:20 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-03-24 18:20 UTC (permalink / raw
To: gentoo-commits
ranger 10/03/24 18:20:04
Modified: libsexy-0.1.11-r1.ebuild ChangeLog
Log:
stable ppc, bug 305521
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Revision Changes Path
1.9 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?r1=1.8&r2=1.9
Index: libsexy-0.1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libsexy-0.1.11-r1.ebuild 16 Mar 2010 19:16:49 -0000 1.8
+++ libsexy-0.1.11-r1.ebuild 24 Mar 2010 18:20:04 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.8 2010/03/16 19:16:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.9 2010/03/24 18:20:04 ranger Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.6:2
1.46 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 16 Mar 2010 19:16:49 -0000 1.45
+++ ChangeLog 24 Mar 2010 18:20:04 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libsexy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.45 2010/03/16 19:16:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.46 2010/03/24 18:20:04 ranger Exp $
+
+ 24 Mar 2010; Brent Baude <ranger@gentoo.org> libsexy-0.1.11-r1.ebuild:
+ stable ppc, bug 305521
16 Mar 2010; Raúl Porcel <armin76@gentoo.org> libsexy-0.1.11-r1.ebuild:
alpha/arm/ia64/sh/sparc stable wrt #305521
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2010-05-18 8:18 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-18 8:18 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/05/18 08:18:51
Modified: libsexy-0.1.11-r1.ebuild ChangeLog
Log:
amd64 stable wrt #305521
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.10 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?r1=1.9&r2=1.10
Index: libsexy-0.1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libsexy-0.1.11-r1.ebuild 24 Mar 2010 18:20:04 -0000 1.9
+++ libsexy-0.1.11-r1.ebuild 18 May 2010 08:18:51 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.9 2010/03/24 18:20:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.10 2010/05/18 08:18:51 ssuominen Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.6:2
1.47 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 24 Mar 2010 18:20:04 -0000 1.46
+++ ChangeLog 18 May 2010 08:18:51 -0000 1.47
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/libsexy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.46 2010/03/24 18:20:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.47 2010/05/18 08:18:51 ssuominen Exp $
+
+ 18 May 2010; Samuli Suominen <ssuominen@gentoo.org>
+ libsexy-0.1.11-r1.ebuild:
+ amd64 stable wrt #305521
24 Mar 2010; Brent Baude <ranger@gentoo.org> libsexy-0.1.11-r1.ebuild:
stable ppc, bug 305521
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog
@ 2010-05-20 1:53 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2010-05-20 1:53 UTC (permalink / raw
To: gentoo-commits
jer 10/05/20 01:53:20
Modified: libsexy-0.1.11-r1.ebuild ChangeLog
Log:
Stable for HPPA (bug #305521).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.11 x11-libs/libsexy/libsexy-0.1.11-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild?r1=1.10&r2=1.11
Index: libsexy-0.1.11-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libsexy-0.1.11-r1.ebuild 18 May 2010 08:18:51 -0000 1.10
+++ libsexy-0.1.11-r1.ebuild 20 May 2010 01:53:20 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.10 2010/05/18 08:18:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r1.ebuild,v 1.11 2010/05/20 01:53:20 jer Exp $
EAPI=2
inherit autotools eutils
@@ -11,7 +11,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc"
RDEPEND=">=dev-libs/glib-2.6:2
1.48 x11-libs/libsexy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libsexy/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 18 May 2010 08:18:51 -0000 1.47
+++ ChangeLog 20 May 2010 01:53:20 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libsexy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.47 2010/05/18 08:18:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/ChangeLog,v 1.48 2010/05/20 01:53:20 jer Exp $
+
+ 20 May 2010; Jeroen Roovers <jer@gentoo.org> libsexy-0.1.11-r1.ebuild:
+ Stable for HPPA (bug #305521).
18 May 2010; Samuli Suominen <ssuominen@gentoo.org>
libsexy-0.1.11-r1.ebuild:
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2010-05-20 1:53 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-16 19:16 [gentoo-commits] gentoo-x86 commit in x11-libs/libsexy: libsexy-0.1.11-r1.ebuild ChangeLog Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2010-05-20 1:53 Jeroen Roovers (jer)
2010-05-18 8:18 Samuli Suominen (ssuominen)
2010-03-24 18:20 Brent Baude (ranger)
2010-03-04 12:15 PaweA Hajdan (phajdan.jr)
2010-03-01 20:57 Brent Baude (ranger)
2010-02-17 12:55 Samuli Suominen (ssuominen)
2010-01-15 21:40 Christian Faulhammer (fauli)
2009-05-31 18:52 Serkan Kaba (serkan)
2009-05-31 16:24 Serkan Kaba (serkan)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox