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.4a.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.4a.ebuild')
-rw-r--r-- | sys-devel/omni/omni-1.4a.ebuild | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/sys-devel/omni/omni-1.4a.ebuild b/sys-devel/omni/omni-1.4a.ebuild index f3d550b5c333..cc1fd668b5f2 100644 --- a/sys-devel/omni/omni-1.4a.ebuild +++ b/sys-devel/omni/omni-1.4a.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.4a.ebuild,v 1.3 2003/10/20 10:34:54 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/omni/omni-1.4a.ebuild,v 1.4 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 )" |