public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/emacs:master commit in: app-editors/pemacs/
@ 2019-08-17 22:08 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-08-17 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f03a957824da7eac60ed05395dea03ab01d329d1
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 21:25:24 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 21:25:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=f03a9578

app-editors/pemacs: Add slot operator for ncurses dependency.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-editors/pemacs/Manifest                      | 2 +-
 app-editors/pemacs/pemacs-1.5_pre20130322.ebuild | 6 +++---
 app-editors/pemacs/pemacs-9999.ebuild            | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-editors/pemacs/Manifest b/app-editors/pemacs/Manifest
index 71a832b..3d50711 100644
--- a/app-editors/pemacs/Manifest
+++ b/app-editors/pemacs/Manifest
@@ -1 +1 @@
-DIST pemacs-1.5_pre20130322.tar.xz 42380 SHA256 29a2a1af523bbe2ba7bbb782c47dae7d34bc5027f90df090b71948c44c796867 SHA512 4458c045f64e5c4c80067394ad3431d54c14505d259e1055162eb540c7bca4e0e0f1bbadf31b3dc6614faa85e66c9b249b00d50d555a09669513fc465a30871e WHIRLPOOL 03259468ea38243907787bb0e5efa1c9117da5764355746cf5cefb340a218c9ea265f233db6ff2fe60caee620945fedccc3ff82984c424b7a9f33ef39a538c64
+DIST pemacs-1.5_pre20130322.tar.xz 42380 BLAKE2B 5c982484918e9c7b76d038c341210b6746fad8bec171f20520becb3d05b89b1f368f11ae9175a3b62e9f701ec4651be04c155fea2bda9c0bff43a6b0969ba7f8 SHA512 4458c045f64e5c4c80067394ad3431d54c14505d259e1055162eb540c7bca4e0e0f1bbadf31b3dc6614faa85e66c9b249b00d50d555a09669513fc465a30871e

diff --git a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
index c414e76..23062e1 100644
--- a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
+++ b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 else
 	# snapshot from git repo
-	SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+	SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 fi
 
 DESCRIPTION="Perfect Emacs, a small footprint Emacs derived from Ersatz Emacs"
@@ -21,7 +21,7 @@ LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 

diff --git a/app-editors/pemacs/pemacs-9999.ebuild b/app-editors/pemacs/pemacs-9999.ebuild
index bd7c314..b1d3db2 100644
--- a/app-editors/pemacs/pemacs-9999.ebuild
+++ b/app-editors/pemacs/pemacs-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
 	inherit git-r3
 else
 	# snapshot from git repo
-	SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
+	SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 fi
 
 DESCRIPTION="Perfect Emacs, a small footprint Emacs derived from Ersatz Emacs"
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/hughbarney/pEmacs"
 LICENSE="public-domain"
 SLOT="0"
 
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/emacs:master commit in: app-editors/pemacs/
@ 2022-04-07  7:40 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2022-04-07  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     fb51635c66f0905d78607cf9c43de3602f9d8878
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 07:38:12 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 07:38:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=fb51635c

app-editors/pemacs: Drop live version

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

 app-editors/pemacs/pemacs-9999.ebuild | 39 -----------------------------------
 1 file changed, 39 deletions(-)

diff --git a/app-editors/pemacs/pemacs-9999.ebuild b/app-editors/pemacs/pemacs-9999.ebuild
deleted file mode 100644
index b1d3db2..0000000
--- a/app-editors/pemacs/pemacs-9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit toolchain-funcs
-
-if [[ ${PV} = 9999 ]]; then
-	EGIT_REPO_URI="https://github.com/hughbarney/pEmacs.git"
-	EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-	inherit git-r3
-else
-	# snapshot from git repo
-	SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-fi
-
-DESCRIPTION="Perfect Emacs, a small footprint Emacs derived from Ersatz Emacs"
-HOMEPAGE="https://github.com/hughbarney/pEmacs"
-
-LICENSE="public-domain"
-SLOT="0"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
-	emake CC="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} -Wall" \
-		LFLAGS="${LDFLAGS} $("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_install() {
-	dobin pe
-	doman pe.1
-	dodoc README.md
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/emacs:master commit in: app-editors/pemacs/
@ 2022-04-07  7:40 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2022-04-07  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     78e6f3d8b68c84d5d5bb994eff800a5b0a837cb4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 07:40:38 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 07:40:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=78e6f3d8

app-editors/pemacs: Update to EAPI 8

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

 app-editors/pemacs/pemacs-1.5_pre20130322.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
index 23062e1..3a8e438 100644
--- a/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
+++ b/app-editors/pemacs/pemacs-1.5_pre20130322.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -16,6 +16,7 @@ fi
 
 DESCRIPTION="Perfect Emacs, a small footprint Emacs derived from Ersatz Emacs"
 HOMEPAGE="https://github.com/hughbarney/pEmacs"
+S="${WORKDIR}/${PN}"
 
 LICENSE="public-domain"
 SLOT="0"
@@ -25,8 +26,6 @@ RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-S="${WORKDIR}/${PN}"
-
 src_compile() {
 	emake CC="$(tc-getCC)" \
 		CFLAGS="${CFLAGS} -Wall" \


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-07  7:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-07  7:40 [gentoo-commits] repo/proj/emacs:master commit in: app-editors/pemacs/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2022-04-07  7:40 Ulrich Müller
2019-08-17 22:08 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox