diff options
author | 2009-10-25 22:32:49 +0000 | |
---|---|---|
committer | 2009-10-25 22:32:49 +0000 | |
commit | 725ef52c20fb810f8962a499f65edf2e5c92e95a (patch) | |
tree | 3cc1ae5f24c48d4398e1f4d0716679c87bfef853 /x11-terms/rxvt-unicode | |
parent | Stable for HPPA (bug #289327). (diff) | |
download | gentoo-2-725ef52c20fb810f8962a499f65edf2e5c92e95a.tar.gz gentoo-2-725ef52c20fb810f8962a499f65edf2e5c92e95a.tar.bz2 gentoo-2-725ef52c20fb810f8962a499f65edf2e5c92e95a.zip |
bugs.g.o -> bug #. Quote FILESDIR.
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-terms/rxvt-unicode')
-rw-r--r-- | x11-terms/rxvt-unicode/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog index 4b1ae69797c5..930664a4a0db 100644 --- a/x11-terms/rxvt-unicode/ChangeLog +++ b/x11-terms/rxvt-unicode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/rxvt-unicode # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.134 2009/10/25 22:21:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.135 2009/10/25 22:32:49 jer Exp $ + + 25 Oct 2009; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.05-r3.ebuild: + bugs.g.o -> bug #. Quote FILESDIR. *rxvt-unicode-9.06-r2 (25 Oct 2009) diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild index 3f359db723b5..a1cfd0ec0bdf 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.1 2008/11/01 09:35:13 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.05-r3.ebuild,v 1.2 2009/10/25 22:32:49 jer Exp $ inherit autotools flag-o-matic @@ -47,16 +47,16 @@ src_unpack() { use wcwidth && epatch doc/wcwidth.patch - # https://bugs.gentoo.org/show_bug.cgi?id=240165 - epatch ${FILESDIR}/${PN}_no-urgency-if-focused.diff + # 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 - # https://bugs.gentoo.org/show_bug.cgi?id=237271 - epatch ${FILESDIR}/${P}_no-MOTIF-WM-INFO.patch + # bug #237271 + epatch "${FILESDIR}"/${P}_no-MOTIF-WM-INFO.patch fi sed -i -e \ |