[gentoo-commits] repo/gentoo:master commit in: app-emacs/nginx-mode/

2024-05-17 Thread Sam James
commit: fb0f383a70a7498a5b79ee4d6048d49774c4c289
Author: Sam James  gentoo  org>
AuthorDate: Sat May 18 03:19:14 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 18 03:19:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0f383a

app-emacs/nginx-mode: Stabilize 1.1.10 amd64, #932120

Signed-off-by: Sam James  gentoo.org>

 app-emacs/nginx-mode/nginx-mode-1.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/nginx-mode/nginx-mode-1.1.10.ebuild 
b/app-emacs/nginx-mode/nginx-mode-1.1.10.ebuild
index 272a59e9de15..77577429e171 100644
--- a/app-emacs/nginx-mode/nginx-mode-1.1.10.ebuild
+++ b/app-emacs/nginx-mode/nginx-mode-1.1.10.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://github.com/ajc/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
 
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nginx-mode/

2024-04-13 Thread Maciej Barć
commit: 142443918666464d989b213f821bc14ca2935be7
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr 13 11:43:36 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr 13 22:55:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14244391

app-emacs/nginx-mode: bump to 1.1.10

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

 app-emacs/nginx-mode/Manifest |  1 +
 app-emacs/nginx-mode/nginx-mode-1.1.10.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/app-emacs/nginx-mode/Manifest b/app-emacs/nginx-mode/Manifest
index fab6b69bfc87..68b5d4977076 100644
--- a/app-emacs/nginx-mode/Manifest
+++ b/app-emacs/nginx-mode/Manifest
@@ -1 +1,2 @@
+DIST nginx-mode-1.1.10.tar.gz 3204 BLAKE2B 
e252c386d00e6c2a43ae4a8583189d4c06bf166e230b81b0f59449050376d539a7966f2e44a09ae70b42c5b51ea74fc8f84a1f15ebcb502f69001b2d564bd9e5
 SHA512 
93801701322afdbd6f02152108d69abd050bda9456b2016446d03c22ff1c886ec0d14da4be07f49c02ab2346b45480926c0ea4c00769233e4b32ad1a7cff4f00
 DIST nginx-mode-1.1.9.tar.gz 3290 BLAKE2B 
7a20632ed860e1e4f0f379f8c489bdb3f6a1eb09cf790ca4124dd08b631a101796fb96efc73672cc59b812c0136015d955a9d6bab2ccb223d777f299dd1c04c7
 SHA512 
a209b83f39696ccea8d45b0d90a25b4cdb56f85f1288ca9a7bf83b24a7d69ae2a1caea5e71f7c62ef693f8aac3e74e5dce7761b69ded7da037904df1c9d43536

diff --git a/app-emacs/nginx-mode/nginx-mode-1.1.10.ebuild 
b/app-emacs/nginx-mode/nginx-mode-1.1.10.ebuild
new file mode 100644
index ..272a59e9de15
--- /dev/null
+++ b/app-emacs/nginx-mode/nginx-mode-1.1.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs editing mode for Nginx config files"
+HOMEPAGE="http://github.com/ajc/nginx-mode/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/ajc/${PN}.git;
+else
+   SRC_URI="https://github.com/ajc/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nginx-mode/

2023-07-23 Thread Arthur Zamarin
commit: fb96088ce4fd4e0f7490219510d2bc311154a593
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 23 15:58:08 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 23 15:58:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb96088c

app-emacs/nginx-mode: Stabilize 1.1.9 amd64, #910729

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/nginx-mode/nginx-mode-1.1.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/nginx-mode/nginx-mode-1.1.9.ebuild 
b/app-emacs/nginx-mode/nginx-mode-1.1.9.ebuild
index bf59ccaa2cc4..e912f207e1e1 100644
--- a/app-emacs/nginx-mode/nginx-mode-1.1.9.ebuild
+++ b/app-emacs/nginx-mode/nginx-mode-1.1.9.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
@@ -10,7 +10,7 @@ HOMEPAGE="http://github.com/ajc/nginx-mode;
 SRC_URI="https://github.com/ajc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 
 DOCS=( README.md )



[gentoo-commits] repo/gentoo:master commit in: app-emacs/nginx-mode/, app-emacs/nginx-mode/files/

2022-08-15 Thread Maciej Barć
commit: 64f92fba38318f1d6f7ad870fe2932d4958f7249
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Aug 15 21:49:13 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Aug 15 21:49:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f92fba

app-emacs/nginx-mode: new package; add version 1.1.9

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

 app-emacs/nginx-mode/Manifest |  1 +
 app-emacs/nginx-mode/files/50nginx-mode-gentoo.el |  2 ++
 app-emacs/nginx-mode/metadata.xml | 13 +
 app-emacs/nginx-mode/nginx-mode-1.1.9.ebuild  | 22 ++
 4 files changed, 38 insertions(+)

diff --git a/app-emacs/nginx-mode/Manifest b/app-emacs/nginx-mode/Manifest
new file mode 100644
index ..fab6b69bfc87
--- /dev/null
+++ b/app-emacs/nginx-mode/Manifest
@@ -0,0 +1 @@
+DIST nginx-mode-1.1.9.tar.gz 3290 BLAKE2B 
7a20632ed860e1e4f0f379f8c489bdb3f6a1eb09cf790ca4124dd08b631a101796fb96efc73672cc59b812c0136015d955a9d6bab2ccb223d777f299dd1c04c7
 SHA512 
a209b83f39696ccea8d45b0d90a25b4cdb56f85f1288ca9a7bf83b24a7d69ae2a1caea5e71f7c62ef693f8aac3e74e5dce7761b69ded7da037904df1c9d43536

diff --git a/app-emacs/nginx-mode/files/50nginx-mode-gentoo.el 
b/app-emacs/nginx-mode/files/50nginx-mode-gentoo.el
new file mode 100644
index ..a31b9badce3c
--- /dev/null
+++ b/app-emacs/nginx-mode/files/50nginx-mode-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "nginx-mode-autoloads" nil t)

diff --git a/app-emacs/nginx-mode/metadata.xml 
b/app-emacs/nginx-mode/metadata.xml
new file mode 100644
index ..6ccd7c7d3497
--- /dev/null
+++ b/app-emacs/nginx-mode/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/ajc/nginx-mode/issues/
+ajc/nginx-mode
+  
+

diff --git a/app-emacs/nginx-mode/nginx-mode-1.1.9.ebuild 
b/app-emacs/nginx-mode/nginx-mode-1.1.9.ebuild
new file mode 100644
index ..bf59ccaa2cc4
--- /dev/null
+++ b/app-emacs/nginx-mode/nginx-mode-1.1.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Emacs editing mode for Nginx config files"
+HOMEPAGE="http://github.com/ajc/nginx-mode;
+SRC_URI="https://github.com/ajc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}