Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/twittering-mode/
Date: Wed, 31 Aug 2022 10:26:28
Message-Id: 1661941578.fdf50e2fb01eadca3a46136f757711ccfeac5e92.ulm@gentoo
1 commit: fdf50e2fb01eadca3a46136f757711ccfeac5e92
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 10:25:06 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 10:26:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf50e2f
7
8 app-emacs/twittering-mode: Update to EAPI 8
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 ...ing-mode-3.0.0.ebuild => twittering-mode-3.0.0-r1.ebuild} | 12 +++---------
13 app-emacs/twittering-mode/twittering-mode-9999.ebuild | 12 +++---------
14 2 files changed, 6 insertions(+), 18 deletions(-)
15
16 diff --git a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild
17 similarity index 88%
18 rename from app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
19 rename to app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild
20 index 29249a843c01..ed246a376260 100644
21 --- a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
22 +++ b/app-emacs/twittering-mode/twittering-mode-3.0.0-r1.ebuild
23 @@ -1,7 +1,7 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=8
30
31 inherit elisp
32
33 @@ -13,7 +13,6 @@ else
34 SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
35 KEYWORDS="~amd64 ~x86"
36 RESTRICT="test"
37 - IUSE=""
38 fi
39
40 DESCRIPTION="Emacs major mode for Twitter"
41 @@ -22,7 +21,6 @@ HOMEPAGE="http://twmode.sourceforge.net/"
42 LICENSE="GPL-2+"
43 SLOT="0"
44
45 -DEPEND=""
46 RDEPEND="app-crypt/gnupg"
47
48 src_compile() {
49 @@ -30,11 +28,7 @@ src_compile() {
50 [[ ${PV} == *9999 ]] && use doc && emake -C doc/manual
51 }
52
53 -src_test() {
54 - emake check
55 -}
56 -
57 src_install() {
58 - [[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
59 elisp-install ${PN} twittering-mode.el *.elc
60 + [[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
61 }
62
63 diff --git a/app-emacs/twittering-mode/twittering-mode-9999.ebuild b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
64 index 29249a843c01..ed246a376260 100644
65 --- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild
66 +++ b/app-emacs/twittering-mode/twittering-mode-9999.ebuild
67 @@ -1,7 +1,7 @@
68 -# Copyright 1999-2021 Gentoo Authors
69 +# Copyright 1999-2022 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 -EAPI=6
73 +EAPI=8
74
75 inherit elisp
76
77 @@ -13,7 +13,6 @@ else
78 SRC_URI="mirror://sourceforge/twmode/${P}.tar.gz"
79 KEYWORDS="~amd64 ~x86"
80 RESTRICT="test"
81 - IUSE=""
82 fi
83
84 DESCRIPTION="Emacs major mode for Twitter"
85 @@ -22,7 +21,6 @@ HOMEPAGE="http://twmode.sourceforge.net/"
86 LICENSE="GPL-2+"
87 SLOT="0"
88
89 -DEPEND=""
90 RDEPEND="app-crypt/gnupg"
91
92 src_compile() {
93 @@ -30,11 +28,7 @@ src_compile() {
94 [[ ${PV} == *9999 ]] && use doc && emake -C doc/manual
95 }
96
97 -src_test() {
98 - emake check
99 -}
100 -
101 src_install() {
102 - [[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
103 elisp-install ${PN} twittering-mode.el *.elc
104 + [[ ${PV} == *9999 ]] && use doc && dodoc doc/manual/twmode/twmode.html
105 }