Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117774 - rxvt-unicode-6.2 dropped urxvt-tabbed
Summary: rxvt-unicode-6.2 dropped urxvt-tabbed
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ciaran McCreesh
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-04 12:22 UTC by Ryan Hill (RETIRED)
Modified: 2006-01-04 14:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...