diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-08-23 06:15:10 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-08-23 06:15:10 +0000 |
commit | 03bc6820b416acfef20ace6057e93efe15865f71 (patch) | |
tree | 309b834c1b689489ad1c3761ed693311d2e7a9c0 /app-editors/elisp-manual | |
parent | fall back to make if emake fails (diff) | |
download | gentoo-2-03bc6820b416acfef20ace6057e93efe15865f71.tar.gz gentoo-2-03bc6820b416acfef20ace6057e93efe15865f71.tar.bz2 gentoo-2-03bc6820b416acfef20ace6057e93efe15865f71.zip |
new ebuild. bug #3232
Diffstat (limited to 'app-editors/elisp-manual')
-rw-r--r-- | app-editors/elisp-manual/ChangeLog | 11 | ||||
-rw-r--r-- | app-editors/elisp-manual/elisp-manual-21.2.8.ebuild | 21 | ||||
-rw-r--r-- | app-editors/elisp-manual/files/digest-elisp-manual-21.2.8 | 1 |
3 files changed, 33 insertions, 0 deletions
diff --git a/app-editors/elisp-manual/ChangeLog b/app-editors/elisp-manual/ChangeLog new file mode 100644 index 000000000000..6c88d5989b45 --- /dev/null +++ b/app-editors/elisp-manual/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-editors/elisp-manual +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/elisp-manual/ChangeLog,v 1.1 2002/08/23 06:15:10 mkennedy Exp $ + +*elisp-manual-21.2.8 (23 Aug 2002) + + 23 Aug 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + elisp-manual-21.2.8.ebuild, files/digest-elisp-manual-21.2.8 : + + New ebuild. Based on ebuild submitted by Ben Cornett + <acornet@emory.edu>. Bug #3232 diff --git a/app-editors/elisp-manual/elisp-manual-21.2.8.ebuild b/app-editors/elisp-manual/elisp-manual-21.2.8.ebuild new file mode 100644 index 000000000000..14971efb8eec --- /dev/null +++ b/app-editors/elisp-manual/elisp-manual-21.2.8.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# 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.ebuild,v 1.1 2002/08/23 06:15:10 mkennedy Exp $ + +MY_PV=21-2.8 + +DESCRIPTION="The GNU Emacs Lisp Reference Manual" +HOMEPAGE="http://www.gnu.org/manual/elisp-manual-${MY_PV}/elisp.html" +SRC_URI="http://www.gnu.org/manual/elisp-manual-${MY_PV}/info/elisp-info.tar.gz" +LICENSE="FDL-1.1" +SLOT="0" +KEYWORDS="x86 ppc sparc sparc64" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/ + +src_install () { + doinfo elisp.info* +} diff --git a/app-editors/elisp-manual/files/digest-elisp-manual-21.2.8 b/app-editors/elisp-manual/files/digest-elisp-manual-21.2.8 new file mode 100644 index 000000000000..e4941e7680ae --- /dev/null +++ b/app-editors/elisp-manual/files/digest-elisp-manual-21.2.8 @@ -0,0 +1 @@ +MD5 e70ecf8e9dd177f19eb687dc1cfb0961 elisp-info.tar.gz 687236 |