diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 08:27:54 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-20 08:27:54 +0000 |
commit | 3d2b44bc06a82c3bb6453588b6487b12669dda31 (patch) | |
tree | 1b6d9f671f003f530a37efde5a06ebe2edefb2cd /dev-java/infobus-bin | |
parent | Keywords ~amd64. (Manifest recommit) (diff) | |
download | gentoo-2-3d2b44bc06a82c3bb6453588b6487b12669dda31.tar.gz gentoo-2-3d2b44bc06a82c3bb6453588b6487b12669dda31.tar.bz2 gentoo-2-3d2b44bc06a82c3bb6453588b6487b12669dda31.zip |
Fixed HOMEPAGE. Keywords ~amd64.
Diffstat (limited to 'dev-java/infobus-bin')
-rw-r--r-- | dev-java/infobus-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/infobus-bin/infobus-bin-1.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/infobus-bin/ChangeLog b/dev-java/infobus-bin/ChangeLog index b6620ef45284..957069e58bed 100644 --- a/dev-java/infobus-bin/ChangeLog +++ b/dev-java/infobus-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/infobus-bin # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/infobus-bin/ChangeLog,v 1.3 2004/10/16 17:16:52 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/infobus-bin/ChangeLog,v 1.4 2004/10/20 08:27:54 absinthe Exp $ + + 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> infobus-bin-1.2.ebuild: + Fixed HOMEPAGE. Keywords ~amd64. 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> infobus-bin-1.2.ebuild: use java-pkg_dohtml instead of dohtml to also install the package-list in diff --git a/dev-java/infobus-bin/infobus-bin-1.2.ebuild b/dev-java/infobus-bin/infobus-bin-1.2.ebuild index 8786952981b9..e2941c031d8a 100644 --- a/dev-java/infobus-bin/infobus-bin-1.2.ebuild +++ b/dev-java/infobus-bin/infobus-bin-1.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/infobus-bin/infobus-bin-1.2.ebuild,v 1.2 2004/10/16 17:16:52 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/infobus-bin/infobus-bin-1.2.ebuild,v 1.3 2004/10/20 08:27:54 absinthe Exp $ inherit java-pkg DESCRIPTION="InfoBus enables dynamic exchange of data between JavaBeans component architecture." SRC_URI="ib12.zip" -HOMEPAGE="http://java.sun.com/products/javabeans/infobus/index.html" -KEYWORDS="x86 ppc sparc" +HOMEPAGE="http://java.sun.com/products/archive/javabeans/infobus/" +KEYWORDS="x86 ppc sparc ~amd64" LICENSE="infobus" SLOT="0" RESTRICT="fetch" |