From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5C20158009 for ; Sun, 18 Jun 2023 20:26:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 121CFE086E; Sun, 18 Jun 2023 20:26:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5F86E086E for ; Sun, 18 Jun 2023 20:26:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8463341001 for ; Sun, 18 Jun 2023 20:26:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60E9EA90 for ; Sun, 18 Jun 2023 20:26:04 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1687119962.7da0623352d583e4d5ef6248d5391af6916848d7.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/company-ebuild/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/company-ebuild/Manifest app-emacs/company-ebuild/company-ebuild-0.1.4.ebuild X-VCS-Directories: app-emacs/company-ebuild/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 7da0623352d583e4d5ef6248d5391af6916848d7 X-VCS-Branch: master Date: Sun, 18 Jun 2023 20:26:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e9fc24ec-6040-4f57-84bd-34ceab72f11a X-Archives-Hash: cb21cf0f3ab0f3198ade4592d707c223 commit: 7da0623352d583e4d5ef6248d5391af6916848d7 Author: Maciej Barć gentoo org> AuthorDate: Sun Jun 18 20:24:51 2023 +0000 Commit: Maciej Barć gentoo 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ć 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}"