* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2010-12-13 20:15 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2010-12-13 20:15 UTC (permalink / raw
To: gentoo-commits
jer 10/12/13 20:15:59
Modified: ChangeLog
Added: rxvt-unicode-9.10.ebuild
Log:
Version bump by Justin Lecher (bug #348637).
(Portage version: 2.2.0_alpha8/cvs/Linux i686)
Revision Changes Path
1.173 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.173&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.173&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.172&r2=1.173
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- ChangeLog 16 Nov 2010 21:38:47 -0000 1.172
+++ ChangeLog 13 Dec 2010 20:15:59 -0000 1.173
@@ -1,6 +1,11 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.172 2010/11/16 21:38:47 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.173 2010/12/13 20:15:59 jer Exp $
+
+*rxvt-unicode-9.10 (13 Dec 2010)
+
+ 13 Dec 2010; Jeroen Roovers <jer@gentoo.org> +rxvt-unicode-9.10.ebuild:
+ Version bump by Justin Lecher (bug #348637).
*rxvt-unicode-9.09 (15 Nov 2010)
1.1 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.1&content-type=text/plain
Index: rxvt-unicode-9.10.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.1 2010/12/13 20:15:59 jer Exp $
EAPI="3"
inherit autotools flag-o-matic
DESCRIPTION="rxvt clone with xft and unicode support"
HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"
SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="256-color afterimage iso14755 perl blink truetype +vanilla wcwidth"
# see bug #115992 for modular x deps
RDEPEND="x11-libs/libX11
x11-libs/libXft
afterimage? ( || ( media-libs/libafterimage x11-wm/afterstep ) )
x11-libs/libXrender
perl? ( dev-lang/perl )
>=sys-libs/ncurses-5.7-r6"
DEPEND="${RDEPEND}
dev-util/pkgconfig
x11-proto/xproto"
src_prepare() {
if use wcwidth; then
ewarn "You enabled wcwidth."
ewarn "Please note that this is not supported by upstream."
ewarn "You are at your own if you run into problems."
fi
local tdir=/usr/share/terminfo
# kill the rxvt-unicode terminfo file - #192083
sed -i -e "/rxvt-unicode.terminfo/d" doc/Makefile.in ||
die "sed failed"
use wcwidth && epatch doc/wcwidth.patch
# bug #240165
epatch "${FILESDIR}"/${PN}-9.06-no-urgency-if-focused.diff
# bug #263638
epatch "${FILESDIR}"/${PN}-9.06-popups-hangs.patch
# bug #237271
if ! use vanilla; then
ewarn "You are going to include third-party bug fixes/features."
ewarn "They came without any warranty and are not supported by the"
ewarn "Gentoo community."
epatch "${FILESDIR}"/${PN}-9.05_no-MOTIF-WM-INFO.patch
epatch "${FILESDIR}"/${PN}-9.06-font-width.patch
fi
eautoreconf
}
src_configure() {
local myconf=''
use iso14755 || myconf='--disable-iso14755'
econf --enable-everything \
--disable-pixbuf \
$(use_enable truetype xft) \
$(use_enable 256-color) \
$(use_enable afterimage) \
$(use_enable perl) \
$(use_enable blink text-blink) \
${myconf}
}
src_compile() {
emake || die "emake failed"
sed -i \
-e 's/RXVT_BASENAME = "rxvt"/RXVT_BASENAME = "urxvt"/' \
"${S}"/doc/rxvt-tabbed || die "tabs sed failed"
}
src_install() {
make DESTDIR="${D}" install || die
dodoc README.FAQ Changes
cd "${S}"/doc
dodoc README* changes.txt etc/* rxvt-tabbed
}
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2010-12-22 19:18 Alex Alexander (wired)
0 siblings, 0 replies; 11+ messages in thread
From: Alex Alexander (wired) @ 2010-12-22 19:18 UTC (permalink / raw
To: gentoo-commits
wired 10/12/22 19:18:33
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
added warning regarding force-hints
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.3 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.2&r2=1.3
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rxvt-unicode-9.10.ebuild 22 Dec 2010 19:09:51 -0000 1.2
+++ rxvt-unicode-9.10.ebuild 22 Dec 2010 19:18:33 -0000 1.3
@@ -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-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.2 2010/12/22 19:09:51 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.3 2010/12/22 19:18:33 wired Exp $
EAPI="3"
@@ -35,10 +35,12 @@
einfo
fi
- if use wcwidth; then
- ewarn "You enabled wcwidth."
- ewarn "Please note that this is not supported by upstream."
+ if use wcwidth || use force-hints; then
+ ewarn
+ ewarn "You enabled wcwidth or force-hints or both."
+ ewarn "Please note that these are not supported by upstream."
ewarn "You are at your own if you run into problems."
+ ewarn
fi
local tdir=/usr/share/terminfo
1.175 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.175&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.175&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.174&r2=1.175
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog 22 Dec 2010 19:09:51 -0000 1.174
+++ ChangeLog 22 Dec 2010 19:18:33 -0000 1.175
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.174 2010/12/22 19:09:51 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.175 2010/12/22 19:18:33 wired Exp $
+
+ 22 Dec 2010; Alex Alexander <wired@gentoo.org> rxvt-unicode-9.10.ebuild:
+ added warning regarding force-hints
22 Dec 2010; Alex Alexander <wired@gentoo.org> rxvt-unicode-9.10.ebuild,
+files/rxvt-unicode-9.10-force-hints.patch, metadata.xml:
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2011-03-01 15:56 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-01 15:56 UTC (permalink / raw
To: gentoo-commits
jer 11/03/01 15:56:19
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
Use SLOT deps for gtk+ and glib.
(Portage version: 2.2.0_alpha25/cvs/Linux i686)
Revision Changes Path
1.4 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.3&r2=1.4
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rxvt-unicode-9.10.ebuild 22 Dec 2010 19:18:33 -0000 1.3
+++ rxvt-unicode-9.10.ebuild 1 Mar 2011 15:56:19 -0000 1.4
@@ -1,6 +1,6 @@
-# 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-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.3 2010/12/22 19:18:33 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.4 2011/03/01 15:56:19 jer Exp $
EAPI="3"
@@ -22,7 +22,7 @@
>=sys-libs/ncurses-5.7-r6
afterimage? ( || ( media-libs/libafterimage x11-wm/afterstep ) )
perl? ( dev-lang/perl )
- pixbuf? ( || ( >=x11-libs/gdk-pixbuf-2.21 <=x11-libs/gtk+-2.21 ) )"
+ pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
x11-proto/xproto"
1.177 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.177&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.177&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.176&r2=1.177
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog 25 Jan 2011 02:36:47 -0000 1.176
+++ ChangeLog 1 Mar 2011 15:56:19 -0000 1.177
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.176 2011/01/25 02:36:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.177 2011/03/01 15:56:19 jer Exp $
+
+ 01 Mar 2011; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.10.ebuild:
+ Use SLOT deps for gtk+ and glib.
25 Jan 2011; Jeroen Roovers <jer@gentoo.org>
files/rxvt-unicode-9.05_no-MOTIF-WM-INFO.patch,
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2011-04-12 18:43 Thomas Kahle (tomka)
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Kahle (tomka) @ 2011-04-12 18:43 UTC (permalink / raw
To: gentoo-commits
tomka 11/04/12 18:43:40
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
x86 stable per bug 353109
(Portage version: 2.1.9.45/cvs/Linux i686)
Revision Changes Path
1.5 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.4&r2=1.5
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rxvt-unicode-9.10.ebuild 1 Mar 2011 15:56:19 -0000 1.4
+++ rxvt-unicode-9.10.ebuild 12 Apr 2011 18:43:40 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.4 2011/03/01 15:56:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.5 2011/04/12 18:43:40 tomka Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 perl pixbuf truetype unicode3 +vanilla wcwidth"
# see bug #115992 for modular x deps
1.178 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.178&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.178&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.177&r2=1.178
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog 1 Mar 2011 15:56:19 -0000 1.177
+++ ChangeLog 12 Apr 2011 18:43:40 -0000 1.178
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.177 2011/03/01 15:56:19 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.178 2011/04/12 18:43:40 tomka Exp $
+
+ 12 Apr 2011; Thomas Kahle <tomka@gentoo.org> rxvt-unicode-9.10.ebuild:
+ x86 stable per bug 353109
01 Mar 2011; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.10.ebuild:
Use SLOT deps for gtk+ and glib.
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2011-04-12 19:15 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2011-04-12 19:15 UTC (permalink / raw
To: gentoo-commits
jer 11/04/12 19:15:07
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
Stable for HPPA (bug #353109).
(Portage version: 2.2.0_alpha29/cvs/Linux i686)
Revision Changes Path
1.6 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.5&r2=1.6
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rxvt-unicode-9.10.ebuild 12 Apr 2011 18:43:40 -0000 1.5
+++ rxvt-unicode-9.10.ebuild 12 Apr 2011 19:15:07 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.5 2011/04/12 18:43:40 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.6 2011/04/12 19:15:07 jer Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 perl pixbuf truetype unicode3 +vanilla wcwidth"
# see bug #115992 for modular x deps
1.179 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.178&r2=1.179
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog 12 Apr 2011 18:43:40 -0000 1.178
+++ ChangeLog 12 Apr 2011 19:15:07 -0000 1.179
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.178 2011/04/12 18:43:40 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.179 2011/04/12 19:15:07 jer Exp $
+
+ 12 Apr 2011; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.10.ebuild:
+ Stable for HPPA (bug #353109).
12 Apr 2011; Thomas Kahle <tomka@gentoo.org> rxvt-unicode-9.10.ebuild:
x86 stable per bug 353109
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2011-04-15 21:39 Christoph Mende (angelos)
0 siblings, 0 replies; 11+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-15 21:39 UTC (permalink / raw
To: gentoo-commits
angelos 11/04/15 21:39:53
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #353109
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Revision Changes Path
1.7 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.6&r2=1.7
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rxvt-unicode-9.10.ebuild 12 Apr 2011 19:15:07 -0000 1.6
+++ rxvt-unicode-9.10.ebuild 15 Apr 2011 21:39:52 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.6 2011/04/12 19:15:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.7 2011/04/15 21:39:52 angelos Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 perl pixbuf truetype unicode3 +vanilla wcwidth"
# see bug #115992 for modular x deps
1.180 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.179&r2=1.180
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog 12 Apr 2011 19:15:07 -0000 1.179
+++ ChangeLog 15 Apr 2011 21:39:52 -0000 1.180
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.179 2011/04/12 19:15:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.180 2011/04/15 21:39:52 angelos Exp $
+
+ 15 Apr 2011; Christoph Mende <angelos@gentoo.org> rxvt-unicode-9.10.ebuild:
+ Stable on amd64 wrt bug #353109
12 Apr 2011; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.10.ebuild:
Stable for HPPA (bug #353109).
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2011-04-19 6:18 Michael Weber (xmw)
0 siblings, 0 replies; 11+ messages in thread
From: Michael Weber (xmw) @ 2011-04-19 6:18 UTC (permalink / raw
To: gentoo-commits
xmw 11/04/19 06:18:40
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
ppc/sparc stable (bug 353109)
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.8 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.7&r2=1.8
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rxvt-unicode-9.10.ebuild 15 Apr 2011 21:39:52 -0000 1.7
+++ rxvt-unicode-9.10.ebuild 19 Apr 2011 06:18:40 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.7 2011/04/15 21:39:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.8 2011/04/19 06:18:40 xmw Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 perl pixbuf truetype unicode3 +vanilla wcwidth"
# see bug #115992 for modular x deps
1.181 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.180&r2=1.181
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog 15 Apr 2011 21:39:52 -0000 1.180
+++ ChangeLog 19 Apr 2011 06:18:40 -0000 1.181
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.180 2011/04/15 21:39:52 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.181 2011/04/19 06:18:40 xmw Exp $
+
+ 19 Apr 2011; Michael Weber <xmw@gentoo.org> rxvt-unicode-9.10.ebuild:
+ ppc/sparc stable (bug 353109)
15 Apr 2011; Christoph Mende <angelos@gentoo.org> rxvt-unicode-9.10.ebuild:
Stable on amd64 wrt bug #353109
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2011-04-23 18:53 Raul Porcel (armin76)
0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-23 18:53 UTC (permalink / raw
To: gentoo-commits
armin76 11/04/23 18:53:15
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
alpha/ia64/sparc stable wrt #353109
(Portage version: 2.1.9.45/cvs/Linux ia64)
Revision Changes Path
1.9 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.8&r2=1.9
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rxvt-unicode-9.10.ebuild 19 Apr 2011 06:18:40 -0000 1.8
+++ rxvt-unicode-9.10.ebuild 23 Apr 2011 18:53:15 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.8 2011/04/19 06:18:40 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.9 2011/04/23 18:53:15 armin76 Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 perl pixbuf truetype unicode3 +vanilla wcwidth"
# see bug #115992 for modular x deps
1.182 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.181&r2=1.182
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog 19 Apr 2011 06:18:40 -0000 1.181
+++ ChangeLog 23 Apr 2011 18:53:15 -0000 1.182
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.181 2011/04/19 06:18:40 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.182 2011/04/23 18:53:15 armin76 Exp $
+
+ 23 Apr 2011; Raúl Porcel <armin76@gentoo.org> rxvt-unicode-9.10.ebuild:
+ alpha/ia64/sparc stable wrt #353109
19 Apr 2011; Michael Weber <xmw@gentoo.org> rxvt-unicode-9.10.ebuild:
ppc/sparc stable (bug 353109)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2011-05-22 23:48 Joseph Jezak (josejx)
0 siblings, 0 replies; 11+ messages in thread
From: Joseph Jezak (josejx) @ 2011-05-22 23:48 UTC (permalink / raw
To: gentoo-commits
josejx 11/05/22 23:48:38
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
Marked ppc64 stable for bug #353109.
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.10 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.9&r2=1.10
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rxvt-unicode-9.10.ebuild 23 Apr 2011 18:53:15 -0000 1.9
+++ rxvt-unicode-9.10.ebuild 22 May 2011 23:48:38 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.9 2011/04/23 18:53:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.10 2011/05/22 23:48:38 josejx Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 perl pixbuf truetype unicode3 +vanilla wcwidth"
# see bug #115992 for modular x deps
1.186 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.186&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.186&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.185&r2=1.186
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -r1.185 -r1.186
--- ChangeLog 19 May 2011 20:35:55 -0000 1.185
+++ ChangeLog 22 May 2011 23:48:38 -0000 1.186
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.185 2011/05/19 20:35:55 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.186 2011/05/22 23:48:38 josejx Exp $
+
+ 22 May 2011; Joseph Jezak <josejx@gentoo.org> rxvt-unicode-9.10.ebuild:
+ Marked ppc64 stable for bug #353109.
19 May 2011; Alex Alexander <wired@gentoo.org> rxvt-unicode-9.11.ebuild,
metadata.xml:
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2011-12-22 18:51 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-22 18:51 UTC (permalink / raw
To: gentoo-commits
jer 11/12/22 18:51:23
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
Fix older SRC_URI.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Revision Changes Path
1.12 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.11&r2=1.12
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- rxvt-unicode-9.10.ebuild 11 Oct 2011 20:54:09 -0000 1.11
+++ rxvt-unicode-9.10.ebuild 22 Dec 2011 18:51:22 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.11 2011/10/11 20:54:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.12 2011/12/22 18:51:22 jer Exp $
EAPI="3"
@@ -8,7 +8,7 @@
DESCRIPTION="rxvt clone with xft and unicode support"
HOMEPAGE="http://software.schmorp.de/pkg/rxvt-unicode.html"
-SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2"
+SRC_URI="http://dist.schmorp.de/rxvt-unicode/Attic/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
1.194 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.194&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.194&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.193&r2=1.194
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- ChangeLog 22 Dec 2011 14:56:58 -0000 1.193
+++ ChangeLog 22 Dec 2011 18:51:22 -0000 1.194
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.193 2011/12/22 14:56:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.194 2011/12/22 18:51:22 jer Exp $
+
+ 22 Dec 2011; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.10.ebuild:
+ Fix older SRC_URI.
*rxvt-unicode-9.14 (22 Dec 2011)
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog
@ 2012-02-25 17:11 Jeroen Roovers (jer)
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-25 17:11 UTC (permalink / raw
To: gentoo-commits
jer 12/02/25 17:11:06
Modified: rxvt-unicode-9.10.ebuild ChangeLog
Log:
Drop PPC.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Revision Changes Path
1.14 x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild?r1=1.13&r2=1.14
Index: rxvt-unicode-9.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rxvt-unicode-9.10.ebuild 30 Jan 2012 22:56:30 -0000 1.13
+++ rxvt-unicode-9.10.ebuild 25 Feb 2012 17:11:06 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.13 2012/01/30 22:56:30 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.10.ebuild,v 1.14 2012/02/25 17:11:06 jer Exp $
EAPI="3"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="ppc ppc64"
+KEYWORDS="ppc64"
IUSE="256-color afterimage blink fading-colors +font-styles force-hints iso14755 +perl pixbuf truetype unicode3 +vanilla wcwidth"
# see bug #115992 for modular x deps
1.211 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.211&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.211&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.210&r2=1.211
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog 20 Feb 2012 20:57:43 -0000 1.210
+++ ChangeLog 25 Feb 2012 17:11:06 -0000 1.211
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.210 2012/02/20 20:57:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.211 2012/02/25 17:11:06 jer Exp $
+
+ 25 Feb 2012; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.10.ebuild:
+ Drop PPC.
20 Feb 2012; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.15.ebuild:
Replace USE=truetype with USE=xft and make x11-libs/libXft dependency
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2012-02-25 17:11 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-23 18:53 [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: rxvt-unicode-9.10.ebuild ChangeLog Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2012-02-25 17:11 Jeroen Roovers (jer)
2011-12-22 18:51 Jeroen Roovers (jer)
2011-05-22 23:48 Joseph Jezak (josejx)
2011-04-19 6:18 Michael Weber (xmw)
2011-04-15 21:39 Christoph Mende (angelos)
2011-04-12 19:15 Jeroen Roovers (jer)
2011-04-12 18:43 Thomas Kahle (tomka)
2011-03-01 15:56 Jeroen Roovers (jer)
2010-12-22 19:18 Alex Alexander (wired)
2010-12-13 20:15 Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox