summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-10-04 19:31:30 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-04 21:11:53 +0200
commit179256c7db761ab3435d9c3abf5ad6b167ad0765 (patch)
tree132cc844499aae295fc71a9301590b347f731d05 /dev-util
parentmedia-sound/csound: Drop unused CMake variables (diff)
downloadgentoo-179256c7db761ab3435d9c3abf5ad6b167ad0765.tar.gz
gentoo-179256c7db761ab3435d9c3abf5ad6b167ad0765.tar.bz2
gentoo-179256c7db761ab3435d9c3abf5ad6b167ad0765.zip
dev-util/cgvg: EAPI7, 1.6.3 version bump
Closes: https://bugs.gentoo.org/667748 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10063 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/cgvg/Manifest1
-rw-r--r--dev-util/cgvg/cgvg-1.6.3.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/dev-util/cgvg/Manifest b/dev-util/cgvg/Manifest
index 147285dedeba..ba5f760fb270 100644
--- a/dev-util/cgvg/Manifest
+++ b/dev-util/cgvg/Manifest
@@ -1 +1,2 @@
DIST cgvg-1.6.2.tar.gz 41790 BLAKE2B 7d3313172862c6b1cd41b3ab824b5c164b498012b8c3a9017804569757aaee0f4e20f7dd14c458eafed6629480e6a0e5c450ed16a06f627735f74c57b1156ad2 SHA512 b2b4ec973515a4282c7b5d4ac1009682ac64f632509717fda88c3fa91ee59c21c950b085b86c551d8f2fd75539a319eec0c8837655ad025042cbf6e101c92173
+DIST cgvg-1.6.3.tar.gz 42130 BLAKE2B e272a42cbc2c5edf08459273eb9f71036ec1afde4d20bb39593028eaf40026b83707b327ef8892a39b1e6f0f399dff3b52f9ff023e9092e26439d1e935da99d5 SHA512 9aeebd0952fc6a99ebeca54bbc54f9ff8858baed3b6c16ae391c033ba6ec6c411e34da88e25ec1208c8f0c536a47424ef09af15bf650485d54921b33c652e0ab
diff --git a/dev-util/cgvg/cgvg-1.6.3.ebuild b/dev-util/cgvg/cgvg-1.6.3.ebuild
new file mode 100644
index 000000000000..e6feba1299f9
--- /dev/null
+++ b/dev-util/cgvg/cgvg-1.6.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Minimal command-line source browsing tool similar to cscope"
+HOMEPAGE="http://uzix.org/cgvg.html"
+SRC_URI="http://uzix.org/cgvg/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND="dev-lang/perl"
+DEPEND="${RDEPEND}"