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 68F4C158094 for ; Wed, 17 Aug 2022 15:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F41FE086E; Wed, 17 Aug 2022 15:20:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85508E086E for ; Wed, 17 Aug 2022 15:20:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8814A3412F1 for ; Wed, 17 Aug 2022 15:20:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E626C558 for ; Wed, 17 Aug 2022 15:20:19 +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: <1660749617.672e0c1aca6d122c4f1104d2573e23cde546317c.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.1.ebuild X-VCS-Directories: app-emacs/company-ebuild/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 672e0c1aca6d122c4f1104d2573e23cde546317c X-VCS-Branch: master Date: Wed, 17 Aug 2022 15:20:19 +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: 6f9ef3ec-a329-4db8-895d-0ed6f56236c1 X-Archives-Hash: 1812dbbd0be5209c9611d8e17e90e95f commit: 672e0c1aca6d122c4f1104d2573e23cde546317c Author: Maciej Barć gentoo org> AuthorDate: Wed Aug 17 15:19:47 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Aug 17 15:20:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672e0c1a app-emacs/company-ebuild: bump to 0.1.1 Signed-off-by: Maciej Barć gentoo.org> app-emacs/company-ebuild/Manifest | 1 + .../company-ebuild/company-ebuild-0.1.1.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-emacs/company-ebuild/Manifest b/app-emacs/company-ebuild/Manifest index 33e0976da34b..d9bd3d97052d 100644 --- a/app-emacs/company-ebuild/Manifest +++ b/app-emacs/company-ebuild/Manifest @@ -1 +1,2 @@ DIST company-ebuild-0.1.0.tar.gz 10938 BLAKE2B e89e389b49b32057a6acd72cf7a0eb68b10d005824287c112528e3136e7d969e3b678450fc997800d83b3c8f226030b0e2724c63b3ae82d78ad16af49bc10984 SHA512 bc7fec05fbc3600ce6b5111b4e1817bfe04f7185a6a33bf5b83291feb795f47b91f827960b29f844f2627e885a05cc156b755a468e5eb0c314345c869678ea17 +DIST company-ebuild-0.1.1.tar.gz 11059 BLAKE2B 5eba661f1956a019a133d3e61f997dcf2d9340c4a5f6d05920cba07e06e493e4358fabab6e16a48d1c081fc2c71f548e06511adf46b55a2fb30cef4ba2df71f5 SHA512 09bed101dcef18b07c2b51aa916b358f6e2ea526bd80dc997b280516ee074a62e006f3a0d748d77848f5e43412d4971841771cf40abe5b80a95477a21ad9d847 diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.1.ebuild b/app-emacs/company-ebuild/company-ebuild-0.1.1.ebuild new file mode 100644 index 000000000000..febf2b249a55 --- /dev/null +++ b/app-emacs/company-ebuild/company-ebuild-0.1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=25.1 + +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 ~x86" +fi + +LICENSE="GPL-2+" +SLOT="0" + +SITEFILE="50${PN}-gentoo.el" + +RDEPEND=" + app-emacs/company-mode + app-emacs/ebuild-mode +" +BDEPEND="${RDEPEND}"