diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 09:08:06 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-15 09:08:06 +0200 |
commit | 56558dbac80c69bf38af709c9424ba12674853e3 (patch) | |
tree | 6c4a334da83196c16bf26ea5fc60fe72510bcfca /app-emacs/blogmax | |
parent | app-emacs/distel: Remove old. (diff) | |
download | gentoo-56558dbac80c69bf38af709c9424ba12674853e3.tar.gz gentoo-56558dbac80c69bf38af709c9424ba12674853e3.tar.bz2 gentoo-56558dbac80c69bf38af709c9424ba12674853e3.zip |
app-emacs/blogmax: Remove old.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/blogmax')
-rw-r--r-- | app-emacs/blogmax/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/blogmax/blogmax-20110305.ebuild | 43 | ||||
-rw-r--r-- | app-emacs/blogmax/files/README.Gentoo | 8 |
3 files changed, 0 insertions, 52 deletions
diff --git a/app-emacs/blogmax/Manifest b/app-emacs/blogmax/Manifest index 589023413a9c..fd635faf42df 100644 --- a/app-emacs/blogmax/Manifest +++ b/app-emacs/blogmax/Manifest @@ -1,2 +1 @@ -DIST blogmax-20110305.zip 194956 BLAKE2B b5f90254a218fc45b65faa8d5cdc53ec55f092716286a5757f483eed621d2142aeda398449b1c1b9c3acad67575025ce6bf9b9dce42f1d97d35227d13a0aa65e SHA512 dc0529c5d61ea9beaecf9dfdfe0631ae31fb9737845aa81f2ac7c19df7aa30eb7392f73ea96a00b678cd441f0815129bb04d521e697ce2cb3938d8699483d19b DIST blogmax-20170321.tar.xz 81704 BLAKE2B f7f45cb0d5981a0af09ad75b8b004aca950dad59efb0182f81596d6777caf31df6089c2cabb856168d5c031c5e60282e9a88f822219f5ec728f5dddc1c6adcb6 SHA512 bca3fd0bb10d98604426b4091831e709b2a731aa2e4cfc0737f14714bc6648a279c1909e1939f4504cf49aa470737458a00da598139d7797128563212997a4c1 diff --git a/app-emacs/blogmax/blogmax-20110305.ebuild b/app-emacs/blogmax/blogmax-20110305.ebuild deleted file mode 100644 index 07505c200b1f..000000000000 --- a/app-emacs/blogmax/blogmax-20110305.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils readme.gentoo elisp - -DESCRIPTION="Blogging in Emacs" -HOMEPAGE="http://billstclair.com/blogmax/index.html" -# taken from http://billstclair.com/blogmax.zip -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.zip" - -LICENSE="GPL-1+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND="app-arch/unzip" - -S="${WORKDIR}/${PN}" -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - rm *.elc gpl.txt || die - edos2unix *.{el,html,inc,ini,tmpl,txt,xml} docs/*.{html,txt} -} - -src_compile() { - elisp-compile blogmax.el -} - -src_install() { - elisp-install ${PN} blogmax.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - DOC_CONTENTS="To get started with BlogMax, use the example site file - from /usr/share/doc/${PF}/example as a template for your own blog." - readme.gentoo_create_doc - - dodoc README - dodoc -r docs - docinto example - dodoc *.{html,inc,ini,png,tmpl,txt,xml} -} diff --git a/app-emacs/blogmax/files/README.Gentoo b/app-emacs/blogmax/files/README.Gentoo deleted file mode 100644 index a737d0f9c9ac..000000000000 --- a/app-emacs/blogmax/files/README.Gentoo +++ /dev/null @@ -1,8 +0,0 @@ - -*-outline-*- -* Getting Started With BlogMax - -Use the example site file from /usr/share/doc/blogmax-*/example as a -template for your own blog. - --- -Matthew Kennedy <mkennedy@gentoo.org> |