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 D78F3158089 for ; Thu, 14 Sep 2023 21:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE66D2BC09A; Thu, 14 Sep 2023 21:23: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9E412BC09A for ; Thu, 14 Sep 2023 21:23:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8FEAA335D43 for ; Thu, 14 Sep 2023 21:23:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46A0011BE for ; Thu, 14 Sep 2023 21:23:47 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1694726572.f12e899b2d8069f624d0190dd4c3b18ef79ab7bc.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/zenburn/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/zenburn/zenburn-2.25-r1.ebuild X-VCS-Directories: app-vim/zenburn/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f12e899b2d8069f624d0190dd4c3b18ef79ab7bc X-VCS-Branch: master Date: Thu, 14 Sep 2023 21:23:47 +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: bc00f5eb-a2b6-4816-9366-8917779e8321 X-Archives-Hash: ac22208f2062611e06a69a9acaa15183 commit: f12e899b2d8069f624d0190dd4c3b18ef79ab7bc Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Mar 19 17:35:37 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 14 21:22:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12e899b app-vim/zenburn: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-vim/zenburn/zenburn-2.25-r1.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/app-vim/zenburn/zenburn-2.25-r1.ebuild b/app-vim/zenburn/zenburn-2.25-r1.ebuild new file mode 100644 index 000000000000..9d9803a96546 --- /dev/null +++ b/app-vim/zenburn/zenburn-2.25-r1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +MY_PN="Zenburn" + +DESCRIPTION="vim plugin: Low-contrast color scheme for Vim" +HOMEPAGE="https://github.com/jnurmine/Zenburn" +SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"