Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 117774

Summary: rxvt-unicode-6.2 dropped urxvt-tabbed
Product: Gentoo Linux Reporter: Ryan Hill (RETIRED) <rhill>
Component: Current packagesAssignee: Ciaran McCreesh <ciaran.mccreesh>
Status: RESOLVED WONTFIX    
Severity: normal CC: latexer
Priority: High    
Version: 2005.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ryan Hill (RETIRED) gentoo-dev 2006-01-04 12:22:18 UTC
the rxvt-unicode-6.2 ebuild doesn't have a tabs USE anymore and urxvt-tabbed doesn't get installed.  was this an intentional change?  i don't see anything in the gentoo or upstream changelog about it.
Comment 1 Ciaran McCreesh 2006-01-04 12:40:45 UTC
Yeah, it kept on crashing on me. You can still use the example script manually.
Comment 2 Ryan Hill (RETIRED) gentoo-dev 2006-01-04 14:36:04 UTC
damn.  i've been using it for a month or so without problems.

would it be possible to throw it into the docdir?  it's kind of a PITA to have to unpack the tar and fish out the script each time.

--- /usr/portage/x11-terms/rxvt-unicode/rxvt-unicode-6.2.ebuild	2006-01-03 01:30:21.000000000 -0600
+++ rxvt-unicode-6.2.ebuild	2006-01-04 16:32:47.000000000 -0600
@@ -46,6 +46,9 @@
 	sed -i -e \
 		"s:-g -O3:${CFLAGS}:" \
 		configure
+	sed -i -e \
+		's:RXVT_BASENAME = "rxvt":RXVT_BASENAME = "urxvt":' \
+		doc/rxvt-tabbed
 }
 
 src_compile() {
@@ -83,6 +86,7 @@
 	dodoc README.FAQ Changes
 	cd ${S}/doc
 	dodoc README* changes.txt etc/*
+	newdoc rxvt-tabbed urxvt-tabbed
 }
 
 pkg_postinst() {
Comment 3 Ciaran McCreesh 2006-01-04 14:42:18 UTC
Ok, I'll stick something like that in the 6.3 ebuilds. Which won't be out for a while, because I don't have time to mess with the new perl deps...