diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-25 20:37:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-25 20:37:48 +0000 |
commit | 85d09024ebe8c45379bd5bb9113cab7777ac9a8b (patch) | |
tree | a3fd21b5d30e2576078ebcd92dc35278ba5b6a2b /app-emacs/blogmax | |
parent | Remove old. (diff) | |
download | gentoo-2-85d09024ebe8c45379bd5bb9113cab7777ac9a8b.tar.gz gentoo-2-85d09024ebe8c45379bd5bb9113cab7777ac9a8b.tar.bz2 gentoo-2-85d09024ebe8c45379bd5bb9113cab7777ac9a8b.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/blogmax')
-rw-r--r-- | app-emacs/blogmax/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/blogmax/blogmax-20041208.ebuild | 27 | ||||
-rw-r--r-- | app-emacs/blogmax/blogmax-20110305.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/blogmax/files/50blogmax-gentoo-20110305.el | 4 | ||||
-rw-r--r-- | app-emacs/blogmax/files/50blogmax-gentoo.el | 7 |
5 files changed, 11 insertions, 38 deletions
diff --git a/app-emacs/blogmax/ChangeLog b/app-emacs/blogmax/ChangeLog index 895b809fd6b2..c7db3f5d3480 100644 --- a/app-emacs/blogmax/ChangeLog +++ b/app-emacs/blogmax/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/blogmax # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/blogmax/ChangeLog,v 1.7 2014/02/16 11:52:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/blogmax/ChangeLog,v 1.8 2014/03/25 20:37:48 ulm Exp $ + + 25 Mar 2014; Ulrich Müller <ulm@gentoo.org> -blogmax-20041208.ebuild, + blogmax-20110305.ebuild, -files/50blogmax-gentoo-20110305.el, + files/50blogmax-gentoo.el: + Remove old. *blogmax-20110305 (16 Feb 2014) diff --git a/app-emacs/blogmax/blogmax-20041208.ebuild b/app-emacs/blogmax/blogmax-20041208.ebuild deleted file mode 100644 index 0148efcf855d..000000000000 --- a/app-emacs/blogmax/blogmax-20041208.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/blogmax/blogmax-20041208.ebuild,v 1.6 2007/07/04 23:32:59 opfer Exp $ - -inherit elisp - -DESCRIPTION="Blogging in Emacs" -HOMEPAGE="http://billstclair.com/blogmax/index.html" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -src_unpack() { - unpack ${A}; rm -f *.elc -} - -src_install() { - elisp-install ${PN} blogmax.{el,elc} - elisp-site-file-install "${FILESDIR}/50blogmax-gentoo.el" - dodoc "${FILESDIR}/README.Gentoo" - dodir /usr/share/doc/${PF}/example - cp -r * "${D}/usr/share/doc/${PF}/example" - pushd "${D}/usr/share/doc/${PF}/example" - rm -f blogmax.{el,elc} -} diff --git a/app-emacs/blogmax/blogmax-20110305.ebuild b/app-emacs/blogmax/blogmax-20110305.ebuild index bf93fbb413a5..807e2c74bc62 100644 --- a/app-emacs/blogmax/blogmax-20110305.ebuild +++ b/app-emacs/blogmax/blogmax-20110305.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/blogmax/blogmax-20110305.ebuild,v 1.1 2014/02/16 11:52:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/blogmax/blogmax-20110305.ebuild,v 1.2 2014/03/25 20:37:48 ulm Exp $ EAPI=5 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~x86" DEPEND="app-arch/unzip" S="${WORKDIR}/${PN}" -SITEFILE="50${PN}-gentoo-${PV}.el" +SITEFILE="50${PN}-gentoo.el" src_prepare() { rm *.elc gpl.txt || die diff --git a/app-emacs/blogmax/files/50blogmax-gentoo-20110305.el b/app-emacs/blogmax/files/50blogmax-gentoo-20110305.el deleted file mode 100644 index fc110114b3a6..000000000000 --- a/app-emacs/blogmax/files/50blogmax-gentoo-20110305.el +++ /dev/null @@ -1,4 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'weblog-mode "blogmax" "Weblog" t) -(autoload 'weblog-set-buffer-mode "blogmax" - "Set the mode to weblog-mode for text files in the *weblog-directory*" t) diff --git a/app-emacs/blogmax/files/50blogmax-gentoo.el b/app-emacs/blogmax/files/50blogmax-gentoo.el index 93853eedcb14..fc110114b3a6 100644 --- a/app-emacs/blogmax/files/50blogmax-gentoo.el +++ b/app-emacs/blogmax/files/50blogmax-gentoo.el @@ -1,5 +1,4 @@ - -;;; blogmax site-lisp configuration - (add-to-list 'load-path "@SITELISP@") -(require 'blogmax)
\ No newline at end of file +(autoload 'weblog-mode "blogmax" "Weblog" t) +(autoload 'weblog-set-buffer-mode "blogmax" + "Set the mode to weblog-mode for text files in the *weblog-directory*" t) |