summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-07-03 07:57:49 +0000
committerUlrich Müller <ulm@gentoo.org>2007-07-03 07:57:49 +0000
commit8e62c261770c5823cb46673d5d5eac95051903f7 (patch)
tree34af7621339ecfbbad7596ea4fb1488a5121844b /app-emacs/uboat/uboat-1.2.ebuild
parentstable x86, bug 184059 (diff)
downloadhistorical-8e62c261770c5823cb46673d5d5eac95051903f7.tar.gz
historical-8e62c261770c5823cb46673d5d5eac95051903f7.tar.bz2
historical-8e62c261770c5823cb46673d5d5eac95051903f7.zip
Correct LICENSE. Remove redundant functions.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'app-emacs/uboat/uboat-1.2.ebuild')
-rw-r--r--app-emacs/uboat/uboat-1.2.ebuild30
1 files changed, 5 insertions, 25 deletions
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