summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-06-03 20:57:31 +0000
committerMike Gilbert <floppym@gentoo.org>2013-06-03 20:57:31 +0000
commit8e13677ff6f244347d71a9628cfa0f17b1470031 (patch)
treefa36ff3f9216e487031aac694298808e61d35af3 /dev-util/global
parentRemove old per Arfrever. (diff)
downloadgentoo-2-8e13677ff6f244347d71a9628cfa0f17b1470031.tar.gz
gentoo-2-8e13677ff6f244347d71a9628cfa0f17b1470031.tar.bz2
gentoo-2-8e13677ff6f244347d71a9628cfa0f17b1470031.zip
Remove old per Arfrever.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-util/global')
-rw-r--r--dev-util/global/ChangeLog8
-rw-r--r--dev-util/global/global-5.9.5.ebuild72
-rw-r--r--dev-util/global/global-5.9.7.ebuild72
-rw-r--r--dev-util/global/global-6.1.ebuild72
-rw-r--r--dev-util/global/global-6.2.1.ebuild72
-rw-r--r--dev-util/global/global-6.2.2.ebuild72
-rw-r--r--dev-util/global/global-6.2.4.ebuild74
-rw-r--r--dev-util/global/global-6.2.7-r1.ebuild75
-rw-r--r--dev-util/global/global-6.2.7.ebuild74
-rw-r--r--dev-util/global/global-6.2.ebuild72
10 files changed, 7 insertions, 656 deletions
diff --git a/dev-util/global/ChangeLog b/dev-util/global/ChangeLog
index 4b7a9fa18bbc..74a0a3376f8f 100644
--- a/dev-util/global/ChangeLog
+++ b/dev-util/global/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/global
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.111 2013/05/26 15:57:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.112 2013/06/03 20:57:31 floppym Exp $
+
+ 03 Jun 2013; Mike Gilbert <floppym@gentoo.org> -global-5.9.5.ebuild,
+ -global-5.9.7.ebuild, -global-6.1.ebuild, -global-6.2.1.ebuild,
+ -global-6.2.2.ebuild, -global-6.2.4.ebuild, -global-6.2.7-r1.ebuild,
+ -global-6.2.7.ebuild, -global-6.2.ebuild:
+ Remove old per Arfrever.
26 May 2013; Agostino Sarubbo <ago@gentoo.org> global-6.2.8.ebuild:
Stable for x86, wrt bug #470490
diff --git a/dev-util/global/global-5.9.5.ebuild b/dev-util/global/global-5.9.5.ebuild
deleted file mode 100644
index acdf103e29d6..000000000000
--- a/dev-util/global/global-5.9.5.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.5.ebuild,v 1.6 2012/09/09 16:02:29 armin76 Exp $
-
-EAPI="3"
-
-inherit elisp-common
-
-DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
-HOMEPAGE="http://www.gnu.org/software/global/global.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-LICENSE="GPL-3"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="doc vim emacs"
-
-RDEPEND="vim? ( || ( app-editors/vim app-editors/gvim ) )
- emacs? ( virtual/emacs )"
-DEPEND="${DEPEND}
- doc? ( app-text/texi2html sys-apps/texinfo )"
-
-SITEFILE="50gtags-gentoo.el"
-
-src_configure() {
- econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
-}
-
-src_compile() {
- if use doc; then
- texi2pdf -q -o doc/global.pdf doc/global.texi
- texi2html -o doc/global.html doc/global.texi
- fi
-
- if use emacs; then
- elisp-compile *.el || die "elisp-compile failed"
- fi
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- if use doc; then
- dohtml doc/global.html
- [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
- fi
-
- dodoc AUTHORS FAQ NEWS README THANKS || die "dodoc failed"
-
- insinto /etc
- doins gtags.conf || die "doins gtags.conf failed"
-
- if use vim; then
- insinto /usr/share/vim/vimfiles/plugin
- doins gtags.vim || die "doins gtags.vim failed"
- fi
-
- if use emacs; then
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-util/global/global-5.9.7.ebuild b/dev-util/global/global-5.9.7.ebuild
deleted file mode 100644
index 7249acde54f2..000000000000
--- a/dev-util/global/global-5.9.7.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.7.ebuild,v 1.3 2012/09/09 16:02:29 armin76 Exp $
-
-EAPI="4"
-
-inherit elisp-common
-
-DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
-HOMEPAGE="http://www.gnu.org/software/global/global.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="doc emacs vim"
-
-RDEPEND="emacs? ( virtual/emacs )
- vim? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${DEPEND}
- doc? ( app-text/texi2html sys-apps/texinfo )"
-
-SITEFILE="50gtags-gentoo.el"
-
-src_configure() {
- econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
-}
-
-src_compile() {
- if use doc; then
- texi2pdf -q -o doc/global.pdf doc/global.texi
- texi2html -o doc/global.html doc/global.texi
- fi
-
- if use emacs; then
- elisp-compile *.el || die "elisp-compile failed"
- fi
-
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- if use doc; then
- dohtml doc/global.html
- [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
- fi
-
- dodoc AUTHORS FAQ NEWS README THANKS
-
- insinto /etc
- doins gtags.conf
-
- if use vim; then
- insinto /usr/share/vim/vimfiles/plugin
- doins gtags.vim
- fi
-
- if use emacs; then
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-util/global/global-6.1.ebuild b/dev-util/global/global-6.1.ebuild
deleted file mode 100644
index 15e70959922f..000000000000
--- a/dev-util/global/global-6.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.1.ebuild,v 1.3 2012/09/09 16:02:29 armin76 Exp $
-
-EAPI="4"
-
-inherit elisp-common
-
-DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
-HOMEPAGE="http://www.gnu.org/software/global/global.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="doc emacs vim"
-
-RDEPEND="emacs? ( virtual/emacs )
- vim? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${DEPEND}
- doc? ( app-text/texi2html sys-apps/texinfo )"
-
-SITEFILE="50gtags-gentoo.el"
-
-src_configure() {
- econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
-}
-
-src_compile() {
- if use doc; then
- texi2pdf -q -o doc/global.pdf doc/global.texi
- texi2html -o doc/global.html doc/global.texi
- fi
-
- if use emacs; then
- elisp-compile *.el || die "elisp-compile failed"
- fi
-
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- if use doc; then
- dohtml doc/global.html
- [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
- fi
-
- dodoc AUTHORS FAQ NEWS README THANKS
-
- insinto /etc
- doins gtags.conf
-
- if use vim; then
- insinto /usr/share/vim/vimfiles/plugin
- doins gtags.vim
- fi
-
- if use emacs; then
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-util/global/global-6.2.1.ebuild b/dev-util/global/global-6.2.1.ebuild
deleted file mode 100644
index c4b00530c0aa..000000000000
--- a/dev-util/global/global-6.2.1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.1.ebuild,v 1.3 2012/09/09 16:02:29 armin76 Exp $
-
-EAPI="4"
-
-inherit elisp-common
-
-DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
-HOMEPAGE="http://www.gnu.org/software/global/global.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="doc emacs vim"
-
-RDEPEND="emacs? ( virtual/emacs )
- vim? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${DEPEND}
- doc? ( app-text/texi2html sys-apps/texinfo )"
-
-SITEFILE="50gtags-gentoo.el"
-
-src_configure() {
- econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
-}
-
-src_compile() {
- if use doc; then
- texi2pdf -q -o doc/global.pdf doc/global.texi
- texi2html -o doc/global.html doc/global.texi
- fi
-
- if use emacs; then
- elisp-compile *.el || die "elisp-compile failed"
- fi
-
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- if use doc; then
- dohtml doc/global.html
- [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
- fi
-
- dodoc AUTHORS FAQ NEWS README THANKS
-
- insinto /etc
- doins gtags.conf
-
- if use vim; then
- insinto /usr/share/vim/vimfiles/plugin
- doins gtags.vim
- fi
-
- if use emacs; then
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-util/global/global-6.2.2.ebuild b/dev-util/global/global-6.2.2.ebuild
deleted file mode 100644
index a90ba1deb96a..000000000000
--- a/dev-util/global/global-6.2.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.2.ebuild,v 1.5 2012/09/09 16:02:29 armin76 Exp $
-
-EAPI="4"
-
-inherit elisp-common
-
-DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
-HOMEPAGE="http://www.gnu.org/software/global/global.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
-IUSE="doc emacs vim"
-
-RDEPEND="emacs? ( virtual/emacs )
- vim? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${DEPEND}
- doc? ( app-text/texi2html sys-apps/texinfo )"
-
-SITEFILE="50gtags-gentoo.el"
-
-src_configure() {
- econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
-}
-
-src_compile() {
- if use doc; then
- texi2pdf -q -o doc/global.pdf doc/global.texi
- texi2html -o doc/global.html doc/global.texi
- fi
-
- if use emacs; then
- elisp-compile *.el || die "elisp-compile failed"
- fi
-
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- if use doc; then
- dohtml doc/global.html
- [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
- fi
-
- dodoc AUTHORS FAQ NEWS README THANKS
-
- insinto /etc
- doins gtags.conf
-
- if use vim; then
- insinto /usr/share/vim/vimfiles/plugin
- doins gtags.vim
- fi
-
- if use emacs; then
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-util/global/global-6.2.4.ebuild b/dev-util/global/global-6.2.4.ebuild
deleted file mode 100644
index 660668650af6..000000000000
--- a/dev-util/global/global-6.2.4.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.4.ebuild,v 1.6 2012/09/09 16:02:29 armin76 Exp $
-
-EAPI="4"
-
-inherit elisp-common eutils
-
-DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
-HOMEPAGE="http://www.gnu.org/software/global/global.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE="doc emacs vim"
-
-RDEPEND="emacs? ( virtual/emacs )
- vim? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${DEPEND}
- doc? ( app-text/texi2html sys-apps/texinfo )"
-
-SITEFILE="50gtags-gentoo.el"
-
-src_configure() {
- econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
-}
-
-src_compile() {
- if use doc; then
- texi2pdf -q -o doc/global.pdf doc/global.texi
- texi2html -o doc/global.html doc/global.texi
- fi
-
- if use emacs; then
- elisp-compile *.el || die "elisp-compile failed"
- fi
-
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- if use doc; then
- dohtml doc/global.html
- [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
- fi
-
- dodoc AUTHORS FAQ NEWS README THANKS
-
- insinto /etc
- doins gtags.conf
-
- if use vim; then
- insinto /usr/share/vim/vimfiles/plugin
- doins gtags.vim
- fi
-
- if use emacs; then
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
- fi
-
- prune_libtool_files --all
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-util/global/global-6.2.7-r1.ebuild b/dev-util/global/global-6.2.7-r1.ebuild
deleted file mode 100644
index 9f974811234e..000000000000
--- a/dev-util/global/global-6.2.7-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.7-r1.ebuild,v 1.1 2013/02/18 08:32:53 naota Exp $
-
-EAPI="5"
-
-inherit elisp-common eutils
-
-DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
-HOMEPAGE="http://www.gnu.org/software/global/global.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="doc emacs vim"
-
-RDEPEND="emacs? ( virtual/emacs )
- vim? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${DEPEND}
- doc? ( app-text/texi2html sys-apps/texinfo )"
-
-SITEFILE="50gtags-gentoo.el"
-
-src_configure() {
- econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
-}
-
-src_compile() {
- if use doc; then
- texi2pdf -q -o doc/global.pdf doc/global.texi
- texi2html -o doc/global.html doc/global.texi
- fi
-
- if use emacs; then
- elisp-compile *.el || die "elisp-compile failed"
- fi
-
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- if use doc; then
- dohtml doc/global.html
- [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
- fi
-
- dodoc AUTHORS FAQ NEWS README THANKS
-
- insinto /etc
- doins gtags.conf
-
- if use vim; then
- insinto /usr/share/vim/vimfiles/plugin
- doins gtags.vim
- fi
-
- if use emacs; then
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
- fi
-
- # Need to preserve some .la files to use plugin #457856
- prune_libtool_files
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-util/global/global-6.2.7.ebuild b/dev-util/global/global-6.2.7.ebuild
deleted file mode 100644
index bbf87670d112..000000000000
--- a/dev-util/global/global-6.2.7.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.7.ebuild,v 1.1 2013/01/20 19:00:22 floppym Exp $
-
-EAPI="5"
-
-inherit elisp-common eutils
-
-DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
-HOMEPAGE="http://www.gnu.org/software/global/global.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="doc emacs vim"
-
-RDEPEND="emacs? ( virtual/emacs )
- vim? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${DEPEND}
- doc? ( app-text/texi2html sys-apps/texinfo )"
-
-SITEFILE="50gtags-gentoo.el"
-
-src_configure() {
- econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
-}
-
-src_compile() {
- if use doc; then
- texi2pdf -q -o doc/global.pdf doc/global.texi
- texi2html -o doc/global.html doc/global.texi
- fi
-
- if use emacs; then
- elisp-compile *.el || die "elisp-compile failed"
- fi
-
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- if use doc; then
- dohtml doc/global.html
- [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
- fi
-
- dodoc AUTHORS FAQ NEWS README THANKS
-
- insinto /etc
- doins gtags.conf
-
- if use vim; then
- insinto /usr/share/vim/vimfiles/plugin
- doins gtags.vim
- fi
-
- if use emacs; then
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
- fi
-
- prune_libtool_files --all
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}
diff --git a/dev-util/global/global-6.2.ebuild b/dev-util/global/global-6.2.ebuild
deleted file mode 100644
index a56fb2e65595..000000000000
--- a/dev-util/global/global-6.2.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-6.2.ebuild,v 1.3 2012/09/09 16:02:29 armin76 Exp $
-
-EAPI="4"
-
-inherit elisp-common
-
-DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources."
-HOMEPAGE="http://www.gnu.org/software/global/global.html"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="doc emacs vim"
-
-RDEPEND="emacs? ( virtual/emacs )
- vim? ( || ( app-editors/vim app-editors/gvim ) )"
-DEPEND="${DEPEND}
- doc? ( app-text/texi2html sys-apps/texinfo )"
-
-SITEFILE="50gtags-gentoo.el"
-
-src_configure() {
- econf "$(use_with emacs lispdir "${SITELISP}/${PN}")"
-}
-
-src_compile() {
- if use doc; then
- texi2pdf -q -o doc/global.pdf doc/global.texi
- texi2html -o doc/global.html doc/global.texi
- fi
-
- if use emacs; then
- elisp-compile *.el || die "elisp-compile failed"
- fi
-
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- if use doc; then
- dohtml doc/global.html
- [[ -f doc/global.pdf ]] && dodoc doc/global.pdf
- fi
-
- dodoc AUTHORS FAQ NEWS README THANKS
-
- insinto /etc
- doins gtags.conf
-
- if use vim; then
- insinto /usr/share/vim/vimfiles/plugin
- doins gtags.vim
- fi
-
- if use emacs; then
- elisp-install ${PN} *.{el,elc} || die "elisp-install failed"
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die "elisp-site-file-install failed"
- fi
-}
-
-pkg_postinst() {
- use emacs && elisp-site-regen
-}
-
-pkg_postrm() {
- use emacs && elisp-site-regen
-}