public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/emacs:master commit in: app-admin/emacs-updater/
@ 2017-10-15 11:28 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2017-10-15 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3475beb72aeffbb2048395d40feb4d566c166415
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 11:11:52 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 11:11:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=3475beb7

app-admin/emacs-updater: Update EGIT_REPO_URI, sync from Gentoo repo.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-admin/emacs-updater/emacs-updater-9999.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
index 4045d28..e25f250 100644
--- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
-EGIT_REPO_URI="git://anongit.gentoo.org/proj/emacs-tools.git"
+EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
 EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
 
 inherit git-r3
 
 DESCRIPTION="Rebuild Emacs packages"
-HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
+HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -23,6 +23,8 @@ RDEPEND="${DEPEND}
 S="${WORKDIR}/${PN}"
 
 src_prepare() {
+	default
+
 	if ! has_version sys-apps/util-linux; then
 		# BSD ships a dumb getopt(1), so use getopt-long instead
 		sed -i -e '/^GETOPT=/s/getopt/&-long/' emacs-updater || die


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

* [gentoo-commits] repo/proj/emacs:master commit in: app-admin/emacs-updater/
@ 2019-12-21 18:30 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-12-21 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     427680d701d9e4168102fca3db03fec1e4117637
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 18:26:40 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 18:26:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=427680d7

app-admin/emacs-updater: Sync from gentoo repo.

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

 app-admin/emacs-updater/emacs-updater-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
index e25f250..58a609b 100644
--- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
 EGIT_BRANCH="${PN}"
@@ -17,8 +17,8 @@ SLOT="0"
 
 DEPEND="|| ( sys-apps/util-linux app-misc/getopt )"
 RDEPEND="${DEPEND}
-	>=app-portage/portage-utils-0.3
-	virtual/emacs"
+	>=app-editors/emacs-23.1:*
+	>=app-portage/portage-utils-0.3"
 
 S="${WORKDIR}/${PN}"
 


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

* [gentoo-commits] repo/proj/emacs:master commit in: app-admin/emacs-updater/
@ 2022-03-25 20:58 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2022-03-25 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7c152919b92cb79bddacbc668cc649eb17ef1dfb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 19:55:14 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 19:55:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=7c152919

app-admin/emacs-updater: Sync from gentoo repository

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

 app-admin/emacs-updater/emacs-updater-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild
index 58a609b..44a1e89 100644
--- a/app-admin/emacs-updater/emacs-updater-9999.ebuild
+++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -31,8 +31,8 @@ src_prepare() {
 	fi
 
 	if [[ -n ${EPREFIX} ]]; then
-		sed -i -e "1s:/:${EPREFIX%/}/:" \
-			-e "s:^\([[:upper:]]*=\)/:\1${EPREFIX%/}/:" \
+		sed -i -e "1s:/:${EPREFIX}/:" \
+			-e "s:^\([[:upper:]]*=\)/:\1${EPREFIX}/:" \
 			emacs-updater || die
 	fi
 }


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

end of thread, other threads:[~2022-03-25 20:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-25 20:58 [gentoo-commits] repo/proj/emacs:master commit in: app-admin/emacs-updater/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2019-12-21 18:30 Ulrich Müller
2017-10-15 11:28 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