summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-06 23:18:27 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-06 23:18:27 +0000
commit5df5a5e3dcbfcf264803188d8acda7ad579aa6a8 (patch)
treeeaaace92cbd5d48545535cb4dfc73c39e22dfd20 /x11-misc/bbrb
parentforgot this one :) (diff)
downloadhistorical-5df5a5e3dcbfcf264803188d8acda7ad579aa6a8.tar.gz
historical-5df5a5e3dcbfcf264803188d8acda7ad579aa6a8.tar.bz2
historical-5df5a5e3dcbfcf264803188d8acda7ad579aa6a8.zip
small update
Diffstat (limited to 'x11-misc/bbrb')
-rw-r--r--x11-misc/bbrb/ChangeLog5
-rw-r--r--x11-misc/bbrb/bbrb-0.4.1.ebuild15
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/bbrb/ChangeLog b/x11-misc/bbrb/ChangeLog
index 722a73f89820..ccefa28916d8 100644
--- a/x11-misc/bbrb/ChangeLog
+++ b/x11-misc/bbrb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/bbrb
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/ChangeLog,v 1.1 2002/04/30 05:22:42 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/ChangeLog,v 1.2 2002/06/06 23:18:27 seemant Exp $
+
+ 6 Jun 2002; Stacey has made sure this works with fluxbox and openbox as
+ well, so I have updated the pkg_postinst() function with instructions.
*bbrb-0.4.1 (29 Apr 2002)
diff --git a/x11-misc/bbrb/bbrb-0.4.1.ebuild b/x11-misc/bbrb/bbrb-0.4.1.ebuild
index ec3311f9dccd..25d40db33dfa 100644
--- a/x11-misc/bbrb/bbrb-0.4.1.ebuild
+++ b/x11-misc/bbrb/bbrb-0.4.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 2002 Gentoo Technologies, Inc.
# Author: Stacy Keast <slik@telusplanet.net>
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/bbrb-0.4.1.ebuild,v 1.2 2002/05/27 17:27:40 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/bbrb-0.4.1.ebuild,v 1.3 2002/06/06 23:18:27 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="blackbox background manager."
@@ -15,16 +15,17 @@ RDEPEND="media-gfx/xv
x11-terms/eterm
virtual/blackbox"
+SLOT="0"
+LICENSE="GPL-2"
+
src_install () {
einstall || die
}
pkg_postinst() {
- if [ -f /usr/bin/fluxbox ]
- then
- einfo
- einfo "Warning: This will NOT work for fluxbox"
- einfo
- fi
+ ( [ -f /usr/bin/fluxbox ] || [ -f /usr/bin/openbox ] ) && ( \
+ einfo "Please see http://bbrb.sf.net to make this work with"
+ einfo "fluxbox/openbox"
+ )
}