summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-12-25 13:15:21 +0100
committerUlrich Müller <ulm@gentoo.org>2019-12-25 13:15:21 +0100
commitbdc1fcf27290493ec5adb14994913fe39da06eb6 (patch)
treeb9bbb8c54134cc8c36d7ed001d7851f1bc870edd
parentmail-mta/msmtp: Removed old (diff)
downloadgentoo-bdc1fcf27290493ec5adb14994913fe39da06eb6.tar.gz
gentoo-bdc1fcf27290493ec5adb14994913fe39da06eb6.tar.bz2
gentoo-bdc1fcf27290493ec5adb14994913fe39da06eb6.zip
app-emacs/elib: Remove package.
Bug: https://bugs.gentoo.org/701160 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/elib/Manifest1
-rw-r--r--app-emacs/elib/elib-1.0-r1.ebuild33
-rw-r--r--app-emacs/elib/files/50elib-gentoo.el1
-rw-r--r--app-emacs/elib/files/elib-1.0-texinfo-5.patch14
-rw-r--r--app-emacs/elib/metadata.xml12
5 files changed, 0 insertions, 61 deletions
diff --git a/app-emacs/elib/Manifest b/app-emacs/elib/Manifest
deleted file mode 100644
index 5507f45d562a..000000000000
--- a/app-emacs/elib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST elib-1.0.tar.gz 58335 BLAKE2B 7c2a976685cc23a73fce86d63f40a476d24551415d7427044ca9e5ab72df64043d8102db21394f66f2fdf2b98bdc336312d3754f16b891122cb1e170ff3fa62c SHA512 ca5d6e0861f3d8d049911a9e4455169263bd781992103baacadae560fce0fedddb734617338cb5fac51420fcb2035622042836fa7198fe7bec312a0015da266d
diff --git a/app-emacs/elib/elib-1.0-r1.ebuild b/app-emacs/elib/elib-1.0-r1.ebuild
deleted file mode 100644
index 331d040e3477..000000000000
--- a/app-emacs/elib/elib-1.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp eutils
-
-DESCRIPTION="The Emacs Lisp Library"
-HOMEPAGE="http://jdee.sourceforge.net"
-SRC_URI="http://jdee.sunsite.dk/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-texinfo-5.patch"
- sed -i 's:--infodir:--info-dir:g' Makefile || die
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- dodir "${SITELISP}/elib"
- dodir /usr/share/info
- emake prefix="${ED}/usr" infodir="${ED}/usr/share/info" install
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- dodoc ChangeLog NEWS README TODO
-}
diff --git a/app-emacs/elib/files/50elib-gentoo.el b/app-emacs/elib/files/50elib-gentoo.el
deleted file mode 100644
index 431f7e90ae73..000000000000
--- a/app-emacs/elib/files/50elib-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/elib/files/elib-1.0-texinfo-5.patch b/app-emacs/elib/files/elib-1.0-texinfo-5.patch
deleted file mode 100644
index 53d18d248355..000000000000
--- a/app-emacs/elib/files/elib-1.0-texinfo-5.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- elib-1.0-orig/elib.texi
-+++ elib-1.0/elib.texi
-@@ -33,9 +33,9 @@
- @sp 4
- @comment The title is printed in a large font.
- @center @titlefont{User's Guide}
--@sp
-+@sp 1
- @center @titlefont{to}
--@sp
-+@sp 1
- @center @titlefont{Elib - The Emacs Lisp Library}
- @sp 2
- @center version 1.0
diff --git a/app-emacs/elib/metadata.xml b/app-emacs/elib/metadata.xml
deleted file mode 100644
index 8269357eebf0..000000000000
--- a/app-emacs/elib/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<stabilize-allarches/>
-<upstream>
- <remote-id type="sourceforge">jdee</remote-id>
-</upstream>
-</pkgmetadata>