public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/company-mode/
Date: Sat,  7 Oct 2023 14:57:47 +0000 (UTC)	[thread overview]
Message-ID: <1696690664.a13e0959a21dee3a67531cd4add1145430a7415c.xgqt@gentoo> (raw)

commit:     a13e0959a21dee3a67531cd4add1145430a7415c
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 14:53:55 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 14:57:44 2023 +0000
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ć <xgqt <AT> 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 000000000000..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
+}


             reply	other threads:[~2023-10-07 14:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-07 14:57 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30  2:45 [gentoo-commits] repo/gentoo:master commit in: app-emacs/company-mode/ Sam James
2024-09-23 10:00 Maciej Barć
2024-05-14 22:21 Maciej Barć
2024-04-29  0:27 Sam James
2024-03-25  2:27 Maciej Barć
2023-11-13 19:53 Sam James
2023-10-06 15:21 Maciej Barć
2023-05-01 10:08 Arthur Zamarin
2023-04-29 12:55 Arthur Zamarin
2023-04-28  3:41 Yixun Lan
2023-04-28  0:20 Sam James
2023-04-28  0:20 Sam James
2023-04-28  0:20 Sam James
2023-04-28  0:20 Sam James
2023-04-27 23:29 Sam James
2023-03-26  7:12 Sam James
2022-12-22 13:10 Sam James
2022-12-22 13:06 Sam James
2022-08-30 22:54 Sam James
2021-06-10  6:13 Hans de Graaff
2021-06-10  6:13 Hans de Graaff
2019-11-18 12:32 Ulrich Müller
2019-10-15  8:38 Ulrich Müller
2019-10-15  8:38 Ulrich Müller
2017-09-11 18:02 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696690664.a13e0959a21dee3a67531cd4add1145430a7415c.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox