* [gentoo-commits] repo/gentoo:master commit in: app-emacs/blogmax/
@ 2020-06-24 21:55 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2020-06-24 21:55 UTC (permalink / raw
To: gentoo-commits
commit: 4efa1854b8b1a2967584ec4fc3677234b75f203a
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 21:51:25 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 21:55:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efa1854
app-emacs/blogmax: Better longdescription.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/blogmax/metadata.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-emacs/blogmax/metadata.xml b/app-emacs/blogmax/metadata.xml
index 18aa34682d6..0240753d62d 100644
--- a/app-emacs/blogmax/metadata.xml
+++ b/app-emacs/blogmax/metadata.xml
@@ -6,7 +6,9 @@
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
- BlogMax is an Emacs package that aids in the creation of a weblog.
+ BlogMax is an Emacs major-mode for maintaining a weblog. It lets you
+ focus on the text of your web site, while wrapping a template that
+ you define around each page.
</longdescription>
<stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/blogmax/
@ 2019-05-13 21:09 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2019-05-13 21:09 UTC (permalink / raw
To: gentoo-commits
commit: e870ba4d34bec0a85f25342924d842db3c77baff
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 21:07:02 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 13 21:08:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e870ba4d
app-emacs/blogmax: Version bump.
No new release since 2011, therefore snapshot from git.
Bug: https://bugs.gentoo.org/685872
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/blogmax/Manifest | 1 +
app-emacs/blogmax/blogmax-20170321.ebuild | 42 +++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/app-emacs/blogmax/Manifest b/app-emacs/blogmax/Manifest
index 601a495e832..589023413a9 100644
--- a/app-emacs/blogmax/Manifest
+++ b/app-emacs/blogmax/Manifest
@@ -1 +1,2 @@
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-20170321.ebuild b/app-emacs/blogmax/blogmax-20170321.ebuild
new file mode 100644
index 00000000000..1fced845ba4
--- /dev/null
+++ b/app-emacs/blogmax/blogmax-20170321.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp eutils readme.gentoo-r1
+
+DESCRIPTION="Blogging in Emacs"
+HOMEPAGE="https://billstclair.com/blogmax/index.html"
+# snapshot from https://github.com/billstclair/BlogMax
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+
+LICENSE="GPL-1+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+S="${WORKDIR}/${PN}"
+ELISP_REMOVE="*.elc gpl.txt"
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+ edos2unix *.{el,html,inc,ini,tmpl,txt,xml} docs/*.{html,txt}
+ elisp_src_prepare
+}
+
+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}
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-24 21:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-24 21:55 [gentoo-commits] repo/gentoo:master commit in: app-emacs/blogmax/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2019-05-13 21:09 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox