diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-31 17:45:48 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-31 17:45:48 +0000 |
commit | 33c1ee6f74b4931a8f90f0c62b53f5a71c376caf (patch) | |
tree | 80025f83daea4548a91833d60313467ffad43565 /dev-java | |
parent | Fixed to build on ppc for real (diff) | |
download | gentoo-2-33c1ee6f74b4931a8f90f0c62b53f5a71c376caf.tar.gz gentoo-2-33c1ee6f74b4931a8f90f0c62b53f5a71c376caf.tar.bz2 gentoo-2-33c1ee6f74b4931a8f90f0c62b53f5a71c376caf.zip |
mirrors:// -> mirror://
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/concurrent-util/concurrent-util-1.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/concurrent-util/concurrent-util-1.3.4.ebuild b/dev-java/concurrent-util/concurrent-util-1.3.4.ebuild index 15bc7f6c4e56..c5581eff47aa 100644 --- a/dev-java/concurrent-util/concurrent-util-1.3.4.ebuild +++ b/dev-java/concurrent-util/concurrent-util-1.3.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/concurrent-util/concurrent-util-1.3.4.ebuild,v 1.9 2005/07/12 13:34:44 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/concurrent-util/concurrent-util-1.3.4.ebuild,v 1.10 2005/08/31 17:44:33 swegener Exp $ inherit java-pkg DESCRIPTION="Doug Lea's concurrency utilities provide standardized, efficient versions of utility classes commonly encountered in concurrent Java programming." -SRC_URI="mirrors://gentoo/gentoo-concurrent-util-1.3.4.tar.bz2" +SRC_URI="mirror://gentoo/gentoo-concurrent-util-1.3.4.tar.bz2" HOMEPAGE="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html" LICENSE="as-is" SLOT="0" |