Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:graveyard commit in: app-emacs/elib/files/, app-emacs/elib/
Date: Wed, 25 Dec 2019 12:14:05
Message-Id: 1577276019.fea8f0807821dbd5410619522db9a5e17d4f8b11.ulm@gentoo
1 commit: fea8f0807821dbd5410619522db9a5e17d4f8b11
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 12:13:39 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 12:13:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=fea8f080
7
8 elib removed 2019-12-25 bug 701160
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 app-emacs/elib/Manifest | 1 +
13 app-emacs/elib/elib-1.0-r1.ebuild | 33 +++++++++++++++++++++++++++
14 app-emacs/elib/files/50elib-gentoo.el | 1 +
15 app-emacs/elib/files/elib-1.0-texinfo-5.patch | 14 ++++++++++++
16 app-emacs/elib/metadata.xml | 12 ++++++++++
17 5 files changed, 61 insertions(+)
18
19 diff --git a/app-emacs/elib/Manifest b/app-emacs/elib/Manifest
20 new file mode 100644
21 index 0000000..5507f45
22 --- /dev/null
23 +++ b/app-emacs/elib/Manifest
24 @@ -0,0 +1 @@
25 +DIST elib-1.0.tar.gz 58335 BLAKE2B 7c2a976685cc23a73fce86d63f40a476d24551415d7427044ca9e5ab72df64043d8102db21394f66f2fdf2b98bdc336312d3754f16b891122cb1e170ff3fa62c SHA512 ca5d6e0861f3d8d049911a9e4455169263bd781992103baacadae560fce0fedddb734617338cb5fac51420fcb2035622042836fa7198fe7bec312a0015da266d
26
27 diff --git a/app-emacs/elib/elib-1.0-r1.ebuild b/app-emacs/elib/elib-1.0-r1.ebuild
28 new file mode 100644
29 index 0000000..331d040
30 --- /dev/null
31 +++ b/app-emacs/elib/elib-1.0-r1.ebuild
32 @@ -0,0 +1,33 @@
33 +# Copyright 1999-2013 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=5
37 +
38 +inherit elisp eutils
39 +
40 +DESCRIPTION="The Emacs Lisp Library"
41 +HOMEPAGE="http://jdee.sourceforge.net"
42 +SRC_URI="http://jdee.sunsite.dk/${P}.tar.gz"
43 +
44 +LICENSE="GPL-2+"
45 +SLOT="0"
46 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
47 +
48 +SITEFILE="50${PN}-gentoo.el"
49 +
50 +src_prepare() {
51 + epatch "${FILESDIR}/${P}-texinfo-5.patch"
52 + sed -i 's:--infodir:--info-dir:g' Makefile || die
53 +}
54 +
55 +src_compile() {
56 + default
57 +}
58 +
59 +src_install() {
60 + dodir "${SITELISP}/elib"
61 + dodir /usr/share/info
62 + emake prefix="${ED}/usr" infodir="${ED}/usr/share/info" install
63 + elisp-site-file-install "${FILESDIR}/${SITEFILE}"
64 + dodoc ChangeLog NEWS README TODO
65 +}
66
67 diff --git a/app-emacs/elib/files/50elib-gentoo.el b/app-emacs/elib/files/50elib-gentoo.el
68 new file mode 100644
69 index 0000000..431f7e9
70 --- /dev/null
71 +++ b/app-emacs/elib/files/50elib-gentoo.el
72 @@ -0,0 +1 @@
73 +(add-to-list 'load-path "@SITELISP@")
74
75 diff --git a/app-emacs/elib/files/elib-1.0-texinfo-5.patch b/app-emacs/elib/files/elib-1.0-texinfo-5.patch
76 new file mode 100644
77 index 0000000..53d18d2
78 --- /dev/null
79 +++ b/app-emacs/elib/files/elib-1.0-texinfo-5.patch
80 @@ -0,0 +1,14 @@
81 +--- elib-1.0-orig/elib.texi
82 ++++ elib-1.0/elib.texi
83 +@@ -33,9 +33,9 @@
84 + @sp 4
85 + @comment The title is printed in a large font.
86 + @center @titlefont{User's Guide}
87 +-@sp
88 ++@sp 1
89 + @center @titlefont{to}
90 +-@sp
91 ++@sp 1
92 + @center @titlefont{Elib - The Emacs Lisp Library}
93 + @sp 2
94 + @center version 1.0
95
96 diff --git a/app-emacs/elib/metadata.xml b/app-emacs/elib/metadata.xml
97 new file mode 100644
98 index 0000000..8269357
99 --- /dev/null
100 +++ b/app-emacs/elib/metadata.xml
101 @@ -0,0 +1,12 @@
102 +<?xml version="1.0" encoding="UTF-8"?>
103 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
104 +<pkgmetadata>
105 +<maintainer type="project">
106 + <email>gnu-emacs@g.o</email>
107 + <name>Gentoo GNU Emacs project</name>
108 +</maintainer>
109 +<stabilize-allarches/>
110 +<upstream>
111 + <remote-id type="sourceforge">jdee</remote-id>
112 +</upstream>
113 +</pkgmetadata>