summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cflow')
-rw-r--r--dev-util/cflow/Manifest2
-rw-r--r--dev-util/cflow/cflow-1.7.ebuild (renamed from dev-util/cflow/cflow-1.6.ebuild)12
-rw-r--r--dev-util/cflow/files/cflow-1.4-info-direntry.patch13
-rw-r--r--dev-util/cflow/metadata.xml21
4 files changed, 19 insertions, 29 deletions
diff --git a/dev-util/cflow/Manifest b/dev-util/cflow/Manifest
index cff328000177..32e506f584b3 100644
--- a/dev-util/cflow/Manifest
+++ b/dev-util/cflow/Manifest
@@ -1 +1 @@
-DIST cflow-1.6.tar.bz2 836405 BLAKE2B 6cfbfa9f4bb503616cb0bf465e70d9951eb52e65addff16ef2a1ee79b1a115e46ac4747510dd1edf5ec1d96c29540152a6fb2227715cef9e19acbb895f5cda2e SHA512 eb26695b479205ea391623d78ee537cac084a168a52c2bf4f2e4206d7a3f813e6e3f92684903673af905172c3b1df3f8ab1ccb7986bd61ed53feee34fb3fd7c6
+DIST cflow-1.7.tar.xz 727604 BLAKE2B 0d015f66a1cdeb5119d09c6a81231414362bb5a130d744a4532f3eac7de54f05472716afdcf244d413f510f2f955655654192ef467c56588a09a69b064bd43b7 SHA512 e92a559c5a7141b6c94b700b91e5737b22ddd8236771ebef420a71f2d3a979a64339f56163a16b00e11125f5730927dad29f39ab1c154ceefe3ac4d622c82b02
diff --git a/dev-util/cflow/cflow-1.6.ebuild b/dev-util/cflow/cflow-1.7.ebuild
index 3aa848e9a2d6..b09c50df820b 100644
--- a/dev-util/cflow/cflow-1.6.ebuild
+++ b/dev-util/cflow/cflow-1.7.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
inherit elisp-common
DESCRIPTION="C function call hierarchy analyzer"
HOMEPAGE="https://www.gnu.org/software/cflow/"
-SRC_URI="http://ftp.gnu.org/gnu/cflow/${P}.tar.bz2"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
@@ -16,12 +16,12 @@ IUSE="debug emacs nls"
RDEPEND="emacs? ( >=app-editors/emacs-23.1:* )
nls? ( virtual/libintl virtual/libiconv )"
-BDEPEND="${RDEPEND}
- sys-devel/flex
+DEPEND="nls? ( virtual/libintl virtual/libiconv )"
+BDEPEND="emacs? ( >=app-editors/emacs-23.1:* )
+ app-alternatives/lex
nls? ( sys-devel/gettext )"
SITEFILE="50${PN}-gentoo.el"
-PATCHES=( "${FILESDIR}/cflow-1.4-info-direntry.patch" )
src_configure() {
econf \
diff --git a/dev-util/cflow/files/cflow-1.4-info-direntry.patch b/dev-util/cflow/files/cflow-1.4-info-direntry.patch
deleted file mode 100644
index ab7e4956425f..000000000000
--- a/dev-util/cflow/files/cflow-1.4-info-direntry.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/doc/cflow.texi b/doc/cflow.texi
-index dfb1fdf..5dc1d48 100644
---- a/doc/cflow.texi
-+++ b/doc/cflow.texi
-@@ -21,7 +21,7 @@
- @end direntry
- @dircategory Emacs
- @direntry
--* cflow mode: (cflow)cflow mode. Major mode for visiting cflow charts.
-+* cflow mode: (cflow)Emacs. Major mode for visiting cflow charts.
- @end direntry
- @end ifinfo
-
diff --git a/dev-util/cflow/metadata.xml b/dev-util/cflow/metadata.xml
index a42aabce3ab6..2dbb79475c73 100644
--- a/dev-util/cflow/metadata.xml
+++ b/dev-util/cflow/metadata.xml
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- GNU cflow analyzes a collection of C source files and prints a graph,
- charting control flow within the program.
+ <!-- maintainer-needed -->
+ <longdescription lang="en">
+ GNU cflow analyzes a collection of C source files and prints a graph,
+ charting control flow within the program.
- GNU cflow is able to produce both direct and inverted flowgraphs for C
- sources. Optionally a cross-reference listing can be generated. Two
- output formats are implemented: POSIX and GNU (extended).
- </longdescription>
+ GNU cflow is able to produce both direct and inverted flowgraphs for C
+ sources. Optionally a cross-reference listing can be generated. Two
+ output formats are implemented: POSIX and GNU (extended).
+ </longdescription>
+ <upstream>
+ <remote-id type="savannah">cflow</remote-id>
+ </upstream>
</pkgmetadata>