summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-07 15:20:46 +0000
committerJustin Lecher <jlec@gentoo.org>2014-01-07 15:20:46 +0000
commit22fcf7582c04fd90a42fe9000fe3808fca8ca78d (patch)
tree42127f4933de111e886c253b7a4c2685b9de501f /x11-terms
parentStable for HPPA (bug #495884). (diff)
downloadgentoo-2-22fcf7582c04fd90a42fe9000fe3808fca8ca78d.tar.gz
gentoo-2-22fcf7582c04fd90a42fe9000fe3808fca8ca78d.tar.bz2
gentoo-2-22fcf7582c04fd90a42fe9000fe3808fca8ca78d.zip
x11-terms/rxvt-unicode: Add note about secondary-wheel and nano
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/rxvt-unicode/ChangeLog8
-rw-r--r--x11-terms/rxvt-unicode/rxvt-unicode-9.18.ebuild6
-rw-r--r--x11-terms/rxvt-unicode/rxvt-unicode-9.19.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog
index 732bd0a47b72..305fd1e254b7 100644
--- a/x11-terms/rxvt-unicode/ChangeLog
+++ b/x11-terms/rxvt-unicode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-terms/rxvt-unicode
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.251 2013/11/11 20:07:34 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.252 2014/01/07 15:20:46 jlec Exp $
+
+ 07 Jan 2014; Justin Lecher <jlec@gentoo.org> rxvt-unicode-9.18.ebuild,
+ rxvt-unicode-9.19.ebuild:
+ Add note about secondary-wheel and nano
11 Nov 2013; Jeroen Roovers <jer@gentoo.org>
files/rxvt-unicode-9.19-fading.patch:
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.18.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.18.ebuild
index 3c269702b036..df21d981ff5a 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.18.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.18.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.18.ebuild,v 1.9 2013/05/07 17:52:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.18.ebuild,v 1.10 2014/01/07 15:20:46 jlec Exp $
EAPI=4
inherit autotools eutils
@@ -125,7 +125,7 @@ pkg_postinst() {
if use secondary-wheel; then
elog "You have enabled the secondary-wheel USE flag."
elog "This allows you to scroll in secondary screens"
- elog "(like mutt's message list/view) using the mouse wheel."
+ elog "(like mutt's message list/view or nano) using the mouse wheel."
elog
elog "To actually enable the feature you have to add"
elog " URxvt*secondaryWheel: true"
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.19.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.19.ebuild
index 433edcfb79ac..4cbcd29c3b97 100644
--- a/x11-terms/rxvt-unicode/rxvt-unicode-9.19.ebuild
+++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.19.ebuild,v 1.2 2013/11/08 15:56:03 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.19.ebuild,v 1.3 2014/01/07 15:20:46 jlec Exp $
EAPI=4
inherit autotools eutils
@@ -126,7 +126,7 @@ pkg_postinst() {
if use secondary-wheel; then
elog "You have enabled the secondary-wheel USE flag."
elog "This allows you to scroll in secondary screens"
- elog "(like mutt's message list/view) using the mouse wheel."
+ elog "(like mutt's message list/view or nano) using the mouse wheel."
elog
elog "To actually enable the feature you have to add"
elog " URxvt*secondaryWheel: true"