diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-22 09:00:34 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-22 09:00:34 +0000 |
commit | d3da41ff8cf1866c709c3cd30e96055579cd70c4 (patch) | |
tree | d43c5b1167ea73153383ea145ddc52ce9f07e4f2 /dev-java/jgraph | |
parent | release mythtv-0.18. yay. (diff) | |
download | historical-d3da41ff8cf1866c709c3cd30e96055579cd70c4.tar.gz historical-d3da41ff8cf1866c709c3cd30e96055579cd70c4.tar.bz2 historical-d3da41ff8cf1866c709c3cd30e96055579cd70c4.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-java/jgraph')
-rw-r--r-- | dev-java/jgraph/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jgraph/jgraph-3.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/jgraph/ChangeLog b/dev-java/jgraph/ChangeLog index e21d68450c1a..92cd625decc6 100644 --- a/dev-java/jgraph/ChangeLog +++ b/dev-java/jgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jgraph -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.8 2004/11/03 11:30:47 axxo Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.9 2005/04/22 08:37:54 blubb Exp $ + + 22 Apr 2005; Simon Stelling <blubb@gentoo.org> jgraph-3.2.ebuild: + stable on amd64 03 Nov 2004; Thomas Matthijs <axxo@gentoo.org> jgraph-3.2.ebuild: depend on app-arch/unzip diff --git a/dev-java/jgraph/jgraph-3.2.ebuild b/dev-java/jgraph/jgraph-3.2.ebuild index 462560b03764..75b78e81f4c0 100644 --- a/dev-java/jgraph/jgraph-3.2.ebuild +++ b/dev-java/jgraph/jgraph-3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/jgraph-3.2.ebuild,v 1.7 2004/11/03 11:30:47 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/jgraph-3.2.ebuild,v 1.8 2005/04/22 08:37:54 blubb Exp $ inherit java-pkg @@ -16,7 +16,7 @@ DEPEND=">=virtual/jdk-1.4 RDEPEND=">=virtual/jdk-1.4" LICENSE="jgraph" SLOT="0" -KEYWORDS="x86 ~sparc ~ppc ~amd64" +KEYWORDS="x86 ~sparc ~ppc amd64" S=${WORKDIR} |