Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-editors/pemacs/
Date: Sat, 17 Aug 2019 22:09:00
Message-Id: 1566077124.f03a957824da7eac60ed05395dea03ab01d329d1.ulm@gentoo
1 commit: f03a957824da7eac60ed05395dea03ab01d329d1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 21:25:24 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 21:25:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=f03a9578
7
8 app-editors/pemacs: Add slot operator for ncurses dependency.
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-editors/pemacs/Manifest | 2 +-
14 app-editors/pemacs/pemacs-1.5_pre20130322.ebuild | 6 +++---
15 app-editors/pemacs/pemacs-9999.ebuild | 6 +++---
16 3 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/app-editors/pemacs/Manifest b/app-editors/pemacs/Manifest
19 index 71a832b..3d50711 100644
20 --- a/app-editors/pemacs/Manifest
21 +++ b/app-editors/pemacs/Manifest
22 @@ -1 +1 @@
23 -DIST pemacs-1.5_pre20130322.tar.xz 42380 SHA256 29a2a1af523bbe2ba7bbb782c47dae7d34bc5027f90df090b71948c44c796867 SHA512 4458c045f64e5c4c80067394ad3431d54c14505d259e1055162eb540c7bca4e0e0f1bbadf31b3dc6614faa85e66c9b249b00d50d555a09669513fc465a30871e WHIRLPOOL 03259468ea38243907787bb0e5efa1c9117da5764355746cf5cefb340a218c9ea265f233db6ff2fe60caee620945fedccc3ff82984c424b7a9f33ef39a538c64
24 +DIST pemacs-1.5_pre20130322.tar.xz 42380 BLAKE2B 5c982484918e9c7b76d038c341210b6746fad8bec171f20520becb3d05b89b1f368f11ae9175a3b62e9f701ec4651be04c155fea2bda9c0bff43a6b0969ba7f8 SHA512 4458c045f64e5c4c80067394ad3431d54c14505d259e1055162eb540c7bca4e0e0f1bbadf31b3dc6614faa85e66c9b249b00d50d555a09669513fc465a30871e
25
26 diff --git a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
27 index c414e76..23062e1 100644
28 --- a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
29 +++ b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 +# Copyright 1999-2019 Gentoo Authors
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=5
36 @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
37 inherit git-r3
38 else
39 # snapshot from git repo
40 - SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
41 + SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
42 fi
43
44 DESCRIPTION="Perfect Emacs, a small footprint Emacs derived from Ersatz Emacs"
45 @@ -21,7 +21,7 @@ LICENSE="public-domain"
46 SLOT="0"
47 KEYWORDS="~amd64 ~x86"
48
49 -RDEPEND="sys-libs/ncurses"
50 +RDEPEND="sys-libs/ncurses:0="
51 DEPEND="${RDEPEND}
52 virtual/pkgconfig"
53
54
55 diff --git a/app-editors/pemacs/pemacs-9999.ebuild b/app-editors/pemacs/pemacs-9999.ebuild
56 index bd7c314..b1d3db2 100644
57 --- a/app-editors/pemacs/pemacs-9999.ebuild
58 +++ b/app-editors/pemacs/pemacs-9999.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2014 Gentoo Foundation
61 +# Copyright 1999-2019 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=5
65 @@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
66 inherit git-r3
67 else
68 # snapshot from git repo
69 - SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
70 + SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
71 fi
72
73 DESCRIPTION="Perfect Emacs, a small footprint Emacs derived from Ersatz Emacs"
74 @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/hughbarney/pEmacs"
75 LICENSE="public-domain"
76 SLOT="0"
77
78 -RDEPEND="sys-libs/ncurses"
79 +RDEPEND="sys-libs/ncurses:0="
80 DEPEND="${RDEPEND}
81 virtual/pkgconfig"