diff options
author | Matt Keadle <mkeadle@gentoo.org> | 2002-11-05 22:50:02 +0000 |
---|---|---|
committer | Matt Keadle <mkeadle@gentoo.org> | 2002-11-05 22:50:02 +0000 |
commit | 0bf1eb8d62d31981a060f6cff188fb522860700b (patch) | |
tree | 355fd362a2c5490dc8d6e1626730a54c273475ec /x11-wm | |
parent | bugfix release (diff) | |
download | historical-0bf1eb8d62d31981a060f6cff188fb522860700b.tar.gz historical-0bf1eb8d62d31981a060f6cff188fb522860700b.tar.bz2 historical-0bf1eb8d62d31981a060f6cff188fb522860700b.zip |
Added ewarns to 0.65.0-r1
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0-r1.ebuild | 13 |
2 files changed, 15 insertions, 3 deletions
diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog index 4a850b56715a..5ca1e6cb1e93 100644 --- a/x11-wm/blackbox/ChangeLog +++ b/x11-wm/blackbox/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-wm/blackbox # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.18 2002/10/26 05:19:06 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.19 2002/11/05 22:50:02 mkeadle Exp $ *blackbox-0.65.0-r1 (26 Oct 2002) + 5 Nov 2002; Matt Keadle <mkeadle@gentoo.org> blackbox-0.65.0-r1 + Added some ewarn statements allerting users to the mousewheel patch. + 26 Oct 2002; Matt Keadle <mkeadle@gentoo.org> blackbox-0.65.0-r1 files/digest-blackbox-0.65.0-r1 diff --git a/x11-wm/blackbox/blackbox-0.65.0-r1.ebuild b/x11-wm/blackbox/blackbox-0.65.0-r1.ebuild index aebc03725c6d..2e406fc9a32d 100644 --- a/x11-wm/blackbox/blackbox-0.65.0-r1.ebuild +++ b/x11-wm/blackbox/blackbox-0.65.0-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0-r1.ebuild,v 1.1 2002/10/26 05:19:06 mkeadle Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0-r1.ebuild,v 1.2 2002/11/05 22:50:02 mkeadle Exp $ IUSE="nls" inherit commonbox S=${WORKDIR}/${P} -DESCRIPTION="A small, fast, full-featured window manager for X" +DESCRIPTION="A small, fast, full-featured window manager for X - with mousewheel patch" SRC_URI="mirror://sourceforge/blackboxwm/${P}.tar.gz" HOMEPAGE="http://blackboxwm.sf.net/" @@ -21,3 +21,12 @@ src_unpack() { unpack ${P}.tar.gz patch -p0 < ${FILESDIR}/blackbox-0.65.0-mousewheel_focus-workspace.patch } + +pkg_postinst() { + ewarn + ewarn "This build of Blackbox makes use of the mousewheel patch, allowing you" + ewarn "to use the mousewheel chage workspace or application focus." + ewarn "It is known to have a few issues. For a default install of Blackbox" + ewarn "you may emerge ${PN}-${PV}." + ewarn +} |