public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/cycle-buffer/
@ 2016-08-20 11:24 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2016-08-20 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8ff2f076ce897cf731db9ec1ef1254bd8952a91e
Author:     Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Tue Aug 16 11:12:25 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 11:23:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff2f076

app-emacs/cycle-buffer: cosmetic fix.

Closes: https://github.com/gentoo/gentoo/pull/2092

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
index 2bea301..5a9f8f4 100644
--- a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
+++ b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
@@ -18,6 +18,6 @@ KEYWORDS="~amd64"
 SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {
-	elisp-compile *.el || die
-	elisp-make-autoload-file || die
+	elisp-compile *.el
+	elisp-make-autoload-file
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/cycle-buffer/
@ 2017-10-03 21:32 Patrice Clement
  0 siblings, 0 replies; 4+ messages in thread
From: Patrice Clement @ 2017-10-03 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a84283dcfc1365a273cd5741e71b9d57c74b4b0b
Author:     Victor Gaydov <victor <AT> enise <DOT> org>
AuthorDate: Tue Oct  3 09:22:39 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 21:32:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84283dc

app-emacs/cycle-buffer: update SRC_URI.

Closes: https://bugs.gentoo.org/628668
Closes: https://github.com/gentoo/gentoo/pull/5846

 app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
index 460e670ef3b..c832d4dfef1 100644
--- a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
+++ b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,7 @@ inherit elisp
 DESCRIPTION="Select buffer by cycling through"
 HOMEPAGE="http://www.emacswiki.org/emacs/cycle-buffer.el"
 # taken from https://www.emacswiki.org/emacs/download/cycle-buffer.el
-SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz"
+SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz"
 
 LICENSE="public-domain"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/cycle-buffer/
@ 2018-06-25 18:15 Jonas Stein
  0 siblings, 0 replies; 4+ messages in thread
From: Jonas Stein @ 2018-06-25 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4a48cdb8043c69fed8dd108f93fd906284903d86
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 18:04:09 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 18:12:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a48cdb8

app-emacs/cycle-buffer: Maintainer retired

Proxied maintainer retired due to inactivity.
Bug: https://bugs.gentoo.org/633230
Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-emacs/cycle-buffer/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/app-emacs/cycle-buffer/metadata.xml b/app-emacs/cycle-buffer/metadata.xml
index a3c89c47d36..e936a1a7bb6 100644
--- a/app-emacs/cycle-buffer/metadata.xml
+++ b/app-emacs/cycle-buffer/metadata.xml
@@ -1,17 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>victor@enise.org</email>
-    <name>Victor Gaydov</name>
-  </maintainer>
   <maintainer type="project">
     <email>gnu-emacs@gentoo.org</email>
     <name>Gentoo GNU Emacs project</name>
   </maintainer>
-  <maintainer type="project">
-    <email>proxy-maint@gentoo.org</email>
-    <name>Proxy Maintainers</name>
-  </maintainer>
   <stabilize-allarches/>
 </pkgmetadata>
+


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/cycle-buffer/
@ 2022-08-31 10:26 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2022-08-31 10:26 UTC (permalink / raw
  To: gentoo-commits

commit:     63bd37af567f36e5db24cc1bfde2022fb03503ec
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 10:09:10 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 10:26:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bd37af

app-emacs/cycle-buffer: Update to EAPI 8

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

 .../{cycle-buffer-2.16.ebuild => cycle-buffer-2.16-r1.ebuild}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16-r1.ebuild
similarity index 91%
rename from app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
rename to app-emacs/cycle-buffer/cycle-buffer-2.16-r1.ebuild
index b6dabed75176..7158dd90fd07 100644
--- a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild
+++ b/app-emacs/cycle-buffer/cycle-buffer-2.16-r1.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=6
+EAPI=8
 
 inherit elisp
 


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

end of thread, other threads:[~2022-08-31 10:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-03 21:32 [gentoo-commits] repo/gentoo:master commit in: app-emacs/cycle-buffer/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2022-08-31 10:26 Ulrich Müller
2018-06-25 18:15 Jonas Stein
2016-08-20 11:24 Patrice Clement

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