diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-07-03 07:57:49 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-07-03 07:57:49 +0000 |
commit | 3a3755334ac8aa7e9ed5da4ba2d242b04776dac9 (patch) | |
tree | 9ad7aaff5b881d9ad71b6e6bd03e10a0293ca723 /app-emacs | |
parent | stable x86, bug 184059 (diff) | |
download | gentoo-2-3a3755334ac8aa7e9ed5da4ba2d242b04776dac9.tar.gz gentoo-2-3a3755334ac8aa7e9ed5da4ba2d242b04776dac9.tar.bz2 gentoo-2-3a3755334ac8aa7e9ed5da4ba2d242b04776dac9.zip |
Correct LICENSE. Remove redundant functions.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/uboat/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/uboat/uboat-1.2.ebuild | 30 |
2 files changed, 9 insertions, 26 deletions
diff --git a/app-emacs/uboat/ChangeLog b/app-emacs/uboat/ChangeLog index 8fae2c6a7951..5aedc1481bcf 100644 --- a/app-emacs/uboat/ChangeLog +++ b/app-emacs/uboat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/uboat # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/ChangeLog,v 1.9 2007/03/08 09:56:00 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/ChangeLog,v 1.10 2007/07/03 07:57:49 ulm Exp $ + + 03 Jul 2007; Ulrich Mueller <ulm@gentoo.org> uboat-1.2.ebuild: + Correct LICENSE. Remove redundant functions. 08 Mar 2007; Christian Faulhammer <opfer@gentoo.org> files/50uboat-gentoo.el: diff --git a/app-emacs/uboat/uboat-1.2.ebuild b/app-emacs/uboat/uboat-1.2.ebuild index fba2068fc02d..33d8f11e96db 100644 --- a/app-emacs/uboat/uboat-1.2.ebuild +++ b/app-emacs/uboat/uboat-1.2.ebuild @@ -1,36 +1,16 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/uboat-1.2.ebuild,v 1.10 2007/01/28 04:36:38 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/uboat/uboat-1.2.ebuild,v 1.11 2007/07/03 07:57:49 ulm Exp $ inherit elisp -IUSE="" - DESCRIPTION="Generate u-boat-death messages, patterned after Iron Coffins" HOMEPAGE="ftp://ftp.splode.com/pub/users/friedman/emacs-lisp/" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" + +LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ppc x86" +IUSE="" -DEPEND="virtual/emacs" - -SITEFILE=50uboat-gentoo.el - -src_compile() { - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} -} - -pkg_postinst() { - elisp-site-regen - elog "Please see ${SITELISP}/${PN}/uboat.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} +SITEFILE=50${PN}-gentoo.el |