diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-05 22:29:43 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-05 22:29:43 +0000 |
commit | ae83f26ad73719e995e6b63986ba43c5591a52fa (patch) | |
tree | 61dcc1cfc4857005dc55486cb29bc04fb1d17f49 /dev-util | |
parent | Add live ebuild so the libbluray live ebuild works properly. (diff) | |
download | gentoo-2-ae83f26ad73719e995e6b63986ba43c5591a52fa.tar.gz gentoo-2-ae83f26ad73719e995e6b63986ba43c5591a52fa.tar.bz2 gentoo-2-ae83f26ad73719e995e6b63986ba43c5591a52fa.zip |
Remove old ebuild. Requested by Arfrever
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/global/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/global/global-5.9.3.ebuild | 72 | ||||
-rw-r--r-- | dev-util/global/global-5.9.4.ebuild | 72 |
3 files changed, 5 insertions, 145 deletions
diff --git a/dev-util/global/ChangeLog b/dev-util/global/ChangeLog index 09ca74de2d99..ce5d7056968b 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.86 2011/07/13 20:09:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/ChangeLog,v 1.87 2011/08/05 22:29:43 hwoarang Exp $ + + 05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -global-5.9.3.ebuild, + -global-5.9.4.ebuild: + Remove old ebuild. Requested by Arfrever 13 Jul 2011; Markus Meier <maekke@gentoo.org> global-5.9.5.ebuild: x86 stable, bug #372303 diff --git a/dev-util/global/global-5.9.3.ebuild b/dev-util/global/global-5.9.3.ebuild deleted file mode 100644 index 009d8e3ffd11..000000000000 --- a/dev-util/global/global-5.9.3.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.3.ebuild,v 1.4 2011/02/28 00:57:42 ranger 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="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" -LICENSE="GPL-3" - -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -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.4.ebuild b/dev-util/global/global-5.9.4.ebuild deleted file mode 100644 index 31c110b40e7f..000000000000 --- a/dev-util/global/global-5.9.4.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.4.ebuild,v 1.5 2011/05/24 14:59:24 ranger 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="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" -LICENSE="GPL-3" - -SLOT="0" -KEYWORDS="amd64 ppc ~sparc 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 -} |