public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-guile/
@ 2022-06-02 23:54 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2022-06-02 23:54 UTC (permalink / raw
  To: gentoo-commits

commit:     58fa10e41ccf6da01af36f5f78e2d04512affd0c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  2 23:32:17 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jun  2 23:32:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58fa10e4

app-emacs/flycheck-guile: fix runtime deps

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

 .../{flycheck-guile-0.2.ebuild => flycheck-guile-0.2-r1.ebuild}   | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-emacs/flycheck-guile/flycheck-guile-0.2.ebuild b/app-emacs/flycheck-guile/flycheck-guile-0.2-r1.ebuild
similarity index 95%
rename from app-emacs/flycheck-guile/flycheck-guile-0.2.ebuild
rename to app-emacs/flycheck-guile/flycheck-guile-0.2-r1.ebuild
index f20480a76901..b131c4eb444a 100644
--- a/app-emacs/flycheck-guile/flycheck-guile-0.2.ebuild
+++ b/app-emacs/flycheck-guile/flycheck-guile-0.2-r1.ebuild
@@ -16,12 +16,14 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-RDEPEND="
-	>=dev-scheme/guile-2.0.0
+BDEPEND="
 	app-emacs/flycheck
 	app-emacs/geiser-guile
 "
-BDEPEND="${RDEPEND}"
+RDEPEND="
+	${BDEPEND}
+	>=dev-scheme/guile-2.0.0
+"
 
 DOCS=( README.md )
 ELISP_REMOVE=".dir-locals.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-guile/
@ 2022-08-31 15:09 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2022-08-31 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     647dc338ef24031e9fdef94b207e1fa48947deed
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 14:48:36 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 15:09:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647dc338

app-emacs/flycheck-guile: bump to 0.4

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

 app-emacs/flycheck-guile/Manifest                  |  1 +
 app-emacs/flycheck-guile/flycheck-guile-0.4.ebuild | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/flycheck-guile/Manifest b/app-emacs/flycheck-guile/Manifest
index 7d2c368e6b8d..e5941d2d13c7 100644
--- a/app-emacs/flycheck-guile/Manifest
+++ b/app-emacs/flycheck-guile/Manifest
@@ -1 +1,2 @@
 DIST flycheck-guile-0.2.tar.gz 15138 BLAKE2B db557f69c3069ff378724438954e65f35dddba15a80211c33f06a12a1f8e72881f2b9e717bbf83d52e6b80f877ac8229ed8431669a1780c8aeaf458a577afa79 SHA512 7689ba434bbb53724bed6c60a36e48578f8f00a4d8bf2a82e2e6e6a08a3180b2b83de2f0659202d500fd04469b1528f5867c4f6a12a3579f143d1b4749149ae2
+DIST flycheck-guile-0.4.tar.gz 15866 BLAKE2B 2aee8e29a5702c809835ceebda3e4f2efa76712f9dbde943ef09bbd7462461093b63710b816fbfeb13a7f1e6a0bf07c32fe274c3b6d2f4f47ab0845dfa981035 SHA512 46b68533d3510a06ceaa211730318e4894db8bb3b5fd6a03028377134af0e7b48c2c77102492a656c92c0850aa5a6037879dab601930776c00210825db2e68aa

diff --git a/app-emacs/flycheck-guile/flycheck-guile-0.4.ebuild b/app-emacs/flycheck-guile/flycheck-guile-0.4.ebuild
new file mode 100644
index 000000000000..3fad71cd8539
--- /dev/null
+++ b/app-emacs/flycheck-guile/flycheck-guile-0.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="Flycheck checker for the GNU Guile Scheme implementation"
+HOMEPAGE="https://github.com/flatwhatson/flycheck-guile/"
+SRC_URI="https://github.com/flatwhatson/${PN}/archive/${PV}.tar.gz
+			-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	app-emacs/flycheck
+	app-emacs/geiser-guile
+"
+RDEPEND="
+	${BDEPEND}
+	>=dev-scheme/guile-2.0.0
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-guile/
@ 2023-01-24 23:55 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-01-24 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a9d3056e37d49378bbe872845230f392379d07b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 23:55:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 23:55:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d3056e

app-emacs/flycheck-guile: Stabilize 0.4 amd64, #891969

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

 app-emacs/flycheck-guile/flycheck-guile-0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/flycheck-guile/flycheck-guile-0.4.ebuild b/app-emacs/flycheck-guile/flycheck-guile-0.4.ebuild
index 3fad71cd8539..d32dc3e01c39 100644
--- a/app-emacs/flycheck-guile/flycheck-guile-0.4.ebuild
+++ b/app-emacs/flycheck-guile/flycheck-guile-0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/flatwhatson/${PN}/archive/${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="
 	app-emacs/flycheck


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-guile/
@ 2023-03-28  0:57 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2023-03-28  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     09862ffd18885eb32d86647287f008570f0ed6a7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 00:12:47 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 00:50:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09862ffd

app-emacs/flycheck-guile: drop old 0.2-r1

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

 app-emacs/flycheck-guile/Manifest                  |  1 -
 .../flycheck-guile/flycheck-guile-0.2-r1.ebuild    | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/app-emacs/flycheck-guile/Manifest b/app-emacs/flycheck-guile/Manifest
index cccbd230bc0e..21110204d5fa 100644
--- a/app-emacs/flycheck-guile/Manifest
+++ b/app-emacs/flycheck-guile/Manifest
@@ -1,3 +1,2 @@
-DIST flycheck-guile-0.2.tar.gz 15138 BLAKE2B db557f69c3069ff378724438954e65f35dddba15a80211c33f06a12a1f8e72881f2b9e717bbf83d52e6b80f877ac8229ed8431669a1780c8aeaf458a577afa79 SHA512 7689ba434bbb53724bed6c60a36e48578f8f00a4d8bf2a82e2e6e6a08a3180b2b83de2f0659202d500fd04469b1528f5867c4f6a12a3579f143d1b4749149ae2
 DIST flycheck-guile-0.4.tar.gz 15866 BLAKE2B 2aee8e29a5702c809835ceebda3e4f2efa76712f9dbde943ef09bbd7462461093b63710b816fbfeb13a7f1e6a0bf07c32fe274c3b6d2f4f47ab0845dfa981035 SHA512 46b68533d3510a06ceaa211730318e4894db8bb3b5fd6a03028377134af0e7b48c2c77102492a656c92c0850aa5a6037879dab601930776c00210825db2e68aa
 DIST flycheck-guile-0.5.tar.gz 16064 BLAKE2B 2a15538b7029f2d47106aa971e79f137f633474dd77cb8ecde8e180888dc890f044554c01c858b7f681251771060724d0b377f7a078e9ce182e89a923193b93e SHA512 d23a7912fc6f305310d646220b1979ae5ac78969b84b270ca512161ff79615f4f29f8cc01a0759db6162f7af3ef5658f3ce6f8af90e7273b8a8aa940ca3159de

diff --git a/app-emacs/flycheck-guile/flycheck-guile-0.2-r1.ebuild b/app-emacs/flycheck-guile/flycheck-guile-0.2-r1.ebuild
deleted file mode 100644
index 6a24175979c2..000000000000
--- a/app-emacs/flycheck-guile/flycheck-guile-0.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Flycheck checker for the GNU Guile Scheme implementation"
-HOMEPAGE="https://github.com/flatwhatson/flycheck-guile/"
-SRC_URI="https://github.com/flatwhatson/${PN}/archive/${PV}.tar.gz
-			-> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-	app-emacs/flycheck
-	app-emacs/geiser-guile
-"
-RDEPEND="
-	${BDEPEND}
-	>=dev-scheme/guile-2.0.0
-"
-
-DOCS=( README.md )
-ELISP_REMOVE=".dir-locals.el"
-SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-guile/
@ 2023-03-28  0:57 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2023-03-28  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     9676c7ef99cc41375f7105d64e3d0edfcf509bec
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 00:13:42 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 00:50:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9676c7ef

app-emacs/flycheck-guile: fix remote in metadata

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

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

diff --git a/app-emacs/flycheck-guile/metadata.xml b/app-emacs/flycheck-guile/metadata.xml
index 26be2e4194b2..be1a56f6d866 100644
--- a/app-emacs/flycheck-guile/metadata.xml
+++ b/app-emacs/flycheck-guile/metadata.xml
@@ -12,6 +12,6 @@
   </maintainer>
   <upstream>
     <bugs-to>https://gitlab.com/flatwhatson/flycheck-guile/issues/</bugs-to>
-    <remote-id type="gitlab">flatwhatson/flycheck-guile</remote-id>
+    <remote-id type="github">flatwhatson/flycheck-guile</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-guile/
@ 2023-03-28  0:57 Maciej Barć
  0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2023-03-28  0:57 UTC (permalink / raw
  To: gentoo-commits

commit:     69bf935657b6bbdf48ebecfa0deb23014a975bec
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 00:11:50 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 00:50:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69bf9356

app-emacs/flycheck-guile: bump to 0.5

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

 app-emacs/flycheck-guile/Manifest                  |  1 +
 app-emacs/flycheck-guile/flycheck-guile-0.5.ebuild | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-emacs/flycheck-guile/Manifest b/app-emacs/flycheck-guile/Manifest
index e5941d2d13c7..cccbd230bc0e 100644
--- a/app-emacs/flycheck-guile/Manifest
+++ b/app-emacs/flycheck-guile/Manifest
@@ -1,2 +1,3 @@
 DIST flycheck-guile-0.2.tar.gz 15138 BLAKE2B db557f69c3069ff378724438954e65f35dddba15a80211c33f06a12a1f8e72881f2b9e717bbf83d52e6b80f877ac8229ed8431669a1780c8aeaf458a577afa79 SHA512 7689ba434bbb53724bed6c60a36e48578f8f00a4d8bf2a82e2e6e6a08a3180b2b83de2f0659202d500fd04469b1528f5867c4f6a12a3579f143d1b4749149ae2
 DIST flycheck-guile-0.4.tar.gz 15866 BLAKE2B 2aee8e29a5702c809835ceebda3e4f2efa76712f9dbde943ef09bbd7462461093b63710b816fbfeb13a7f1e6a0bf07c32fe274c3b6d2f4f47ab0845dfa981035 SHA512 46b68533d3510a06ceaa211730318e4894db8bb3b5fd6a03028377134af0e7b48c2c77102492a656c92c0850aa5a6037879dab601930776c00210825db2e68aa
+DIST flycheck-guile-0.5.tar.gz 16064 BLAKE2B 2a15538b7029f2d47106aa971e79f137f633474dd77cb8ecde8e180888dc890f044554c01c858b7f681251771060724d0b377f7a078e9ce182e89a923193b93e SHA512 d23a7912fc6f305310d646220b1979ae5ac78969b84b270ca512161ff79615f4f29f8cc01a0759db6162f7af3ef5658f3ce6f8af90e7273b8a8aa940ca3159de

diff --git a/app-emacs/flycheck-guile/flycheck-guile-0.5.ebuild b/app-emacs/flycheck-guile/flycheck-guile-0.5.ebuild
new file mode 100644
index 000000000000..418a2b85b98e
--- /dev/null
+++ b/app-emacs/flycheck-guile/flycheck-guile-0.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Flycheck checker for the GNU Guile Scheme implementation"
+HOMEPAGE="https://github.com/flatwhatson/flycheck-guile/"
+SRC_URI="https://github.com/flatwhatson/${PN}/archive/${PV}.tar.gz
+	-> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	app-emacs/flycheck
+	app-emacs/geiser-guile
+"
+RDEPEND="
+	${BDEPEND}
+	>=dev-scheme/guile-2.0.0
+"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"


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

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-guile/
@ 2023-04-27 23:32 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-04-27 23:32 UTC (permalink / raw
  To: gentoo-commits

commit:     98f554ba4a03208c1c7f206e13378d307d61b011
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 23:32:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 23:32:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98f554ba

app-emacs/flycheck-guile: Stabilize 0.5 amd64, #905193

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

 app-emacs/flycheck-guile/flycheck-guile-0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/flycheck-guile/flycheck-guile-0.5.ebuild b/app-emacs/flycheck-guile/flycheck-guile-0.5.ebuild
index 418a2b85b98e..54b330793c45 100644
--- a/app-emacs/flycheck-guile/flycheck-guile-0.5.ebuild
+++ b/app-emacs/flycheck-guile/flycheck-guile-0.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/flatwhatson/${PN}/archive/${PV}.tar.gz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="
 	app-emacs/flycheck


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

end of thread, other threads:[~2023-04-27 23:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-28  0:57 [gentoo-commits] repo/gentoo:master commit in: app-emacs/flycheck-guile/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2023-04-27 23:32 Sam James
2023-03-28  0:57 Maciej Barć
2023-03-28  0:57 Maciej Barć
2023-01-24 23:55 Sam James
2022-08-31 15:09 Maciej Barć
2022-06-02 23:54 Maciej Barć

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