summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-12 19:14:37 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-12 19:14:37 +0000
commitfd20aa7e82af4ec1fdd42fccbbad3f0cd070eddd (patch)
treef0098cf0c90571db882471c01a962769447b3d71 /dev-util/ftnchek
parentStable for HPPA (bug #287733). (diff)
downloadgentoo-2-fd20aa7e82af4ec1fdd42fccbbad3f0cd070eddd.tar.gz
gentoo-2-fd20aa7e82af4ec1fdd42fccbbad3f0cd070eddd.tar.bz2
gentoo-2-fd20aa7e82af4ec1fdd42fccbbad3f0cd070eddd.zip
Repoman issues
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/ftnchek')
-rw-r--r--dev-util/ftnchek/ftnchek-3.2.2.ebuild15
-rw-r--r--dev-util/ftnchek/ftnchek-3.3.1.ebuild12
2 files changed, 10 insertions, 17 deletions
diff --git a/dev-util/ftnchek/ftnchek-3.2.2.ebuild b/dev-util/ftnchek/ftnchek-3.2.2.ebuild
index d82fb41823d7..d37a60fe7064 100644
--- a/dev-util/ftnchek/ftnchek-3.2.2.ebuild
+++ b/dev-util/ftnchek/ftnchek-3.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.2.2.ebuild,v 1.6 2005/10/18 22:20:01 g2boojum Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.2.2.ebuild,v 1.7 2009/10/12 19:14:37 ssuominen Exp $
DESCRIPTION="Static analyzer a la 'lint' for Fortran 77"
HOMEPAGE="http://www.dsm.fordham.edu/~ftnchek/"
@@ -11,17 +11,10 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
-DEPEND=""
-
-src_compile() {
- econf || die
- emake || die
-}
-
src_install() {
einstall || die
- dodoc FAQ INSTALL LICENSE PATCHES README ToDo
+ dodoc FAQ PATCHES README ToDo
dohtml html/*
dodir /usr/share/${PN}
- cp -r test ${D}/usr/share/${PN}
+ cp -r test "${D}"/usr/share/${PN}
}
diff --git a/dev-util/ftnchek/ftnchek-3.3.1.ebuild b/dev-util/ftnchek/ftnchek-3.3.1.ebuild
index 941871950ba9..7cebf9eb449d 100644
--- a/dev-util/ftnchek/ftnchek-3.3.1.ebuild
+++ b/dev-util/ftnchek/ftnchek-3.3.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild,v 1.2 2006/12/09 09:57:18 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ftnchek/ftnchek-3.3.1.ebuild,v 1.3 2009/10/12 19:14:37 ssuominen Exp $
DESCRIPTION="Static analyzer a la 'lint' for Fortran 77"
HOMEPAGE="http://www.dsm.fordham.edu/~ftnchek/"
@@ -14,15 +14,15 @@ IUSE=""
DEPEND=""
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
sed -i -e 's:-$(STRIP) $(bindir)/ftnchek$(EXE)::' Makefile.in || die 'sed failed'
}
src_install() {
- einstall || die 'einstall failed'
- dodoc FAQ INSTALL LICENSE PATCHES README ToDo
+ einstall || die
+ dodoc FAQ PATCHES README ToDo
dohtml html/*
dodir /usr/share/${PN}
- cp -r test ${D}/usr/share/${PN}
+ cp -r test "${D}"/usr/share/${PN}
}