From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/elisp-manual/, app-doc/elisp-manual/files/
Date: Mon, 14 Mar 2016 17:47:08 +0000 (UTC) [thread overview]
Message-ID: <1457977620.c2ec84def9fae4e8f91dd44c1e9888a4d27f17af.ulm@gentoo> (raw)
commit: c2ec84def9fae4e8f91dd44c1e9888a4d27f17af
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 17:47:00 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 17:47:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ec84de
app-doc/elisp-manual: Remove old.
Package-Manager: portage-2.2.28
app-doc/elisp-manual/Manifest | 1 -
app-doc/elisp-manual/elisp-manual-24.4.ebuild | 35 ----------------------
.../files/elisp-manual-24.4-direntry.patch | 22 --------------
3 files changed, 58 deletions(-)
diff --git a/app-doc/elisp-manual/Manifest b/app-doc/elisp-manual/Manifest
index 395334b..ec82557 100644
--- a/app-doc/elisp-manual/Manifest
+++ b/app-doc/elisp-manual/Manifest
@@ -9,5 +9,4 @@ DIST elisp-manual-21.2.8-patches.tar.gz 1736 SHA256 e9d78d341c365e6ee8b2e716415c
DIST elisp-manual-22-2.9.tar.bz2 669809 SHA256 2e2b830af263c7313072d181af47aef2ee4d5cddb98d49793e0aa498c23e77a6 SHA512 386020d0ba1f26985c5a31597a96c64eef358a35f409ec7ec6616ac70b661220c692e2b7c2dae47525e7389d058659c6a4fb0a6d44fea12cb5dd5c877049d56e WHIRLPOOL 237513530156bf43821ce6394fed10cba95cf30614c9fd755bbc5a2af657d615fbfca0a096655a9558a982264a97ce2480f0794259f372b9286af8350b34046b
DIST elisp-manual-23.4-patches-1.tar.xz 1140 SHA256 3368876054ddc104fb0fbb2abcac295a75308723b2fa688f871abe216ee9e7f0 SHA512 d72455ee50505411a04752ab0fef44dee13fe90163ab1dfb9b74f46de741fd2730205d33d1f8cd912647eb537bb01fe6252d6717bf0068600dd08efdb0363dc3 WHIRLPOOL 129da795a4005e83d9a48798dfed1309f0da2b2a654c7b9d0b6a33049963db37ca43bc3e4b245feded25b88e7c8dd2434dc337d442f6788773cb67bb0df59f33
DIST elisp-manual-23.4.tar.xz 686868 SHA256 cb129eb4e026147d5a19d071dd0960467874a0e97ecfae2a3988421c37ea5c70 SHA512 bf71dd18cdce1dce8880b9e67276d9cb71ef54023b5ef2f6555c85c1ffe9b9b8f0d7434227643564c9403fe484bfaeac10ea8911f9c53a9acb3d502eddc1d62d WHIRLPOOL 276b7249e3535af4208d8671e81e5ceb522d1b0c66a261c315ea0c8024c80d58f1c2677b54d8a9c29807273812c841fcc9f70085af9c9e53b0998854dbbbc3f7
-DIST elisp-manual-24.4.tar.xz 763084 SHA256 bf272e4f2340df9f8a4783218be60304de1de4828916f621d9404371710b720f SHA512 65db32a817d5206a235e06317a046a96fb81141f0f424654dc4116bbccdf92e2e4842daf8b56a6e2053453380b49ca61cf5301ef095cc992c41d3c6ea9903f37 WHIRLPOOL 8fd54809445e8f588e23077b04c609d1256b43cba9afc179d086270d2525eb8b49fbbf6ad2a18d63f6968c450b52de7501053922c4b8a61c871fb431ebf1c856
DIST elisp-manual-24.5.tar.xz 766300 SHA256 4810caed1a23c6a3015ea6dc6e3dc8ed5e247157a91f90a19accd59e2f30e362 SHA512 205d48eff9a044883e433e86ec0add188727300582d82deb0b0507327098a8038fef8803457e88fd0c5c9523fc4b621704507bc463409ee30f7b046251363e65 WHIRLPOOL 1445c38bb00657a5455151652daadf8d551efeae0246a16ec35afea4c54ced2a98b60ea6169da55f3fe4e223402077fae457bbe386fd12c02f1781a71659ec1b
diff --git a/app-doc/elisp-manual/elisp-manual-24.4.ebuild b/app-doc/elisp-manual/elisp-manual-24.4.ebuild
deleted file mode 100644
index 12c7922..0000000
--- a/app-doc/elisp-manual/elisp-manual-24.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="The GNU Emacs Lisp Reference Manual"
-HOMEPAGE="https://www.gnu.org/software/emacs/manual/"
-# taken from doc/lispref/ of emacs-${PV}
-SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
-
-LICENSE="FDL-1.3+"
-SLOT="24"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-
-DEPEND="app-arch/xz-utils
- sys-apps/texinfo"
-
-S="${WORKDIR}/lispref"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-direntry.patch"
- echo "@set EMACSVER ${PV}" >emacsver.texi || die
-}
-
-src_compile() {
- makeinfo elisp.texi || die
-}
-
-src_install() {
- doinfo elisp${SLOT}.info*
- dodoc ChangeLog README
-}
diff --git a/app-doc/elisp-manual/files/elisp-manual-24.4-direntry.patch b/app-doc/elisp-manual/files/elisp-manual-24.4-direntry.patch
deleted file mode 100644
index 2a4e2c7..0000000
--- a/app-doc/elisp-manual/files/elisp-manual-24.4-direntry.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- lispref-orig/elisp.texi
-+++ lispref/elisp.texi
-@@ -1,6 +1,6 @@
- \input texinfo @c -*-texinfo-*-
- @c %**start of header
--@setfilename elisp
-+@setfilename elisp24.info
-
- @ifset VOL1
- @set volflag
-@@ -117,9 +117,9 @@
-
- @documentencoding UTF-8
-
--@dircategory Emacs lisp
-+@dircategory Emacs
- @direntry
--* Elisp: (elisp). The Emacs Lisp Reference Manual.
-+* Elisp 24: (elisp24). The Emacs Lisp Reference Manual for Emacs 24.
- @end direntry
-
- @titlepage
next reply other threads:[~2016-03-14 17:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-14 17:47 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-22 20:58 [gentoo-commits] repo/gentoo:master commit in: app-doc/elisp-manual/, app-doc/elisp-manual/files/ Ulrich Müller
2017-09-22 17:10 Ulrich Müller
2022-04-04 13:08 Ulrich Müller
2023-08-01 15:47 Ulrich Müller
2024-11-09 11:29 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457977620.c2ec84def9fae4e8f91dd44c1e9888a4d27f17af.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox