public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ccls/
@ 2022-08-09 21:34 Maciej Barć
  0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2022-08-09 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     a21a222b9cc070529518a806a7fe48586d35fc95
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 21:31:29 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 21:34:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21a222b

app-emacs/emacs-ccls: add gnu-emacs <AT> gentoo.org to maintainers

also, add the bugs-to URL

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/emacs-ccls/metadata.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app-emacs/emacs-ccls/metadata.xml b/app-emacs/emacs-ccls/metadata.xml
index 74b5b8fa6ecb..f049777140f5 100644
--- a/app-emacs/emacs-ccls/metadata.xml
+++ b/app-emacs/emacs-ccls/metadata.xml
@@ -5,8 +5,13 @@
 		<email>sam@gentoo.org</email>
 		<description>Sam James</description>
 	</maintainer>
+	<maintainer type="project">
+		<email>gnu-emacs@gentoo.org</email>
+		<name>Gentoo GNU Emacs project</name>
+	</maintainer>
 	<stabilize-allarches/>
 	<upstream>
+		<bugs-to>https://github.com/emacs-lsp/emacs-ccls/issues/</bugs-to>
 		<remote-id type="github">emacs-lsp/emacs-ccls</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ccls/
@ 2022-08-09 21:34 Maciej Barć
  0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2022-08-09 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ae59cc9b1404fbe80bcfefd94809e75f4f4a0cda
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  9 21:33:10 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 21:34:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae59cc9b

app-emacs/emacs-ccls: add dash dep; require GNU Emacs >=25.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 ...s-0_pre20220510.ebuild => emacs-ccls-0_pre20220510-r1.ebuild} | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510.ebuild b/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510-r1.ebuild
similarity index 85%
rename from app-emacs/emacs-ccls/emacs-ccls-0_pre20220510.ebuild
rename to app-emacs/emacs-ccls/emacs-ccls-0_pre20220510-r1.ebuild
index ba59639f32fa..41dbd82c3f6f 100644
--- a/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510.ebuild
+++ b/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+NEED_EMACS=25.1
+
 inherit elisp
 
 MY_COMMIT="ae74a39303457a5e6976dd1c6816cde97d357a0d"
@@ -15,7 +17,10 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="app-emacs/lsp-mode"
-DEPEND="${RDEPEND}"
+RDEPEND="
+	app-emacs/dash
+	app-emacs/lsp-mode
+"
+BDEPEND="${RDEPEND}"
 
 SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ccls/
@ 2023-03-23  7:11 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-03-23  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4f950109f1dca2b2eacfe7f2f73fdaeded6b7122
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 07:11:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 07:11:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f950109

app-emacs/emacs-ccls: fix maintainer metadata name

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/emacs-ccls/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/emacs-ccls/metadata.xml b/app-emacs/emacs-ccls/metadata.xml
index f049777140f5..e98cce63fcbb 100644
--- a/app-emacs/emacs-ccls/metadata.xml
+++ b/app-emacs/emacs-ccls/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 	<maintainer type="person">
 		<email>sam@gentoo.org</email>
-		<description>Sam James</description>
+		<name>Sam James</name>
 	</maintainer>
 	<maintainer type="project">
 		<email>gnu-emacs@gentoo.org</email>


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ccls/
@ 2023-03-23  9:32 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-03-23  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     1a4f6635091e5b9c41f834092780cde8658385e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 09:31:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 09:31:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a4f6635

app-emacs/emacs-ccls: Stabilize 0_pre20220510-r1 amd64, #899636

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/emacs-ccls/emacs-ccls-0_pre20220510-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510-r1.ebuild b/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510-r1.ebuild
index 41dbd82c3f6f..edf47360c1a9 100644
--- a/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510-r1.ebuild
+++ b/app-emacs/emacs-ccls/emacs-ccls-0_pre20220510-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
 	app-emacs/dash


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ccls/
@ 2023-03-26  7:12 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2023-03-26  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     8070b29022249f3633f0b587477675592d47dadf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 07:08:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 07:08:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8070b290

app-emacs/emacs-ccls: add 0_pre20230311

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/emacs-ccls/Manifest                      |  1 +
 .../emacs-ccls/emacs-ccls-0_pre20230311.ebuild     | 26 ++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-emacs/emacs-ccls/Manifest b/app-emacs/emacs-ccls/Manifest
index 303eeeedb2ee..0add026dd94f 100644
--- a/app-emacs/emacs-ccls/Manifest
+++ b/app-emacs/emacs-ccls/Manifest
@@ -1 +1,2 @@
 DIST emacs-ccls-0_pre20220510.tar.gz 12719 BLAKE2B 95e7445c4ef44c9a83015191046065e7a5ae93cc6fbc09943baaa8f336573136289269f835b7988ca1af14e5240afb6b05a601f3965c94d8132d2636136435b0 SHA512 423de0f04376021a3841e91b43e12801a94fd06a12ca90028aeb17ad2db0d5f94e6f963f67410b98796f91f2be5d127bdfd865f86266ae06beab3b6877bdd35b
+DIST emacs-ccls-0_pre20230311.tar.gz 12751 BLAKE2B 91d2cb0e7501e6b45baef792dbc6b5ec6ee3fb66a22ba52fb3f286a9ad71c1a5ed1810111ffa1ccb55fd00a57e05ca9834af5162d69c2ca03a2ba582dde21297 SHA512 6542fa7ea7ea7e9224f9c4edafe26e3d7611eba7d1fc84416b32882a227a1f81a0aea330d2684e8a312e0555f3572ae3098d111d5e8d8a646b031e81789b5102

diff --git a/app-emacs/emacs-ccls/emacs-ccls-0_pre20230311.ebuild b/app-emacs/emacs-ccls/emacs-ccls-0_pre20230311.ebuild
new file mode 100644
index 000000000000..25e54e7a2d2a
--- /dev/null
+++ b/app-emacs/emacs-ccls/emacs-ccls-0_pre20230311.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp
+
+MY_COMMIT="bf7efbbbfeb4540822c5deca3be5d71c4232f62f"
+DESCRIPTION="Emacs client for ccls, a C/C++ language server"
+HOMEPAGE="https://github.com/emacs-lsp/emacs-ccls"
+SRC_URI="https://github.com/emacs-lsp/emacs-ccls/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${MY_COMMIT}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	app-emacs/dash
+	app-emacs/lsp-mode
+"
+BDEPEND="${RDEPEND}"
+
+SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ccls/
@ 2023-04-25 14:21 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-04-25 14:21 UTC (permalink / raw
  To: gentoo-commits

commit:     31cd087d388942e00b8d3bf15e4b3ad04c59fcdf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 14:20:53 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 14:20:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31cd087d

app-emacs/emacs-ccls: Stabilize 0_pre20230311 ALLARCHES, #905021

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/emacs-ccls/emacs-ccls-0_pre20230311.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/emacs-ccls/emacs-ccls-0_pre20230311.ebuild b/app-emacs/emacs-ccls/emacs-ccls-0_pre20230311.ebuild
index 0937e92327a8..99f06fc0c6fe 100644
--- a/app-emacs/emacs-ccls/emacs-ccls-0_pre20230311.ebuild
+++ b/app-emacs/emacs-ccls/emacs-ccls-0_pre20230311.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}-${MY_COMMIT}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="
 	app-emacs/dash


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

end of thread, other threads:[~2023-04-25 14:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-23  7:11 [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-ccls/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-04-25 14:21 Arthur Zamarin
2023-03-26  7:12 Sam James
2023-03-23  9:32 Sam James
2022-08-09 21:34 Maciej Barć
2022-08-09 21:34 Maciej Barć

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