Portage is a package management system used by Gentoo Linux
# ChangeLog for app-emacs/boxquote
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.21 2008/06/21 21:47:46 ulm Exp $
21 Jun 2008; Ulrich Mueller
Remove old.
21 Jun 2008; Markus Rothe
Stable on ppc64; bug #228687
21 Jun 2008; nixnut
Stable on ppc wrt bug 228687
21 Jun 2008; Christian Faulhammer
stable x86/amd64, bug 228687
14 Jun 2008; Ulrich Mueller
Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
automatically.
*boxquote-1.21 (21 May 2008)
21 May 2008; Ulrich Mueller
Version bump.
01 Jun 2007; nixnut
Stable on ppc wrt bug 178722
19 May 2007; Markus Rothe
Stable on ppc64; bug #178722
16 May 2007; Christian Faulhammer
boxquote-1.18-r1.ebuild:
stable x86/amd64, bug 178722
*boxquote-1.18-r1 (16 Apr 2007)
16 Apr 2007; Ulrich Mueller
+boxquote-1.18-r1.ebuild:
Generate autoload file for package initialisation, using new function
elisp-make-autoload-file of elisp-common.eclass.
07 Mar 2007; Christian Faulhammer
files/50boxquote-gentoo.el:
add load path correctly, fixes bug 169588, reported by Ulrich Mueller
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
09 Jan 2007; Christian Faulhammer
-boxquote-1.14.ebuild:
clean up
24 Apr 2005; Michael Hanselmann
Stable on ppc.
20 Aug 2004; Tom Gall
stable on ppc64 bug #58500
22 Apr 2004; David Holm
Added to ~ppc.
*boxquote-1.18 (20 Nov 2003)
20 Nov 2003;
minor version bump
*boxquote-1.14 (31 Oct 2002)
31 Oct 2002; Matthew Kennedy
boxquote-1.14.ebuild, files/50boxquote-gentoo.el,
files/digest-boxquote-1.14 :
Initial import.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX 51boxquote-gentoo.el 111 RMD160 34985824748ce2164e82a2d04e655354b5818460 SHA1 57859f8c8ffd8bd2d086e2f61405a8d02dfbf0f0 SHA256 e02f9f0195c460dacfddb646b6b3035c3891023282031a812f30bf952fdab900
DIST boxquote-1.21.el.bz2 4963 RMD160 1babcea696cadd1ed0f7f593d995b012649d9f1e SHA1 d749e445330de9b46cfe5f21549c850c5f31941c SHA256 61220fe05a29ab1d7e415e0515a362329559b3553b1af892d36d0c9adad36ff9
EBUILD boxquote-1.21.ebuild 585 RMD160 98dc415740856ed749dbdbeef72ef28661876294 SHA1 d4ae338a6b181e2401c27318dfc23496c7026266 SHA256 c14bbd011578efcaf35c1dbab211b889fce20805feb6b7439080ba1ff8aa651f
MISC ChangeLog 2405 RMD160 bbfbe069c3e53d3f2adadac0dcd7a346de80cd51 SHA1 a18ddfec1c2012fe9a74a6c3ce86cd22d2e5597c SHA256 2574607b78c5ad948e0b1ec33a0cebb36e4cb64fa0186219f7114e396aa9db67
MISC metadata.xml 730 RMD160 5c65dc94d0f8edd8b7798808a7376e9b7fb4278a SHA1 743304afe20df86e2ad1a00474745b7883b72b88 SHA256 f3138e306d18705b3d0ec2bac3491a6df7df719d0ab058d17d1170996341b38e
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkhddzMACgkQOeoy/oIi7uyLCgCgv81h4CSqanGpwK1fLFxh2q1H
lbkAoIEvfIhxPwVs8HoPjy2Z4Bw9djgX
=MUt2
-----END PGP SIGNATURE-----
# Copyright 1999-2008 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.5 2008/06/21 20:27:50 corsair 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=51${PN}-gentoo.el
src_compile() {
elisp-compile *.el || die "elisp-compile failed"
elisp-make-autoload-file || die "elisp-make-autoload-file failed"
}
Boxquote provides a set of functions for using a text quoting style that
partially boxes in the left hand side of an area of text, such a marking
style might be used to show externally included text or example code.
,----
| The default style looks like this.
`----
A number of functions are provided for quoting a region, a buffer, a
paragraph and a defun. There are also functions for quoting text while
pulling it in, either by inserting the contents of another file or by
yanking text into the current buffer.