diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-27 07:05:29 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-27 07:05:29 +0000 |
commit | 1ce51095776247a80b1e0ab9aac3c6690e41d58d (patch) | |
tree | 56409133cc1200fa0e5fcc76d519051585e2c7ec /x11-terms | |
parent | Version bump (diff) | |
download | gentoo-2-1ce51095776247a80b1e0ab9aac3c6690e41d58d.tar.gz gentoo-2-1ce51095776247a80b1e0ab9aac3c6690e41d58d.tar.bz2 gentoo-2-1ce51095776247a80b1e0ab9aac3c6690e41d58d.zip |
Remove old.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rxvt-unicode/ChangeLog | 9 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/files/rxvt-unicode-9.05_no-MOTIF-WM-INFO.patch | 38 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/files/rxvt-unicode_no-urgency-if-focused.diff | 11 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild | 102 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.06-r1.ebuild | 111 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.06-r2.ebuild | 119 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.06.ebuild | 105 |
7 files changed, 8 insertions, 487 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog index 85cb5d9b2fcb..e9b55ff36f03 100644 --- a/x11-terms/rxvt-unicode/ChangeLog +++ b/x11-terms/rxvt-unicode/ChangeLog @@ -1,6 +1,13 @@ # 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.153 2010/01/27 07:00:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.154 2010/01/27 07:05:28 jer Exp $ + + 27 Jan 2010; Jeroen Roovers <jer@gentoo.org> -rxvt-unicode-9.05-r3.ebuild, + -files/rxvt-unicode-9.05_no-MOTIF-WM-INFO.patch, + -rxvt-unicode-9.06.ebuild, -rxvt-unicode-9.06-r1.ebuild, + -rxvt-unicode-9.06-r2.ebuild, + -files/rxvt-unicode_no-urgency-if-focused.diff: + Remove old. 27 Jan 2010; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.06-r3.ebuild: Rename patch variable. diff --git a/x11-terms/rxvt-unicode/files/rxvt-unicode-9.05_no-MOTIF-WM-INFO.patch b/x11-terms/rxvt-unicode/files/rxvt-unicode-9.05_no-MOTIF-WM-INFO.patch deleted file mode 100644 index 972adbe06836..000000000000 --- a/x11-terms/rxvt-unicode/files/rxvt-unicode-9.05_no-MOTIF-WM-INFO.patch +++ /dev/null @@ -1,38 +0,0 @@ -While setting MWM_HINTS_DECORATIONS to disable window decorations -seems to work with most window managers, using _MOTIF_WM_INFO seems -not to, and in some cases can lead to severe problems with focus -management. Therefore this patch here disables the _MOTIF_WM_INFO -check and always attempts to have the window manager honour the -decorations hint. - -If your window manager does not honour MWM_HINTS_DECORATIONS, and you -are determined that you want to have borderless windows nevertheless, -you are still free to enable override-redirect manually, using the -corresponding command line option or X resource. - -See also: http://bugs.gentoo.org/show_bug.cgi?id=237271 -2008-09-10 Martin von Gagern - -Index: src/init.C -=================================================================== -RCS file: /schmorpforge/rxvt-unicode/src/init.C,v -retrieving revision 1.253 -diff -u -r1.253 init.C ---- src/init.C 15 Jul 2008 16:41:22 -0000 1.253 -+++ src/init.C 10 Sep 2008 08:07:09 -0000 -@@ -1078,15 +1078,7 @@ - #if ENABLE_FRILLS - if (option (Opt_borderLess)) - { -- if (XInternAtom (dpy, "_MOTIF_WM_INFO", True) == None) -- { -- // rxvt_warn("Window Manager does not support MWM hints. Bypassing window manager control for borderless window.\n"); -- attributes.override_redirect = true; -- } -- else -- { - mwmhints.flags = MWM_HINTS_DECORATIONS; -- } - } - #endif - diff --git a/x11-terms/rxvt-unicode/files/rxvt-unicode_no-urgency-if-focused.diff b/x11-terms/rxvt-unicode/files/rxvt-unicode_no-urgency-if-focused.diff deleted file mode 100644 index 7949bd17fc41..000000000000 --- a/x11-terms/rxvt-unicode/files/rxvt-unicode_no-urgency-if-focused.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/screen.C.orig 2008-08-01 11:56:18.380063687 +0200 -+++ src/screen.C 2008-08-01 11:56:30.046093124 +0200 -@@ -1898,7 +1898,7 @@ - # endif - - # if ENABLE_FRILLS -- if (option (Opt_urgentOnBell)) -+ if (option (Opt_urgentOnBell) && !focus) - { - if (XWMHints *h = XGetWMHints(dpy, parent[0])) - { diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild deleted file mode 100644 index 22f3a45bb826..000000000000 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2009 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.05-r3.ebuild,v 1.8 2009/12/13 15:35:06 ranger Exp $ - -EAPI="1" - -inherit autotools 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 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="truetype perl iso14755 afterimage xterm-color wcwidth +vanilla" - -# see bug #115992 for modular x deps -RDEPEND="x11-libs/libX11 - x11-libs/libXft - afterimage? ( media-libs/libafterimage ) - x11-libs/libXrender - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - - if (use xterm-color || use wcwidth); then - ewarn "You enabled xterm-color or wcwidth or both." - ewarn "Please note that neither of them are supported by upstream." - ewarn "You are at your own if you run into problems." - ebeep 5 - fi - - local tdir=/usr/share/terminfo - if use xterm-color; then - epatch doc/urxvt-8.2-256color.patch - sed -e \ - 's/^\(rxvt-unicode\)/\1256/;s/colors#88/colors#256/;s/pairs#256/pairs#32767/' \ - doc/etc/rxvt-unicode.terminfo > doc/etc/rxvt-unicode256.terminfo - sed -i -e \ - "s~^\(\s\+@TIC@.*\)~\1\n\t@TIC@ -o ${D}/${tdir} \$(srcdir)/etc/rxvt-unicode256.terminfo~" \ - doc/Makefile.in - fi - - use wcwidth && epatch doc/wcwidth.patch - - # bug #240165 - epatch "${FILESDIR}"/${PN}_no-urgency-if-focused.diff - - 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." - ebeep 5 - # bug #237271 - epatch "${FILESDIR}"/${P}_no-MOTIF-WM-INFO.patch - fi - - sed -i -e \ - "s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ - doc/Makefile.in - - eautoreconf -} - -src_compile() { - local myconf='' - - use iso14755 || myconf='--disable-iso14755' - use xterm-color && myconf="$myconf --enable-xterm-colors=256" - - econf --enable-everything \ - $(use_enable truetype xft) \ - $(use_enable afterimage) \ - $(use_enable perl) \ - --disable-text-blink \ - ${myconf} - - 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." -} diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.06-r1.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.06-r1.ebuild deleted file mode 100644 index 0bccacd5237e..000000000000 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.06-r1.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2009 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.06-r1.ebuild,v 1.4 2009/10/26 13:11:01 jer Exp $ - -EAPI="1" - -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="truetype perl iso14755 afterimage xterm-color wcwidth +vanilla" - -# see bug #115992 for modular x deps -RDEPEND="x11-libs/libX11 - x11-libs/libXft - afterimage? ( media-libs/libafterimage ) - x11-libs/libXrender - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - - #Bug 270694 - epatch "${FILESDIR}/${PN}-9.06-glibc-2.10.patch" - - if (use xterm-color || use wcwidth); then - ewarn "You enabled xterm-color or wcwidth or both." - ewarn "Please note that neither of them are supported by upstream." - ewarn "You are at your own if you run into problems." - ebeep 5 - fi - - local tdir=/usr/share/terminfo - if use xterm-color; then - epatch doc/urxvt-8.2-256color.patch - sed -e \ - 's/^\(rxvt-unicode\)/\1256/;s/colors#88/colors#256/;s/pairs#256/pairs#32767/' \ - doc/etc/rxvt-unicode.terminfo > doc/etc/rxvt-unicode256.terminfo - sed -i -e \ - "s~^\(\s\+@TIC@.*\)~\1\n\t@TIC@ -o "${D}"/${tdir} \$(srcdir)/etc/rxvt-unicode256.terminfo~" \ - doc/Makefile.in - fi - - use wcwidth && epatch doc/wcwidth.patch - - # bug #240165 - epatch "${FILESDIR}"/${P}-no-urgency-if-focused.diff - - # ncurses will provide rxvt-unicode terminfo, so we don't install them again - # see bug #192083 - # - # According to my tests this is not (yet?) true, so keep it prepared and - # disabled until it's needed again. - #if has_version '<sys-libs/ncurses-5.7'; then - sed -i -e \ - "s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o "${D}"/${tdir} \1~" \ - doc/Makefile.in - #else - # # Remove everything except if we have rxvt-unicode256 - # sed -i -e \ - # '/rxvt-unicode256/p;/@TIC@/d' \ - # doc/Makefile.in - #fi - - # bug #263638 - epatch "${FILESDIR}"/${P}-popups-hangs.patch - - eautoreconf -} - -src_compile() { - local myconf='' - - use iso14755 || myconf='--disable-iso14755' - use xterm-color && myconf="$myconf --enable-xterm-colors=256" - - econf --enable-everything \ - $(use_enable truetype xft) \ - $(use_enable afterimage) \ - $(use_enable perl) \ - --disable-text-blink \ - ${myconf} - - 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." -} diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.06-r2.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.06-r2.ebuild deleted file mode 100644 index 167690a20189..000000000000 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.06-r2.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2009 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.06-r2.ebuild,v 1.3 2009/10/26 13:11:01 jer Exp $ - -EAPI="2" - -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="truetype perl iso14755 afterimage xterm-color wcwidth +vanilla" - -# see bug #115992 for modular x deps -RDEPEND="x11-libs/libX11 - x11-libs/libXft - afterimage? ( media-libs/libafterimage ) - x11-libs/libXrender - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xproto" - -src_prepare() { - #Bug 270694 - epatch "${FILESDIR}/${PN}-9.06-glibc-2.10.patch" - - if (use xterm-color || use wcwidth); then - ewarn "You enabled xterm-color or wcwidth or both." - ewarn "Please note that neither of them are supported by upstream." - ewarn "You are at your own if you run into problems." - ebeep 5 - fi - - local tdir=/usr/share/terminfo - if use xterm-color; then - epatch doc/urxvt-8.2-256color.patch - sed -e \ - 's/^\(rxvt-unicode\)/\1256/;s/colors#88/colors#256/;s/pairs#256/pairs#32767/' \ - doc/etc/rxvt-unicode.terminfo > doc/etc/rxvt-unicode256.terminfo - sed -i -e \ - "s~^\(\s\+@TIC@.*\)~\1\n\t@TIC@ -o "${D}"/${tdir} \$(srcdir)/etc/rxvt-unicode256.terminfo~" \ - doc/Makefile.in - fi - - use wcwidth && epatch doc/wcwidth.patch - - # bug #240165 - epatch "${FILESDIR}"/${P}-no-urgency-if-focused.diff - - # ncurses will provide rxvt-unicode terminfo, so we don't install them again - # see bug #192083 - # - # According to my tests this is not (yet?) true, so keep it prepared and - # disabled until it's needed again. - #if has_version '<sys-libs/ncurses-5.7'; then - sed -i -e \ - "s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o "${D}"/${tdir} \1~" \ - doc/Makefile.in - #else - # # Remove everything except if we have rxvt-unicode256 - # sed -i -e \ - # '/rxvt-unicode256/p;/@TIC@/d' \ - # doc/Makefile.in - #fi - - # bug #263638 - epatch "${FILESDIR}"/${P}-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." - ebeep 5 - epatch "${FILESDIR}"/${PN}-9.05_no-MOTIF-WM-INFO.patch - fi - - eautoreconf -} - -src_configure() { - local myconf='' - - use iso14755 || myconf='--disable-iso14755' - use xterm-color && myconf="$myconf --enable-xterm-colors=256" - - econf --enable-everything \ - $(use_enable truetype xft) \ - $(use_enable afterimage) \ - $(use_enable perl) \ - --disable-text-blink \ - ${myconf} -} - -src_compile() { - 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." -} diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.06.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.06.ebuild deleted file mode 100644 index 7850cbb982db..000000000000 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.06.ebuild +++ /dev/null @@ -1,105 +0,0 @@ -# Copyright 1999-2009 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.06.ebuild,v 1.3 2009/10/26 13:11:01 jer Exp $ - -EAPI="1" - -inherit autotools 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="truetype perl iso14755 afterimage xterm-color wcwidth +vanilla" - -# see bug #115992 for modular x deps -RDEPEND="x11-libs/libX11 - x11-libs/libXft - afterimage? ( media-libs/libafterimage ) - x11-libs/libXrender - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - - #Bug 270694 - epatch "${FILESDIR}/${PN}-9.06-glibc-2.10.patch" - - if (use xterm-color || use wcwidth); then - ewarn "You enabled xterm-color or wcwidth or both." - ewarn "Please note that neither of them are supported by upstream." - ewarn "You are at your own if you run into problems." - ebeep 5 - fi - - local tdir=/usr/share/terminfo - if use xterm-color; then - epatch doc/urxvt-8.2-256color.patch - sed -e \ - 's/^\(rxvt-unicode\)/\1256/;s/colors#88/colors#256/;s/pairs#256/pairs#32767/' \ - doc/etc/rxvt-unicode.terminfo > doc/etc/rxvt-unicode256.terminfo - sed -i -e \ - "s~^\(\s\+@TIC@.*\)~\1\n\t@TIC@ -o ${D}/${tdir} \$(srcdir)/etc/rxvt-unicode256.terminfo~" \ - doc/Makefile.in - fi - - use wcwidth && epatch doc/wcwidth.patch - - # ncurses will provide rxvt-unicode terminfo, so we don't install them again - # see bug #192083 - # - # According to my tests this is not (yet?) true, so keep it prepared and - # disabled until it's needed again. - #if has_version '<sys-libs/ncurses-5.7'; then - sed -i -e \ - "s~@TIC@ \(\$(srcdir)/etc/rxvt\)~@TIC@ -o ${D}/${tdir} \1~" \ - doc/Makefile.in - #else - # # Remove everything except if we have rxvt-unicode256 - # sed -i -e \ - # '/rxvt-unicode256/p;/@TIC@/d' \ - # doc/Makefile.in - #fi - - eautoreconf -} - -src_compile() { - local myconf='' - - use iso14755 || myconf='--disable-iso14755' - use xterm-color && myconf="$myconf --enable-xterm-colors=256" - - econf --enable-everything \ - $(use_enable truetype xft) \ - $(use_enable afterimage) \ - $(use_enable perl) \ - --disable-text-blink \ - ${myconf} - - 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." -} |