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 0599A158091 for ; Fri, 10 Jun 2022 18:08:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F38EE0929; Fri, 10 Jun 2022 18:08:11 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40A34E0929 for ; Fri, 10 Jun 2022 18:08:11 +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 43F0E341846 for ; Fri, 10 Jun 2022 18:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AEC250D for ; Fri, 10 Jun 2022 18:08:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1654884471.a103525e085512519219e287273ac87031f8f14b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/tlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/tlib/Manifest app-vim/tlib/tlib-1.22.ebuild app-vim/tlib/tlib-1.23.ebuild X-VCS-Directories: app-vim/tlib/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a103525e085512519219e287273ac87031f8f14b X-VCS-Branch: master Date: Fri, 10 Jun 2022 18:08:07 +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: 7cba4a53-b631-4eba-ac98-92c64cd524b8 X-Archives-Hash: 3198a979628fdd8415d4440cfb910253 commit: a103525e085512519219e287273ac87031f8f14b Author: Matt Turner gentoo org> AuthorDate: Fri Jun 10 17:44:46 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 10 18:07:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a103525e app-vim/tlib: Drop old versions Signed-off-by: Matt Turner gentoo.org> app-vim/tlib/Manifest | 2 -- app-vim/tlib/tlib-1.22.ebuild | 26 -------------------------- app-vim/tlib/tlib-1.23.ebuild | 26 -------------------------- 3 files changed, 54 deletions(-) diff --git a/app-vim/tlib/Manifest b/app-vim/tlib/Manifest index 4bc1f53d28a5..88e5dff1fd9f 100644 --- a/app-vim/tlib/Manifest +++ b/app-vim/tlib/Manifest @@ -1,3 +1 @@ -DIST tlib-1.22.tar.gz 119979 BLAKE2B 2fe1231b6a075989c41aa2cf38d0964b6d9ada390d0729ea417aa1c2ef1a105a07d569f80c75ba91a55f7e68f349faab2dcda66741b0b1da59f76d68a5467e24 SHA512 b7fc7e3741876c92bbccc116d4e170663e3d178aa8fb546f969475723cd82e07d9470af37574f8f97cfd23b8ca8f5dd5daa2e7bef50e2f62beec0015a2355908 -DIST tlib-1.23.tar.gz 120827 BLAKE2B 7b86a1b0e22e499390239e5898d81c90ac1b3b989b929e3bde3ea516d05419fc8af19e72d5313df36ce856a4c7ee2cddbdbecbace835f24adefb1883d4e76e46 SHA512 5fd5d6e6ccd36117abcfca35173d28602a73b0773e5fc77cb8c1c8660f13dd7882c8a8de9b4335927b807c7d643c480f1371926b4ffb1758e53948132dee1d75 DIST tlib-1.27.tar.gz 124891 BLAKE2B d8d79d1d7bc71e38d2315ab30df414521122cae8c8dfe2e43c8e87bad30685703e09a905d97a00cc2ef01a51369acfde75c37290d971a72d40ec61bce8f1fe31 SHA512 c7037a4aaa4bbb1fede9baea45644a8d1575c5813bc387a293856d8acbe2929cb641d317a4323b295dcc1c0e05091984e6b6eb9a3968503c4cde53580baf994d diff --git a/app-vim/tlib/tlib-1.22.ebuild b/app-vim/tlib/tlib-1.22.ebuild deleted file mode 100644 index 20d865bba5ad..000000000000 --- a/app-vim/tlib/tlib-1.22.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -MY_PN=${PN}_vim -MY_P=${MY_PN}-${PV} - -DESCRIPTION="vim plugin: a library of utility functions" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1863 https://github.com/tomtom/tlib_vim" -SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -KEYWORDS="amd64 x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/${MY_P} - -DOCS=( README CHANGES.TXT ) - -src_prepare() { - default - rm -r test samples || die -} diff --git a/app-vim/tlib/tlib-1.23.ebuild b/app-vim/tlib/tlib-1.23.ebuild deleted file mode 100644 index debbec9d3ea2..000000000000 --- a/app-vim/tlib/tlib-1.23.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit vim-plugin - -MY_PN=${PN}_vim -MY_P=${MY_PN}-${PV} - -DESCRIPTION="vim plugin: a library of utility functions" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1863 https://github.com/tomtom/tlib_vim" -SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~riscv ~x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -S=${WORKDIR}/${MY_P} - -DOCS=( README CHANGES.TXT ) - -src_prepare() { - default - rm -r test samples || die -}