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 DCFCA158094 for ; Wed, 17 Aug 2022 00:37:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E529E0999; Wed, 17 Aug 2022 00:37:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E44BBE0999 for ; Wed, 17 Aug 2022 00:37:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0AF823413AC for ; Wed, 17 Aug 2022 00:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E1C8576 for ; Wed, 17 Aug 2022 00:37:49 +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: <1660696650.f241b57b1bdc5e9d6f7671c7b8d24cb8c6e75b6a.xgqt@gentoo> Subject: [gentoo-commits] proj/company-ebuild:master commit in: / X-VCS-Repository: proj/company-ebuild X-VCS-Files: Cask X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: f241b57b1bdc5e9d6f7671c7b8d24cb8c6e75b6a X-VCS-Branch: master Date: Wed, 17 Aug 2022 00:37:49 +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: 5194a0e7-f59b-4887-b2c9-bb8491d1197b X-Archives-Hash: 2fcd43134cd3350e17c6fcbf44918732 commit: f241b57b1bdc5e9d6f7671c7b8d24cb8c6e75b6a Author: Maciej Barć gentoo org> AuthorDate: Wed Aug 17 00:37:30 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Aug 17 00:37:30 2022 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=f241b57b Cask: add Signed-off-by: Maciej Barć gentoo.org> Cask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Cask b/Cask new file mode 100644 index 0000000..cfb3215 --- /dev/null +++ b/Cask @@ -0,0 +1,8 @@ +(source melpa) + +(package-file "company-ebuild.el") + +(files "company-ebuild-keywords.el" + "company-ebuild.el") + +(development (depends-on "company"))