diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-14 09:09:02 +0000 |
commit | 556497b567af64403ef3b9ea293b90d666c415f9 (patch) | |
tree | cb329d1b10ffd6655208a0642708148fe511469f /x11-misc/bbconf | |
parent | Numerous small fixes, see ChangeLogs for details. (Manifest recommit) (diff) | |
download | gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.gz gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.tar.bz2 gentoo-2-556497b567af64403ef3b9ea293b90d666c415f9.zip |
Numerous small fixes, see ChangeLogs for details.
Diffstat (limited to 'x11-misc/bbconf')
-rw-r--r-- | x11-misc/bbconf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.10.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.6.ebuild | 3 |
4 files changed, 11 insertions, 9 deletions
diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index 18bc71e038a6..0d66f97e6667 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbconf -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.10 2004/02/28 19:19:17 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.11 2004/04/14 09:09:01 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> bbconf-1.10.ebuild, + bbconf-1.2-r1.ebuild, bbconf-1.6.ebuild: + Removed S=, added IUSE=. 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/bbconf/bbconf-1.10.ebuild b/x11-misc/bbconf/bbconf-1.10.ebuild index 22b9363cb02b..4c0e3b3c0b39 100644 --- a/x11-misc/bbconf/bbconf-1.10.ebuild +++ b/x11-misc/bbconf/bbconf-1.10.ebuild @@ -1,8 +1,7 @@ -# 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/bbconf/bbconf-1.10.ebuild,v 1.1 2003/05/13 17:18:48 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.2 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbconf.sourceforge.net" diff --git a/x11-misc/bbconf/bbconf-1.2-r1.ebuild b/x11-misc/bbconf/bbconf-1.2-r1.ebuild index 278134b865f9..fba700f88361 100644 --- a/x11-misc/bbconf/bbconf-1.2-r1.ebuild +++ b/x11-misc/bbconf/bbconf-1.2-r1.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.12 2003/03/01 20:40:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.13 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbconf.sourceforge.net" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc " +IUSE="" DEPEND="virtual/x11 =x11-libs/qt-2*" diff --git a/x11-misc/bbconf/bbconf-1.6.ebuild b/x11-misc/bbconf/bbconf-1.6.ebuild index c87e0a7510a6..77d72c6682cf 100644 --- a/x11-misc/bbconf/bbconf-1.6.ebuild +++ b/x11-misc/bbconf/bbconf-1.6.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.11 2003/03/01 20:40:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.12 2004/04/14 09:09:01 aliz Exp $ -S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbconf.sourceforge.net" |