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-ebuild/
Date: Sun, 18 Jun 2023 20:26:04 +0000 (UTC)	[thread overview]
Message-ID: <1687119962.7da0623352d583e4d5ef6248d5391af6916848d7.xgqt@gentoo> (raw)

commit:     7da0623352d583e4d5ef6248d5391af6916848d7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 20:24:51 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 20:26:02 2023 +0000
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ć <xgqt <AT> 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..2d2e833330c6 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 000000000000..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} == *9999* ]] ; 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}"


             reply	other threads:[~2023-06-18 20:26 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-18 20:26 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-13 12:38 [gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/ Maciej Barć
2023-08-30  2:34 Sam James
2023-06-18 20:26 Maciej Barć
2023-05-01 10:08 Arthur Zamarin
2023-04-29 12:55 Arthur Zamarin
2023-04-28 16:52 Maciej Barć
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-02-10 13:39 Maciej Barć
2023-01-18 21:54 Sam James
2023-01-03 20:25 Sam James
2023-01-03 18:32 Sam James
2022-12-02  0:42 Maciej Barć
2022-12-02  0:42 Maciej Barć
2022-08-30 22:54 Sam James
2022-08-30 22:25 Maciej Barć
2022-08-30 18:25 Maciej Barć
2022-08-17 15:20 Maciej Barć

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=1687119962.7da0623352d583e4d5ef6248d5391af6916848d7.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