diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-02-11 08:31:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-02-11 08:31:02 +0000 |
commit | 6de0a84ded6b68be145c5eca69a9feefa40722b7 (patch) | |
tree | c69bf7c3c2c07d81a4d7f8d291e80d00e0a152d3 /sys-devel/omni/omni-1.6.ebuild | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-6de0a84ded6b68be145c5eca69a9feefa40722b7.tar.gz gentoo-2-6de0a84ded6b68be145c5eca69a9feefa40722b7.tar.bz2 gentoo-2-6de0a84ded6b68be145c5eca69a9feefa40722b7.zip |
HOMEPAGE correction thanks to xzcvczx in #gentoo-hardened
Diffstat (limited to 'sys-devel/omni/omni-1.6.ebuild')
-rw-r--r-- | sys-devel/omni/omni-1.6.ebuild | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/sys-devel/omni/omni-1.6.ebuild b/sys-devel/omni/omni-1.6.ebuild index 0683a1717dc6..938a3f29d49b 100644 --- a/sys-devel/omni/omni-1.6.ebuild +++ b/sys-devel/omni/omni-1.6.ebuild @@ -1,20 +1,22 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.6.ebuild,v 1.1 2003/11/06 11:53:48 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.6.ebuild,v 1.2 2004/02/11 08:31:02 seemant Exp $ +IUSE="java doc" + +MY_P=Omni-${PV} +S=${WORKDIR}/${MY_P} DESCRIPTION="The Omni OpenMP Compiler" -HOMEPAGE="http://phase.etl.go.jp/Omni/" -LICENSE="Omni" +HOMEPAGE="http://phase.hpcc.jp/Omni/home.html" + SLOT="0" +LICENSE="Omni" KEYWORDS="~x86" -MY_P=Omni-${PV} -S=${WORKDIR}/${MY_P} -RESTRICT="fetch" -IUSE="java doc" +RESTRICT="fetch" DEPEND="java? ( virtual/jdk - app-arch/zip ) + app-arch/zip ) sys-apps/sed" RDEPEND="java? ( virtual/jdk )" |