* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-8.9.ebuild
@ 2007-12-31 12:24 Rene Nussbaumer (killerfox)
0 siblings, 0 replies; 2+ messages in thread
From: Rene Nussbaumer (killerfox) @ 2007-12-31 12:24 UTC (permalink / raw
To: gentoo-commits
killerfox 07/12/31 12:24:07
Modified: ChangeLog
Added: rxvt-unicode-8.9.ebuild
Log:
Version bump by upstream. Fixing various bugs and the annoying "close the window on next X11 event".
(Portage version: 2.1.3.19)
Revision Changes Path
1.101 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 16 Dec 2007 13:45:04 -0000 1.100
+++ ChangeLog 31 Dec 2007 12:24:06 -0000 1.101
@@ -1,6 +1,13 @@
# ChangeLog for x11-terms/rxvt-unicode
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.100 2007/12/16 13:45:04 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.101 2007/12/31 12:24:06 killerfox Exp $
+
+*rxvt-unicode-8.9 (31 Dec 2007)
+
+ 31 Dec 2007; René Nussbaumer <killerfox@gentoo.org>
+ +rxvt-unicode-8.9.ebuild:
+ Version bump by upstream. Fixing various bugs and the annoying "close the
+ window on next X11 event".
*rxvt-unicode-8.8 (16 Dec 2007)
1.1 x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild?rev=1.1&content-type=text/plain
Index: rxvt-unicode-8.9.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild,v 1.1 2007/12/31 12:24:06 killerfox Exp $
inherit flag-o-matic
DESCRIPTION="rxvt clone with XFT and Unicode support"
HOMEPAGE="http://software.schmorp.de/"
SRC_URI="http://dist.schmorp.de/rxvt-unicode/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="truetype perl iso14755"
# see bug #115992 for modular x deps
RDEPEND="x11-libs/libX11
x11-libs/libXft
media-libs/libafterimage
x11-libs/libXrender
perl? ( dev-lang/perl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
x11-proto/xproto"
src_unpack() {
unpack ${A}
cd "${S}"
local tdir=/usr/share/terminfo
sed -i -e \
"s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \
doc/Makefile.in
}
src_compile() {
myconf=''
use iso14755 || myconf='--disable-iso14755'
econf \
--enable-everything \
$(use_enable truetype xft) \
$(use_enable perl) \
--disable-text-blink \
${myconf} \
|| die
emake || die
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
}
pkg_postinst() {
einfo "urxvt now always uses TERM=rxvt-unicode so that the"
einfo "upstream-supplied terminfo files can be used."
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-8.9.ebuild
@ 2008-03-07 19:48 Raul Porcel (armin76)
0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-07 19:48 UTC (permalink / raw
To: gentoo-commits
armin76 08/03/07 19:48:55
Modified: ChangeLog rxvt-unicode-8.9.ebuild
Log:
Add ~ia64
(Portage version: 2.1.4.4)
Revision Changes Path
1.102 x11-terms/rxvt-unicode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 31 Dec 2007 12:24:06 -0000 1.101
+++ ChangeLog 7 Mar 2008 19:48:54 -0000 1.102
@@ -1,6 +1,9 @@
# ChangeLog for x11-terms/rxvt-unicode
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.101 2007/12/31 12:24:06 killerfox Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.102 2008/03/07 19:48:54 armin76 Exp $
+
+ 07 Mar 2008; Raúl Porcel <armin76@gentoo.org> rxvt-unicode-8.9.ebuild:
+ Add ~ia64
*rxvt-unicode-8.9 (31 Dec 2007)
1.2 x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild?r1=1.1&r2=1.2
Index: rxvt-unicode-8.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rxvt-unicode-8.9.ebuild 31 Dec 2007 12:24:06 -0000 1.1
+++ rxvt-unicode-8.9.ebuild 7 Mar 2008 19:48:54 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild,v 1.1 2007/12/31 12:24:06 killerfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-8.9.ebuild,v 1.2 2008/03/07 19:48:54 armin76 Exp $
inherit flag-o-matic
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="truetype perl iso14755"
# see bug #115992 for modular x deps
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-07 19:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31 12:24 [gentoo-commits] gentoo-x86 commit in x11-terms/rxvt-unicode: ChangeLog rxvt-unicode-8.9.ebuild Rene Nussbaumer (killerfox)
-- strict thread matches above, loose matches on Subject: below --
2008-03-07 19:48 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox