summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.47.1.ebuild')
-rw-r--r--app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.47.1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.47.1.ebuild b/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.47.1.ebuild
deleted file mode 100644
index 44af4256fc54..000000000000
--- a/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.47.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.47.1.ebuild,v 1.7 2005/04/21 18:38:24 blubb Exp $
-
-inherit elisp
-
-MY_P="${PN}-all-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Elisp client for the LysKOM conference system"
-HOMEPAGE="http://www.lysator.liu.se/lyskom/klienter/emacslisp/index.en.html"
-SRC_URI="http://www.lysator.liu.se/lyskom/klienter/emacslisp/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64"
-IUSE=""
-
-DEPEND="virtual/emacs"
-
-SITEFILE=50lyskom-elisp-client-gentoo.el
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- mv lyskom-all-${PV}.el lyskom.el
-}
-
-src_install() {
- elisp-install ${PN} *.el*
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
-
- dodoc NEWS-* README
-}
-
-pkg_postinst() {
- elisp-site-regen
- ewarn
- ewarn "If you prefer Swedish language environment, add"
- ewarn "\t(setq-default kom-default-language 'sv)"
- ewarn "to your emacs configuration file."
- ewarn
-}
-
-pkg_postrm() {
- elisp-site-regen
-}