diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-10-04 19:31:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 21:11:53 +0200 |
commit | 179256c7db761ab3435d9c3abf5ad6b167ad0765 (patch) | |
tree | 132cc844499aae295fc71a9301590b347f731d05 /dev-util/cgvg/cgvg-1.6.3.ebuild | |
parent | media-sound/csound: Drop unused CMake variables (diff) | |
download | gentoo-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/cgvg/cgvg-1.6.3.ebuild')
-rw-r--r-- | dev-util/cgvg/cgvg-1.6.3.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
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}" |