diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-11-17 20:30:05 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-11-17 20:30:05 +0000 |
commit | 0a2220dee97dbd287e93b0b707021e6d6f973422 (patch) | |
tree | e5572fa86fb3d82efbfe691e546126174d317ebf /app-emacs/boxquote | |
parent | Keywording for ppc. Needed by www-misc/zoneminder. (diff) | |
download | historical-0a2220dee97dbd287e93b0b707021e6d6f973422.tar.gz historical-0a2220dee97dbd287e93b0b707021e6d6f973422.tar.bz2 historical-0a2220dee97dbd287e93b0b707021e6d6f973422.zip |
Remove old.
Package-Manager: portage-2.2_rc50/cvs/Linux i686
Diffstat (limited to 'app-emacs/boxquote')
-rw-r--r-- | app-emacs/boxquote/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/boxquote/boxquote-1.21.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/app-emacs/boxquote/ChangeLog b/app-emacs/boxquote/ChangeLog index 619a4139a72b..8324b8cd994e 100644 --- a/app-emacs/boxquote/ChangeLog +++ b/app-emacs/boxquote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/boxquote # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.25 2009/11/17 19:55:28 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.26 2009/11/17 20:30:05 ulm Exp $ + + 17 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -boxquote-1.21.ebuild: + Remove old. 17 Nov 2009; Brent Baude <ranger@gentoo.org> boxquote-1.23.ebuild: Marking boxquote-1.23 ppc64 for bug 290655 diff --git a/app-emacs/boxquote/boxquote-1.21.ebuild b/app-emacs/boxquote/boxquote-1.21.ebuild deleted file mode 100644 index 42a124ed0dcf..000000000000 --- a/app-emacs/boxquote/boxquote-1.21.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/boxquote-1.21.ebuild,v 1.6 2009/09/27 13:14:29 ulm Exp $ - -inherit elisp - -DESCRIPTION="Quote text with a semi-box" -HOMEPAGE="http://www.davep.org/emacs/" -SRC_URI="mirror://gentoo/${P}.el.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-compile *.el || die "elisp-compile failed" - elisp-make-autoload-file || die "elisp-make-autoload-file failed" -} |