summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-11-17 20:30:05 +0000
committerUlrich Müller <ulm@gentoo.org>2009-11-17 20:30:05 +0000
commit19fcc4252dca4416c5009cf01737622084b7f50a (patch)
tree259f5a8768d5a1d0068448713d044c6b6eb6698f /app-emacs
parentRemove old. (diff)
downloadgentoo-2-19fcc4252dca4416c5009cf01737622084b7f50a.tar.gz
gentoo-2-19fcc4252dca4416c5009cf01737622084b7f50a.tar.bz2
gentoo-2-19fcc4252dca4416c5009cf01737622084b7f50a.zip
Remove old.
(Portage version: 2.2_rc50/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/boxquote/ChangeLog5
-rw-r--r--app-emacs/boxquote/boxquote-1.21.ebuild21
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"
-}