summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-09-27 13:14:30 +0000
committerUlrich Müller <ulm@gentoo.org>2009-09-27 13:14:30 +0000
commit7f19d1eeaa98f408c0d13908722eb3fd8b126f37 (patch)
treede0b1dd2306b4ea456b61d635d661541f0b72285 /app-emacs/boxquote/boxquote-1.23.ebuild
parentamd64/x86 stable, bug #286612 (diff)
downloadgentoo-2-7f19d1eeaa98f408c0d13908722eb3fd8b126f37.tar.gz
gentoo-2-7f19d1eeaa98f408c0d13908722eb3fd8b126f37.tar.bz2
gentoo-2-7f19d1eeaa98f408c0d13908722eb3fd8b126f37.zip
Version bump.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'app-emacs/boxquote/boxquote-1.23.ebuild')
-rw-r--r--app-emacs/boxquote/boxquote-1.23.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/boxquote/boxquote-1.23.ebuild b/app-emacs/boxquote/boxquote-1.23.ebuild
new file mode 100644
index 000000000000..ac72b29c0b90
--- /dev/null
+++ b/app-emacs/boxquote/boxquote-1.23.ebuild
@@ -0,0 +1,21 @@
+# 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.23.ebuild,v 1.1 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"
+}