diff options
author | Mamoru Komachi <usata@gentoo.org> | 2005-02-11 13:00:12 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2005-02-11 13:00:12 +0000 |
commit | 33e84782b26946687be0f63801a4877ccb1020a5 (patch) | |
tree | 8f03c90d98eca44b228fe163d1ddabb3e3c74174 /app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48.ebuild | |
parent | bugs 80460, 62321, 65317, 72977 (Manifest recommit) (diff) | |
download | gentoo-2-33e84782b26946687be0f63801a4877ccb1020a5.tar.gz gentoo-2-33e84782b26946687be0f63801a4877ccb1020a5.tar.bz2 gentoo-2-33e84782b26946687be0f63801a4877ccb1020a5.zip |
Version bumped. This closes bug #79236.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48.ebuild')
-rw-r--r-- | app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48.ebuild | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48.ebuild b/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48.ebuild new file mode 100644 index 000000000000..9ddb68cdd0ed --- /dev/null +++ b/app-emacs/lyskom-elisp-client/lyskom-elisp-client-0.48.ebuild @@ -0,0 +1,45 @@ +# 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.48.ebuild,v 1.1 2005/02/11 13:00:12 usata 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="" + +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 +} |