diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-10-07 09:20:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-10-07 09:20:08 +0000 |
commit | 82ba38fbd7d16cf5cf34f5ac54fbc209a15ee46f (patch) | |
tree | 0b02a8a01f9adbdefd20d6217a29f8a769f43097 /app-emacs/bubblet | |
parent | clean up; fix Emacs and Vim support (bugs 191008 and 193402); do some quoting... (diff) | |
download | gentoo-2-82ba38fbd7d16cf5cf34f5ac54fbc209a15ee46f.tar.gz gentoo-2-82ba38fbd7d16cf5cf34f5ac54fbc209a15ee46f.tar.bz2 gentoo-2-82ba38fbd7d16cf5cf34f5ac54fbc209a15ee46f.zip |
Remove old.
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-emacs/bubblet')
-rw-r--r-- | app-emacs/bubblet/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/bubblet/bubblet-0.74.ebuild | 36 | ||||
-rw-r--r-- | app-emacs/bubblet/files/50bubblet-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/bubblet/files/digest-bubblet-0.74 | 3 |
4 files changed, 5 insertions, 45 deletions
diff --git a/app-emacs/bubblet/ChangeLog b/app-emacs/bubblet/ChangeLog index a041619196c5..628b81f567e2 100644 --- a/app-emacs/bubblet/ChangeLog +++ b/app-emacs/bubblet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/bubblet # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/bubblet/ChangeLog,v 1.10 2007/07/04 06:21:29 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/bubblet/ChangeLog,v 1.11 2007/10/07 09:20:08 ulm Exp $ + + 07 Oct 2007; Ulrich Mueller <ulm@gentoo.org> -files/50bubblet-gentoo.el, + -bubblet-0.74.ebuild: + Remove old. 04 Jul 2007; Christian Faulhammer <opfer@gentoo.org> bubblet-0.74-r1.ebuild: diff --git a/app-emacs/bubblet/bubblet-0.74.ebuild b/app-emacs/bubblet/bubblet-0.74.ebuild deleted file mode 100644 index 7b9739b5b0f4..000000000000 --- a/app-emacs/bubblet/bubblet-0.74.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/bubblet/bubblet-0.74.ebuild,v 1.10 2007/01/28 04:04:15 genone Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="A bubble-popping game" -HOMEPAGE="http://www.gelatinous.com/pld/bubblet.html" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" - -DEPEND="virtual/emacs" - -SITEFILE=50bubblet-gentoo.el - -src_compile() { - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el || die -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} -} - -pkg_postinst() { - elisp-site-regen - elog "Please see ${SITELISP}/${PN}/bubblet.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/app-emacs/bubblet/files/50bubblet-gentoo.el b/app-emacs/bubblet/files/50bubblet-gentoo.el deleted file mode 100644 index cf7cae97b204..000000000000 --- a/app-emacs/bubblet/files/50bubblet-gentoo.el +++ /dev/null @@ -1,5 +0,0 @@ - -;;; bubblet site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(require 'bubblet) diff --git a/app-emacs/bubblet/files/digest-bubblet-0.74 b/app-emacs/bubblet/files/digest-bubblet-0.74 deleted file mode 100644 index 838abda6676c..000000000000 --- a/app-emacs/bubblet/files/digest-bubblet-0.74 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 66bf2cd0e3b6b334304bd4e9aa09c35b bubblet-0.74.tar.bz2 7151 -RMD160 cdb69125760063053d1f831189df67176beb56e4 bubblet-0.74.tar.bz2 7151 -SHA256 791b02bb345fcc062f1ca8a724da84be870762c954e77f97cd993d03501ec691 bubblet-0.74.tar.bz2 7151 |