* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2020-03-18 16:02 Marek Szuba
0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2020-03-18 16:02 UTC (permalink / raw
To: gentoo-commits
commit: 0ce50198ccbf262a67b2c300e880f1a03c312ad8
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 16:01:01 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 16:01:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce50198
app-emacs/meson-mode: new package
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emacs/meson-mode/Manifest | 1 +
app-emacs/meson-mode/meson-mode-0.2.ebuild | 17 +++++++++++++++++
app-emacs/meson-mode/metadata.xml | 12 ++++++++++++
3 files changed, 30 insertions(+)
diff --git a/app-emacs/meson-mode/Manifest b/app-emacs/meson-mode/Manifest
new file mode 100644
index 00000000000..d7042c03cda
--- /dev/null
+++ b/app-emacs/meson-mode/Manifest
@@ -0,0 +1 @@
+DIST meson-mode-0.2.tar.gz 28194 BLAKE2B a11b7659dfb7883a624706ee3a80ab2de69c3f3830d363a767e2a2fc644a9d1d946269a7d30af4ec93180341807519e5bf0bd55e1500513076e7aa07e0ec888b SHA512 05a9554f2ff1520834648ef6b7c27d09d5f9355fe980d19a67eba39e1e0a4a402e64284e17c6d544b8e95bdee3e204b79d73c6166d6d8c48683036821bad532f
diff --git a/app-emacs/meson-mode/meson-mode-0.2.ebuild b/app-emacs/meson-mode/meson-mode-0.2.ebuild
new file mode 100644
index 00000000000..ff33748c114
--- /dev/null
+++ b/app-emacs/meson-mode/meson-mode-0.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+NEED_EMACS=24
+inherit elisp
+
+DESCRIPTION="A GNU Emacs major mode for Meson build-system files"
+HOMEPAGE="https://github.com/wentasah/meson-mode"
+SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( README.md )
diff --git a/app-emacs/meson-mode/metadata.xml b/app-emacs/meson-mode/metadata.xml
new file mode 100644
index 00000000000..cfebf4666da
--- /dev/null
+++ b/app-emacs/meson-mode/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>marecki@gentoo.org</email>
+ <name>Marek Szuba</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">wentasah/meson-mode</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2020-09-23 11:40 Marek Szuba
0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2020-09-23 11:40 UTC (permalink / raw
To: gentoo-commits
commit: 1e086004a5bbee071bcd5ae65fcc04dd987a6df9
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 11:39:31 2020 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 11:40:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e086004
app-emacs/meson-mode: bump to 0.3
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emacs/meson-mode/Manifest | 1 +
app-emacs/meson-mode/meson-mode-0.3.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/app-emacs/meson-mode/Manifest b/app-emacs/meson-mode/Manifest
index d7042c03cda..5a607459118 100644
--- a/app-emacs/meson-mode/Manifest
+++ b/app-emacs/meson-mode/Manifest
@@ -1 +1,2 @@
DIST meson-mode-0.2.tar.gz 28194 BLAKE2B a11b7659dfb7883a624706ee3a80ab2de69c3f3830d363a767e2a2fc644a9d1d946269a7d30af4ec93180341807519e5bf0bd55e1500513076e7aa07e0ec888b SHA512 05a9554f2ff1520834648ef6b7c27d09d5f9355fe980d19a67eba39e1e0a4a402e64284e17c6d544b8e95bdee3e204b79d73c6166d6d8c48683036821bad532f
+DIST meson-mode-0.3.tar.gz 30159 BLAKE2B d4d3256b1b9838d9816433c422207f99b6ad8a61d344d1ba34d00a2b1463c8d6d35cb87fa885667df95cd9622715e2f805f5e0e16bf21d404bbec9244916b70f SHA512 95dbe9b706ff9a25e9b235f5d09cbbca035ad9a9bc67abb5fee791ebf3e51cfc3d16e03cea037e9a810ff2bbd8b77caa515e8a26dbfbfe0b46b4cc019138375b
diff --git a/app-emacs/meson-mode/meson-mode-0.3.ebuild b/app-emacs/meson-mode/meson-mode-0.3.ebuild
new file mode 100644
index 00000000000..c075622402f
--- /dev/null
+++ b/app-emacs/meson-mode/meson-mode-0.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="A GNU Emacs major mode for Meson build-system files"
+HOMEPAGE="https://github.com/wentasah/meson-mode"
+SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( README.md )
+
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2021-02-15 12:39 Marek Szuba
0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2021-02-15 12:39 UTC (permalink / raw
To: gentoo-commits
commit: ff02ef207179010b0f9ab2ab3f32aab13e4c5942
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 12:35:13 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 12:35:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff02ef20
app-emacs/meson-mode: remove old
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emacs/meson-mode/Manifest | 1 -
app-emacs/meson-mode/meson-mode-0.2-r1.ebuild | 19 -------------------
2 files changed, 20 deletions(-)
diff --git a/app-emacs/meson-mode/Manifest b/app-emacs/meson-mode/Manifest
index 5a607459118..bd14e8a0838 100644
--- a/app-emacs/meson-mode/Manifest
+++ b/app-emacs/meson-mode/Manifest
@@ -1,2 +1 @@
-DIST meson-mode-0.2.tar.gz 28194 BLAKE2B a11b7659dfb7883a624706ee3a80ab2de69c3f3830d363a767e2a2fc644a9d1d946269a7d30af4ec93180341807519e5bf0bd55e1500513076e7aa07e0ec888b SHA512 05a9554f2ff1520834648ef6b7c27d09d5f9355fe980d19a67eba39e1e0a4a402e64284e17c6d544b8e95bdee3e204b79d73c6166d6d8c48683036821bad532f
DIST meson-mode-0.3.tar.gz 30159 BLAKE2B d4d3256b1b9838d9816433c422207f99b6ad8a61d344d1ba34d00a2b1463c8d6d35cb87fa885667df95cd9622715e2f805f5e0e16bf21d404bbec9244916b70f SHA512 95dbe9b706ff9a25e9b235f5d09cbbca035ad9a9bc67abb5fee791ebf3e51cfc3d16e03cea037e9a810ff2bbd8b77caa515e8a26dbfbfe0b46b4cc019138375b
diff --git a/app-emacs/meson-mode/meson-mode-0.2-r1.ebuild b/app-emacs/meson-mode/meson-mode-0.2-r1.ebuild
deleted file mode 100644
index 4280da27000..00000000000
--- a/app-emacs/meson-mode/meson-mode-0.2-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-NEED_EMACS=24
-inherit elisp
-
-DESCRIPTION="A GNU Emacs major mode for Meson build-system files"
-HOMEPAGE="https://github.com/wentasah/meson-mode"
-SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DOCS=( README.md )
-
-SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2021-04-27 19:38 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-04-27 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 6a89f23c2aa04a3e3b831ecdc331bd6d0c362615
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 19:37:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 19:37:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a89f23c
app-emacs/meson-mode: Stabilize 0.3 ALLARCHES, #785979
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/meson-mode/meson-mode-0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/meson-mode/meson-mode-0.3.ebuild b/app-emacs/meson-mode/meson-mode-0.3.ebuild
index c075622402f..54274cda8ee 100644
--- a/app-emacs/meson-mode/meson-mode-0.3.ebuild
+++ b/app-emacs/meson-mode/meson-mode-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2021-06-25 10:14 Marek Szuba
0 siblings, 0 replies; 10+ messages in thread
From: Marek Szuba @ 2021-06-25 10:14 UTC (permalink / raw
To: gentoo-commits
commit: 24216727e62f560073c2c908bb3530cb562acf64
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 10:13:56 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 10:13:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24216727
app-emacs/meson-mode: keyword 0.3 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
app-emacs/meson-mode/meson-mode-0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/meson-mode/meson-mode-0.3.ebuild b/app-emacs/meson-mode/meson-mode-0.3.ebuild
index 54274cda8ee..929dd3daee4 100644
--- a/app-emacs/meson-mode/meson-mode-0.3.ebuild
+++ b/app-emacs/meson-mode/meson-mode-0.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~riscv"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2024-01-14 17:54 Arthur Zamarin
0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2024-01-14 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 61b2023019556fd96fde27bfe90c885a49b570f9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 17:53:31 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 17:53:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b20230
app-emacs/meson-mode: Keyword 0.3 arm64, #922064
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-emacs/meson-mode/meson-mode-0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/meson-mode/meson-mode-0.3.ebuild b/app-emacs/meson-mode/meson-mode-0.3.ebuild
index 929dd3daee4b..7f9a90e2ec2e 100644
--- a/app-emacs/meson-mode/meson-mode-0.3.ebuild
+++ b/app-emacs/meson-mode/meson-mode-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~riscv"
+KEYWORDS="amd64 ~arm64 ~riscv"
DOCS=( README.md )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2024-06-28 14:00 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-06-28 14:00 UTC (permalink / raw
To: gentoo-commits
commit: d367e378dfe5c9673880a92ab5dbfa102bee24ab
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 13:55:18 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 14:00:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d367e378
app-emacs/meson-mode: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/meson-mode/meson-mode-9999.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/app-emacs/meson-mode/meson-mode-9999.ebuild b/app-emacs/meson-mode/meson-mode-9999.ebuild
new file mode 100644
index 000000000000..2af5cb5acb4e
--- /dev/null
+++ b/app-emacs/meson-mode/meson-mode-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="A GNU Emacs major mode for Meson build-system files"
+HOMEPAGE="https://github.com/wentasah/meson-mode"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/wentasah/${PN}.git"
+else
+ SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="amd64 ~arm64 ~riscv"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2024-06-28 14:00 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-06-28 14:00 UTC (permalink / raw
To: gentoo-commits
commit: 212a8b8562217ddef74aa1fc79ff8e7a25178c33
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 13:54:06 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 14:00:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212a8b85
app-emacs/meson-mode: update metadata
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/meson-mode/metadata.xml | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/app-emacs/meson-mode/metadata.xml b/app-emacs/meson-mode/metadata.xml
index 8b550071ffa3..4cd630eaf46f 100644
--- a/app-emacs/meson-mode/metadata.xml
+++ b/app-emacs/meson-mode/metadata.xml
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
<pkgmetadata>
- <!-- maintainer-needed -->
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">wentasah/meson-mode</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <bugs-to>https://github.com/wentasah/meson-mode/issues/</bugs-to>
+ <remote-id type="github">wentasah/meson-mode</remote-id>
+ </upstream>
+ <stabilize-allarches />
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2024-06-28 14:00 Maciej Barć
0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-06-28 14:00 UTC (permalink / raw
To: gentoo-commits
commit: ad6d3b2bc08e743a758183b0e7e0f786990b4779
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 13:50:04 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 14:00:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad6d3b2b
app-emacs/meson-mode: bump EAPI - 7 -> 8; misc tweaks
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../{meson-mode-0.3.ebuild => meson-mode-0.3-r1.ebuild} | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/app-emacs/meson-mode/meson-mode-0.3.ebuild b/app-emacs/meson-mode/meson-mode-0.3-r1.ebuild
similarity index 58%
rename from app-emacs/meson-mode/meson-mode-0.3.ebuild
rename to app-emacs/meson-mode/meson-mode-0.3-r1.ebuild
index 7f9a90e2ec2e..2af5cb5acb4e 100644
--- a/app-emacs/meson-mode/meson-mode-0.3.ebuild
+++ b/app-emacs/meson-mode/meson-mode-0.3-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
NEED_EMACS=26.1
@@ -9,12 +9,20 @@ inherit elisp
DESCRIPTION="A GNU Emacs major mode for Meson build-system files"
HOMEPAGE="https://github.com/wentasah/meson-mode"
-SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/wentasah/${PN}.git"
+else
+ SRC_URI="https://github.com/wentasah/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+ KEYWORDS="amd64 ~arm64 ~riscv"
+fi
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv"
DOCS=( README.md )
-
SITEFILE="50${PN}-gentoo.el"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/
@ 2024-06-29 3:41 Ulrich Müller
0 siblings, 0 replies; 10+ messages in thread
From: Ulrich Müller @ 2024-06-29 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 163321fbeae255e6720eb0f2871248dbd42910cb
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 03:39:57 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 03:39:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=163321fb
app-emacs/meson-mode: Delete duplicate <stabilise-allarches/> tag
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/meson-mode/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/app-emacs/meson-mode/metadata.xml b/app-emacs/meson-mode/metadata.xml
index 4cd630eaf46f..f9d8cbe0da3f 100644
--- a/app-emacs/meson-mode/metadata.xml
+++ b/app-emacs/meson-mode/metadata.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
@@ -11,5 +10,4 @@
<bugs-to>https://github.com/wentasah/meson-mode/issues/</bugs-to>
<remote-id type="github">wentasah/meson-mode</remote-id>
</upstream>
- <stabilize-allarches />
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-06-29 3:41 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-29 3:41 [gentoo-commits] repo/gentoo:master commit in: app-emacs/meson-mode/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2024-06-28 14:00 Maciej Barć
2024-06-28 14:00 Maciej Barć
2024-06-28 14:00 Maciej Barć
2024-01-14 17:54 Arthur Zamarin
2021-06-25 10:14 Marek Szuba
2021-04-27 19:38 Sam James
2021-02-15 12:39 Marek Szuba
2020-09-23 11:40 Marek Szuba
2020-03-18 16:02 Marek Szuba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox