mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-02-09 11:15:45 +01:00
Added universal ctags and modified eselect
This commit is contained in:
1
dev-util/universal-ctags/Manifest
Normal file
1
dev-util/universal-ctags/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
EBUILD universal-ctags-9999.ebuild 786 SHA256 a5c1f8752b1a4cfddf1af065539e3438bd55c2ff0ddeeeaab6884362f5a3eca4 SHA512 932a6ff0ed9f018afaa3a6f87626e92b9469aaa43a88cbe43b619b2f763c08264078693a95309f4e9946ae66fedf38b26058615a5222b1cc8815bd1fc634b646 WHIRLPOOL 8874223e57650bba95a56a2f36668f780341b12b90a3022a7d5e58c14248e5de50fc73c662dabd392c77d5ad72a1f61b37f11ecc9d04d6faa676964d947a1f80
|
||||
41
dev-util/universal-ctags/universal-ctags-9999.ebuild
Normal file
41
dev-util/universal-ctags/universal-ctags-9999.ebuild
Normal file
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit autotools git-r3
|
||||
|
||||
DESCRIPTION="A maintained ctags implementation"
|
||||
HOMEPAGE="https://ctags.io"
|
||||
EGIT_REPO_URI="https://github.com/universal-ctags/ctags"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-eselect/eselect-ctags"
|
||||
|
||||
src_prepare() {
|
||||
[[ ${PV} == "9999" ]] && ./autogen.sh
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-readlib \
|
||||
--disable-etags \
|
||||
--program-prefix=universal- \
|
||||
--enable-tmpdir=/tmp
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
eselect ctags update
|
||||
elog "You can set the version to be started by /usr/bin/ctags through"
|
||||
elog "the ctags eselect module. \"man ctags.eselect\" for details."
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
eselect ctags update
|
||||
}
|
||||
Reference in New Issue
Block a user