public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/atomic-chrome/
@ 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:     7785dbfdcfb32ff7d48584b277fde862dc32eb81
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 10:15:06 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 10:26:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7785dbfd

app-emacs/atomic-chrome: Update to EAPI 8

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

 .../{atomic-chrome-2.0.0.ebuild => atomic-chrome-2.0.0-r1.ebuild}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/atomic-chrome/atomic-chrome-2.0.0.ebuild b/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild
similarity index 90%
rename from app-emacs/atomic-chrome/atomic-chrome-2.0.0.ebuild
rename to app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild
index 7bcf414202fa..110c2c4f31d6 100644
--- a/app-emacs/atomic-chrome/atomic-chrome-2.0.0.ebuild
+++ b/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 NEED_EMACS=25
 
 inherit elisp


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/atomic-chrome/
@ 2024-04-07 16:20 Maciej Barć
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2024-04-07 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     07dd89738052f2c449cb710118e78705b655067a
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Apr  7 14:05:36 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 16:20:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07dd8973

app-emacs/atomic-chrome: add missing remote-id

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/atomic-chrome/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-emacs/atomic-chrome/metadata.xml b/app-emacs/atomic-chrome/metadata.xml
index dbaad14b3586..9a9255666291 100644
--- a/app-emacs/atomic-chrome/metadata.xml
+++ b/app-emacs/atomic-chrome/metadata.xml
@@ -16,5 +16,8 @@
   Atomic Chrome for Emacs is also compatible with Firefox via the
   GhostText browser extension.
 </longdescription>
+<upstream>
+  <remote-id type="github">alpha22jp/atomic-chrome</remote-id>
+</upstream>
 <stabilize-allarches/>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/atomic-chrome/
@ 2025-03-23 18:25 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2025-03-23 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2c7a2c1bc52da695c16f4fe6bd5c347ee321d84c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 17:37:13 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 18:17:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7a2c1b

app-emacs/atomic-chrome: Replace DEPEND with BDEPEND

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

 app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild b/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild
index d05fb6935ac7..fea48ed4c100 100644
--- a/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild
+++ b/app-emacs/atomic-chrome/atomic-chrome-2.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,8 +13,8 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="app-emacs/websocket"
-RDEPEND="${DEPEND}"
+RDEPEND="app-emacs/websocket"
+BDEPEND="${RDEPEND}"
 
 SITEFILE="50${PN}-gentoo.el"
 DOCS="README.md"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/atomic-chrome/
@ 2025-03-23 22:43 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2025-03-23 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     362b5b0e7390c8fbcc3438fe354c06bf1f2afafb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 23 22:42:16 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 23 22:43:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362b5b0e

app-emacs/atomic-chrome: add 2.0.0_p20230930

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

 app-emacs/atomic-chrome/Manifest                   |  1 +
 .../atomic-chrome-2.0.0_p20230930.ebuild           | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-emacs/atomic-chrome/Manifest b/app-emacs/atomic-chrome/Manifest
index eb84d9f94110..c1bbfce61f61 100644
--- a/app-emacs/atomic-chrome/Manifest
+++ b/app-emacs/atomic-chrome/Manifest
@@ -1 +1,2 @@
 DIST atomic-chrome-2.0.0.tar.gz 218286 BLAKE2B db75055df1d337d6f5adfb1dcbef0f9976da38d50bcff96dd5e94993cca84c837d05432c27cab7b3b7bfc14c8a960d667e7c852eda4732f9209f8b72c9a3a191 SHA512 702c8e80246f47dd46f4c864412e47c7cb74a13737754ccf81053a5054b97c4f48c4ca7613d1734dbf7251fbcd1d15269e2a605c36b3e7b631613506bb3a49bc
+DIST atomic-chrome-2.0.0_p20230930.tar.gz 218806 BLAKE2B dd738bb469f9b19967ed41381a15510f220f8c3d3caf02efc4732dc286014d0d47e5e784f2ef02fd20bf3f3c066e5da5927ca59af9e0cb6eefa8e23361d3c62d SHA512 51a0265bb0ac40bf831b355b652d3e2becf2c2ce5d23f2da0713611c1014a61cbd8e2eccef97323fc52f83124fcdd955f91003194874a78eb9da991bdd30d43e

diff --git a/app-emacs/atomic-chrome/atomic-chrome-2.0.0_p20230930.ebuild b/app-emacs/atomic-chrome/atomic-chrome-2.0.0_p20230930.ebuild
new file mode 100644
index 000000000000..fa115598352c
--- /dev/null
+++ b/app-emacs/atomic-chrome/atomic-chrome-2.0.0_p20230930.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+COMMIT="072a137a19d7e6a300ca3e87c0e142a7f4ccb5fb"
+DESCRIPTION="Edit text area on Chrome with Emacs using Atomic Chrome"
+HOMEPAGE="https://github.com/alpha22jp/atomic-chrome"
+SRC_URI="https://github.com/alpha22jp/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-emacs/websocket"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"


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

end of thread, other threads:[~2025-03-23 22:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-07 16:20 [gentoo-commits] repo/gentoo:master commit in: app-emacs/atomic-chrome/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2025-03-23 22:43 Ulrich Müller
2025-03-23 18:25 Ulrich Müller
2022-08-31 10:26 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