summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-emacs/elip/Manifest1
-rw-r--r--app-emacs/elip/elip-0.804.ebuild36
-rw-r--r--app-emacs/elip/files/50elip-gentoo.el1
-rw-r--r--app-emacs/elip/metadata.xml8
4 files changed, 0 insertions, 46 deletions
diff --git a/app-emacs/elip/Manifest b/app-emacs/elip/Manifest
deleted file mode 100644
index e119ab2..0000000
--- a/app-emacs/elip/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST elip-0.804.tar.gz 316900 SHA256 94e056f97429b0d7456c0497cdba9f2e4c0543d9e9c3e52a9f0c86bb57e81088 SHA512 af50e944b610f6590045a15d8d117f90dfec4311d2cd0f0612fe6d7fed373206038594224d3dc8ea04e2aa978dbf6ed26ebbf13ec184188348348cd6d374270f WHIRLPOOL f7b1e471669d16b8372da03fc5f7e5b05b42f30fe53f81d2c0a578f4d80c848fb77ddddae9df49bab5f451b98f31cdc31762264af3b29386704d82b0355b43a7
diff --git a/app-emacs/elip/elip-0.804.ebuild b/app-emacs/elip/elip-0.804.ebuild
deleted file mode 100644
index 488bf88..0000000
--- a/app-emacs/elip/elip-0.804.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit elisp
-
-DESCRIPTION="The Emacs Learning Instruction Program"
-HOMEPAGE="http://www.gnuvola.org/software/elip/"
-SRC_URI="http://www.gnuvola.org/software/elip/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=app-emacs/edb-1.31"
-RDEPEND="${DEPEND}"
-
-SITEFILE=50${PN}-gentoo.el
-
-# this is not redundant, since src_compile is redefined by elisp.eclass
-src_compile() {
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- # the build system of the package is horribly broken,
- # so we install everything manually
- elisp-install ${PN} source/*.{el,elc}
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
- doinfo doc/elip.info*
-
- dodoc ChangeLog ChangeLog.OLD NEWS README
- insinto /usr/share/doc/${PF}
- doins doc/elip.pdf
- doins -r examples
-}
diff --git a/app-emacs/elip/files/50elip-gentoo.el b/app-emacs/elip/files/50elip-gentoo.el
deleted file mode 100644
index 431f7e9..0000000
--- a/app-emacs/elip/files/50elip-gentoo.el
+++ /dev/null
@@ -1 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/elip/metadata.xml b/app-emacs/elip/metadata.xml
deleted file mode 100644
index c438baf..0000000
--- a/app-emacs/elip/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>