diff options
author | Hanno Böck <hanno@gentoo.org> | 2003-03-01 20:40:16 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2003-03-01 20:40:16 +0000 |
commit | 949e3ed7a5fa38b1c71f80e5380cfcf08f9effe1 (patch) | |
tree | b340ca6c14c740334ae363f136effa0727c853ff /x11-misc/bbconf | |
parent | fixage, see changelog (diff) | |
download | gentoo-2-949e3ed7a5fa38b1c71f80e5380cfcf08f9effe1.tar.gz gentoo-2-949e3ed7a5fa38b1c71f80e5380cfcf08f9effe1.tar.bz2 gentoo-2-949e3ed7a5fa38b1c71f80e5380cfcf08f9effe1.zip |
fixed download location of bbconf
Diffstat (limited to 'x11-misc/bbconf')
-rw-r--r-- | x11-misc/bbconf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.2-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.6.ebuild | 5 |
4 files changed, 11 insertions, 7 deletions
diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index 76311283d696..fd8051788a29 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,9 @@ # 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.6 2003/02/12 09:26:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.7 2003/03/01 20:40:16 hanno Exp $ + + 01 Mar 2003; Hanno Boeck <hanno@gentoo.org> : + Fixed download location. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-misc/bbconf/bbconf-1.2-r1.ebuild b/x11-misc/bbconf/bbconf-1.2-r1.ebuild index 0b984c3fd9ce..278134b865f9 100644 --- a/x11-misc/bbconf/bbconf-1.2-r1.ebuild +++ b/x11-misc/bbconf/bbconf-1.2-r1.ebuild @@ -1,10 +1,10 @@ # 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.11 2003/02/13 17:07:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2-r1.ebuild,v 1.12 2003/03/01 20:40:16 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." -SRC_URI="http://${PN}.sourceforge.net/code/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbconf.sourceforge.net" LICENSE="GPL-2" SLOT="0" diff --git a/x11-misc/bbconf/bbconf-1.2.ebuild b/x11-misc/bbconf/bbconf-1.2.ebuild index 2717e6ae9908..d62c93c3d23a 100644 --- a/x11-misc/bbconf/bbconf-1.2.ebuild +++ b/x11-misc/bbconf/bbconf-1.2.ebuild @@ -1,10 +1,10 @@ # 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.ebuild,v 1.11 2003/02/13 17:07:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.2.ebuild,v 1.12 2003/03/01 20:40:16 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." -SRC_URI="http://${PN}.sourceforge.net/code/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://bbconf.sourceforge.net" LICENSE="GPL-2" SLOT="0" diff --git a/x11-misc/bbconf/bbconf-1.6.ebuild b/x11-misc/bbconf/bbconf-1.6.ebuild index 2597ce4916d8..c87e0a7510a6 100644 --- a/x11-misc/bbconf/bbconf-1.6.ebuild +++ b/x11-misc/bbconf/bbconf-1.6.ebuild @@ -1,15 +1,16 @@ # 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.10 2003/02/13 17:07:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.11 2003/03/01 20:40:16 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." -SRC_URI="http://${PN}.sourceforge.net/code/${P}.tar.gz" +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-3.0.3" |