summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-04-14 09:09:02 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-04-14 09:09:02 +0000
commita23eed6670bbcde5132fb69e80f167a12d73a1c1 (patch)
treea59de918c9f78531948ecaa2424d4fff769dab79 /x11-misc/bbrb
parentNumerous small fixes, see ChangeLogs for details. (diff)
downloadhistorical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.gz
historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.tar.bz2
historical-a23eed6670bbcde5132fb69e80f167a12d73a1c1.zip
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/bbrb')
-rw-r--r--x11-misc/bbrb/ChangeLog7
-rw-r--r--x11-misc/bbrb/bbrb-0.4.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/bbrb/ChangeLog b/x11-misc/bbrb/ChangeLog
index d59649856ef1..ee84acfcee41 100644
--- a/x11-misc/bbrb/ChangeLog
+++ b/x11-misc/bbrb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/bbrb
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/ChangeLog,v 1.7 2003/12/04 16:45:38 tseng Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/ChangeLog,v 1.8 2004/04/14 09:09:01 aliz Exp $
+
+ 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbrb-0.4.1.ebuild:
+ Removed S=, added IUSE=
04 Dec 2003; Brandon Hale <tseng@gentoo.org> bbrb-0.4.1.ebuild:
Fix bad DEPEND.
diff --git a/x11-misc/bbrb/bbrb-0.4.1.ebuild b/x11-misc/bbrb/bbrb-0.4.1.ebuild
index 40951cbf8fa3..267f0d99225d 100644
--- a/x11-misc/bbrb/bbrb-0.4.1.ebuild
+++ b/x11-misc/bbrb/bbrb-0.4.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/bbrb-0.4.1.ebuild,v 1.11 2003/12/04 16:45:38 tseng Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbrb/bbrb-0.4.1.ebuild,v 1.12 2004/04/14 09:09:01 aliz Exp $
-S=${WORKDIR}/${P}
+IUSE=""
DESCRIPTION="Background manager for blackbox/fluxbox/openbox"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
HOMEPAGE="http://bbrb.sourceforge.net"