diff options
author | Hanno Boeck <hanno@gentoo.org> | 2003-05-13 17:19:02 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2003-05-13 17:19:02 +0000 |
commit | 4516e91bc59df1bab238d9ee4be93b3801dee804 (patch) | |
tree | 8684b51c0089c2816f961f26ee913341bf8af80c /x11-misc | |
parent | new version of libchipcard ebuild (diff) | |
download | historical-4516e91bc59df1bab238d9ee4be93b3801dee804.tar.gz historical-4516e91bc59df1bab238d9ee4be93b3801dee804.tar.bz2 historical-4516e91bc59df1bab238d9ee4be93b3801dee804.zip |
new version of bbconf
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbconf/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/bbconf/Manifest | 7 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.10.ebuild (renamed from x11-misc/bbconf/bbconf-1.2.ebuild) | 13 | ||||
-rw-r--r-- | x11-misc/bbconf/files/digest-bbconf-1.10 | 1 | ||||
-rw-r--r-- | x11-misc/bbconf/files/digest-bbconf-1.2 | 1 |
5 files changed, 23 insertions, 6 deletions
diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index fd8051788a29..54ab728fabba 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,11 @@ # 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.7 2003/03/01 20:40:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.8 2003/05/13 17:18:48 hanno Exp $ + +*bbconf-1.10 (13 May 2003) + + 13 May 2003; Hanno Boeck <hanno@gentoo.org> bbconf-1.10.ebuild : + New version submitted by Matt Jacobs. 01 Mar 2003; Hanno Boeck <hanno@gentoo.org> : Fixed download location. diff --git a/x11-misc/bbconf/Manifest b/x11-misc/bbconf/Manifest new file mode 100644 index 000000000000..c88c855ec73d --- /dev/null +++ b/x11-misc/bbconf/Manifest @@ -0,0 +1,7 @@ +MD5 12489714128c9beb73ed5942c1b99472 ChangeLog 1221 +MD5 c577968abbe02c3e403ec369e60f2bfa bbconf-1.2-r1.ebuild 655 +MD5 fcf84e2b3bc6cd6ae54fc17050183ef0 bbconf-1.6.ebuild 653 +MD5 6c4ff2eb6651f765c8c18d1f313a91b4 bbconf-1.10.ebuild 654 +MD5 743beb2e6b3d620f7017e65bf366d863 files/digest-bbconf-1.2-r1 62 +MD5 5ae0191856fb6129ae1d5167835ee4a9 files/digest-bbconf-1.6 62 +MD5 2886c56b6388232dca62f2e33f940455 files/digest-bbconf-1.10 63 diff --git a/x11-misc/bbconf/bbconf-1.2.ebuild b/x11-misc/bbconf/bbconf-1.10.ebuild index d62c93c3d23a..22b9363cb02b 100644 --- a/x11-misc/bbconf/bbconf-1.2.ebuild +++ b/x11-misc/bbconf/bbconf-1.10.ebuild @@ -1,19 +1,24 @@ # 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.12 2003/03/01 20:40:16 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.1 2003/05/13 17:18:48 hanno 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 sparc " +KEYWORDS="~x86 -ppc ~sparc" +IUSE="" DEPEND="virtual/x11 - =x11-libs/qt-2*" + >=x11-libs/qt-3.0.3" -#RDEPEND="" +src_compile () { + ./configure --prefix=/usr --host=${CHOST} --with-qt-dir=/usr/qt/3 || die + emake || die +} src_install () { make DESTDIR=${D} install || die diff --git a/x11-misc/bbconf/files/digest-bbconf-1.10 b/x11-misc/bbconf/files/digest-bbconf-1.10 new file mode 100644 index 000000000000..8ece73c8927b --- /dev/null +++ b/x11-misc/bbconf/files/digest-bbconf-1.10 @@ -0,0 +1 @@ +MD5 8ced4ce5683c40aa71e568e1fdc6ad35 bbconf-1.10.tar.gz 720599 diff --git a/x11-misc/bbconf/files/digest-bbconf-1.2 b/x11-misc/bbconf/files/digest-bbconf-1.2 deleted file mode 100644 index a597a2958686..000000000000 --- a/x11-misc/bbconf/files/digest-bbconf-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 09da21749c13b72681a50bcb76f37484 bbconf-1.2.tar.gz 559768 |