From: Christian Faulhammer Date: Tue, 9 Jan 2007 12:19:14 +0000 (+0000) Subject: clean up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4b9a9ad3d9dac9779c02e8994c14f2ddc492b5ff;p=gentoo.git clean up Package-Manager: portage-2.1.1-r2 --- diff --git a/app-emacs/boxquote/Manifest b/app-emacs/boxquote/Manifest index 4e9251bb6c00..6ba100d00bd2 100644 --- a/app-emacs/boxquote/Manifest +++ b/app-emacs/boxquote/Manifest @@ -1,7 +1,30 @@ -MD5 2040afaa561f6ab59070f40a8fedf567 boxquote-1.14.ebuild 811 -MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 -MD5 aad2ceae46356dfd4effa84a6e9bf986 ChangeLog 790 -MD5 e9d7beda5913643d6e3a22b0dfbc7048 boxquote-1.18.ebuild 611 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX 50boxquote-gentoo.el 107 RMD160 90c443ef0603cba976576977cba4d058076ea876 SHA1 d7c5c41921263fb014344d37cc257db0290f223f SHA256 9fe3a8902e2d22d314c2413131c3e6ddda3d09b4ddb14919c97f4058ceb5da1c MD5 7aa7bf0d4957f325412506710af3b314 files/50boxquote-gentoo.el 107 -MD5 204c70efc020acd7b4e430d2b2e53bc4 files/digest-boxquote-1.14 64 +RMD160 90c443ef0603cba976576977cba4d058076ea876 files/50boxquote-gentoo.el 107 +SHA256 9fe3a8902e2d22d314c2413131c3e6ddda3d09b4ddb14919c97f4058ceb5da1c files/50boxquote-gentoo.el 107 +DIST boxquote-1.18.tar.gz 5171 +EBUILD boxquote-1.18.ebuild 611 RMD160 2f83bf66066f324ada89ae90b61a3db572ae0c92 SHA1 28e82c7f0c110dec50fcc4d586c4fec889d5a92a SHA256 6db46f3155d690d909bc417002d831d28f05387992211c878a06716958113800 +MD5 e9d7beda5913643d6e3a22b0dfbc7048 boxquote-1.18.ebuild 611 +RMD160 2f83bf66066f324ada89ae90b61a3db572ae0c92 boxquote-1.18.ebuild 611 +SHA256 6db46f3155d690d909bc417002d831d28f05387992211c878a06716958113800 boxquote-1.18.ebuild 611 +MISC ChangeLog 881 RMD160 1558493de2374077ebd848271dca1b2013262c84 SHA1 d8932790f80aea16163df46f34f9bc98f37c952f SHA256 29784f262c261a2fbbbe998fc75004d431185af731eb25e41058db115e59e2ab +MD5 9a115e631944006fe43bd787f81cddc6 ChangeLog 881 +RMD160 1558493de2374077ebd848271dca1b2013262c84 ChangeLog 881 +SHA256 29784f262c261a2fbbbe998fc75004d431185af731eb25e41058db115e59e2ab ChangeLog 881 +MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab +MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 +RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 metadata.xml 158 +SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab metadata.xml 158 MD5 49fb79ec6c9cb366f6091caa11a47da5 files/digest-boxquote-1.18 63 +RMD160 8a07f8ee9bcddd102ac3594abf70e955ba35d47b files/digest-boxquote-1.18 63 +SHA256 cd1969b8bcd1ec5382095a975ea1fe35edd7c48501294536c226770e3fc11ef5 files/digest-boxquote-1.18 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.6 (GNU/Linux) + +iD8DBQFFo4grNQqtfCuFneMRAkfIAJ9Jjgx6/D2pLsPbrFGDX8jAe5eJewCeJhVo +q5J78ib3aZDurkvx1RQONtM= +=IKe/ +-----END PGP SIGNATURE----- diff --git a/app-emacs/boxquote/boxquote-1.14.ebuild b/app-emacs/boxquote/boxquote-1.14.ebuild deleted file mode 100644 index 3484cf02b408..000000000000 --- a/app-emacs/boxquote/boxquote-1.14.ebuild +++ /dev/null @@ -1,36 +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/boxquote/boxquote-1.14.ebuild,v 1.7 2005/01/01 13:39:53 eradicator Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="Quote text with a semi-box" -HOMEPAGE="http://www.davep.org/emacs/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/emacs" - -SITEFILE=50boxquote-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 - einfo "Please see ${SITELISP}/${PN}/boxquote.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/app-emacs/boxquote/files/digest-boxquote-1.14 b/app-emacs/boxquote/files/digest-boxquote-1.14 deleted file mode 100644 index 45a77d6d64b9..000000000000 --- a/app-emacs/boxquote/files/digest-boxquote-1.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 653628b14fb059c86b3a867de7182dd7 boxquote-1.14.tar.bz2 4502