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

2024-05-14 Thread Maciej Barć
commit: 5a5eda03dac42ff6940e31d05d4e6b811bd7fd0a
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue May 14 21:59:25 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue May 14 22:20:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5eda03

app-emacs/company-mode: drop old 0.10.1

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

 app-emacs/company-mode/Manifest   |  1 -
 app-emacs/company-mode/company-mode-0.10.1.ebuild | 48 ---
 2 files changed, 49 deletions(-)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index fd1c9af94f57..f10eb464d22d 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1,2 +1 @@
-DIST company-mode-0.10.1.tar.gz 2199879 BLAKE2B 
01001537447849ea6a83bc90096945deef76e8b68d2d9d576e4de0742b84ceb4043db5556d548fe3e9d1b187c2dad577fa7364007958e848f52af7f105226348
 SHA512 
38abeab8a107b36a8ff69c981099d970eb4a9c9004d95414e65510200b9e6ec034b2ed1dc91e2a3cdac620db605297ae090fe75af152be725bc610e582c76e06
 DIST company-mode-0.10.2.tar.gz 2199965 BLAKE2B 
f5c931fd128543780a3f61f7f25bc0ac58bdc2e974390482374728b9a6059f35562cc2a201484cb3670bdc6dec63eb423b0c7714605df6457da0fa54008a5a4a
 SHA512 
343ddc7cdeb1b6705a4a2a44979f3940034b32c8725eda2cc29673669737dc8d96d266bd2d44755901665706d0b34abc9e3665e24016f55c1646219029796ade

diff --git a/app-emacs/company-mode/company-mode-0.10.1.ebuild 
b/app-emacs/company-mode/company-mode-0.10.1.ebuild
deleted file mode 100644
index b2ad4e52baab..
--- a/app-emacs/company-mode/company-mode-0.10.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=b3b9fa37ef9fd02471779130a0b53d87fa726ac1
-
-inherit elisp
-
-DESCRIPTION="In-buffer completion front-end"
-HOMEPAGE="https://company-mode.github.io/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz
-   -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
-
-PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS=( CONTRIBUTING.md README.md NEWS.md )
-
-src_prepare() {
-   elisp_src_prepare
-
-   sed "s|@SITEETC@|${SITEETC}/${PN}|" -i company.el || die
-}
-
-src_compile() {
-   elisp_src_compile
-
-   emake -C doc company.info
-}
-
-src_test() {
-   emake test-batch
-}
-
-src_install() {
-   elisp_src_install
-
-   insinto ${SITEETC}/${PN}
-   doins -r icons
-
-   doinfo doc/company.info
-}



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

2024-04-28 Thread Sam James
commit: b8f9ef9db782d6236370a75caba7931b196e3f85
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 29 00:26:32 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 29 00:26:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f9ef9d

app-emacs/company-mode: Stabilize 0.10.2 ALLARCHES, #930840

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

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

diff --git a/app-emacs/company-mode/company-mode-0.10.2.ebuild 
b/app-emacs/company-mode/company-mode-0.10.2.ebuild
index 54c0bf43dad6..940033b3bf8d 100644
--- a/app-emacs/company-mode/company-mode-0.10.2.ebuild
+++ b/app-emacs/company-mode/company-mode-0.10.2.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz
-> ${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-3+"



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

2024-03-24 Thread Maciej Barć
commit: bf7441ddf29fd57b796310f18a5c48092e4c461b
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 25 01:43:16 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 25 02:27:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7441dd

app-emacs/company-mode: bump to 0.10.2

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

 app-emacs/company-mode/Manifest   |  1 +
 app-emacs/company-mode/company-mode-0.10.2.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index 6c0b5b94b2f4..fd1c9af94f57 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1 +1,2 @@
 DIST company-mode-0.10.1.tar.gz 2199879 BLAKE2B 
01001537447849ea6a83bc90096945deef76e8b68d2d9d576e4de0742b84ceb4043db5556d548fe3e9d1b187c2dad577fa7364007958e848f52af7f105226348
 SHA512 
38abeab8a107b36a8ff69c981099d970eb4a9c9004d95414e65510200b9e6ec034b2ed1dc91e2a3cdac620db605297ae090fe75af152be725bc610e582c76e06
+DIST company-mode-0.10.2.tar.gz 2199965 BLAKE2B 
f5c931fd128543780a3f61f7f25bc0ac58bdc2e974390482374728b9a6059f35562cc2a201484cb3670bdc6dec63eb423b0c7714605df6457da0fa54008a5a4a
 SHA512 
343ddc7cdeb1b6705a4a2a44979f3940034b32c8725eda2cc29673669737dc8d96d266bd2d44755901665706d0b34abc9e3665e24016f55c1646219029796ade

diff --git a/app-emacs/company-mode/company-mode-0.10.2.ebuild 
b/app-emacs/company-mode/company-mode-0.10.2.ebuild
new file mode 100644
index ..54c0bf43dad6
--- /dev/null
+++ b/app-emacs/company-mode/company-mode-0.10.2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="In-buffer completion front-end"
+HOMEPAGE="https://company-mode.github.io/
+   https://github.com/company-mode/company-mode/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+ELISP_REMOVE="
+   test/elisp-tests.el
+"
+PATCHES=(
+   "${FILESDIR}/${PN}-company-icons-root.patch"
+)
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=( CONTRIBUTING.md README.md NEWS.md )
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${SITEETC}/${PN}|" -i company.el || die
+}
+
+src_compile() {
+   elisp_src_compile
+
+   emake -C doc company.info
+}
+
+src_test() {
+   emake test-batch
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto "${SITEETC}/${PN}"
+   doins -r icons
+
+   doinfo doc/company.info
+}



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

2023-11-13 Thread Sam James
commit: fb635b133eca6267b56fdceb3da1bea985780755
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov 13 19:52:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov 13 19:52:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb635b13

app-emacs/company-mode: Stabilize 0.10.1 ALLARCHES, #917297

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

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

diff --git a/app-emacs/company-mode/company-mode-0.10.1.ebuild 
b/app-emacs/company-mode/company-mode-0.10.1.ebuild
index 7e1516fe3ed6..b2ad4e52baab 100644
--- a/app-emacs/company-mode/company-mode-0.10.1.ebuild
+++ b/app-emacs/company-mode/company-mode-0.10.1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

2023-10-07 Thread Maciej Barć
commit: a13e0959a21dee3a67531cd4add1145430a7415c
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Oct  7 14:53:55 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Oct  7 14:57:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13e0959

app-emacs/company-mode: bump to 0.10.1

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

 app-emacs/company-mode/Manifest   |  1 +
 app-emacs/company-mode/company-mode-0.10.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index 515d0b006b45..4b904bfb8cab 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1,2 +1,3 @@
 DIST company-mode-0.10.0.tar.gz 2199811 BLAKE2B 
0165b29b4f9100d776906400c5a364e9bc1fa45092e1bff98a32215f2b4d594d1dce6594c76f4f18153627b5cb406554afcb4e18e19332a96c5b101ca863e341
 SHA512 
870e4e647805deeb739d068978f2c37a76084c5654f8f200e264c1005d1a59f082337869c3cb27531937af58985ef34f6da99f6f4b4d4031dcdffc3b573fb089
+DIST company-mode-0.10.1.tar.gz 2199879 BLAKE2B 
01001537447849ea6a83bc90096945deef76e8b68d2d9d576e4de0742b84ceb4043db5556d548fe3e9d1b187c2dad577fa7364007958e848f52af7f105226348
 SHA512 
38abeab8a107b36a8ff69c981099d970eb4a9c9004d95414e65510200b9e6ec034b2ed1dc91e2a3cdac620db605297ae090fe75af152be725bc610e582c76e06
 DIST company-mode-0.9.13_p20230306.tar.gz 2199879 BLAKE2B 
01001537447849ea6a83bc90096945deef76e8b68d2d9d576e4de0742b84ceb4043db5556d548fe3e9d1b187c2dad577fa7364007958e848f52af7f105226348
 SHA512 
38abeab8a107b36a8ff69c981099d970eb4a9c9004d95414e65510200b9e6ec034b2ed1dc91e2a3cdac620db605297ae090fe75af152be725bc610e582c76e06

diff --git a/app-emacs/company-mode/company-mode-0.10.1.ebuild 
b/app-emacs/company-mode/company-mode-0.10.1.ebuild
new file mode 100644
index ..7e1516fe3ed6
--- /dev/null
+++ b/app-emacs/company-mode/company-mode-0.10.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT=b3b9fa37ef9fd02471779130a0b53d87fa726ac1
+
+inherit elisp
+
+DESCRIPTION="In-buffer completion front-end"
+HOMEPAGE="https://company-mode.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
+
+PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=( CONTRIBUTING.md README.md NEWS.md )
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${SITEETC}/${PN}|" -i company.el || die
+}
+
+src_compile() {
+   elisp_src_compile
+
+   emake -C doc company.info
+}
+
+src_test() {
+   emake test-batch
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto ${SITEETC}/${PN}
+   doins -r icons
+
+   doinfo doc/company.info
+}



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

2023-10-06 Thread Maciej Barć
commit: 16fc6934fb2b4b4430f3ed92271f46e67aad6a6f
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Oct  6 09:30:27 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Oct  6 15:20:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fc6934

app-emacs/company-mode: bump to 0.10.0

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

 app-emacs/company-mode/Manifest   |  1 +
 app-emacs/company-mode/company-mode-0.10.0.ebuild | 54 +++
 2 files changed, 55 insertions(+)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index de8fc15f2a7b..515d0b006b45 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1 +1,2 @@
+DIST company-mode-0.10.0.tar.gz 2199811 BLAKE2B 
0165b29b4f9100d776906400c5a364e9bc1fa45092e1bff98a32215f2b4d594d1dce6594c76f4f18153627b5cb406554afcb4e18e19332a96c5b101ca863e341
 SHA512 
870e4e647805deeb739d068978f2c37a76084c5654f8f200e264c1005d1a59f082337869c3cb27531937af58985ef34f6da99f6f4b4d4031dcdffc3b573fb089
 DIST company-mode-0.9.13_p20230306.tar.gz 2199879 BLAKE2B 
01001537447849ea6a83bc90096945deef76e8b68d2d9d576e4de0742b84ceb4043db5556d548fe3e9d1b187c2dad577fa7364007958e848f52af7f105226348
 SHA512 
38abeab8a107b36a8ff69c981099d970eb4a9c9004d95414e65510200b9e6ec034b2ed1dc91e2a3cdac620db605297ae090fe75af152be725bc610e582c76e06

diff --git a/app-emacs/company-mode/company-mode-0.10.0.ebuild 
b/app-emacs/company-mode/company-mode-0.10.0.ebuild
new file mode 100644
index ..4894ec7e2e1a
--- /dev/null
+++ b/app-emacs/company-mode/company-mode-0.10.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="In-buffer completion front-end"
+HOMEPAGE="https://company-mode.github.io/
+   https://github.com/company-mode/company-mode/;
+
+if [[ "${PV}" == ** ]] ; then
+   inherit git-r3
+
+   EGIT_REPO_URI="https://github.com/${PN}/${PN}.git;
+else
+   SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+PATCHES=( "${FILESDIR}/${PN}-company-icons-root.patch" )
+
+DOCS=( CONTRIBUTING.md README.md NEWS.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${SITEETC}/${PN}|" -i company.el || die
+}
+
+src_compile() {
+   elisp_src_compile
+
+   emake -C doc company.info
+}
+
+src_test() {
+   emake test-batch
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto "${SITEETC}/${PN}"
+   doins -r icons
+
+   doinfo doc/company.info
+}



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

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

app-emacs/company-mode: Keyword 0.9.13_p20230306 hppa, #905202

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
index bceec07b91c0..b2ad4e52baab 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

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

app-emacs/company-mode: Keyword 0.9.13_p20230306 arm64, #905202

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
index a79ce7ca66ad..bceec07b91c0 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

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

app-emacs/company-mode: Keyword 0.9.13_p20230306 riscv, #905202

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
index 9d8da737921c..a79ce7ca66ad 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

2023-04-27 Thread Sam James
commit: 265462b2a1933d7287d4f281b185fceeb95bb484
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 28 00:20:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 28 00:20:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265462b2

app-emacs/company-mode: Keyword 0.9.13_p20230306 ppc64, #905202

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
index d4ad9779f178..9d8da737921c 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~sparc x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

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

app-emacs/company-mode: Keyword 0.9.13_p20230306 sparc, #905202

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
index 65d2a26fdf2a..d4ad9779f178 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~ppc ~sparc x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

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

app-emacs/company-mode: Keyword 0.9.13_p20230306 arm, #905202

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
index a9a2c70902c2..65d2a26fdf2a 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x64-macos"
+KEYWORDS="amd64 ~arm ~ppc x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

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

app-emacs/company-mode: Keyword 0.9.13_p20230306 ppc, #905202

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
index ca3e3951408c..a9a2c70902c2 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 x86 ~x64-macos"
+KEYWORDS="amd64 ~ppc x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

2023-04-27 Thread Sam James
commit: 97f2dae796fccdba402db0ef3de9588e1b48a677
Author: Sam James  gentoo  org>
AuthorDate: Thu Apr 27 23:29:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Apr 27 23:29:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f2dae7

app-emacs/company-mode: Stabilize 0.9.13_p20230306 ALLARCHES, #905190

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
index 6502bfcadb71..ca3e3951408c 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

2023-03-26 Thread Sam James
commit: ab88a2b6c2f57c904d2e2a63963824babe99b8b3
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 26 07:10:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 26 07:10:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab88a2b6

app-emacs/company-mode: add 0.9.13_p20230306

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

 app-emacs/company-mode/Manifest|  1 +
 .../company-mode-0.9.13_p20230306.ebuild   | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index e06bef2fc62f..660b309d6cab 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1,3 +1,4 @@
 DIST company-mode-0.9.10.tar.gz 85982 BLAKE2B 
393e8ff31f4a88d1c156418bd0c827572ec078b833e78bd1007779961e9fb852737f12a5c1aeba154ebba53d81058bdc2871f7d0aaa7dd8cb9692461c8fb
 SHA512 
b6571c55bcf68a5e83e7c92c8b53e0ac6b4e84bce1246331a7da4495f4ee5c3ab38035310fd2eb7a87748db1c034996d99c7ead8aa831d552800642b31cf9fe0
 DIST company-mode-0.9.13.tar.gz 88074 BLAKE2B 
8704d45d0dec15d7fbe39edcdaa3e348263eef4e78a9c55160b4c83df892b73241659dec685e31d7eab5fceaf34a956a7d81d0ec7d3ce134ffda0415a44a7c8c
 SHA512 
d253504e38515335b9a7186c5664e2700ae171e215e8eef1fca28c267d610882dd29c03701efb9d71eac9ec855807aa956411de08a3bd42508f0b0aba38d4dd9
 DIST company-mode-0.9.13_p20220720.tar.gz 2198598 BLAKE2B 
0dad09689e11b613397149fd0f6c16aa0e01a8d79bd7fc79b66b2ad32a48544ba1a1a6488c316477c793218432383b6ba784c171ada15ac6fe90cce07920ba9d
 SHA512 
fea6d572fee0ecbd91fb41427d7e1eec462fd92da426af1011d1f5c590c2b6c793064c5d25aad49728a9fbbd25a010ee2e17a495115e7bd3587092f3cb4b9f8a
+DIST company-mode-0.9.13_p20230306.tar.gz 2199879 BLAKE2B 
01001537447849ea6a83bc90096945deef76e8b68d2d9d576e4de0742b84ceb4043db5556d548fe3e9d1b187c2dad577fa7364007958e848f52af7f105226348
 SHA512 
38abeab8a107b36a8ff69c981099d970eb4a9c9004d95414e65510200b9e6ec034b2ed1dc91e2a3cdac620db605297ae090fe75af152be725bc610e582c76e06

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
new file mode 100644
index ..75d1d79097c9
--- /dev/null
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20230306.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT=b3b9fa37ef9fd02471779130a0b53d87fa726ac1
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="In-buffer completion front-end"
+HOMEPAGE="https://company-mode.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${COMMIT}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
+
+PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=( CONTRIBUTING.md README.md NEWS.md )
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${SITEETC}/${PN}|" -i company.el || die
+}
+
+src_compile() {
+   elisp_src_compile
+
+   emake -C doc company.info
+}
+
+src_test() {
+   emake test-batch
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto ${SITEETC}/${PN}
+   doins -r icons
+
+   doinfo doc/company.info
+}



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

2022-12-22 Thread Sam James
commit: 6eaa5636250470102ea4f503967bcc73456a44ed
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 22 13:10:10 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 22 13:10:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eaa5636

app-emacs/company-mode: Stabilize 0.9.13_p20220720 x86, #887947

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
index bb2fa2e9951e..d3eaa3b2efde 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

2022-12-22 Thread Sam James
commit: 5cf374fae3cf2d4e45cdd8aaa535a1951ebc4018
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec 22 13:05:55 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 22 13:05:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf374fa

app-emacs/company-mode: Stabilize 0.9.13_p20220720 amd64, #887947

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
index c98be895bfb4..bb2fa2e9951e 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x64-macos"
+KEYWORDS="amd64 ~x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

2022-08-30 Thread Sam James
commit: 406de605e6f6ac2dd39b7ee5d2a6a071db482be3
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 30 22:54:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 30 22:54:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406de605

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

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

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

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
index a4fa43142ed0..c98be895bfb4 100644
--- a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${H}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
 
 PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
 



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

2022-07-28 Thread Maciej Barć
commit: 68782b6ca4bf9610819ac785634c6b6bb30807a4
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 28 12:38:52 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 28 13:01:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68782b6c

app-emacs/company-mode: bump to 0.9.13_p20220720

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

 app-emacs/company-mode/Manifest|  1 +
 .../company-mode-0.9.13_p20220720.ebuild   | 48 ++
 .../files/company-mode-company-icons-root.patch| 11 +
 3 files changed, 60 insertions(+)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index 3db6c9018d79..e06bef2fc62f 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1,2 +1,3 @@
 DIST company-mode-0.9.10.tar.gz 85982 BLAKE2B 
393e8ff31f4a88d1c156418bd0c827572ec078b833e78bd1007779961e9fb852737f12a5c1aeba154ebba53d81058bdc2871f7d0aaa7dd8cb9692461c8fb
 SHA512 
b6571c55bcf68a5e83e7c92c8b53e0ac6b4e84bce1246331a7da4495f4ee5c3ab38035310fd2eb7a87748db1c034996d99c7ead8aa831d552800642b31cf9fe0
 DIST company-mode-0.9.13.tar.gz 88074 BLAKE2B 
8704d45d0dec15d7fbe39edcdaa3e348263eef4e78a9c55160b4c83df892b73241659dec685e31d7eab5fceaf34a956a7d81d0ec7d3ce134ffda0415a44a7c8c
 SHA512 
d253504e38515335b9a7186c5664e2700ae171e215e8eef1fca28c267d610882dd29c03701efb9d71eac9ec855807aa956411de08a3bd42508f0b0aba38d4dd9
+DIST company-mode-0.9.13_p20220720.tar.gz 2198598 BLAKE2B 
0dad09689e11b613397149fd0f6c16aa0e01a8d79bd7fc79b66b2ad32a48544ba1a1a6488c316477c793218432383b6ba784c171ada15ac6fe90cce07920ba9d
 SHA512 
fea6d572fee0ecbd91fb41427d7e1eec462fd92da426af1011d1f5c590c2b6c793064c5d25aad49728a9fbbd25a010ee2e17a495115e7bd3587092f3cb4b9f8a

diff --git a/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
new file mode 100644
index ..a4fa43142ed0
--- /dev/null
+++ b/app-emacs/company-mode/company-mode-0.9.13_p20220720.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=16ffeba5ef96c4c8e0cd39860b5402e25e304601
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="In-buffer completion front-end"
+HOMEPAGE="https://company-mode.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${H}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+PATCHES=( "${FILESDIR}"/${PN}-company-icons-root.patch )
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=( CONTRIBUTING.md README.md NEWS.md )
+
+src_prepare() {
+   elisp_src_prepare
+
+   sed "s|@SITEETC@|${SITEETC}/${PN}|" -i company.el || die
+}
+
+src_compile() {
+   elisp_src_compile
+
+   emake -C doc company.info
+}
+
+src_test() {
+   emake test-batch
+}
+
+src_install() {
+   elisp_src_install
+
+   insinto ${SITEETC}/${PN}
+   doins -r icons
+
+   doinfo doc/company.info
+}

diff --git a/app-emacs/company-mode/files/company-mode-company-icons-root.patch 
b/app-emacs/company-mode/files/company-mode-company-icons-root.patch
new file mode 100644
index ..69f33323a25d
--- /dev/null
+++ b/app-emacs/company-mode/files/company-mode-company-icons-root.patch
@@ -0,0 +1,11 @@
+--- a/company.el
 b/company.el
+@@ -1578,7 +1578,7 @@ end of the match."
+ (defconst company-icons-root
+   (file-name-as-directory
+(expand-file-name "icons"
+- (file-name-directory (or load-file-name 
buffer-file-name)
++ "@SITEETC@")))
+ 
+ (defcustom company-icon-size '(auto-scale . 16)
+   "Size of icons indicating completion kind in the popup."



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

2021-06-10 Thread Hans de Graaff
commit: 84108b39afd4894ff6f1a982814f673ed894837d
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 10 06:06:37 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 10 06:13:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84108b39

app-emacs/company-mode: add missing autoloads

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/company-mode/files/50company-mode-gentoo.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-emacs/company-mode/files/50company-mode-gentoo.el 
b/app-emacs/company-mode/files/50company-mode-gentoo.el
index cd85457fe91..2cffc8ab76f 100644
--- a/app-emacs/company-mode/files/50company-mode-gentoo.el
+++ b/app-emacs/company-mode/files/50company-mode-gentoo.el
@@ -1,2 +1,5 @@
 (add-to-list 'load-path "@SITELISP@")
 (autoload 'company-mode "company" nil t)
+(autoload 'global-company-mode "company" nil t)
+(autoload 'company-manual-begin "company" nil t)
+(autoload 'company-complete "company" nil t)



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

2021-06-10 Thread Hans de Graaff
commit: bed3859e1b8d4a6908d8e0031248ac249bcdc9d2
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 10 05:58:03 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 10 06:13:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed3859e

app-emacs/company-mode: add 0.9.13

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

 app-emacs/company-mode/Manifest   |  1 +
 app-emacs/company-mode/company-mode-0.9.13.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index 81d7eec2690..3db6c9018d7 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1 +1,2 @@
 DIST company-mode-0.9.10.tar.gz 85982 BLAKE2B 
393e8ff31f4a88d1c156418bd0c827572ec078b833e78bd1007779961e9fb852737f12a5c1aeba154ebba53d81058bdc2871f7d0aaa7dd8cb9692461c8fb
 SHA512 
b6571c55bcf68a5e83e7c92c8b53e0ac6b4e84bce1246331a7da4495f4ee5c3ab38035310fd2eb7a87748db1c034996d99c7ead8aa831d552800642b31cf9fe0
+DIST company-mode-0.9.13.tar.gz 88074 BLAKE2B 
8704d45d0dec15d7fbe39edcdaa3e348263eef4e78a9c55160b4c83df892b73241659dec685e31d7eab5fceaf34a956a7d81d0ec7d3ce134ffda0415a44a7c8c
 SHA512 
d253504e38515335b9a7186c5664e2700ae171e215e8eef1fca28c267d610882dd29c03701efb9d71eac9ec855807aa956411de08a3bd42508f0b0aba38d4dd9

diff --git a/app-emacs/company-mode/company-mode-0.9.13.ebuild 
b/app-emacs/company-mode/company-mode-0.9.13.ebuild
new file mode 100644
index 000..2e6e2a23a92
--- /dev/null
+++ b/app-emacs/company-mode/company-mode-0.9.13.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="In-buffer completion front-end"
+HOMEPAGE="https://company-mode.github.io/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+# Note: company-mode supports many backends, and we refrain
+# from including them in RDEPEND.
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md NEWS.md"



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

2021-06-10 Thread Hans de Graaff
commit: 850f8bf6d8bc5fd905782cf40e220cd57a92d4a1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Thu Jun 10 05:56:32 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Thu Jun 10 06:13:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=850f8bf6

app-emacs/company-mode: fix HOMEPAGE

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Hans de Graaff  gentoo.org>

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

diff --git a/app-emacs/company-mode/company-mode-0.9.10.ebuild 
b/app-emacs/company-mode/company-mode-0.9.10.ebuild
index a0b76f2616a..2e6e2a23a92 100644
--- a/app-emacs/company-mode/company-mode-0.9.10.ebuild
+++ b/app-emacs/company-mode/company-mode-0.9.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit elisp
 
 DESCRIPTION="In-buffer completion front-end"
-HOMEPAGE="https://company-mode.github.com/;
+HOMEPAGE="https://company-mode.github.io/;
 SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"



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

2019-11-18 Thread Ulrich Müller
commit: 8494789c7b24eba9d613f754bb8a8a534feababc
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Nov 18 12:17:34 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Nov 18 12:31:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8494789c

app-emacs/company-mode: Remove old.

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/company-mode/Manifest|  1 -
 app-emacs/company-mode/company-mode-0.7.ebuild | 38 --
 app-emacs/company-mode/metadata.xml|  4 ---
 3 files changed, 43 deletions(-)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index 2200758ac39..81d7eec2690 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1,2 +1 @@
-DIST company-mode-0.7.tar.gz 54670 BLAKE2B 
4b56182d6d37e1c0dd827babf3e5c17c49a2e86959c99aa4dc6832f5003a9c1baf0019c610cf9bd46e6db5f1d68e72381ae22f71afb636873552440c48b218c0
 SHA512 
375c8541a0c5b34fba37ea136c8549e6ec916c238bee8115f036d88f273d6bcb0c0f436a6193d3b4be6528945d8f85c605de8d340e903a9764f5ace664f8cf61
 DIST company-mode-0.9.10.tar.gz 85982 BLAKE2B 
393e8ff31f4a88d1c156418bd0c827572ec078b833e78bd1007779961e9fb852737f12a5c1aeba154ebba53d81058bdc2871f7d0aaa7dd8cb9692461c8fb
 SHA512 
b6571c55bcf68a5e83e7c92c8b53e0ac6b4e84bce1246331a7da4495f4ee5c3ab38035310fd2eb7a87748db1c034996d99c7ead8aa831d552800642b31cf9fe0

diff --git a/app-emacs/company-mode/company-mode-0.7.ebuild 
b/app-emacs/company-mode/company-mode-0.7.ebuild
deleted file mode 100644
index 7b2e2231f50..000
--- a/app-emacs/company-mode/company-mode-0.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="In-buffer completion front-end"
-HOMEPAGE="https://company-mode.github.com/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ropemacs"
-RESTRICT="test"
-
-# Note: company-mode supports many backends, and we refrain from including
-# them all in RDEPEND. Only depend on things that are needed at build time.
-DEPEND="ropemacs? ( app-emacs/pymacs )"
-RDEPEND="${DEPEND}
-   ropemacs? ( dev-python/ropemacs )"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md NEWS.md"
-
-src_prepare() {
-   # Disable backends that require extra dependencies, unless they are
-   # selected by the respective USE flag
-
-   elog "Removing pysmell backend"
-   rm company-pysmell.el || die
-
-   if ! use ropemacs; then
-   elog "Removing ropemacs backend, as requested by USE=-ropemacs"
-   rm company-ropemacs.el || die
-   fi
-}

diff --git a/app-emacs/company-mode/metadata.xml 
b/app-emacs/company-mode/metadata.xml
index 166418c6cfa..3f2a9553630 100644
--- a/app-emacs/company-mode/metadata.xml
+++ b/app-emacs/company-mode/metadata.xml
@@ -6,10 +6,6 @@
   Gentoo GNU Emacs project
 
 
-
-  Install backend for
-dev-python/ropemacs
-
 
   company-mode/company-mode
 



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

2019-10-15 Thread Ulrich Müller
commit: e9d28028c8da1dbad37a062cdfd1d68c238815a8
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct 15 08:25:55 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Oct 15 08:38:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d28028

app-emacs/company-mode: Remove old.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/company-mode/Manifest   |  1 -
 app-emacs/company-mode/company-mode-0.6.14.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index 53263c188a9..2200758ac39 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1,3 +1,2 @@
-DIST company-mode-0.6.14.tar.gz 51776 BLAKE2B 
2e5a651b13d959d964847a307814106b5db95092d764e1d6889c94412d0aa1995d2a34182786493afc426b6c6ae4f229498f58b7556d1dc264c71ec57dcb8b6f
 SHA512 
7b8c0b70dc9c010214e8671fd7393faa9d1dd0839f41d532eb93eda91c77b4c93f2145ad2d688011976bfbb45282f35b937f195499f29cda79147ec2815e94d9
 DIST company-mode-0.7.tar.gz 54670 BLAKE2B 
4b56182d6d37e1c0dd827babf3e5c17c49a2e86959c99aa4dc6832f5003a9c1baf0019c610cf9bd46e6db5f1d68e72381ae22f71afb636873552440c48b218c0
 SHA512 
375c8541a0c5b34fba37ea136c8549e6ec916c238bee8115f036d88f273d6bcb0c0f436a6193d3b4be6528945d8f85c605de8d340e903a9764f5ace664f8cf61
 DIST company-mode-0.9.10.tar.gz 85982 BLAKE2B 
393e8ff31f4a88d1c156418bd0c827572ec078b833e78bd1007779961e9fb852737f12a5c1aeba154ebba53d81058bdc2871f7d0aaa7dd8cb9692461c8fb
 SHA512 
b6571c55bcf68a5e83e7c92c8b53e0ac6b4e84bce1246331a7da4495f4ee5c3ab38035310fd2eb7a87748db1c034996d99c7ead8aa831d552800642b31cf9fe0

diff --git a/app-emacs/company-mode/company-mode-0.6.14.ebuild 
b/app-emacs/company-mode/company-mode-0.6.14.ebuild
deleted file mode 100644
index 7b2e2231f50..000
--- a/app-emacs/company-mode/company-mode-0.6.14.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="In-buffer completion front-end"
-HOMEPAGE="https://company-mode.github.com/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ropemacs"
-RESTRICT="test"
-
-# Note: company-mode supports many backends, and we refrain from including
-# them all in RDEPEND. Only depend on things that are needed at build time.
-DEPEND="ropemacs? ( app-emacs/pymacs )"
-RDEPEND="${DEPEND}
-   ropemacs? ( dev-python/ropemacs )"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md NEWS.md"
-
-src_prepare() {
-   # Disable backends that require extra dependencies, unless they are
-   # selected by the respective USE flag
-
-   elog "Removing pysmell backend"
-   rm company-pysmell.el || die
-
-   if ! use ropemacs; then
-   elog "Removing ropemacs backend, as requested by USE=-ropemacs"
-   rm company-ropemacs.el || die
-   fi
-}



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

2019-10-15 Thread Ulrich Müller
commit: 6033675b49027c556b003051f0a3fe00d3d39eed
Author: Ulrich Müller  gentoo  org>
AuthorDate: Tue Oct 15 08:25:14 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Tue Oct 15 08:38:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6033675b

app-emacs/company-mode: Version bump.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/company-mode/Manifest   |  1 +
 app-emacs/company-mode/company-mode-0.9.10.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
index 8e0386fb9cf..53263c188a9 100644
--- a/app-emacs/company-mode/Manifest
+++ b/app-emacs/company-mode/Manifest
@@ -1,2 +1,3 @@
 DIST company-mode-0.6.14.tar.gz 51776 BLAKE2B 
2e5a651b13d959d964847a307814106b5db95092d764e1d6889c94412d0aa1995d2a34182786493afc426b6c6ae4f229498f58b7556d1dc264c71ec57dcb8b6f
 SHA512 
7b8c0b70dc9c010214e8671fd7393faa9d1dd0839f41d532eb93eda91c77b4c93f2145ad2d688011976bfbb45282f35b937f195499f29cda79147ec2815e94d9
 DIST company-mode-0.7.tar.gz 54670 BLAKE2B 
4b56182d6d37e1c0dd827babf3e5c17c49a2e86959c99aa4dc6832f5003a9c1baf0019c610cf9bd46e6db5f1d68e72381ae22f71afb636873552440c48b218c0
 SHA512 
375c8541a0c5b34fba37ea136c8549e6ec916c238bee8115f036d88f273d6bcb0c0f436a6193d3b4be6528945d8f85c605de8d340e903a9764f5ace664f8cf61
+DIST company-mode-0.9.10.tar.gz 85982 BLAKE2B 
393e8ff31f4a88d1c156418bd0c827572ec078b833e78bd1007779961e9fb852737f12a5c1aeba154ebba53d81058bdc2871f7d0aaa7dd8cb9692461c8fb
 SHA512 
b6571c55bcf68a5e83e7c92c8b53e0ac6b4e84bce1246331a7da4495f4ee5c3ab38035310fd2eb7a87748db1c034996d99c7ead8aa831d552800642b31cf9fe0

diff --git a/app-emacs/company-mode/company-mode-0.9.10.ebuild 
b/app-emacs/company-mode/company-mode-0.9.10.ebuild
new file mode 100644
index 000..a0b76f2616a
--- /dev/null
+++ b/app-emacs/company-mode/company-mode-0.9.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="In-buffer completion front-end"
+HOMEPAGE="https://company-mode.github.com/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+# Note: company-mode supports many backends, and we refrain
+# from including them in RDEPEND.
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md NEWS.md"



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

2017-09-11 Thread Ulrich Müller
commit: ce1880b5d5965f06eb5f7f46013feb7a443bdca2
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Sep 11 13:34:46 2017 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Sep 11 18:02:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1880b5

app-emacs/company-mode: Add test restriction.

Bug: 630646
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-emacs/company-mode/company-mode-0.6.14.ebuild | 3 ++-
 app-emacs/company-mode/company-mode-0.7.ebuild| 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-emacs/company-mode/company-mode-0.6.14.ebuild 
b/app-emacs/company-mode/company-mode-0.6.14.ebuild
index 06baa3afd37..7b2e2231f50 100644
--- a/app-emacs/company-mode/company-mode-0.6.14.ebuild
+++ b/app-emacs/company-mode/company-mode-0.6.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,6 +13,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="ropemacs"
+RESTRICT="test"
 
 # Note: company-mode supports many backends, and we refrain from including
 # them all in RDEPEND. Only depend on things that are needed at build time.

diff --git a/app-emacs/company-mode/company-mode-0.7.ebuild 
b/app-emacs/company-mode/company-mode-0.7.ebuild
index 06baa3afd37..7b2e2231f50 100644
--- a/app-emacs/company-mode/company-mode-0.7.ebuild
+++ b/app-emacs/company-mode/company-mode-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,6 +13,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="ropemacs"
+RESTRICT="test"
 
 # Note: company-mode supports many backends, and we refrain from including
 # them all in RDEPEND. Only depend on things that are needed at build time.