summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-09-13 18:51:23 +0000
committerPacho Ramos <pacho@gentoo.org>2011-09-13 18:51:23 +0000
commitbbf392500d87dec99893b5ced432758702467bfc (patch)
tree4ec8a504bb97d40c601c2541ac0d2fb40cc70bac /dev-util
parentDrop maintainer due retirement, bug #246793 (diff)
downloadgentoo-2-bbf392500d87dec99893b5ced432758702467bfc.tar.gz
gentoo-2-bbf392500d87dec99893b5ced432758702467bfc.tar.bz2
gentoo-2-bbf392500d87dec99893b5ced432758702467bfc.zip
Drop maintainer due retirement, bug #246793; remove old.
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/global/ChangeLog6
-rw-r--r--dev-util/global/global-5.9.6.ebuild72
-rw-r--r--dev-util/global/metadata.xml3
3 files changed, 6 insertions, 75 deletions
diff --git a/dev-util/global/ChangeLog b/dev-util/global/ChangeLog
index 4d04035330bc..d9e7b04b2016 100644
--- a/dev-util/global/ChangeLog
+++ b/dev-util/global/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/global
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.89 2011/08/08 18:45:32 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.90 2011/09/13 18:51:23 pacho Exp $
+
+ 13 Sep 2011; Pacho Ramos <pacho@gentoo.org> -global-5.9.6.ebuild,
+ metadata.xml:
+ Drop maintainer due retirement, bug #246793; remove old.
*global-5.9.7 (08 Aug 2011)
diff --git a/dev-util/global/global-5.9.6.ebuild b/dev-util/global/global-5.9.6.ebuild
deleted file mode 100644
index 7e5a5991b158..000000000000
--- a/dev-util/global/global-5.9.6.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-5.9.6.ebuild,v 1.1 2011/08/08 17:12:11 hwoarang 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="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~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/metadata.xml b/dev-util/global/metadata.xml
index c5da12ff0069..9730ba7852d8 100644
--- a/dev-util/global/metadata.xml
+++ b/dev-util/global/metadata.xml
@@ -3,8 +3,7 @@
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
- <email>arfrever@gentoo.org</email>
- <name>Arfrever Frehtes Taifersar Arahesis</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<use>
<flag name="vim">Integrate the GNU GLOBAL source code tag system with Vim</flag>