summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/elip/elip-0.804.ebuild')
-rw-r--r--app-emacs/elip/elip-0.804.ebuild36
1 files changed, 0 insertions, 36 deletions
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
-}