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 via email to