diff options
Diffstat (limited to 'app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild')
-rw-r--r-- | app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild b/app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild deleted file mode 100644 index 103dad24d990..000000000000 --- a/app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/elisp-manual/elisp-manual-21.2.8-r1.ebuild,v 1.1 2007/04/18 06:21:51 ulm Exp $ - -inherit versionator - -MY_PV=$(replace_version_separator 1 '-' ) -DESCRIPTION="The GNU Emacs Lisp Reference Manual" -HOMEPAGE="http://ftp.gnu.org/gnu/Manuals/elisp-manual-${MY_PV}/elisp.html" -SRC_URI="mirror://gnu/Manuals/elisp-manual-${MY_PV}/info/elisp-info.tar.gz" - -LICENSE="FDL-1.1" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~s390 ~amd64" -IUSE="" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e '/^INFO-DIR-SECTION/s/Editors/Emacs/' elisp.info* \ - || die "sed failed" -} - -src_install() { - doinfo elisp.info* -} |