diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2004-06-06 17:16:06 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2004-06-06 17:16:06 +0000 |
commit | d695e0b09cb48df585c4dc268da54716a0eeeaad (patch) | |
tree | ee64641a0ce15567bc94188d7ca7dde612bb90ef /app-sci | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-d695e0b09cb48df585c4dc268da54716a0eeeaad.tar.gz gentoo-2-d695e0b09cb48df585c4dc268da54716a0eeeaad.tar.bz2 gentoo-2-d695e0b09cb48df585c4dc268da54716a0eeeaad.zip |
bump to x86, corrected depend, added fortran einfo
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/udunits/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/udunits/udunits-1.12.1.ebuild | 17 |
2 files changed, 17 insertions, 5 deletions
diff --git a/app-sci/udunits/ChangeLog b/app-sci/udunits/ChangeLog index 61c71cb18262..e6197519a6f9 100644 --- a/app-sci/udunits/ChangeLog +++ b/app-sci/udunits/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/udunits # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/ChangeLog,v 1.8 2004/05/12 19:10:48 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/ChangeLog,v 1.9 2004/06/06 17:16:06 nerdboy Exp $ + + 06 Jun 2004; Steve Arnold <nerdboy@gentoo.org> udunits-1.12.1.ebuild: + bump to x86, corrected depend, added einfo 12 May 2004; Bryan Østergaard <kloeri@gentoo.org> udunits-1.12.0.ebuild: Stable on alpha. diff --git a/app-sci/udunits/udunits-1.12.1.ebuild b/app-sci/udunits/udunits-1.12.1.ebuild index baf28cca4c8e..b41cab6b10ec 100644 --- a/app-sci/udunits/udunits-1.12.1.ebuild +++ b/app-sci/udunits/udunits-1.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/udunits-1.12.1.ebuild,v 1.1 2004/05/08 22:14:35 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/udunits/udunits-1.12.1.ebuild,v 1.2 2004/06/06 17:16:06 nerdboy Exp $ inherit eutils @@ -14,11 +14,12 @@ SRC_URI="ftp://unidata.ucar.edu/pub/udunits/udunits-${PV}.tar.Z" SLOT="0" LICENSE="UCAR-Unidata" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" -DEPEND="dev-lang/perl" +DEPEND="dev-lang/perl + sys-apps/sed" -RDEPEND="${DEPEND}" +RDEPEND="dev-lang/perl" src_unpack() { unpack ${A} @@ -65,3 +66,11 @@ src_install() { dodoc COPYRIGHT README RELEASE_NOTES VERSION CUSTOMIZE INSTALL } + +pkg_postinst() { + ewarn "This package requires a Fortran compiler for maximum utility." + ewarn "For now, make sure you have at least g77 for the f77 interface." + ewarn "The internal configure should detect many f77 compilers, however," + ewarn "if you have the PG compiler you will need to change the above" + ewarn "preprocessor macro to something like -Dpgifortran." +} |