[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2023-10-01 Thread Arthur Zamarin
commit: 81c07cc09a26cd78cb6fc492d6ae63d677e20399
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct  1 18:07:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct  1 18:07:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c07cc0

app-emacs/apel: Stabilize 10.8_p20220721 ALLARCHES, #915030

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/apel/apel-10.8_p20220721.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20220721.ebuild 
b/app-emacs/apel/apel-10.8_p20220721.ebuild
index fdb9f15cbca4..4c36cfff957a 100644
--- a/app-emacs/apel/apel-10.8_p20220721.ebuild
+++ b/app-emacs/apel/apel-10.8_p20220721.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
 
 SITEFILE="50apel-gentoo.el"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2023-08-12 Thread Ulrich Müller
commit: 70ab278203cea23a1baf354d5bf7c0af6ac135fb
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Aug 12 07:09:25 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Aug 12 07:18:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ab2782

app-emacs/apel: add 10.8_p20220721

Bug: https://bugs.gentoo.org/912089
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/apel/Manifest   |  1 +
 app-emacs/apel/apel-10.8_p20220721.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/app-emacs/apel/Manifest b/app-emacs/apel/Manifest
index 4e3c825febe6..7c3e87367f18 100644
--- a/app-emacs/apel/Manifest
+++ b/app-emacs/apel/Manifest
@@ -1 +1,2 @@
 DIST apel-10.8_p20201106.tar.gz 69188 BLAKE2B 
e0107968349fe73325503a61fbc9ada83d657f2ca66a39ae2ea833543277f536d22371e371e17dc4307380e738491e20ec0b7b52a35207f49e37fa65c66f3ab1
 SHA512 
fb14570d6d4f2346d386ae0012cfb9149ddf9ade8b4dc75507e6cef848d12ef65f80bd7d1dc26815031aee00461d67d4a86fe29e30d5d542756e725425634c77
+DIST apel-10.8_p20220721.tar.gz 69181 BLAKE2B 
b7c36d4bec2f1a544cbf2e15c5ceb8968912e63dc7c4d68cf14d3f0a2646d7031c1595f8dd3f1e7622f8816a1c1b934b0987275ca4e05bcc3c770443f5db88ad
 SHA512 
4d384cbc7989e1d1db4e4b735474d610e241ec4f551bcde73fa3a9771d1d1094f489bd5de328a9b5b66468bd64b52b3220a261735a646b4ea8818a29b3837be5

diff --git a/app-emacs/apel/apel-10.8_p20220721.ebuild 
b/app-emacs/apel/apel-10.8_p20220721.ebuild
new file mode 100644
index ..fdb9f15cbca4
--- /dev/null
+++ b/app-emacs/apel/apel-10.8_p20220721.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs 
Lisp programs"
+HOMEPAGE="https://github.com/wanderlust/apel;
+GITHUB_SHA1="82eb2325bd149dc57b43a9ce9402c6c6183e4052"
+SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos"
+
+SITEFILE="50apel-gentoo.el"
+
+src_prepare() {
+   elisp_src_prepare
+   cat <<-EOF >>APEL-CFG || die
+   (setq APEL_PREFIX "apel")
+   (setq EMU_PREFIX "apel")
+   EOF
+}
+
+src_compile() {
+   default
+}
+
+src_install() {
+   emake PREFIX="${ED}/usr" \
+   LISPDIR="${ED}/${SITELISP}" \
+   VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" \
+   install
+   elisp-make-site-file "${SITEFILE}"
+   dodoc ChangeLog* README*
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2023-08-12 Thread Ulrich Müller
commit: eb7cdb119320b8fdd46c795f428ece6effeeedd1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Aug 12 07:10:05 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Aug 12 07:18:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7cdb11

app-emacs/apel: add github upstream metadata

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/apel/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-emacs/apel/metadata.xml b/app-emacs/apel/metadata.xml
index 986088003fe1..1d16a90c781d 100644
--- a/app-emacs/apel/metadata.xml
+++ b/app-emacs/apel/metadata.xml
@@ -6,4 +6,7 @@
   Gentoo GNU Emacs project
 
 
+
+  wanderlust/apel
+
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2021-08-24 Thread Sam James
commit: cbfc640c1ef88cb7111fb8623d2b8310a02fd9aa
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 24 23:24:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 24 23:24:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbfc640c

app-emacs/apel: Stabilize 10.8_p20201106 ALLARCHES, #809680

Signed-off-by: Sam James  gentoo.org>

 app-emacs/apel/apel-10.8_p20201106.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20201106.ebuild 
b/app-emacs/apel/apel-10.8_p20201106.ebuild
index 85482a6ff30..8e9d3d330ad 100644
--- a/app-emacs/apel/apel-10.8_p20201106.ebuild
+++ b/app-emacs/apel/apel-10.8_p20201106.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
 
 SITEFILE="50apel-gentoo.el"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2021-07-23 Thread Ulrich Müller
commit: d948150b3035a88b9384f87b38ef39f9a0e4d5c0
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Jul 23 10:45:07 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Jul 23 10:49:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d948150b

app-emacs/apel: New snapshot 10.8_p20201106

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/apel/Manifest   |  1 +
 app-emacs/apel/apel-10.8_p20201106.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/app-emacs/apel/Manifest b/app-emacs/apel/Manifest
index 0b70654f9db..c1bd6d74f58 100644
--- a/app-emacs/apel/Manifest
+++ b/app-emacs/apel/Manifest
@@ -1 +1,2 @@
 DIST apel-10.8_p20190407.tar.gz 94808 BLAKE2B 
47540e8c3ce96cc91efefe521942a3df4ee8423c7796d7e66b14bed7e9d662469a0767dd4863ae130fb114a1f9335d95abd13d61b6811e039db75e28679ac0f6
 SHA512 
6c780b0643f248e2a1409f1cea794dc6be515ee2ae766ead0834996bd9c13852492af1b9c343c4efda06fd057fae0c1b8a1ffc6b55b1469afbc7cbf1b579ea68
+DIST apel-10.8_p20201106.tar.gz 69188 BLAKE2B 
e0107968349fe73325503a61fbc9ada83d657f2ca66a39ae2ea833543277f536d22371e371e17dc4307380e738491e20ec0b7b52a35207f49e37fa65c66f3ab1
 SHA512 
fb14570d6d4f2346d386ae0012cfb9149ddf9ade8b4dc75507e6cef848d12ef65f80bd7d1dc26815031aee00461d67d4a86fe29e30d5d542756e725425634c77

diff --git a/app-emacs/apel/apel-10.8_p20201106.ebuild 
b/app-emacs/apel/apel-10.8_p20201106.ebuild
new file mode 100644
index 000..85482a6ff30
--- /dev/null
+++ b/app-emacs/apel/apel-10.8_p20201106.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+NEED_EMACS=24.5
+
+inherit elisp
+
+DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs 
Lisp programs"
+HOMEPAGE="https://github.com/wanderlust/apel;
+GITHUB_SHA1="4e3269b6e702db2dba48cf560563ac883e81e3bf"
+SRC_URI="https://github.com/wanderlust/${PN}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
+
+SITEFILE="50apel-gentoo.el"
+
+src_prepare() {
+   elisp_src_prepare
+   cat <<-EOF >>APEL-CFG || die
+   (setq APEL_PREFIX "apel")
+   (setq EMU_PREFIX "apel")
+   EOF
+}
+
+src_compile() {
+   default
+}
+
+src_install() {
+   emake PREFIX="${ED}/usr" \
+   LISPDIR="${ED}/${SITELISP}" \
+   VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" \
+   install
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+   dodoc ChangeLog* README*
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2021-04-13 Thread Ulrich Müller
commit: c659b9074d30316c51026c7ad5ac23b11318d9ad
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Apr 13 12:10:54 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Apr 13 12:14:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c659b907

app-emacs/apel: Don't use ED in src_compile

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index c99cc1c8b78..3b61f310b05 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -25,9 +25,7 @@ src_prepare() {
 }
 
 src_compile() {
-   emake PREFIX="${ED}/usr" \
-   LISPDIR="${ED}/${SITELISP}" \
-   VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}"
+   default
 }
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/, app-emacs/apel/files/

2021-04-13 Thread Ulrich Müller
commit: 4e3ce029b99735c2c6a4653455c2d8437c460585
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Apr 13 12:13:39 2021 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Apr 13 12:14:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3ce029

app-emacs/apel: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/apel/Manifest|   2 -
 app-emacs/apel/apel-10.8-r1.ebuild |  52 --
 app-emacs/apel/files/apel-10.8-010_ikazuhiro.patch | 189 -
 .../apel-10.8-020_Prevent-fontset-error.patch  |  32 
 ...10.8-040_make-temp-file-for-Emacs-24.3.50.patch |  27 ---
 .../files/apel-10.8-050_escape-backslash.patch |  20 ---
 6 files changed, 322 deletions(-)

diff --git a/app-emacs/apel/Manifest b/app-emacs/apel/Manifest
index bab93f88e47..0b70654f9db 100644
--- a/app-emacs/apel/Manifest
+++ b/app-emacs/apel/Manifest
@@ -1,3 +1 @@
-DIST apel-10.8-030_Use-new-style-backquotes.patch.gz 7869 BLAKE2B 
93b93a089693a2fec68033b44f1cf96117fcdcb9dad5dbbf4283a79cd19f358c2a3bdc80ce2f7517e8b396182141583a371c21a8df7db7d05156ffd16987a872
 SHA512 
4074dc612feb2d63637bea2e9303423d4e9e035fad7f440d2da5331a6adc08f5ec61abb5087c2c4c72ec8931d1ccc4db3ffd061bcf3150d20c222c8df2e0b274
-DIST apel-10.8.tar.gz 126326 BLAKE2B 
6fc8f04006a971e9d48dbf5f7b43e201a4f5fa515210bb69829bc3b0f05aba2e9f205915e6117e20220ae5b48a6543520533dc95a90754a30ff3fb8094779901
 SHA512 
39f13f15ec0a078d8f8dfe797899474cf4dfeb0bf7b8432a0c05bb38cf134d805c171a66b3d3efd074fbf294d68006d1e1d49903e45f1991d79cdcb4cca4aa9d
 DIST apel-10.8_p20190407.tar.gz 94808 BLAKE2B 
47540e8c3ce96cc91efefe521942a3df4ee8423c7796d7e66b14bed7e9d662469a0767dd4863ae130fb114a1f9335d95abd13d61b6811e039db75e28679ac0f6
 SHA512 
6c780b0643f248e2a1409f1cea794dc6be515ee2ae766ead0834996bd9c13852492af1b9c343c4efda06fd057fae0c1b8a1ffc6b55b1469afbc7cbf1b579ea68

diff --git a/app-emacs/apel/apel-10.8-r1.ebuild 
b/app-emacs/apel/apel-10.8-r1.ebuild
deleted file mode 100644
index 5bc2c060e9a..000
--- a/app-emacs/apel/apel-10.8-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs 
Lisp programs"
-HOMEPAGE="http://cvs.m17n.org/elisp/APEL/;
-SRC_URI="ftp://ftp.jpl.org/pub/elisp/apel/${P}.tar.gz
-   
https://dev.gentoo.org/~gienah/2big4tree/app-emacs/${PN}/${PN}-10.8-030_Use-new-style-backquotes.patch.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-ELISP_PATCHES="${PN}-10.8-020_Prevent-fontset-error.patch
-   ${PN}-10.8-030_Use-new-style-backquotes.patch
-   ${PN}-10.8-010_ikazuhiro.patch
-   ${PN}-10.8-040_make-temp-file-for-Emacs-24.3.50.patch
-   ${PN}-10.8-050_escape-backslash.patch"
-
-src_prepare() {
-   elisp_src_prepare
-   cat <<-EOF >> APEL-CFG
-   (setq APEL_PREFIX "apel")
-   (setq EMU_PREFIX "apel")
-   EOF
-}
-
-src_compile() {
-   emake PREFIX="${ED}/usr" \
-   LISPDIR="${ED}/${SITELISP}" \
-   VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}"
-}
-
-src_install() {
-   emake PREFIX="${ED}/usr" \
-   LISPDIR="${ED}/${SITELISP}" \
-   VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" \
-   install
-   elisp-site-file-install "${FILESDIR}/50apel-gentoo.el"
-   dodoc ChangeLog README*
-}
-
-pkg_postinst() {
-   elisp-site-regen
-   elog "See the README.en file in /usr/share/doc/${PF} for tips"
-   elog "on how to customize this package."
-   elog "And you need to rebuild packages depending on ${PN}."
-}

diff --git a/app-emacs/apel/files/apel-10.8-010_ikazuhiro.patch 
b/app-emacs/apel/files/apel-10.8-010_ikazuhiro.patch
deleted file mode 100644
index 558939dee9f..000
--- a/app-emacs/apel/files/apel-10.8-010_ikazuhiro.patch
+++ /dev/null
@@ -1,189 +0,0 @@
 apel-10.8-orig/ChangeLog   2013-10-03 18:17:05.176741628 +1000
-+++ apel-10.8/ChangeLog2013-10-03 18:16:54.442741731 +1000
-@@ -1,3 +1,56 @@
-+2013-07-05  Tatsuya Kinoshita  
-+
-+  * mcs-20.el: Really check whether the mule-vesion variable is defined.
-+
-+2013-07-04  Kazuhiro Ito  
-+
-+  * mcs-20.el: Check whether the mule-vesion variable is defined.
-+  Cf. 
https://github.com/ikazuhiro/apel/commit/328c02e022340b36dd7e5f9250c7f86d2bafd793
-+
-+2013-03-24  Kazuhiro Ito  
-+
-+  * mcs-20.el (mime-charset-to-coding-system): Display the message
-+  and use charset name as coding system when
-+  `mime-charset-coding-system-alist' indicates invalid coding
-+  system.
-+
-+2012-09-07  Kazuhiro Ito  
-+
-+  * mcs-e20.el (coding-system-to-mime-charset): Coding system's
-+  setting is 

[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2021-01-06 Thread Fabian Groffen
commit: 0531b48855b8db8620080d26652f61fedef0500e
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 13:04:02 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 13:04:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0531b488

app-emacs/apel: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 app-emacs/apel/apel-10.8-r1.ebuild| 4 ++--
 app-emacs/apel/apel-10.8_p20190407.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-emacs/apel/apel-10.8-r1.ebuild 
b/app-emacs/apel/apel-10.8-r1.ebuild
index c4fceb83137..5bc2c060e9a 100644
--- a/app-emacs/apel/apel-10.8-r1.ebuild
+++ b/app-emacs/apel/apel-10.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.jpl.org/pub/elisp/apel/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
 IUSE=""
 
 ELISP_PATCHES="${PN}-10.8-020_Prevent-fontset-error.patch

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index efbc3ace03d..c99cc1c8b78 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/wanderlust/apel/archive/${GITHUB_SHA1}.tar.gz -> ${P
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-08-28 Thread David Seifert
commit: 9cc4a6b940f842402cc1036f17aafd0126e5a20e
Author: David Seifert  gentoo  org>
AuthorDate: Wed Aug 28 10:10:10 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Aug 28 10:10:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc4a6b9

app-emacs/apel: [QA] Fix ${HOMEPAGE} in SRC_URI

Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index a218a947a7b..a810dc04e8d 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -8,7 +8,7 @@ inherit elisp
 DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs 
Lisp programs"
 HOMEPAGE="https://github.com/wanderlust/apel;
 GITHUB_SHA1="d146ddbf8818e81d3577d5eee7825d377bec0c73"
-SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/wanderlust/apel/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-08-01 Thread Sergei Trofimovich
commit: ce3bd6d3e0a04673b3a11d847f3995d6863eaf97
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Aug  1 06:23:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Aug  1 06:23:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3bd6d3

app-emacs/apel: stable 10.8_p20190407 for hppa, bug #690928

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index ad858bbd175..a218a947a7b 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-07-31 Thread Agostino Sarubbo
commit: d5ee685fdde82e74e9fcb26ddaa28c7898b6dce2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 13:34:23 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 13:34:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ee685f

app-emacs/apel: ia64 stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index 4e438193f2c..ad858bbd175 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-07-31 Thread Agostino Sarubbo
commit: 914c5b483f67e4220328b01ca96bd7995a0b842a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 13:12:10 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 13:12:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914c5b48

app-emacs/apel: alpha stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index 77cdb409e84..4e438193f2c 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-07-31 Thread Agostino Sarubbo
commit: 210e1017ea8e5ab206c45a573e85fb728964c725
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 13:10:58 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 13:10:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=210e1017

app-emacs/apel: sparc stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index 4a97baca4cd..77cdb409e84 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-07-31 Thread Agostino Sarubbo
commit: e131aa7840b52c0af34dfe95ecee1128c82cccfb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 11:02:36 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 11:02:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e131aa78

app-emacs/apel: x86 stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index 80db219f0c1..4a97baca4cd 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-07-31 Thread Agostino Sarubbo
commit: 243a0d4e567009bfa73f34df22555748cb864654
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 10:57:29 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 10:57:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243a0d4e

app-emacs/apel: amd64 stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index e6622a9425e..80db219f0c1 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-07-31 Thread Agostino Sarubbo
commit: a4498605343ea629fef409dc96b124a11a49ac63
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 10:55:43 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 10:55:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4498605

app-emacs/apel: ppc64 stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index 68c6148bf76..e6622a9425e 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-07-31 Thread Agostino Sarubbo
commit: 3f5161182c976cce962d65840e0c754056d92ca5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jul 31 10:53:33 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jul 31 10:53:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f516118

app-emacs/apel: ppc stable wrt bug #690928

Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
index 6dd02e5f803..68c6148bf76 100644
--- a/app-emacs/apel/apel-10.8_p20190407.ebuild
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 
 S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/

2019-06-24 Thread Ulrich Müller
commit: 766f5f01ed572a38929fccd9aacd5f53cf1bc0a2
Author: Markus Oehme  jonglieren-jena  de>
AuthorDate: Mon Jun 24 10:00:29 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Jun 24 10:37:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766f5f01

app-emacs/apel: Version bump.

Bug: https://bugs.gentoo.org/688560
Signed-off-by: Markus Oehme  jonglieren-jena.de>
[ulm  gentoo.org: EAPI 7 bump, minor cleanup]
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/apel/Manifest   |  1 +
 app-emacs/apel/apel-10.8_p20190407.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/app-emacs/apel/Manifest b/app-emacs/apel/Manifest
index 4ae2aa39ddc..bab93f88e47 100644
--- a/app-emacs/apel/Manifest
+++ b/app-emacs/apel/Manifest
@@ -1,2 +1,3 @@
 DIST apel-10.8-030_Use-new-style-backquotes.patch.gz 7869 BLAKE2B 
93b93a089693a2fec68033b44f1cf96117fcdcb9dad5dbbf4283a79cd19f358c2a3bdc80ce2f7517e8b396182141583a371c21a8df7db7d05156ffd16987a872
 SHA512 
4074dc612feb2d63637bea2e9303423d4e9e035fad7f440d2da5331a6adc08f5ec61abb5087c2c4c72ec8931d1ccc4db3ffd061bcf3150d20c222c8df2e0b274
 DIST apel-10.8.tar.gz 126326 BLAKE2B 
6fc8f04006a971e9d48dbf5f7b43e201a4f5fa515210bb69829bc3b0f05aba2e9f205915e6117e20220ae5b48a6543520533dc95a90754a30ff3fb8094779901
 SHA512 
39f13f15ec0a078d8f8dfe797899474cf4dfeb0bf7b8432a0c05bb38cf134d805c171a66b3d3efd074fbf294d68006d1e1d49903e45f1991d79cdcb4cca4aa9d
+DIST apel-10.8_p20190407.tar.gz 94808 BLAKE2B 
47540e8c3ce96cc91efefe521942a3df4ee8423c7796d7e66b14bed7e9d662469a0767dd4863ae130fb114a1f9335d95abd13d61b6811e039db75e28679ac0f6
 SHA512 
6c780b0643f248e2a1409f1cea794dc6be515ee2ae766ead0834996bd9c13852492af1b9c343c4efda06fd057fae0c1b8a1ffc6b55b1469afbc7cbf1b579ea68

diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild 
b/app-emacs/apel/apel-10.8_p20190407.ebuild
new file mode 100644
index 000..6dd02e5f803
--- /dev/null
+++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs 
Lisp programs"
+HOMEPAGE="https://github.com/wanderlust/apel;
+GITHUB_SHA1="d146ddbf8818e81d3577d5eee7825d377bec0c73"
+SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
+
+S="${WORKDIR}/${PN}-${GITHUB_SHA1}"
+
+src_prepare() {
+   elisp_src_prepare
+   cat <<-EOF >>APEL-CFG || die
+   (setq APEL_PREFIX "apel")
+   (setq EMU_PREFIX "apel")
+   EOF
+}
+
+src_compile() {
+   emake PREFIX="${ED}/usr" \
+   LISPDIR="${ED}/${SITELISP}" \
+   VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}"
+}
+
+src_install() {
+   emake PREFIX="${ED}/usr" \
+   LISPDIR="${ED}/${SITELISP}" \
+   VERSION_SPECIFIC_LISPDIR="${ED}/${SITELISP}" \
+   install
+   elisp-site-file-install "${FILESDIR}/50apel-gentoo.el"
+   dodoc ChangeLog README*
+}
+
+pkg_postinst() {
+   elisp-site-regen
+   elog "See the README.en file in /usr/share/doc/${PF} for tips"
+   elog "on how to customize this package."
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/, app-emacs/apel/files/

2018-07-27 Thread Erik Mackdanz
commit: 872346ddefa73ccc0fa8cffbb598c771cc090bbc
Author: Erik Mackdanz  gentoo  org>
AuthorDate: Sat Jul 28 01:49:56 2018 +
Commit: Erik Mackdanz  gentoo  org>
CommitDate: Sat Jul 28 01:49:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872346dd

app-emacs/apel: Fix brace issue, EAPI 6

Closes: https://bugs.gentoo.org/647744
Package-Manager: Portage-2.3.43, Repoman-2.3.10

 app-emacs/apel/apel-10.8-r1.ebuild   |  7 ---
 .../apel/files/apel-10.8-050_escape-backslash.patch  | 20 
 2 files changed, 24 insertions(+), 3 deletions(-)

diff --git a/app-emacs/apel/apel-10.8-r1.ebuild 
b/app-emacs/apel/apel-10.8-r1.ebuild
index 7559be4d453..8fbddf33424 100644
--- a/app-emacs/apel/apel-10.8-r1.ebuild
+++ b/app-emacs/apel/apel-10.8-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 inherit elisp
 
@@ -18,7 +18,8 @@ IUSE=""
 ELISP_PATCHES="${PN}-10.8-020_Prevent-fontset-error.patch
${PN}-10.8-030_Use-new-style-backquotes.patch
${PN}-10.8-010_ikazuhiro.patch
-   ${PN}-10.8-040_make-temp-file-for-Emacs-24.3.50.patch"
+   ${PN}-10.8-040_make-temp-file-for-Emacs-24.3.50.patch
+   ${PN}-10.8-050_escape-backslash.patch"
 
 src_prepare() {
elisp_src_prepare

diff --git a/app-emacs/apel/files/apel-10.8-050_escape-backslash.patch 
b/app-emacs/apel/files/apel-10.8-050_escape-backslash.patch
new file mode 100644
index 000..a2892d303b3
--- /dev/null
+++ b/app-emacs/apel/files/apel-10.8-050_escape-backslash.patch
@@ -0,0 +1,20 @@
+--- a/poe.el   2018-07-27 19:34:05.959194677 -0500
 b/poe.el   2018-07-27 19:40:06.409212629 -0500
+@@ -1081,7 +1081,7 @@
+ If third arg LITERAL is non-nil, insert NEWTEXT literally.
+ Otherwise treat `\' as special:
+   `\&' in NEWTEXT means substitute original matched text.
+-  `\N' means substitute what matched the Nth `\(...\)'.
++  `\\N' means substitute what matched the Nth `\(...\)'.
+If Nth parens didn't match, substitute nothing.
+   `\\' means insert one `\'.
+ FIXEDCASE and LITERAL are optional arguments.
+@@ -1133,7 +1133,7 @@
+ If third arg LITERAL is non-nil, insert NEWTEXT literally.
+ Otherwise treat `\' as special:
+   `\&' in NEWTEXT means substitute original matched text.
+-  `\N' means substitute what matched the Nth `\(...\)'.
++  `\\N' means substitute what matched the Nth `\(...\)'.
+If Nth parens didn't match, substitute nothing.
+   `\\' means insert one `\'.
+ FIXEDCASE and LITERAL are optional arguments.