diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-06-06 23:19:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-06-06 23:19:49 +0000 |
commit | 33b00b4f2b462da6952ab700296326ccd2485684 (patch) | |
tree | 4c3bf6637ff95d7c52ed149fdb79d09c846d8039 /x11-misc/bbrb | |
parent | removed some dead files (diff) | |
download | gentoo-2-33b00b4f2b462da6952ab700296326ccd2485684.tar.gz gentoo-2-33b00b4f2b462da6952ab700296326ccd2485684.tar.bz2 gentoo-2-33b00b4f2b462da6952ab700296326ccd2485684.zip |
small update
Diffstat (limited to 'x11-misc/bbrb')
-rw-r--r-- | x11-misc/bbrb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/bbrb/bbrb-0.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 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 25d40db33dfa..d26c58fab793 100644 --- a/x11-misc/bbrb/bbrb-0.4.1.ebuild +++ b/x11-misc/bbrb/bbrb-0.4.1.ebuild @@ -1,10 +1,10 @@ # 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.3 2002/06/06 23:18:27 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/bbrb-0.4.1.ebuild,v 1.4 2002/06/06 23:19:49 seemant Exp $ S=${WORKDIR}/${P} -DESCRIPTION="blackbox background manager." +DESCRIPTION="Background manager for blackbox/fluxbox/openbox" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbrb.sourceforge.net" |