[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-11-13 Thread Maciej Barć
commit: e2cfcb2cbb34e26f8ce794e83d6407564f6f8c5d
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Nov 13 12:33:35 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Nov 13 12:38:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2cfcb2c

app-emacs/company-ebuild: drop old 0.1.3

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

 app-emacs/company-ebuild/Manifest  |  1 -
 .../company-ebuild/company-ebuild-0.1.3.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
index 2d2e80c6..e8bf7e712a6d 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1,2 +1 @@
-DIST company-ebuild-0.1.3.tar.gz 11699 BLAKE2B 
d098bbf925c308335ad498eb968c6dcdbe8a981ee32c85cea22c38628a360455f109fa884188cdb8e1a096b3e97fa1e95de044653cc9adeec3962bcdff550c69
 SHA512 
dc0328aa5da9e7472f35f01826dfe934831362141709885f799e3a0c1141702b63f08569508f5af502aab3d790105fc89cd16e0c863877348eeba4156f64bbcd
 DIST company-ebuild-0.1.4.tar.gz 11819 BLAKE2B 
7697d6b7c6056f482a92fbe716f73e7318d93a3c187f733a251717dabdc947677b4c69db6422c31905b26510e53124ba45bdc6c46a79bcef6723b0e3d4f5fb02
 SHA512 
7bc2ac87fa95958a01a99debb13a4bb40ec95bd397d3f02e7bd1f509db965bd3f9e95489a0af726d899b2a3533df334364c79abf3d63ae673de60dbb98790660

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
deleted file mode 100644
index bcd23d906870..
--- a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.2
-
-inherit elisp
-
-DESCRIPTION="Company backend for editing Ebuild files"
-HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
-else
-   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 
~x64-macos"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   app-emacs/company-mode
-   app-emacs/ebuild-mode
-"
-BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-08-29 Thread Sam James
commit: 02591c0871746a9cb334dfc65ddc632793dc54a2
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 30 02:33:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 30 02:33:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02591c08

app-emacs/company-ebuild: Stabilize 0.1.4 ALLARCHES, #910725

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

 app-emacs/company-ebuild/company-ebuild-0.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.4.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.4.ebuild
index 11810d301043..66db76c329b8 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.4.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.4.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 
~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-06-18 Thread Maciej Barć
commit: 7da0623352d583e4d5ef6248d5391af6916848d7
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jun 18 20:24:51 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jun 18 20:26:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da06233

app-emacs/company-ebuild: bump to 0.1.4

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

 app-emacs/company-ebuild/Manifest  |  1 +
 .../company-ebuild/company-ebuild-0.1.4.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
index 03498c11de58..2d2e80c6 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1 +1,2 @@
 DIST company-ebuild-0.1.3.tar.gz 11699 BLAKE2B 
d098bbf925c308335ad498eb968c6dcdbe8a981ee32c85cea22c38628a360455f109fa884188cdb8e1a096b3e97fa1e95de044653cc9adeec3962bcdff550c69
 SHA512 
dc0328aa5da9e7472f35f01826dfe934831362141709885f799e3a0c1141702b63f08569508f5af502aab3d790105fc89cd16e0c863877348eeba4156f64bbcd
+DIST company-ebuild-0.1.4.tar.gz 11819 BLAKE2B 
7697d6b7c6056f482a92fbe716f73e7318d93a3c187f733a251717dabdc947677b4c69db6422c31905b26510e53124ba45bdc6c46a79bcef6723b0e3d4f5fb02
 SHA512 
7bc2ac87fa95958a01a99debb13a4bb40ec95bd397d3f02e7bd1f509db965bd3f9e95489a0af726d899b2a3533df334364c79abf3d63ae673de60dbb98790660

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.4.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.4.ebuild
new file mode 100644
index ..11810d301043
--- /dev/null
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.2
+
+inherit elisp
+
+DESCRIPTION="Company backend for editing Ebuild files"
+HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   >=app-emacs/ebuild-mode-1.64
+   app-emacs/company-mode
+"
+BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-06-18 Thread Maciej Barć
commit: 122ffea52f85136712f73fdeb6d368654bbe7336
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jun 18 20:24:31 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jun 18 20:26:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=122ffea5

app-emacs/company-ebuild: sync live

Also add ebuild-mode version requirement

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

 app-emacs/company-ebuild/company-ebuild-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-.ebuild 
b/app-emacs/company-ebuild/company-ebuild-.ebuild
index 678f43ec2830..11810d301043 100644
--- a/app-emacs/company-ebuild/company-ebuild-.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-.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
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86 ~x64-macos"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
 fi
 
 LICENSE="GPL-2+"
@@ -24,7 +24,7 @@ SLOT="0"
 SITEFILE="50${PN}-gentoo.el"
 
 RDEPEND="
+   >=app-emacs/ebuild-mode-1.64
app-emacs/company-mode
-   app-emacs/ebuild-mode
 "
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-05-01 Thread Arthur Zamarin
commit: 9eea0be6e1501754d694d00d57b6238158708841
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  1 10:08:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  1 10:08:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eea0be6

app-emacs/company-ebuild: Keyword 0.1.3 hppa, #905202

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

 app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
index dd820dd464fa..bcd23d906870 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 
~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-04-29 Thread Arthur Zamarin
commit: 88618455df4a6a090bf852941bda5a10dc3a8788
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr 29 12:55:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr 29 12:55:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88618455

app-emacs/company-ebuild: Keyword 0.1.3 arm64, #905202

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

 app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
index b5d103275504..dd820dd464fa 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-04-28 Thread Maciej Barć
commit: f47173ce16203806a8e345734ed6f107bd96888a
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Apr 28 16:48:21 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Apr 28 16:52:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47173ce

app-emacs/company-ebuild: drop old 0.1.2

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

 app-emacs/company-ebuild/Manifest  |  1 -
 .../company-ebuild/company-ebuild-0.1.2.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
index 07ed69bd84cc..03498c11de58 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1,2 +1 @@
-DIST company-ebuild-0.1.2.tar.gz 11697 BLAKE2B 
e376626d13aa32a4df09ecdae2245b9c961a6e2cd615febfaaa626ac48ccd420b462a6195d9f769d64c37629c34929ba87e3ea6543e2344b62b217a51695870a
 SHA512 
2a67c6ea6e53f78a6c41b2251b928cf7e97bb3f71c7c03057c540c699bd275898bdf8840d723cf5d8846dbbe82cc531f1cc2707181825fe05c4433ea80039011
 DIST company-ebuild-0.1.3.tar.gz 11699 BLAKE2B 
d098bbf925c308335ad498eb968c6dcdbe8a981ee32c85cea22c38628a360455f109fa884188cdb8e1a096b3e97fa1e95de044653cc9adeec3962bcdff550c69
 SHA512 
dc0328aa5da9e7472f35f01826dfe934831362141709885f799e3a0c1141702b63f08569508f5af502aab3d790105fc89cd16e0c863877348eeba4156f64bbcd

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
deleted file mode 100644
index e231f5b49027..
--- a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=26.2
-
-inherit elisp
-
-DESCRIPTION="Company backend for editing Ebuild files"
-HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
-else
-   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 x86 ~x64-macos"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   app-emacs/company-mode
-   app-emacs/ebuild-mode
-"
-BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-04-27 Thread Yixun Lan
commit: be2b9209d8e47509e0662061cc1b1d1d0b980ed8
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Apr 28 02:51:22 2023 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Apr 28 02:51:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2b9209

app-emacs/company-ebuild: Keyword 0.1.3 riscv, #905202

Signed-off-by: Yixun Lan  gentoo.org>

 app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
index fdba88ab9ed9..b5d103275504 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-04-27 Thread Sam James
commit: f12a06c453fd35b061cd1d31c31f5512d5594948
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 00:19:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 00:19:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12a06c4

app-emacs/company-ebuild: Keyword 0.1.3 sparc, #905202

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

 app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
index 587660ab4782..75b6301a1b49 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~ppc x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~ppc ~sparc x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-04-27 Thread Sam James
commit: 8b6a81425866f9414587275aba4084c3b23a5e0f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 00:19:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 00:19:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b6a8142

app-emacs/company-ebuild: Keyword 0.1.3 ppc64, #905202

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

 app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
index 75b6301a1b49..fdba88ab9ed9 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~ppc ~sparc x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-04-27 Thread Sam James
commit: 7f70d14d90c42df3371f33812f684797e614b94c
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 00:19:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 00:19:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f70d14d

app-emacs/company-ebuild: Keyword 0.1.3 arm, #905202

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

 app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
index e69d429dd789..587660ab4782 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 ~ppc x86 ~x64-macos"
+   KEYWORDS="amd64 ~arm ~ppc x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-04-27 Thread Sam James
commit: c8627df5443b5b5529135a82f356d9cd884474f3
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 00:19:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 00:19:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8627df5

app-emacs/company-ebuild: Keyword 0.1.3 ppc, #905202

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

 app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
index e231f5b49027..e69d429dd789 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="amd64 x86 ~x64-macos"
+   KEYWORDS="amd64 ~ppc x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-02-10 Thread Maciej Barć
commit: 5cd1c22821a4ac600231ddf1ab66615814438535
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Feb 10 13:36:30 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Feb 10 13:36:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd1c228

app-emacs/company-ebuild: drop old 0.1.1

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

 app-emacs/company-ebuild/Manifest  |  1 -
 .../company-ebuild/company-ebuild-0.1.1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
index a4d34a168378..07ed69bd84cc 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1,3 +1,2 @@
-DIST company-ebuild-0.1.1.tar.gz 11059 BLAKE2B 
5eba661f1956a019a133d3e61f997dcf2d9340c4a5f6d05920cba07e06e493e4358fabab6e16a48d1c081fc2c71f548e06511adf46b55a2fb30cef4ba2df71f5
 SHA512 
09bed101dcef18b07c2b51aa916b358f6e2ea526bd80dc997b280516ee074a62e006f3a0d748d77848f5e43412d4971841771cf40abe5b80a95477a21ad9d847
 DIST company-ebuild-0.1.2.tar.gz 11697 BLAKE2B 
e376626d13aa32a4df09ecdae2245b9c961a6e2cd615febfaaa626ac48ccd420b462a6195d9f769d64c37629c34929ba87e3ea6543e2344b62b217a51695870a
 SHA512 
2a67c6ea6e53f78a6c41b2251b928cf7e97bb3f71c7c03057c540c699bd275898bdf8840d723cf5d8846dbbe82cc531f1cc2707181825fe05c4433ea80039011
 DIST company-ebuild-0.1.3.tar.gz 11699 BLAKE2B 
d098bbf925c308335ad498eb968c6dcdbe8a981ee32c85cea22c38628a360455f109fa884188cdb8e1a096b3e97fa1e95de044653cc9adeec3962bcdff550c69
 SHA512 
dc0328aa5da9e7472f35f01826dfe934831362141709885f799e3a0c1141702b63f08569508f5af502aab3d790105fc89cd16e0c863877348eeba4156f64bbcd

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.1.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.1.ebuild
deleted file mode 100644
index febf2b249a55..
--- a/app-emacs/company-ebuild/company-ebuild-0.1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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="Company backend for editing Ebuild files"
-HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
-else
-   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   app-emacs/company-mode
-   app-emacs/ebuild-mode
-"
-BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-01-18 Thread Sam James
commit: 133d319e8785fdc7133e9d5c1a7c2bd417a6cd8d
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 18 21:53:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 18 21:53:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=133d319e

app-emacs/company-ebuild: Stabilize 0.1.3 ALLARCHES, #891295

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

 app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
index 678f43ec2830..e231f5b49027 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.3.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
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86 ~x64-macos"
+   KEYWORDS="amd64 x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-01-03 Thread Sam James
commit: e1bf920b3a12369eecb3b7a4a583924caca33d94
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  3 20:25:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  3 20:25:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bf920b

app-emacs/company-ebuild: Stabilize 0.1.2 amd64, #889549

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

 app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
index 47d75602ae65..e231f5b49027 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 x86 ~x64-macos"
+   KEYWORDS="amd64 x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2023-01-03 Thread Sam James
commit: 9567b31fc8a95553361b3766958bbc92bf2fdc8d
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  3 18:31:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  3 18:31:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9567b31f

app-emacs/company-ebuild: Stabilize 0.1.2 x86, #889549

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

 app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
index 678f43ec2830..47d75602ae65 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.2.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
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86 ~x64-macos"
+   KEYWORDS="~amd64 x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2022-12-01 Thread Maciej Barć
commit: 463fa742635766f6a70e2598d1e6c9f89dd7354e
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Dec  2 00:42:18 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Dec  2 00:42:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463fa742

app-emacs/company-ebuild: drop old 0.1.0

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

 app-emacs/company-ebuild/Manifest  |  1 -
 .../company-ebuild/company-ebuild-0.1.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
index 09aa82586e57..a4d34a168378 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1,4 +1,3 @@
-DIST company-ebuild-0.1.0.tar.gz 10938 BLAKE2B 
e89e389b49b32057a6acd72cf7a0eb68b10d005824287c112528e3136e7d969e3b678450fc997800d83b3c8f226030b0e2724c63b3ae82d78ad16af49bc10984
 SHA512 
bc7fec05fbc3600ce6b5111b4e1817bfe04f7185a6a33bf5b83291feb795f47b91f827960b29f844f2627e885a05cc156b755a468e5eb0c314345c869678ea17
 DIST company-ebuild-0.1.1.tar.gz 11059 BLAKE2B 
5eba661f1956a019a133d3e61f997dcf2d9340c4a5f6d05920cba07e06e493e4358fabab6e16a48d1c081fc2c71f548e06511adf46b55a2fb30cef4ba2df71f5
 SHA512 
09bed101dcef18b07c2b51aa916b358f6e2ea526bd80dc997b280516ee074a62e006f3a0d748d77848f5e43412d4971841771cf40abe5b80a95477a21ad9d847
 DIST company-ebuild-0.1.2.tar.gz 11697 BLAKE2B 
e376626d13aa32a4df09ecdae2245b9c961a6e2cd615febfaaa626ac48ccd420b462a6195d9f769d64c37629c34929ba87e3ea6543e2344b62b217a51695870a
 SHA512 
2a67c6ea6e53f78a6c41b2251b928cf7e97bb3f71c7c03057c540c699bd275898bdf8840d723cf5d8846dbbe82cc531f1cc2707181825fe05c4433ea80039011
 DIST company-ebuild-0.1.3.tar.gz 11699 BLAKE2B 
d098bbf925c308335ad498eb968c6dcdbe8a981ee32c85cea22c38628a360455f109fa884188cdb8e1a096b3e97fa1e95de044653cc9adeec3962bcdff550c69
 SHA512 
dc0328aa5da9e7472f35f01826dfe934831362141709885f799e3a0c1141702b63f08569508f5af502aab3d790105fc89cd16e0c863877348eeba4156f64bbcd

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.0.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.0.ebuild
deleted file mode 100644
index febf2b249a55..
--- a/app-emacs/company-ebuild/company-ebuild-0.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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="Company backend for editing Ebuild files"
-HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
-else
-   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-SITEFILE="50${PN}-gentoo.el"
-
-RDEPEND="
-   app-emacs/company-mode
-   app-emacs/ebuild-mode
-"
-BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2022-12-01 Thread Maciej Barć
commit: b1af54916043d9f07931284432397890dc41c6d9
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Dec  2 00:41:56 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Dec  2 00:42:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1af5491

app-emacs/company-ebuild: bump to 0.1.3

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

 app-emacs/company-ebuild/Manifest  |  1 +
 .../company-ebuild/company-ebuild-0.1.3.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
index 10b5ea0e6787..09aa82586e57 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1,3 +1,4 @@
 DIST company-ebuild-0.1.0.tar.gz 10938 BLAKE2B 
e89e389b49b32057a6acd72cf7a0eb68b10d005824287c112528e3136e7d969e3b678450fc997800d83b3c8f226030b0e2724c63b3ae82d78ad16af49bc10984
 SHA512 
bc7fec05fbc3600ce6b5111b4e1817bfe04f7185a6a33bf5b83291feb795f47b91f827960b29f844f2627e885a05cc156b755a468e5eb0c314345c869678ea17
 DIST company-ebuild-0.1.1.tar.gz 11059 BLAKE2B 
5eba661f1956a019a133d3e61f997dcf2d9340c4a5f6d05920cba07e06e493e4358fabab6e16a48d1c081fc2c71f548e06511adf46b55a2fb30cef4ba2df71f5
 SHA512 
09bed101dcef18b07c2b51aa916b358f6e2ea526bd80dc997b280516ee074a62e006f3a0d748d77848f5e43412d4971841771cf40abe5b80a95477a21ad9d847
 DIST company-ebuild-0.1.2.tar.gz 11697 BLAKE2B 
e376626d13aa32a4df09ecdae2245b9c961a6e2cd615febfaaa626ac48ccd420b462a6195d9f769d64c37629c34929ba87e3ea6543e2344b62b217a51695870a
 SHA512 
2a67c6ea6e53f78a6c41b2251b928cf7e97bb3f71c7c03057c540c699bd275898bdf8840d723cf5d8846dbbe82cc531f1cc2707181825fe05c4433ea80039011
+DIST company-ebuild-0.1.3.tar.gz 11699 BLAKE2B 
d098bbf925c308335ad498eb968c6dcdbe8a981ee32c85cea22c38628a360455f109fa884188cdb8e1a096b3e97fa1e95de044653cc9adeec3962bcdff550c69
 SHA512 
dc0328aa5da9e7472f35f01826dfe934831362141709885f799e3a0c1141702b63f08569508f5af502aab3d790105fc89cd16e0c863877348eeba4156f64bbcd

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
new file mode 100644
index ..678f43ec2830
--- /dev/null
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.2
+
+inherit elisp
+
+DESCRIPTION="Company backend for editing Ebuild files"
+HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86 ~x64-macos"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   app-emacs/company-mode
+   app-emacs/ebuild-mode
+"
+BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2022-08-30 Thread Sam James
commit: ef8274dbf49c7b16c6948218700d3c5bcd91f3a3
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:53:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:53:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8274db

app-emacs/company-ebuild: keyword ~x64-macos

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

 app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild | 2 +-
 app-emacs/company-ebuild/company-ebuild-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
index 34dbec0f495e..678f43ec2830 100644
--- a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"

diff --git a/app-emacs/company-ebuild/company-ebuild-.ebuild 
b/app-emacs/company-ebuild/company-ebuild-.ebuild
index 34dbec0f495e..678f43ec2830 100644
--- a/app-emacs/company-ebuild/company-ebuild-.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
 else
SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~x86 ~x64-macos"
 fi
 
 LICENSE="GPL-2+"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2022-08-30 Thread Maciej Barć
commit: 2cec6652d1dc7fa1676f1ac59c74173e172aba13
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Aug 30 22:23:17 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Aug 30 22:24:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cec6652

app-emacs/company-ebuild: bump to 0.1.2

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

 app-emacs/company-ebuild/Manifest  |  1 +
 .../company-ebuild/company-ebuild-0.1.2.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
index d9bd3d97052d..10b5ea0e6787 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1,2 +1,3 @@
 DIST company-ebuild-0.1.0.tar.gz 10938 BLAKE2B 
e89e389b49b32057a6acd72cf7a0eb68b10d005824287c112528e3136e7d969e3b678450fc997800d83b3c8f226030b0e2724c63b3ae82d78ad16af49bc10984
 SHA512 
bc7fec05fbc3600ce6b5111b4e1817bfe04f7185a6a33bf5b83291feb795f47b91f827960b29f844f2627e885a05cc156b755a468e5eb0c314345c869678ea17
 DIST company-ebuild-0.1.1.tar.gz 11059 BLAKE2B 
5eba661f1956a019a133d3e61f997dcf2d9340c4a5f6d05920cba07e06e493e4358fabab6e16a48d1c081fc2c71f548e06511adf46b55a2fb30cef4ba2df71f5
 SHA512 
09bed101dcef18b07c2b51aa916b358f6e2ea526bd80dc997b280516ee074a62e006f3a0d748d77848f5e43412d4971841771cf40abe5b80a95477a21ad9d847
+DIST company-ebuild-0.1.2.tar.gz 11697 BLAKE2B 
e376626d13aa32a4df09ecdae2245b9c961a6e2cd615febfaaa626ac48ccd420b462a6195d9f769d64c37629c34929ba87e3ea6543e2344b62b217a51695870a
 SHA512 
2a67c6ea6e53f78a6c41b2251b928cf7e97bb3f71c7c03057c540c699bd275898bdf8840d723cf5d8846dbbe82cc531f1cc2707181825fe05c4433ea80039011

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
new file mode 100644
index ..34dbec0f495e
--- /dev/null
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=26.2
+
+inherit elisp
+
+DESCRIPTION="Company backend for editing Ebuild files"
+HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   app-emacs/company-mode
+   app-emacs/ebuild-mode
+"
+BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2022-08-30 Thread Maciej Barć
commit: 971151ef303ba1b703d2ac3084429ac493e3bd38
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Aug 30 18:24:55 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Aug 30 18:25:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971151ef

app-emacs/company-ebuild: bump required Emacs version for live

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

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

diff --git a/app-emacs/company-ebuild/company-ebuild-.ebuild 
b/app-emacs/company-ebuild/company-ebuild-.ebuild
index febf2b249a55..34dbec0f495e 100644
--- a/app-emacs/company-ebuild/company-ebuild-.ebuild
+++ b/app-emacs/company-ebuild/company-ebuild-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-NEED_EMACS=25.1
+NEED_EMACS=26.2
 
 inherit elisp
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/

2022-08-17 Thread Maciej Barć
commit: 672e0c1aca6d122c4f1104d2573e23cde546317c
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Aug 17 15:19:47 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Aug 17 15:20:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672e0c1a

app-emacs/company-ebuild: bump to 0.1.1

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

 app-emacs/company-ebuild/Manifest  |  1 +
 .../company-ebuild/company-ebuild-0.1.1.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
index 33e0976da34b..d9bd3d97052d 100644
--- a/app-emacs/company-ebuild/Manifest
+++ b/app-emacs/company-ebuild/Manifest
@@ -1 +1,2 @@
 DIST company-ebuild-0.1.0.tar.gz 10938 BLAKE2B 
e89e389b49b32057a6acd72cf7a0eb68b10d005824287c112528e3136e7d969e3b678450fc997800d83b3c8f226030b0e2724c63b3ae82d78ad16af49bc10984
 SHA512 
bc7fec05fbc3600ce6b5111b4e1817bfe04f7185a6a33bf5b83291feb795f47b91f827960b29f844f2627e885a05cc156b755a468e5eb0c314345c869678ea17
+DIST company-ebuild-0.1.1.tar.gz 11059 BLAKE2B 
5eba661f1956a019a133d3e61f997dcf2d9340c4a5f6d05920cba07e06e493e4358fabab6e16a48d1c081fc2c71f548e06511adf46b55a2fb30cef4ba2df71f5
 SHA512 
09bed101dcef18b07c2b51aa916b358f6e2ea526bd80dc997b280516ee074a62e006f3a0d748d77848f5e43412d4971841771cf40abe5b80a95477a21ad9d847

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.1.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.1.ebuild
new file mode 100644
index ..febf2b249a55
--- /dev/null
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.1.ebuild
@@ -0,0 +1,30 @@
+# 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="Company backend for editing Ebuild files"
+HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   app-emacs/company-mode
+   app-emacs/ebuild-mode
+"
+BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/files/, app-emacs/company-ebuild/

2022-08-16 Thread Maciej Barć
commit: ea34cfec63c19605368fdd135074d2656ff9595c
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Aug 17 00:14:47 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Aug 17 00:17:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea34cfec

app-emacs/company-ebuild: new package; add version 0.1.0 and live

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

 app-emacs/company-ebuild/Manifest  |  1 +
 .../company-ebuild/company-ebuild-0.1.0.ebuild | 30 ++
 .../company-ebuild/company-ebuild-.ebuild  | 30 ++
 .../files/50company-ebuild-gentoo.el   |  5 
 app-emacs/company-ebuild/metadata.xml  | 16 
 5 files changed, 82 insertions(+)

diff --git a/app-emacs/company-ebuild/Manifest 
b/app-emacs/company-ebuild/Manifest
new file mode 100644
index ..33e0976da34b
--- /dev/null
+++ b/app-emacs/company-ebuild/Manifest
@@ -0,0 +1 @@
+DIST company-ebuild-0.1.0.tar.gz 10938 BLAKE2B 
e89e389b49b32057a6acd72cf7a0eb68b10d005824287c112528e3136e7d969e3b678450fc997800d83b3c8f226030b0e2724c63b3ae82d78ad16af49bc10984
 SHA512 
bc7fec05fbc3600ce6b5111b4e1817bfe04f7185a6a33bf5b83291feb795f47b91f827960b29f844f2627e885a05cc156b755a468e5eb0c314345c869678ea17

diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.0.ebuild 
b/app-emacs/company-ebuild/company-ebuild-0.1.0.ebuild
new file mode 100644
index ..febf2b249a55
--- /dev/null
+++ b/app-emacs/company-ebuild/company-ebuild-0.1.0.ebuild
@@ -0,0 +1,30 @@
+# 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="Company backend for editing Ebuild files"
+HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   app-emacs/company-mode
+   app-emacs/ebuild-mode
+"
+BDEPEND="${RDEPEND}"

diff --git a/app-emacs/company-ebuild/company-ebuild-.ebuild 
b/app-emacs/company-ebuild/company-ebuild-.ebuild
new file mode 100644
index ..febf2b249a55
--- /dev/null
+++ b/app-emacs/company-ebuild/company-ebuild-.ebuild
@@ -0,0 +1,30 @@
+# 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="Company backend for editing Ebuild files"
+HOMEPAGE="https://gitweb.gentoo.org/proj/company-ebuild.git;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitweb.gentoo.org/proj/${PN}.git;
+else
+   SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   app-emacs/company-mode
+   app-emacs/ebuild-mode
+"
+BDEPEND="${RDEPEND}"

diff --git a/app-emacs/company-ebuild/files/50company-ebuild-gentoo.el 
b/app-emacs/company-ebuild/files/50company-ebuild-gentoo.el
new file mode 100644
index ..45da4c86348f
--- /dev/null
+++ b/app-emacs/company-ebuild/files/50company-ebuild-gentoo.el
@@ -0,0 +1,5 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'company-ebuild "company-ebuild"
+  "Company backend for editing Ebuild files." t)
+(autoload 'company-ebuild-setup "company-ebuild"
+  "Setup for Company-Ebuild.")

diff --git a/app-emacs/company-ebuild/metadata.xml 
b/app-emacs/company-ebuild/metadata.xml
new file mode 100644
index ..243979d0ba2e
--- /dev/null
+++ b/app-emacs/company-ebuild/metadata.xml
@@ -0,0 +1,16 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+  
+
+  em...@gentoo.org
+  Gentoo Emacs project
+
+  
+