summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-10-15 16:38:55 +0200
committerUlrich Müller <ulm@gentoo.org>2019-10-15 17:06:39 +0200
commitf66a8528721d829d31341298cd242865ecdf09f8 (patch)
treee292d15f0306b48513e98ff89a92c4c3d0b0f4db /app-emacs
parentapp-emacs/lua-mode: Version bump. (diff)
downloadgentoo-f66a8528721d829d31341298cd242865ecdf09f8.tar.gz
gentoo-f66a8528721d829d31341298cd242865ecdf09f8.tar.bz2
gentoo-f66a8528721d829d31341298cd242865ecdf09f8.zip
app-emacs/folding: Version bump.
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/folding/Manifest1
-rw-r--r--app-emacs/folding/files/folding-2019.0524.1621-info-filename.patch11
-rw-r--r--app-emacs/folding/folding-2019.0524.1621.ebuild22
3 files changed, 34 insertions, 0 deletions
diff --git a/app-emacs/folding/Manifest b/app-emacs/folding/Manifest
index 57c58370124f..df51d7e4cd74 100644
--- a/app-emacs/folding/Manifest
+++ b/app-emacs/folding/Manifest
@@ -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
index 000000000000..3b89bcea1cad
--- /dev/null
+++ b/app-emacs/folding/files/folding-2019.0524.1621-info-filename.patch
@@ -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
index 000000000000..6a61c1ef18be
--- /dev/null
+++ b/app-emacs/folding/folding-2019.0524.1621.ebuild
@@ -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)