app-emacs/folding: Version bump.
authorUlrich Müller <ulm@gentoo.org>
Tue, 15 Oct 2019 14:38:55 +0000 (16:38 +0200)
committerUlrich Müller <ulm@gentoo.org>
Tue, 15 Oct 2019 15:06:39 +0000 (17:06 +0200)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/folding/Manifest
app-emacs/folding/files/folding-2019.0524.1621-info-filename.patch [new file with mode: 0644]
app-emacs/folding/folding-2019.0524.1621.ebuild [new file with mode: 0644]

index 57c58370124f396638a8707d87ea472239b7959f..df51d7e4cd745946d08cf9109f9946531183a6cc 100644 (file)
@@ -1 +1,2 @@
 DIST folding-2013.0613.1821.el.xz 52164 BLAKE2B cb9dc74ab409ddeff8434191f53dadac5c53a15fdf4b8edb041daa156221e7271bd30bf66e60049ebd4ed761f16b1adfa113e05967cc70729f6b5c3f1dc71306 SHA512 9eb7cf4e1b01d7f37969bab0a66ad564da3742981ec0623b3100b0aef1bb997a80c91b88286ac673775edd197110496e1849210cc40fe310d8a478471cc1ec53
+DIST folding-2019.0524.1621.tar.gz 70386 BLAKE2B 3025b0487b8f72459393348abf811b953cacedb292667f3bf30955bdc7d6f1055125d8e481fb0bb1be0e04e7c819dde3df091bfb8e50d4972685bb2adc18755e SHA512 807e544760f09eccf6322610d6e00d525caebec9542588948cbd84435ace09edeaec1a68cec781415dcb2528780a35887705eb80b5c2b61138284e6a250d220e
diff --git a/app-emacs/folding/files/folding-2019.0524.1621-info-filename.patch b/app-emacs/folding/files/folding-2019.0524.1621-info-filename.patch
new file mode 100644 (file)
index 0000000..3b89bce
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/folding.texi
++++ b/folding.texi
+@@ -2,7 +2,7 @@
+ \input texinfo
+ @c %**start of header
+-@setfilename info/folding
++@setfilename folding.info
+ @settitle folding
+ @documentencoding ISO-8859-1
+ @c %**end of header
diff --git a/app-emacs/folding/folding-2019.0524.1621.ebuild b/app-emacs/folding/folding-2019.0524.1621.ebuild
new file mode 100644 (file)
index 0000000..6a61c1e
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+MY_PN="project-emacs--${PN}-mode"
+COMMIT="a1361aa154b27bd4db2e1cfe6c3b81b4fc1fdc9a"
+
+DESCRIPTION="A folding-editor-like Emacs minor mode"
+HOMEPAGE="https://www.emacswiki.org/emacs/FoldingMode"
+SRC_URI="https://github.com/jaalto/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+
+S="${WORKDIR}/${MY_PN}-${COMMIT}"
+SITEFILE="50${PN}-gentoo.el"
+ELISP_TEXINFO="folding.texi"
+PATCHES=("${FILESDIR}"/${P}-info-filename.patch)