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 883A5158041 for ; Fri, 29 Mar 2024 07:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE64E2A22; Fri, 29 Mar 2024 07:40:56 +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 6A30AE2A1B for ; Fri, 29 Mar 2024 07:40:56 +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 90CF93430AF for ; Fri, 29 Mar 2024 07:40:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46EB1603 for ; Fri, 29 Mar 2024 07:40:53 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1711697882.6f3982af3a1449bd96602fe09f961678f995f860.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/lightline/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/lightline/Manifest app-vim/lightline/lightline-0_pre20221005.ebuild X-VCS-Directories: app-vim/lightline/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6f3982af3a1449bd96602fe09f961678f995f860 X-VCS-Branch: master Date: Fri, 29 Mar 2024 07:40:53 +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: 4e6c1417-15b6-4e65-bf30-f2e86ab6fbaa X-Archives-Hash: 7a5ef97a12aae471e6ec0c4f6d764f81 commit: 6f3982af3a1449bd96602fe09f961678f995f860 Author: Adrian Schollmeyer nexadn de> AuthorDate: Tue Feb 20 17:33:08 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Mar 29 07:38:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3982af app-vim/lightline: drop 0_pre20221005 Signed-off-by: Adrian Schollmeyer nexadn.de> Closes: https://github.com/gentoo/gentoo/pull/35444 Signed-off-by: Joonas Niilola gentoo.org> app-vim/lightline/Manifest | 1 - app-vim/lightline/lightline-0_pre20221005.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/app-vim/lightline/Manifest b/app-vim/lightline/Manifest index afb7f06fea55..c24a9ca6ae79 100644 --- a/app-vim/lightline/Manifest +++ b/app-vim/lightline/Manifest @@ -1,2 +1 @@ -DIST lightline-0_pre20221005.tar.gz 40896 BLAKE2B 38b959844dc69717b6add908746a435134a402e3ddba36dddfa1d9500ff57b390c773a537e3e8dc244017fe779a7068f6404018bfc1ebd70379086aaf2721b4d SHA512 acccc145ed548a64915da586009759492852181561d4bf4181f0cdabd71c6356700bf007b0cd87a36ad67ea1482d9d6e1b9c23620b5617f9ed7d8b3d19246e52 DIST lightline-0_pre20240113.tar.gz 41157 BLAKE2B d9570e907c7bd5e70eed29bc7fe20b610b13febd51488dcf8867adde5d8b5851a9d5ea5054fdd5f1cc3a841f8cd6d600d58aad72ddf1bec5d3dbe23bf692b4c2 SHA512 c3041ccf6372071b5486690129cce4afe76c35718a581c53f05822ddf87ca860ffb1af02951a3e82f87aee502edf36ed031497ffa386baddc2b9f66f7885f4bf diff --git a/app-vim/lightline/lightline-0_pre20221005.ebuild b/app-vim/lightline/lightline-0_pre20221005.ebuild deleted file mode 100644 index 3d0740e3d599..000000000000 --- a/app-vim/lightline/lightline-0_pre20221005.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit vim-plugin - -if [[ ${PV} == "9999" ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/itchyny/lightline.vim/" -else - LIGHTLINE_COMMIT=b1e91b41f5028d65fa3d31a425ff21591d5d957f - SRC_URI="https://github.com/itchyny/lightline.vim/archive/${LIGHTLINE_COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}.vim-${LIGHTLINE_COMMIT}" -fi - -DESCRIPTION="vim plugin: A light and configurable statusline/tabline" -HOMEPAGE="https://github.com/itchyny/lightline.vim/" -LICENSE="MIT" -VIM_PLUGIN_HELPFILES="${PN}"