summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-12-01 17:02:07 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-12-01 17:02:07 +0000
commit87a0727ea2115ef5d0e9f98d648c2913a229d151 (patch)
treebe3f685fba74b1b4f7b9ee31d6bc6f04fe449d2b /sci-libs/xgks-pmel
parentInitial commit. Ebuild by Oliver Jaksch, closes bug #342181. (diff)
downloadhistorical-87a0727ea2115ef5d0e9f98d648c2913a229d151.tar.gz
historical-87a0727ea2115ef5d0e9f98d648c2913a229d151.tar.bz2
historical-87a0727ea2115ef5d0e9f98d648c2913a229d151.zip
Remove use of fortran eclass
Package-Manager: portage-2.1.9.25/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/xgks-pmel')
-rw-r--r--sci-libs/xgks-pmel/ChangeLog7
-rw-r--r--sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/xgks-pmel/ChangeLog b/sci-libs/xgks-pmel/ChangeLog
index fa08a657b628..3b9ab0b2e3be 100644
--- a/sci-libs/xgks-pmel/ChangeLog
+++ b/sci-libs/xgks-pmel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/xgks-pmel
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.4 2009/12/04 21:01:44 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.5 2010/12/01 16:51:21 bicatali Exp $
+
+ 01 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> xgks-pmel-2.5.5.ebuild:
+ Remove use of fortran eclass
04 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org>
xgks-pmel-2.5.5.ebuild:
diff --git a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild
index df74926de9b3..bf88e728eeb7 100644
--- a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild
+++ b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.4 2009/12/04 21:01:44 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.5 2010/12/01 16:51:21 bicatali Exp $
-inherit eutils fortran toolchain-funcs multilib
+inherit eutils toolchain-funcs multilib
DESCRIPTION="PMEL fork of XGKS, an X11-based version of the ANSI Graphical Kernel System."
HOMEPAGE="http://www.gentoogeek.org/viewvc/Linux/xgks-pmel/"
@@ -29,7 +29,7 @@ src_compile() {
fontdb/Makefile.in || die "sed 1 failed"
CFLAGS=${CFLAGS} LD_X11='-L/usr/$(get_libdir) -lX11' \
- FC=${FORTRANC} CC=$(tc-getCC) OS=linux \
+ FC=$(tc-getFC) CC=$(tc-getCC) OS=linux \
./configure --prefix=/usr --exec_prefix=/usr/bin \
|| die "configure failed"