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 478FF15ACFB for ; Fri, 28 Apr 2023 16:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E212E0922; Fri, 28 Apr 2023 16:52:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17851E0922 for ; Fri, 28 Apr 2023 16:52:54 +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 F1ADA33BEF1 for ; Fri, 28 Apr 2023 16:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F6A5A55 for ; Fri, 28 Apr 2023 16:52:51 +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: <1682700766.f47173ce16203806a8e345734ed6f107bd96888a.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.2.ebuild X-VCS-Directories: app-emacs/company-ebuild/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: f47173ce16203806a8e345734ed6f107bd96888a X-VCS-Branch: master Date: Fri, 28 Apr 2023 16:52:51 +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: b207a187-dbf5-403b-a078-f8317e93fbab X-Archives-Hash: a0c20e0ca1f1e18458af18f744aa442d commit: f47173ce16203806a8e345734ed6f107bd96888a Author: Maciej Barć gentoo org> AuthorDate: Fri Apr 28 16:48:21 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Apr 28 16:52:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f47173ce app-emacs/company-ebuild: drop old 0.1.2 Signed-off-by: Maciej Barć gentoo.org> app-emacs/company-ebuild/Manifest | 1 - .../company-ebuild/company-ebuild-0.1.2.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/app-emacs/company-ebuild/Manifest b/app-emacs/company-ebuild/Manifest index 07ed69bd84cc..03498c11de58 100644 --- a/app-emacs/company-ebuild/Manifest +++ b/app-emacs/company-ebuild/Manifest @@ -1,2 +1 @@ -DIST company-ebuild-0.1.2.tar.gz 11697 BLAKE2B e376626d13aa32a4df09ecdae2245b9c961a6e2cd615febfaaa626ac48ccd420b462a6195d9f769d64c37629c34929ba87e3ea6543e2344b62b217a51695870a SHA512 2a67c6ea6e53f78a6c41b2251b928cf7e97bb3f71c7c03057c540c699bd275898bdf8840d723cf5d8846dbbe82cc531f1cc2707181825fe05c4433ea80039011 DIST company-ebuild-0.1.3.tar.gz 11699 BLAKE2B d098bbf925c308335ad498eb968c6dcdbe8a981ee32c85cea22c38628a360455f109fa884188cdb8e1a096b3e97fa1e95de044653cc9adeec3962bcdff550c69 SHA512 dc0328aa5da9e7472f35f01826dfe934831362141709885f799e3a0c1141702b63f08569508f5af502aab3d790105fc89cd16e0c863877348eeba4156f64bbcd diff --git a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild b/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild deleted file mode 100644 index e231f5b49027..000000000000 --- a/app-emacs/company-ebuild/company-ebuild-0.1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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 x86 ~x64-macos" -fi - -LICENSE="GPL-2+" -SLOT="0" - -SITEFILE="50${PN}-gentoo.el" - -RDEPEND=" - app-emacs/company-mode - app-emacs/ebuild-mode -" -BDEPEND="${RDEPEND}"