* [gentoo-commits] repo/gentoo:master commit in: dev-util/ftnchek/
@ 2019-02-22 21:08 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2019-02-22 21:08 UTC (permalink / raw
To: gentoo-commits
commit: 2d01ddf0cc96b3714cb46e63f77530c70e446a6c
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Feb 22 17:08:47 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 21:08:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d01ddf0
dev-util/ftnchek: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-util/ftnchek/ftnchek-3.3.1-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-util/ftnchek/ftnchek-3.3.1-r1.ebuild b/dev-util/ftnchek/ftnchek-3.3.1-r1.ebuild
index 10f581a6233..9ef2be707e2 100644
--- a/dev-util/ftnchek/ftnchek-3.3.1-r1.ebuild
+++ b/dev-util/ftnchek/ftnchek-3.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -6,8 +6,8 @@ EAPI="2"
inherit autotools
DESCRIPTION="Static analyzer a la 'lint' for Fortran 77"
-HOMEPAGE="http://www.dsm.fordham.edu/~ftnchek/"
-SRC_URI="http://www.dsm.fordham.edu/~${PN}/download/${P}.tar.gz"
+HOMEPAGE="https://www.dsm.fordham.edu/~ftnchek/"
+SRC_URI="https://www.dsm.fordham.edu/~${PN}/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/ftnchek/
@ 2019-02-22 21:08 Patrice Clement
0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2019-02-22 21:08 UTC (permalink / raw
To: gentoo-commits
commit: f3569f09a07b665a228959d14ad46b824b8f287f
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Feb 22 17:06:59 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 21:08:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3569f09
dev-util/ftnchek: EAPI7, use https.
Closes: https://bugs.gentoo.org/632428
Closes: https://bugs.gentoo.org/678598
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11142
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-util/ftnchek/ftnchek-3.3.1-r2.ebuild | 47 ++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
diff --git a/dev-util/ftnchek/ftnchek-3.3.1-r2.ebuild b/dev-util/ftnchek/ftnchek-3.3.1-r2.ebuild
new file mode 100644
index 00000000000..8543e828e99
--- /dev/null
+++ b/dev-util/ftnchek/ftnchek-3.3.1-r2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Static analyzer a la 'lint' for Fortran 77"
+HOMEPAGE="https://www.dsm.fordham.edu/~ftnchek/"
+SRC_URI="https://www.dsm.fordham.edu/~${PN}/download/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+src_prepare() {
+ default
+ mv configure.{in,ac} || die
+ mv dcl2inc.{man,1} || die
+
+ #1 Do not strip
+ #2 CFLAGS is used internally, so append to it
+ sed -i Makefile.in \
+ -e '/-$(STRIP)/d' \
+ -e 's|CFLAGS\([[:space:]]*\)=|CFLAGS\1+=|' \
+ || die "sed Makefile.in"
+
+ #1 Respect CFLAGS
+ #2 Respect LDFLAGS
+ sed -i configure.ac \
+ -e 's|OPT=".*"|OPT=""|g' \
+ -e '/^LDFLAGS=/d' \
+ || die "sed configure.ac"
+
+ eautoreconf
+}
+
+src_install() {
+ dobin ${PN} dcl2inc
+ doman ${PN}.1 dcl2inc.1
+ insinto /usr/share/${PN}
+ doins dcl2inc.awk
+ doins -r test
+ dodoc FAQ PATCHES README ToDo
+ docinto html
+ dodoc -r html/*
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/ftnchek/
@ 2019-03-07 17:42 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2019-03-07 17:42 UTC (permalink / raw
To: gentoo-commits
commit: ee13e218c1a04965197260f31f5b716d118bd7c8
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 17:41:24 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 17:41:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee13e218
dev-util/ftnchek: x86 stable wrt bug #679470
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
dev-util/ftnchek/ftnchek-3.3.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/ftnchek/ftnchek-3.3.1-r2.ebuild b/dev-util/ftnchek/ftnchek-3.3.1-r2.ebuild
index 8543e828e99..116df3b59ee 100644
--- a/dev-util/ftnchek/ftnchek-3.3.1-r2.ebuild
+++ b/dev-util/ftnchek/ftnchek-3.3.1-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://www.dsm.fordham.edu/~${PN}/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/ftnchek/
@ 2019-03-07 17:42 Mikle Kolyada
0 siblings, 0 replies; 4+ messages in thread
From: Mikle Kolyada @ 2019-03-07 17:42 UTC (permalink / raw
To: gentoo-commits
commit: ba85cf889b56a11f004065d335d741bab218d147
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 17:42:23 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 17:42:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba85cf88
dev-util/ftnchek: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-util/ftnchek/ftnchek-3.3.1-r1.ebuild | 41 --------------------------------
1 file changed, 41 deletions(-)
diff --git a/dev-util/ftnchek/ftnchek-3.3.1-r1.ebuild b/dev-util/ftnchek/ftnchek-3.3.1-r1.ebuild
deleted file mode 100644
index 9ef2be707e2..00000000000
--- a/dev-util/ftnchek/ftnchek-3.3.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="Static analyzer a la 'lint' for Fortran 77"
-HOMEPAGE="https://www.dsm.fordham.edu/~ftnchek/"
-SRC_URI="https://www.dsm.fordham.edu/~${PN}/download/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-src_prepare() {
- #1 Do not strip
- #2 CFLAGS is used internally, so append to it
- sed -i Makefile.in \
- -e '/-$(STRIP)/d' \
- -e 's|CFLAGS\([[:space:]]*\)=|CFLAGS\1+=|' \
- || die "sed Makefile.in"
-
- #1 Respect CFLAGS
- #2 Respect LDFLAGS
- sed -i configure.in \
- -e 's|OPT=".*"|OPT=""|g' \
- -e '/^LDFLAGS=/d' \
- || die "sed configure.in"
-
- eautoreconf
-}
-
-src_install() {
- einstall || die
- dodoc FAQ PATCHES README ToDo
- dohtml html/*
- dodir /usr/share/${PN}
- cp -r test "${D}"/usr/share/${PN}
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-03-07 17:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-22 21:08 [gentoo-commits] repo/gentoo:master commit in: dev-util/ftnchek/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2019-02-22 21:08 Patrice Clement
2019-03-07 17:42 Mikle Kolyada
2019-03-07 17:42 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox