diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-09-27 13:14:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-09-27 13:14:30 +0000 |
commit | 7f19d1eeaa98f408c0d13908722eb3fd8b126f37 (patch) | |
tree | de0b1dd2306b4ea456b61d635d661541f0b72285 /app-emacs | |
parent | amd64/x86 stable, bug #286612 (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emacs/boxquote/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/boxquote/boxquote-1.21.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/boxquote/boxquote-1.23.ebuild | 21 | ||||
-rw-r--r-- | app-emacs/boxquote/files/50boxquote-gentoo.el (renamed from app-emacs/boxquote/files/51boxquote-gentoo.el) | 3 |
4 files changed, 32 insertions, 8 deletions
diff --git a/app-emacs/boxquote/ChangeLog b/app-emacs/boxquote/ChangeLog index 7a449f79ef4a..5c249622019f 100644 --- a/app-emacs/boxquote/ChangeLog +++ b/app-emacs/boxquote/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/boxquote/ChangeLog,v 1.22 2009/09/27 13:14:29 ulm Exp $ + +*boxquote-1.23 (27 Sep 2009) + + 27 Sep 2009; Ulrich Mueller <ulm@gentoo.org> +files/50boxquote-gentoo.el, + boxquote-1.21.ebuild, -files/51boxquote-gentoo.el, +boxquote-1.23.ebuild: + Version bump. Rename site-init file to canonical name. 21 Jun 2008; Ulrich Mueller <ulm@gentoo.org> -boxquote-1.18-r1.ebuild: Remove old. diff --git a/app-emacs/boxquote/boxquote-1.21.ebuild b/app-emacs/boxquote/boxquote-1.21.ebuild index 0459da8553ff..42a124ed0dcf 100644 --- a/app-emacs/boxquote/boxquote-1.21.ebuild +++ b/app-emacs/boxquote/boxquote-1.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.5 2008/06/21 20:27:50 corsair Exp $ +# $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 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" IUSE="" -SITEFILE=51${PN}-gentoo.el +SITEFILE="50${PN}-gentoo.el" src_compile() { elisp-compile *.el || die "elisp-compile failed" 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" +} diff --git a/app-emacs/boxquote/files/51boxquote-gentoo.el b/app-emacs/boxquote/files/50boxquote-gentoo.el index 6abc3297412f..b971ce73148a 100644 --- a/app-emacs/boxquote/files/51boxquote-gentoo.el +++ b/app-emacs/boxquote/files/50boxquote-gentoo.el @@ -1,5 +1,2 @@ - -;;; boxquote site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (load "boxquote-autoloads" nil t) |